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.cpp80 for (int count = 0; count < size; ++count) { variable
94 for (int count = 0; count < size; ++count) { variable
108 for (int count = size -1; count >= 0; --count) { variable
123 for (int count = size -1; count >= 0; --count) { variable
139 for (int count = size -1; count >= 0; --count) { variable
153 for (int count = size -1; count >= 0; --count) { variable
167 for (int count = 0; count < size; ++count) { variable
182 for (int count = 0; count < size; ++count) { variable
198 for (int count = 0; count < size; ++count) { variable
214 for (int 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/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/distributed/statistics/bean/
DStats.java33 private int count; field in Stats
61 public void setCount(int count) { in setCount()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/trace/metrics/bean/
DStats.java33 private int count; field in Stats
61 public void setCount(int count) { in setCount()
/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/packing_tool/adapter/ohos/
DResourcesParser.java144 static Optional<ConfigIndex> loadBaseConfig(ByteBuffer bufBuf, int count) { in loadBaseConfig()
179 int count = buf.getInt(); in readBaseItem() local
220 static List<ConfigIndex> loadConfig(ByteBuffer bufBuf, int count) { in loadConfig()
257 int count = buf.getInt(); in readAllItem() local
DConvertHapToBin.java103 int count = 0; in main() local
/developtools/profiler/device/services/profiler_service/src/
Dprofiler_data_repeater.cpp96 int count = 0; in TakePluginData() local
/developtools/profiler/device/plugins/native_daemon/include/
Dhashlist.h166 inline std::size_t count(const Key &key) const in count() function
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/trace/component/
DTabCpuByProcess.java99 TabThreadStatesBean count = result.get(0); in loadTabData() local
DTabCpuByThread.java100 TabThreadStatesBean count = result.get(0); in loadTabData() local
DTabSlices.java97 TabSlicesBean count = result.get(0); in loadTabData() local
DTabThreadStates.java105 TabThreadStatesBean count = result.get(0); in loadTabData() local
/developtools/hiperf/include/
Dhashlist.h174 inline std::size_t count(const Key &key) const in count() function
/developtools/profiler/device/plugins/diskio_plugin/src/
Dtest_main.cpp38 int count = 0; in IoTest() local
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dresult_transporter.cpp87 auto count = bytesCount_.load(); in Report() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/common/treetable/
DExpandTreeTable.java48 private int count = 100; field in ExpandTreeTable
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/include/
Dcallstack_test.h131 size_t count = fread(data.data(), sizeof(T), data.size(), fp.get()); in LoadFromFile() local
/developtools/profiler/device/plugins/native_daemon/src/
Delf_file.cpp139 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
222 for (size_t count = 0; count < numShdrs; ++count) { in ParseSecHeaders() local
/developtools/hdc_standard/src/common/
Dtask.cpp48 uint8_t count = 1; in TaskFinish() local
/developtools/profiler/host/ohosprofiler/src/main/proto/
Dreport_sample.proto57 optional uint64 count = 1; field
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/utils/datahandler/datapoller/
DDataPoller.java65 private Integer count = 0; field in DataPoller

1234