Home
last modified time | relevance | path

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

12345

/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/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/base/test/unittest/
Dschedule_task_manager_test.cpp40 std::atomic<int> count = 0; variable
57 std::atomic<int> count = 0; variable
90 std::atomic<int> count = 0; variable
/developtools/smartperf_host/ide/src/trace/bean/
DSchedSwitchStruct.ts17 count: number = 0; property in TreeSwitchConfig
39 count: number = 0; property in HistogramSourceConfig
DSmapsStruct.ts26 count: number = 0; property in Smaps
53 count: number = 0; property in SmapsTreeObj
/developtools/profiler/protos/types/plugins/xpower_data/
Dxpower_plugin_result.proto113 int32 count = 1; //应用个数 field
126 int32 count = 1; //应用个数 field
140 int32 count = 1; //应用个数 field
155 int32 count = 1; //应用个数 field
164 int32 count = 3; //检测到当前应用的异常数 field
/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/client/client_ui/entry/src/main/ets/common/utils/
DCalculationUtils.ts30 public count: number = 0 property in CalculationUtils
/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/smartperf_host/trace_streamer/src/metrics/
DtraceStateStrategy.h26 uint32_t count; member
/developtools/profiler/host/smartperf/client/client_command/include/
Dparse_page_fps_trace.h35 int count = 0; variable
Dparse_slide_fps_trace.h40 int count = 0; 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/device/plugins/diskio_plugin/include/
Dio_stats.h160 uint32_t count = 0; in PutCpuStatsData() local
194 uint32_t count = 0; in PutIoStatsData() local
/developtools/smartperf_host/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerNativeNemory.ts640 const count = this.isStatistic ? sample.count : 1; constant
794 for (const count of merageData.countArray) { constant
1126 count: number = 0; property in NativeHookStatistics
1143 count: number = 0; property in NativeHookCallInfo
1237 count: number; property in AnalysisSample
/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/profiler/host/smartperf/client/client_command/
Dstartup_delay.cpp82 int count = 0; in GetHisysId() local
105 int count = 0; in GetHisysIdResponse() local
128 int count = 0; in GetHisysIdComplete() local
/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerFreqExtend.ts71 count: number = 0; property in CpuFreqExtendStruct
/developtools/smartperf_host/ide/src/trace/component/
DSpInfoAndStas.ts136 count: number | undefined; property in InfoDataTable
/developtools/profiler/device/plugins/diskio_plugin/src/
Dio_stats.cpp293 uint32_t count = 0; in ParseLineFields() local
322 uint32_t count = 0; in ParseLineFields() local
/developtools/smartperf_host/ide/src/trace/component/chart/
DFrameChart.ts31 count: number; property in NodeValue
808 const count = this.getNodeValue(hoverNode); constant
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dkernel_symbols_parser.cpp79 int count = 0; in Parse() local

12345