Home
last modified time | relevance | path

Searched defs:writer (Results 1 – 25 of 31) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dstringify.hpp21 void stringify(Writer& writer, NullValue) { in stringify()
26 void stringify(Writer& writer, bool v) { in stringify()
31 void stringify(Writer& writer, uint64_t v) { in stringify()
36 void stringify(Writer& writer, int64_t v) { in stringify()
41 void stringify(Writer& writer, double v) { in stringify()
46 void stringify(Writer& writer, const std::string& v) { in stringify()
51 void stringify(Writer& writer, const T& v) { in stringify()
56 void stringify(Writer& writer, const Color& v) { in stringify()
61 void stringify(Writer& writer, const std::array<float, 2>& v) { in stringify()
69 void stringify(Writer& writer, const std::array<float, 4>& v) { in stringify()
[all …]
/OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/
H A Dparsing.py34 def __init__(self, writer, paths, options): argument
128 def compile(self, writer): argument
174 def crop(self, writer, crop_after): argument
287 def _parse_proc_ps_log(writer, file): argument
336 def _parse_taskstats_log(writer, file): argument
570 def _parse_dmesg(writer, file): argument
641 def _parse_pacct(writer, file): argument
665 def _parse_paternity_log(writer, file): argument
679 def _parse_cmdline_log(writer, file): argument
694 def _parse_bitbake_buildstats(writer, state, filename, file): argument
[all …]
H A Dsamples.py93 def __init__(self, writer, process_map, sample_count, sample_period, start_time, end_time): argument
103 def __init__(self, writer, pid, cmd, ppid, start_time): argument
125 def split(self, writer, pid, cmd, ppid, start_time): argument
H A Dbatch.py20 def render(writer, trace, app_options, filename): argument
H A Dprocess_tree.py40 def __init__(self, writer, kernel, psstats, sample_period, argument
/OK3568_Linux_fs/kernel/lib/
H A Ddecompress_unlzma.c277 struct writer { struct
292 static inline size_t INIT get_pos(struct writer *wr) in get_pos() argument
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/asyncrpc/
H A Dserv.py27 def __init__(self, reader, writer, proto_name, logger): argument
187 def accept_client(self, reader, writer): argument
190 async def handle_client(self, reader, writer): argument
/OK3568_Linux_fs/external/mpp/mpp/base/test/
H A Dmpp_bit_test.c59 void proc_bit_ops(MppWriteCtx *writer, BitOps *ops) in proc_bit_ops()
88 MppWriteCtx writer; in main() local
/OK3568_Linux_fs/yocto/poky/bitbake/lib/prserv/
H A Dserv.py23 def __init__(self, reader, writer, table, read_only): argument
102 def accept_client(self, reader, writer): argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dgroup_by_layout.cpp18 rapidjson::Writer<rapidjson::StringBuffer> writer(s); in layoutKey() local
/OK3568_Linux_fs/kernel/scripts/
H A Djobserver-exec27 reader, writer = [int(x) for x in fds.split(",", 1)] variable
/OK3568_Linux_fs/kernel/tools/testing/radix-tree/
H A Dregression4.c60 pthread_t reader, writer; in regression4_test() local
/OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/tests/
H A Dparser_test.py18 writer = main._mk_writer(options) variable
/OK3568_Linux_fs/kernel/drivers/misc/ibmasm/
H A Dremote.c173 unsigned long writer; in ibmasm_handle_mouse_interrupt() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/
H A Doffline.cpp110 rapidjson::Writer<rapidjson::StringBuffer> writer(buffer); in encodeOfflineRegionDefinition() local
/OK3568_Linux_fs/yocto/poky/bitbake/lib/hashserv/
H A Dserver.py168 def __init__(self, reader, writer, db, request_stats, backfill_queue, upstream, read_only): argument
526 def accept_client(self, reader, writer): argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dvalue.cpp37 void writeJSON(rapidjson::Writer<rapidjson::StringBuffer>& writer, const Value& value) { in writeJSON()
72 rapidjson::Writer<rapidjson::StringBuffer> writer(buffer); in stringify() local
/OK3568_Linux_fs/kernel/include/linux/
H A Dpercpu-rwsem.h18 struct rcuwait writer; member
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dbookmarks.cpp154 XbelWriter writer; in save() local
273 XbelWriter writer; in exportBookmarks() local
573 XbelWriter writer; in mimeData() local
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Ddata-convert-bt.c60 struct bt_ctf_writer *writer; member
88 struct ctf_writer writer; member
1367 struct bt_ctf_writer *writer = cw->writer; in ctf_writer__setup_env() local
1505 struct bt_ctf_writer *writer; in ctf_writer__init() local
/OK3568_Linux_fs/kernel/drivers/char/
H A Dapm-emulation.c107 unsigned int writer: 1; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojson/0.4.2/include/mapbox/
H A Dgeojson_impl.hpp441 rapidjson::Writer<rapidjson::StringBuffer> writer(buffer); in stringify() local
/OK3568_Linux_fs/external/common_algorithm/misc/include/
H A Daudio_server.h480 record_writer_t writer; member
514 record_writer_t writer; member
/OK3568_Linux_fs/kernel/drivers/tty/hvc/
H A Dhvsi.c60 struct delayed_work writer; member
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dapm_32.c335 unsigned int writer: 1; member

12