Home
last modified time | relevance | path

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

12345

/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.h133 int BPF_KPROBE(ksys_pread64_entry, unsigned int fd, char __user* buf, size_t count, loff_t pos) in BPF_KPROBE()
173 … BPF_KPROBE(ksys_pwrite64_entry, unsigned int fd, const char __user* buf, size_t count, loff_t pos) in BPF_KPROBE()
295 unsigned long vlen, loff_t pos, rwf_t flags) in BPF_KPROBE()
342 unsigned long vlen, loff_t pos, rwf_t flags) in pwritev_entry()
384 loff_t pos = pos_from_hilo(pos_h, pos_l); in BPF_KPROBE() local
399 loff_t pos = pos_from_hilo(pos_h, pos_l); in BPF_KPROBE() local
417 loff_t pos = ((loff_t)pos_high << 32) | pos_low; in BPF_KPROBE() local
432 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
/developtools/hapsigner/hapsigntool_cpp/utils/src/
Dbyte_array_utils.cpp27 int pos = index; in InsertIntToByteArray() local
44 int pos = index; in InsertShortToByteArray() local
/developtools/profiler/protos/types/plugins/ftrace_data/default/
Df2fs.proto46 uint64 pos = 3; field
55 uint64 pos = 3; field
/developtools/profiler/protos/types/plugins/ftrace_data/6.6.30/
Df2fs.proto46 uint64 pos = 3; field
55 uint64 pos = 3; field
/developtools/smartperf_host/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.java50 int pos = index; in insertIntToByteArray() local
78 int pos = index; in insertShortToByteArray() local
DEscapeCharacter.java65 int pos = 0; in unescape() local
/developtools/global_resource_tool/src/
Dresource_table.cpp149 uint64_t pos = 0; in LoadResTable() local
234 uint32_t pos = 0; in SaveToResouorceIndex() local
589 bool ResourceTable::ReadFileHeader(basic_istream<char> &in, IndexHeader &indexHeader, uint64_t &pos in ReadFileHeader()
603 uint32_t count, uint64_t &pos, uint64_t length) in ReadLimitKeys()
640 uint32_t count, uint64_t &pos, uint64_t length) in ReadIdTables()
674 …e::ReadDataRecordPrepare(basic_istream<char> &in, RecordItem &record, uint64_t &pos, uint64_t leng… in ReadDataRecordPrepare()
762 uint64_t pos = 0; in LoadNewResTable() local
780 uint64_t &pos, uint64_t length) in ReadNewFileHeader()
819 …e::ReadIdSetHeader(basic_istream<char> &in, IdSetHeader &idSetHeader, uint64_t &pos, uint64_t leng… in ReadIdSetHeader()
877 uint64_t pos = resIndex.offset + ResInfo::RES_INFO_LEN; in ReadResources() local
[all …]
Dfile_entry.cpp275 string::size_type pos = filePath_.find_first_of(SEPARATE.front(), offset); in GetSegments() local
335 string::size_type pos = path.find_first_of(SEPARATE.front(), offset); in CreateDirsInner() local
368 string::size_type pos = filePath_.find_last_of(SEPARATE.front()); in CreateDirsInner() 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/smartperf_host/smartperf_device/device_command/scenarios/src/
Dstalling_rate_trace.cpp374 size_t pos = line.find(delimiter); in GetFrameRate() local
384 size_t pos = line.find(delimiter); in GetFenceId() local
429 size_t pos = line.find(keyWords); in IsAppLaunchPatternMatched() local
/developtools/profiler/host/smartperf/client/client_command/
Dstalling_rate_trace.cpp374 size_t pos = line.find(delimiter); in GetFrameRate() local
384 size_t pos = line.find(delimiter); in GetFenceId() local
429 size_t pos = line.find(keyWords); in IsAppLaunchPatternMatched() local
Dheartbeat.cpp36 size_t pos = resultPid.find(' '); in KillSpId() 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/hiperf/src/
Dsubcommand.cpp114 auto pos = selectTids.begin(); in ExcludeTidsFromSelectTids() local
134 auto pos = selectTids.begin(); in ExcludeThreadsFromSelectTids() local
Dutilities.cpp95 size_t pos = 0; in StringReplace() local
111 size_t pos(0); in SubStringCount() local
128 size_t pos = 0; in StringSplit() local
720 auto pos = bundleNameTmp.find(":"); in IsExistDebugByApp() local
743 auto pos = bundleName.find(":"); in IsExistDebugByPid() local
898 size_t pos = newFileName.find(path); in NeedAdaptHMBundlePath() local
1031 std::string::size_type pos = 0; in CreateDirectory() local
/developtools/hdc/src/common/
Dtlv.cpp40 for (uint32_t pos = 0; pos < size;) { in TlvBuf() local
191 uint32_t pos = 0; in CopyToBuf() local
/developtools/smartperf_host/smartperf_host/trace_streamer/sdk/demo_sdk/trace_data/
Ddemo_trace_data_db.cpp311 int32_t &pos, in AddColumnsToJsonArray()
338 int32_t &pos, in AddRowsToJsonArray()
386 int32_t pos = retSnprintf; in DemoSearchDatabase() local
/developtools/smartperf_host/smartperf_device/device_command/
Dheartbeat.cpp36 size_t pos = resultPid.find(' '); in KillSpId() local
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dprintk_formats_parser.cpp61 auto pos = line.find(seperator); in Parse() local
/developtools/profiler/hiebpf/src/
Dutilities.cpp43 size_t pos = 0; in StringSplit() local
/developtools/hapsigner/binary_sign_tool/codesigning/fsverity/src/
Dfs_verity_descriptor.cpp82 int pos = buffer->GetPosition(); in WriteBytesWithSize() local
/developtools/smartperf_host/smartperf_host/trace_streamer/src/parser/rawtrace_parser/
Dprintk_formats_processor.cpp51 auto pos = curLine.find(':'); in HandlePrintkSyms() local

12345