Home
last modified time | relevance | path

Searched defs:count (Results 1 – 25 of 131) sorted by relevance

123456

/developtools/hiperf/test/unittest/common/native/
Dhashlist_test.cpp79 for (std::size_t count = 0; count < size_; ++count) { variable
92 for (std::size_t count = 0; count < size_; ++count) { variable
105 for (std::size_t count = size_ - 1; count > 0; --count) { variable
119 for (std::size_t count = size_ - 1; count > 0; --count) { variable
134 for (std::size_t count = size_ - 1; count > 0; --count) { variable
147 for (std::size_t count = size_ - 1; count > 0; --count) { variable
160 for (std::size_t count = 0; count < size_; ++count) { variable
174 for (std::size_t count = 0; count < size_; ++count) { variable
189 for (std::size_t count = 0; count < size_; ++count) { variable
204 for (std::size_t count = size_ - 1; count > 0; --count) { variable
[all …]
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dhashlist_test.cpp79 for (std::size_t count = 0; count < size_; ++count) { variable
92 for (std::size_t count = 0; count < size_; ++count) { variable
105 for (std::size_t count = size_ - 1; count > 0; --count) { variable
119 for (std::size_t count = size_ - 1; count > 0; --count) { variable
134 for (std::size_t count = size_ - 1; count > 0; --count) { variable
147 for (std::size_t count = size_ - 1; count > 0; --count) { variable
160 for (std::size_t count = 0; count < size_; ++count) { variable
174 for (std::size_t count = 0; count < size_; ++count) { variable
189 for (std::size_t count = 0; count < size_; ++count) { variable
204 for (std::size_t count = size_ - 1; count > 0; --count) { variable
[all …]
/developtools/profiler/device/base/test/unittest/
Dschedule_task_manager_test.cpp43 std::atomic<int> count = 0; variable
63 std::atomic<int> count = 0; variable
99 std::atomic<int> count = 0; variable
/developtools/smartperf_host/trace_streamer/test/unittest/
Dproto_reader_test.cpp374 uint64_t count = 0; variable
412 uint64_t count = 0; variable
450 auto count = typedProtoTest.FindDataArea(TestParser_Reader::kCountDataAreaNumber).ToInt32(); variable
524 auto count = typedProtoTest.FindDataArea(TestParser_Reader::kCountDataAreaNumber).ToInt32(); variable
589 auto count = typedProtoTest.FindDataArea(TestParser_Reader::kCountDataAreaNumber).ToInt32(); variable
639 auto count = typedProtoTest.Get(TestParser_Reader::kCountDataAreaNumber).ToInt32(); variable
713 auto count = typedProtoTest.Get(TestParser_Reader::kCountDataAreaNumber).ToInt32(); variable
778 auto count = typedProtoTest.Get(TestParser_Reader::kCountDataAreaNumber).ToInt32(); variable
826 auto count = typedProtoTest.Get(TestParser_Reader::kCountDataAreaNumber).ToInt32(); variable
872 auto count = typedProtoTest.Get(TestParser_Reader::kCountDataAreaNumber).ToInt32(); variable
[all …]
/developtools/profiler/device/plugins/diskio_plugin/src/
Dio_stats.cpp266 uint32_t count = 0; in PutCpuStatsData() local
310 uint32_t count = 0; in PutIoStatsData() local
369 uint32_t count = 0; in ParseLineFields() local
398 uint32_t count = 0; in ParseLineFields() local
/developtools/profiler/hiebpf/include/
Dfstrace_types.h32 size_t count; member
38 size_t count; member
44 size_t count; member
51 size_t count; member
/developtools/ace_ets2bundle/compiler/sample/pages/testcases/expected/
Dconstructor-01-expected.js19 this.myState1 = { count: 0 }; property
Dlink-01-expected.js32 this.myState1 = { count: 0 }; property
/developtools/profiler/hiebpf/src/
Dcommand_helper.cpp31 for (int count = 1; count < (*argc); ++count) { in Start() local
/developtools/profiler/host/smartperf/ide/src/trace/component/metrics/
DTraceStatsStrategy.ts51 count: number; property
/developtools/smartperf_host/ide/src/trace/component/metrics/
DTraceStatsStrategy.ts51 count: number; property
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/utils/
DCalculationUtils.ts30 public count: number = 0 property in CalculationUtils
/developtools/profiler/host/smartperf/client/client_command/include/
Dparse_page_fps_trace.h35 int count = 0; variable
Dparse_start_frame_trace.h34 int count = 0; variable
/developtools/profiler/proto_encoder/test/unittest/
Dbase_message_unittest.cpp817 int count = msgProtobuf.len_repeated_packed_signed_vint_size(); variable
865 int count = msgProtobuf.len_repeated_packed_unsigned_vint_size(); variable
913 int count = msgProtobuf.len_repeated_packed_fixed_size(); variable
1520 for (int count = 0; count < TEST_TIMES; count++) { variable
1537 for (int count = 0; count < TEST_TIMES; count++) { variable
1556 for (int count = 0; count < TEST_TIMES; count++) { variable
1600 for (int count = 0; count < TEST_TIMES; count++) { variable
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/utils/
DInputStreamUtils.java54 int count = 0; in copy() local
/developtools/profiler/host/smartperf/trace_streamer/src/base/
Dstring_help.cpp46 int32_t strncpy_s(char* strDest, size_t destMax, const char* strSrc, size_t count) in strncpy_s()
60 int32_t snprintf_s(char* strDest, size_t destMax, size_t count, const char* format, ...) in snprintf_s()
/developtools/packing_tool/adapter/ohos/
DResourcesParser.java279 static Optional<ConfigIndex> loadBaseConfig(ByteBuffer bufBuf, int count) { in loadBaseConfig()
314 int count = buf.getInt(); in readBaseItem() local
355 static List<ConfigIndex> loadConfig(ByteBuffer bufBuf, int count) { in loadConfig()
392 int count = buf.getInt(); in readAllItem() local
489 int count = buf.getInt(); in readDataAllItem() local
/developtools/smartperf_host/ide/src/trace/bean/
DSmapsStruct.ts27 count:number = 0; property in Smaps
54 count :number = 0 ; property in SmapsTreeObj
/developtools/smartperf_host/ide/src/trace/component/
DSpInfoAndStas.ts249 count: number | undefined; property in InfoDataTable
/developtools/profiler/device/plugins/native_daemon/src/
Delf_file.cpp114 for (size_t count = 0; count < numPhdrs; ++count) { in ParsePrgHeaders() local
198 for (size_t count = 0; count < numShdrs; ++count) { in ParseSecHeaders() local
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dkernel_symbols_parser.cpp79 int count = 0; in Parse() local
/developtools/hiperf/src/
Delf_file.cpp140 for (size_t count = 0; count < numPhdrs; ++count) { in ParsePrgHeaders() local
225 for (size_t count = 0; count < numShdrs; ++count) { in ParseSecHeaders() local
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/file-system/
DTabPaneCallTree.test.ts140 count: 67, variable
/developtools/profiler/host/smartperf/ide/src/trace/database/ui-worker/
DProcedureWorkerEnergySystem.ts297 count: number | undefined; property in EnergySystemStruct

123456