Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 25 of 90) sorted by relevance

1234

/developtools/profiler/hiebpf/include/
Dcommandline_flags.h276 char* pos = nullptr; in ParseInt8Flag() local
291 char* pos = nullptr; in ParseInt16Flag() local
306 char* pos = nullptr; in ParseInt32Flag() local
321 char* pos = nullptr; in ParseInt64Flag() local
336 char* pos = nullptr; in ParseUint8Flag() local
351 char* pos = nullptr; in ParseUint16Flag() local
366 char* pos = nullptr; in ParseUint32Flag() local
381 char* pos = nullptr; in ParseUint64Flag() local
396 char* pos = nullptr; in ParseDoubleFlag() local
453 char* pos = nullptr; in ParseInt8ArrayFlag() local
[all …]
Dfstrace_progs.h140 int BPF_KPROBE(ksys_pread64_entry, unsigned int fd, char __user* buf, size_t count, loff_t pos) in BPF_KPROBE()
180 … BPF_KPROBE(ksys_pwrite64_entry, unsigned int fd, const char __user* buf, size_t count, loff_t pos) in BPF_KPROBE()
302 unsigned long vlen, loff_t pos, rwf_t flags) in BPF_KPROBE()
349 unsigned long vlen, loff_t pos, rwf_t flags) in pwritev_entry()
391 loff_t pos = pos_from_hilo(pos_h, pos_l); in BPF_KPROBE() local
406 loff_t pos = pos_from_hilo(pos_h, pos_l); in BPF_KPROBE() local
424 loff_t pos = ((loff_t)pos_high << 32) | pos_low; in BPF_KPROBE() local
439 loff_t pos = ((loff_t)pos_high << 32) | pos_low; in BPF_KPROBE() local
Dfstrace_types.h45 loff_t pos; member
52 loff_t pos; member
73 loff_t pos; member
81 loff_t pos; member
Dhiebpf_macros.h136 #define list_for_each(pos, head) \ argument
154 #define hlist_for_each(pos, head) \ argument
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/default/
Df2fs.proto46 uint64 pos = 3; field
55 uint64 pos = 3; field
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DByteArrayUtils.java47 int pos = index; in insertIntToByteArray() local
72 int pos = index; in insertShortToByteArray() local
DEscapeCharacter.java64 int pos = 0; in unescape() local
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/default/
Df2fs.proto46 uint64 pos = 3; field
55 uint64 pos = 3; field
/developtools/profiler/protos/types/plugins/ftrace_data/default/
Df2fs.proto46 uint64 pos = 3; field
55 uint64 pos = 3; field
/developtools/global_resource_tool/src/
Dresource_table.cpp117 int32_t pos = 0; in LoadResTable() local
185 uint32_t pos = 0; in SaveToResouorceIndex() local
336 bool ResourceTable::ReadFileHeader(ifstream &in, IndexHeader &indexHeader, int32_t &pos, int32_t le… in ReadFileHeader()
350 uint32_t count, int32_t &pos, int32_t length) const in ReadLimitKeys()
386 uint32_t count, int32_t &pos, int32_t length) const in ReadIdTables()
419 bool ResourceTable::ReadDataRecordPrepare(ifstream &in, RecordItem &record, int32_t &pos, int32_t l… in ReadDataRecordPrepare()
Dfile_entry.cpp265 string::size_type pos = filePath_.find_first_of(SEPARATE.front(), offset); in GetSegments() local
322 string::size_type pos = path.find_first_of(SEPARATE.front(), offset); in CreateDirsInner() local
355 string::size_type pos = filePath_.find_last_of(SEPARATE.front()); in CreateDirsInner() local
Dresource_util.cpp144 string::size_type pos = name.find_last_of("."); in GetIdName() local
178 size_t pos = 0; in DecomposeStrings() local
265 string::size_type pos = 0; in StringReplace() local
/developtools/profiler/device/plugins/api/src/
Dplugin_watcher.cpp77 size_t pos = fileName.rfind(".so"); in ScanPlugins() local
122 size_t pos = fileName.rfind(".so"); in MonitorIsSet() local
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Delf_parser_test.cpp424 auto pos = line.find(effectFlag); in GetNextShdrLine() local
451 auto pos = line.find(effectFlag); in GetNextSymLine() local
642 auto pos = line.find("["); in GetSecIndex() local
671 auto pos = line.find("]"); in GetName() local
694 auto pos = line.find("]"); in GetAddress() local
720 auto pos = line.find("]"); in GetFileOffset() local
746 auto pos = line.find("]"); in GetSecSize() local
772 auto pos = line.find("]"); in GetEntrySize() local
798 auto pos = line.find("]"); in GetLink() local
820 auto pos = line.find("]"); in GetInfo() local
[all …]
/developtools/hiperf/test/unittest/common/native/
Delf_parser_test.cpp425 auto pos = line.find(effectFlag); in GetNextShdrLine() local
452 auto pos = line.find(effectFlag); in GetNextSymLine() local
643 auto pos = line.find("["); in GetSecIndex() local
672 auto pos = line.find("]"); in GetName() local
695 auto pos = line.find("]"); in GetAddress() local
721 auto pos = line.find("]"); in GetFileOffset() local
747 auto pos = line.find("]"); in GetSecSize() local
773 auto pos = line.find("]"); in GetEntrySize() local
799 auto pos = line.find("]"); in GetLink() local
821 auto pos = line.find("]"); in GetInfo() local
[all …]
/developtools/hiperf/src/
Dsubcommand.cpp120 auto pos = selectTids.begin(); in ExcludeTidsFromSelectTids() local
140 auto pos = selectTids.begin(); in ExcludeThreadsFromSelectTids() local
/developtools/ace_js2bundle/ace-loader/plugin/templater/
Dindex.js152 const pos = { variable
206 function checkAttrFor(node, attributes, pos) { argument
281 const pos = { variable
/developtools/profiler/device/services/profiler_service/src/
Dtrace_file_writer.cpp107 std::size_t pos = oldPath_.find_last_of('.'); in WriteHeader() local
259 std::string::size_type pos = oldPath_.find_last_of('/'); in LogDiskUsage() local
/developtools/profiler/hiebpf/src/
Dutilities.cpp43 size_t pos = 0; in StringSplit() local
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dprintk_formats_parser.cpp61 auto pos = line.find(seperator); in Parse() local
Dstring_utils.cpp74 size_t pos = 0; in Split() local
/developtools/profiler/device/plugins/native_daemon/src/
Dutilities.cpp33 size_t pos = 0; in StringReplace() local
49 size_t pos(0); in SubStringCount() local
62 size_t pos = 0; in StringSplit() local
/developtools/profiler/device/plugins/api/test/unittest/
Dplugin_module_test.cpp43 char* pos = strrchr(pluginDir, '/'); in SetUpTestCase() local
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_data_db.cpp218 size_t pos = std::string::npos; in SearchData() local
387 int32_t pos = retSnprintf; in SearchDatabase() local
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_data_db.cpp218 size_t pos = std::string::npos; in SearchData() local
387 int32_t pos = retSnprintf; in SearchDatabase() local

1234