Home
last modified time | relevance | path

Searched refs:two (Results 1 – 15 of 15) sorted by relevance

/developtools/profiler/proto_encoder/test/unittest/
Dvarint_encode_unittest.cpp36 const uint32_t two = 2; member in OHOS::Developtools::Profiler::VarintEncodeUnittest
63 EXPECT_EQ(GetPackedVarintLenSize(itemCount, itemSize, len), two);
67 EXPECT_EQ(GetPackedVarintLenSize(itemCount, itemSize, len), two);
96 EXPECT_EQ(GetPackedVarintLenSize(itemCount, itemSize, len), two);
100 EXPECT_EQ(GetPackedVarintLenSize(itemCount, itemSize, len), two);
124 itemCount = VARINT_MAX_1BYTE / (itemSize + two);
126 EXPECT_EQ(len, itemCount * (itemSize + two));
129 EXPECT_EQ(GetPackedVarintLenSize(itemCount, itemSize, len), two);
130 EXPECT_EQ(len, itemCount * (itemSize + two));
132 itemCount = VARINT_MAX_2BYTE / (itemSize + two);
[all …]
/developtools/profiler/host/smartperf/client/client_command/
DRAM.cpp42 const int two = 2; in GetRamInfo() local
57 if (textline[zero] == 'P' && textline[one] == 's' && textline[two] == 's') { in GetRamInfo()
/developtools/hiperf/demo/cpp/
Dhiperf_demo.cpp29 constexpr uint32_t two = 2; in TestCodeThread() local
37 if (i % two == 0) { in TestCodeThread()
Dhiperf_example_cmd.cpp71 constexpr int two {2}; in LoopBranch0() local
76 if (rnd() % two == 0) { in LoopBranch0()
85 constexpr int two {2}; in LoopBranch1() local
90 if (rnd() % two == 0) { in LoopBranch1()
99 constexpr int two {2}; in LoopBranch() local
102 if (rnd() % two == 0) { in LoopBranch()
/developtools/profiler/proto_encoder/include/
Dvarint_encode.h51 const uint32_t two = 2; in GetPackedVarintLenSize() local
57 return two; in GetPackedVarintLenSize()
/developtools/profiler/device/plugins/native_daemon/src/
Dvirtual_thread.cpp88 constexpr int two {2}; in FindMapByAddr() local
91 std::size_t mid = (right - left) / two + left; in FindMapByAddr()
95 mid = (right - left) / two + left; in FindMapByAddr()
100 mid = (right - left) / two + left; in FindMapByAddr()
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/highlight/
DChartHighlighter.ets132 … * The returned list contains two objects per DataSet (closest rounding up, closest rounding down).
207 …* @param closestValues contains two Highlight objects per DataSet closest to the selected x…
240 * Calculates the distance between the two given points.
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/utils/
DMPPointD.ets21 * Point encapsulating two double values.
DObjectPool.ets152 … belongs to poolId " + object.currentOwnerId + ". Object cannot belong to two different pool inst…
186 … belongs to poolId " + object.currentOwnerId + ". Object cannot belong to two different pool inst…
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/listener/
DChartTouchListener.ets141 * returns the distance between two points
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/renderer/
DAxisRenderer.ets153 * Sets up the axis values. Computes the desired number of labels between the two given extremes.
/developtools/hiperf/
DREADME.md306 The following specifies two symbol table paths.
/developtools/packing_tool/adapter/ohos/
DREADME35 8.maple so input method have a tentative plan which can support two input methods.
/developtools/hapsigner/hapsigntool/hap_sign_tool/src/main/resources/
Dhelp.txt146 …: profile signing certificate (certificate chain, the order is three-level-two-root), required fie…
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/components/
DAxisBase.ets71 * This could happen if two adjacent axis values are rounded to same value.