Home
last modified time | relevance | path

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

1234

/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.cpp53 std::atomic<int> count = 0; variable
73 std::atomic<int> count = 0; variable
109 std::atomic<int> count = 0; variable
/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/host/smartperf/ide/src/trace/component/metrics/
DTraceStatsStrategy.ts45 count: string 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/trace_streamer/src/base/
Dstring_help.cpp48 int strncpy_s(char* strDest, size_t destMax, const char* strSrc, size_t count) in strncpy_s()
60 int snprintf_s(char* strDest, size_t destMax, size_t count, const char* format, ...) in snprintf_s()
/developtools/profiler/device/plugins/diskio_plugin/src/
Dio_stats.cpp278 uint32_t count = 0; in PutCpuStatsData() local
324 uint32_t count = 0; in PutIoStatsData() local
409 uint32_t count = 0; in ParseLineFields() local
438 uint32_t count = 0; in ParseLineFields() local
Dtest_main.cpp38 int count = 0; in IoTest() local
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dkernel_symbols_parser.cpp79 int count = 0; in Parse() local
Dresult_transporter.cpp96 auto count = bytesCount_.load(); in Flush() local
/developtools/profiler/device/services/profiler_service/src/
Dprofiler_data_repeater.cpp102 int count = 0; in TakePluginData() local
/developtools/profiler/device/plugins/native_daemon/include/
Dhashlist.h174 inline std::size_t count(const Key &key) const in count() function
/developtools/hiperf/include/
Dhashlist.h174 inline std::size_t count(const Key &key) const in count() function
/developtools/profiler/host/smartperf/ide/src/trace/component/
DSpInfoAndStas.ts278 count: number | undefined; property in InfoDataTable
/developtools/profiler/host/smartperf/ide/src/trace/bean/
DFrameChartStruct.ts31 count: number = 0; property in ChartStruct
/developtools/packing_tool/adapter/ohos/
DConvertHapToBin.java103 int count = 0; in main() local
DResourcesParser.java278 static Optional<ConfigIndex> loadBaseConfig(ByteBuffer bufBuf, int count) { in loadBaseConfig()
313 int count = buf.getInt(); in readBaseItem() local
354 static List<ConfigIndex> loadConfig(ByteBuffer bufBuf, int count) { in loadConfig()
391 int count = buf.getInt(); in readAllItem() local
461 int count = buf.getInt(); in readDataAllItem() local
/developtools/profiler/device/plugins/native_daemon/src/
Delf_file.cpp139 for (size_t count = 0; count < numPhdrs; ++count) { in ParsePrgHeaders() local
229 for (size_t count = 0; count < numShdrs; ++count) { in ParseSecHeaders() local
/developtools/profiler/host/smartperf/trace_streamer/src/parser/hiperf_parser/hiperf/
Delf_file.cpp141 for (size_t count = 0; count < numPhdrs; ++count) { in ParsePrgHeaders() local
223 for (size_t count = 0; count < numShdrs; ++count) { in ParseSecHeaders() 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/hdc/src/common/
Dtask.cpp48 uint8_t count = 1; in TaskFinish() local
/developtools/profiler/device/plugins/ftrace_plugin/include/
Dftrace_field_parser.h47 size_t count = format.size / retvalSize; in ParseVectorIntField() local
/developtools/hiperf/demo/cpp/
Dhiperf_example_cmd.cpp146 int count = 0; in LoopFunction() local
338 for (int count = 0; count < option.numThreads; ++count) { in RunSampleThread() local
341 for (int count = 0; count < option.numThreads; ++count) { in RunSampleThread() local

1234