Home
last modified time | relevance | path

Searched defs:start (Results 1 – 25 of 84) sorted by relevance

1234

/developtools/profiler/device/plugins/ftrace_plugin/src/
Dftrace_field_parser.cpp32 std::string ReadString(const uint8_t start[], const uint8_t end[], int size) in ReadString()
51 bool FtraceFieldParser::ReadData(const uint8_t start[], const uint8_t end[], void* out, size_t size) in ReadData()
69 uint8_t* start = data + format.offset; in ParseStrField() local
Dstring_utils.cpp82 size_t start = 0; // start index in Split() local
/developtools/hapsigner/hapsigntool_cpp/utils/src/
Dbyte_array_utils.cpp52 int ByteArrayUtils::InsertByteToByteArray(std::vector<int8_t>& des, int start, std::vector<int8_t> … in InsertByteToByteArray()
63 int ByteArrayUtils::InsertCharToByteArray(std::vector<int8_t>& des, int start, std::string src) in InsertCharToByteArray()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DByteArrayUtils.java95 public static int insertByteToByteArray(byte[] des, int start, byte[] src, int srcLen) { in insertByteToByteArray()
111 public static int insertCharToByteArray(byte[] des, int start, char[] src) { in insertCharToByteArray()
/developtools/profiler/hiebpf/include/
Dcommandline_flags.h419 for (std::size_t start = 0, end = 0; end <= valStr.length(); ++end) { in ParseBoolArrayFlag() local
446 for (std::size_t start = 0, end = 0; end <= valStr.length(); ++end) { in ParseInt8ArrayFlag() local
472 for (std::size_t start = 0, end = 0; end <= valStr.length(); ++end) { in ParseInt16ArrayFlag() local
498 for (std::size_t start = 0, end = 0; end <= valStr.length(); ++end) { in ParseInt32ArrayFlag() local
524 for (std::size_t start = 0, end = 0; end <= valStr.length(); ++end) { in ParseInt64ArrayFlag() local
550 for (std::size_t start = 0, end = 0; end <= valStr.length(); ++end) { in ParseUint8ArrayFlag() local
576 for (std::size_t start = 0, end = 0; end <= valStr.length(); ++end) { in ParseUint16ArrayFlag() local
602 for (std::size_t start = 0, end = 0; end <= valStr.length(); ++end) { in ParseUint32ArrayFlag() local
628 for (std::size_t start = 0, end = 0; end <= valStr.length(); ++end) { in ParseUint64ArrayFlag() local
654 for (std::size_t start = 0, end = 0; end <= valStr.length(); ++end) { in ParseDoubleArrayFlag() local
[all …]
/developtools/profiler/host/smartperf/client/client_command/test/unittest/
Dparse_slide_fps_trace_test.cpp136 std::string start = "start"; variable
148 std::string start = "start"; variable
160 std::string start = "start"; variable
/developtools/profiler/device/plugins/ftrace_plugin/include/
Dftrace_field_parser.h31 auto start = data + format.offset; in ParseIntField() local
50 auto start = data + format.offset + i * retvalSize; in ParseVectorIntField() local
/developtools/smartperf_host/trace_streamer/src/base/
Dindex_map.h140 void Set(TableRowId start, TableRowId end) in Set()
163 auto start = std::lower_bound(rows.begin() + start_, rows.begin() + end_, v); in IntersectabcEqual() local
174 auto start = std::lower_bound(rows.begin() + start_, rows.begin() + end_, v, in IntersectGreaterEqual() local
Dindex_map.cpp24 IndexMap::IndexMap(TableRowId start, TableRowId end) : end_(end), current_(start), start_(start) {} in IndexMap()
61 void IndexMap::Intersect(TableRowId start, TableRowId end) in Intersect()
/developtools/smartperf_host/trace_streamer/src/proto_reader/
Dproto_reader_help.cpp19 const uint8_t *VarIntDecode(const uint8_t *start, const uint8_t *end, uint64_t *varIntValue) in VarIntDecode()
/developtools/ace_ets2bundle/compiler/src/
Ddo_arkTS_linter.ts114 start: undefined, constant
181 start: undefined, constant
/developtools/integration_verification/DeployDevice/src/core/
Drun.py22 def start(param): function
/developtools/profiler/device/plugins/native_hook/src/
Dhook_client.cpp489 struct timespec start = {}; in hook_malloc() local
577 struct timespec start = {}; in hook_aligned_alloc() local
677 struct timespec start = {}; in hook_calloc() local
770 struct timespec start = {}; in hook_realloc() local
906 struct timespec start = {}; in hook_free() local
998 struct timespec start = {}; in hook_mmap() local
1095 struct timespec start = {}; in hook_munmap() local
1163 struct timespec start = {}; in hook_prctl() local
1200 struct timespec start = {}; in hook_memtrace() local
/developtools/smartperf_host/ide/src/trace/bean/
DFrameComponentBean.ts25 start: number; property
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/entity/
DSignHead.java65 int start = 0; in getSignHead() local
/developtools/profiler/device/plugins/hiebpf_plugin/tools/include/
Debpf_std_type.h29 uint64_t start = 0; member
60 uint64_t start = 0; member
80 uint64_t start = 0; member
98 uint64_t start = 0; member
114 uint64_t start = 0; member
/developtools/profiler/device/plugins/native_daemon/
Dnative_daemon_client.cpp58 bool start = false; in main() local
/developtools/profiler/hiebpf/test/unittest/
Dmaps_info_test.cpp83 uint64_t *start = (uint64_t *)p; variable
/developtools/hdc/hdc_rust/src/transfer/
Dbuffer.rs162 pub async fn start(id: u32, wr: SplitWriteHalf) { in start() method
245 pub async fn start(session_id: u32, wr: UsbWriter) { in start() method
318 pub async fn start(session_id: u32, wr: UartWriter) { in start() method
409 pub async fn start(rd: SplitReadHalf) { in start() method
/developtools/hapsigner/hapsigntool_cpp/hap/entity/src/
Dsign_head.cpp44 int start = 0; in GetSignHead() local
/developtools/profiler/host/smartperf/client/client_command/
Dparse_slide_fps_trace.cpp126 std::string ParseSlideFpsTrace::CutString(std::string lineStr, const std::string &start, in CutString()
/developtools/profiler/tools/smaps_show/src/
Dmain.rs29 start: u64, field
246 let start = u64::from_str_radix(caps.name("start").unwrap().as_str(), 16).unwrap(); in read_smaps() localVariable
/developtools/smartperf_host/trace_streamer/src/parser/rawtrace_parser/
Dftrace_field_processor.h51 auto start = data + format.offset + index * curValueSize; in HandleVectorIntField() local
/developtools/ace_ets2bundle/compiler/src/fast_build/meomry_monitor/
Drollup-plugin-memory-monitor.ts58 start(): void { method in MemoryMonitor
/developtools/integration_verification/DeployDevice/src/util/
Dtime_info.py51 def start(self): member in KThread

1234