Home
last modified time | relevance | path

Searched refs:two (Results 1 – 16 of 16) 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/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/host/smartperf/client/client_command/
DByTrace.cpp50 int two = 2; in CheckFpsJitters() local
52 if (curNum <= sum && currentTrigger < 0 && times > two) { in CheckFpsJitters()
Dprofiler_fps.cpp52 long long two = 2; in GetResultFPS() local
54 if ((lastCurrTime + two) == (currTime / oneSec)) { in GetResultFPS()
155 int two = 2; in GetTimeDiff() local
168 strRealTime = params[two]; in GetTimeDiff()
173 strRealTime = params[two]; in GetTimeDiff()
/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.cpp65 constexpr int two {2}; in FindMapByAddr() local
68 std::size_t mid = (right - left) / two + left; in FindMapByAddr()
72 mid = (right - left) / two + left; in FindMapByAddr()
77 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.ets148 … belongs to poolId " + object.currentOwnerId + ". Object cannot belong to two different pool inst…
182 … 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.ets139 * 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.