| /developtools/profiler/hiebpf/include/ |
| D | commandline_flags.h | 276 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 …]
|
| D | fstrace_progs.h | 140 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
|
| D | fstrace_types.h | 45 loff_t pos; member 52 loff_t pos; member 73 loff_t pos; member 81 loff_t pos; member
|
| D | hiebpf_macros.h | 136 #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/ |
| D | f2fs.proto | 46 uint64 pos = 3; field 55 uint64 pos = 3; field
|
| /developtools/profiler/protos/types/plugins/ftrace_data/default/ |
| D | f2fs.proto | 46 uint64 pos = 3; field 55 uint64 pos = 3; field
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/ |
| D | ByteArrayUtils.java | 47 int pos = index; in insertIntToByteArray() local 72 int pos = index; in insertShortToByteArray() local
|
| D | EscapeCharacter.java | 64 int pos = 0; in unescape() local
|
| /developtools/global_resource_tool/src/ |
| D | resource_table.cpp | 117 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()
|
| D | file_entry.cpp | 265 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
|
| D | resource_util.cpp | 143 string::size_type pos = name.find_last_of("."); in GetIdName() local 177 size_t pos = 0; in DecomposeStrings() local 264 string::size_type pos = 0; in StringReplace() local
|
| /developtools/profiler/device/plugins/api/src/ |
| D | plugin_watcher.cpp | 77 size_t pos = fileName.rfind(".so"); in ScanPlugins() local 122 size_t pos = fileName.rfind(".so"); in MonitorIsSet() local
|
| /developtools/hiperf/src/ |
| D | subcommand.cpp | 113 auto pos = selectTids.begin(); in ExcludeTidsFromSelectTids() local 133 auto pos = selectTids.begin(); in ExcludeThreadsFromSelectTids() local
|
| /developtools/profiler/host/smartperf/client/client_command/ |
| D | parse_start_frame_trace.cpp | 45 int pos = screenStr.find("x"); in CalculateTime() local 130 std::string::size_type pos; in Split() local
|
| /developtools/ace_js2bundle/ace-loader/plugin/templater/ |
| D | index.js | 152 const pos = { variable 206 function checkAttrFor(node, attributes, pos) { argument 281 const pos = { variable
|
| /developtools/smartperf_host/trace_streamer/sdk/demo_sdk/trace_data/ |
| D | demo_trace_data_db.cpp | 310 int32_t& pos, in AddColumnsToJsonArray() 337 int32_t& pos, in AddRowsToJsonArray() 385 int32_t pos = retSnprintf; in DemoSearchDatabase() local
|
| /developtools/smartperf_host/trace_streamer/src/trace_data/ |
| D | trace_data_db.cpp | 331 size_t pos = std::string::npos; in ParseCommandLine() local 542 int32_t pos = retSnprintf; in SearchDatabase() local 554 int32_t TraceDataDB::HandleColumnNames(sqlite3_stmt* stmt, char* res, int32_t outLen, int32_t pos, … in HandleColumnNames() 579 int32_t TraceDataDB::HandleRowData(sqlite3_stmt* stmt, char* res, int32_t outLen, int32_t pos, int3… in HandleRowData()
|
| /developtools/profiler/device/plugins/ftrace_plugin/src/ |
| D | printk_formats_parser.cpp | 61 auto pos = line.find(seperator); in Parse() local
|
| D | string_utils.cpp | 74 size_t pos = 0; in Split() local
|
| D | ftrace_parser.cpp | 261 auto pos = type.find(name); in EraseNameFromTypeName() local 494 size_t pos = line.rfind(sep); in ParsePerCpuStatus() local 580 auto pos = line.find(' '); in ParseSavedCmdlines() local
|
| /developtools/profiler/hiebpf/src/ |
| D | utilities.cpp | 43 size_t pos = 0; in StringSplit() local
|
| /developtools/smartperf_host/trace_streamer/src/parser/rawtrace_parser/ |
| D | printk_formats_processor.cpp | 52 auto pos = curLine.find(':'); in HandlePrintkSyms() local
|
| /developtools/profiler/device/services/profiler_service/src/ |
| D | trace_file_writer.cpp | 193 std::size_t pos = oldPath_.find_last_of('.'); in WriteHeader() local 429 std::string::size_type pos = oldPath_.find_last_of('/'); in LogDiskUsage() local
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | utilities.cpp | 33 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/ |
| D | plugin_module_test.cpp | 43 char* pos = strrchr(pluginDir, '/'); in SetUpTestCase() local
|