Home
last modified time | relevance | path

Searched defs:t2 (Results 1 – 25 of 203) sorted by relevance

123456789

/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A Dresource_manager_performance_test.cpp179 auto t2 = std::chrono::high_resolution_clock::now(); in TestLoadFromIndex() local
227 auto t2 = std::chrono::high_resolution_clock::now(); variable
262 auto t2 = std::chrono::high_resolution_clock::now(); variable
456 auto t2 = std::chrono::high_resolution_clock::now(); variable
482 auto t2 = std::chrono::high_resolution_clock::now(); variable
703 auto t2 = std::chrono::high_resolution_clock::now(); variable
729 auto t2 = std::chrono::high_resolution_clock::now(); variable
758 auto t2 = std::chrono::high_resolution_clock::now(); variable
784 auto t2 = std::chrono::high_resolution_clock::now(); variable
813 auto t2 = std::chrono::high_resolution_clock::now(); variable
[all …]
/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dresource_manager_performance_test.cpp142 auto t2 = std::chrono::high_resolution_clock::now(); in ParseIndexCost() local
234 auto t2 = std::chrono::high_resolution_clock::now(); variable
269 auto t2 = std::chrono::high_resolution_clock::now(); variable
463 auto t2 = std::chrono::high_resolution_clock::now(); variable
489 auto t2 = std::chrono::high_resolution_clock::now(); variable
710 auto t2 = std::chrono::high_resolution_clock::now(); variable
736 auto t2 = std::chrono::high_resolution_clock::now(); variable
765 auto t2 = std::chrono::high_resolution_clock::now(); variable
791 auto t2 = std::chrono::high_resolution_clock::now(); variable
820 auto t2 = std::chrono::high_resolution_clock::now(); variable
[all …]
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/
H A Dbenchmark_assert.h22 void AssertEqual(const T1 &t1, const T2 &t2, const char* printInfo, benchmark::State& state) in AssertEqual()
30 void AssertUnequal(const T1 &t1, const T2 &t2, const char* printInfo, benchmark::State& state) in AssertUnequal()
54 void AssertLessThan(const T1 &t1, const T2 &t2, const char* printInfo, benchmark::State& state) in AssertLessThan()
62 void AssertLessThanOrEqual(const T1 &t1, const T2 &t2, const char* printInfo, benchmark::State& sta… in AssertLessThanOrEqual()
70 void AssertGreaterThan(const T1 &t1, const T2 &t2, const char* printInfo, benchmark::State& state) in AssertGreaterThan()
78 void AssertGreaterThanOrEqual(const T1 &t1, const T2 &t2, const char* printInfo, benchmark::State& … in AssertGreaterThanOrEqual()
/aosp12/system/bt/common/
H A Dtime_util_unittest.cc50 uint64_t t2 = bluetooth::common::time_get_os_boottime_ms(); in TEST() local
60 uint64_t t2 = bluetooth::common::time_get_os_boottime_us(); in TEST() local
78 uint64_t t2 = bluetooth::common::time_get_os_boottime_ms(); in TEST() local
99 uint64_t t2 = bluetooth::common::time_get_os_boottime_us(); in TEST() local
122 uint64_t t2 = bluetooth::common::time_gettimeofday_us(); in TEST() local
140 uint64_t t2 = bluetooth::common::time_gettimeofday_us(); in TEST() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DBounceInterpolator.java34 float t2 = t - 6f / 11f; in getInterpolation() local
37 float t2 = t - 9f / 11f; in getInterpolation() local
/ohos5.0/base/global/i18n/frameworks/zone/test/unittest/
H A Dzone_util_performance_test.cpp67 auto t2 = std::chrono::high_resolution_clock::now(); variable
93 auto t2 = std::chrono::high_resolution_clock::now(); variable
117 auto t2 = std::chrono::high_resolution_clock::now(); variable
140 auto t2 = std::chrono::high_resolution_clock::now(); variable
163 auto t2 = std::chrono::high_resolution_clock::now(); variable
186 auto t2 = std::chrono::high_resolution_clock::now(); variable
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/recents/
H A DRecentTasksControllerTest.java89 ActivityManager.RecentTaskInfo t2 = makeTaskInfo(2); in testAddRemoveSplitNotifyChange() local
103 ActivityManager.RecentTaskInfo t2 = makeTaskInfo(2); in testAddSameSplitBoundsInfoSkipNotifyChange() local
119 ActivityManager.RecentTaskInfo t2 = makeTaskInfo(2); in testGetRecentTasks() local
134 ActivityManager.RecentTaskInfo t2 = makeTaskInfo(2); in testGetRecentTasks_withPairs() local
160 ActivityManager.RecentTaskInfo t2 = makeTaskInfo(2); in testRemovedTaskRemovesSplit() local
/aosp12/hardware/st/secure_element/ese-spi-driver/utils-lib/
H A DUtils.cc59 int Utils_getElapsedTimeInMs(struct timeval t1, struct timeval t2) { in Utils_getElapsedTimeInMs()
75 int Utils_getElapsedTimeInUs(struct timeval t1, struct timeval t2) { in Utils_getElapsedTimeInUs()
/ohos5.0/foundation/ai/ai_engine/services/common/utils/
H A Dinf_cast_impl.h76 static I* Create(T1& t1, T2& t2) in Create()
93 static I* Create(T1& t1, T2& t2, T3& t3) in Create()
/aosp12/system/chre/util/tests/
H A Dtime_test.cc98 Milliseconds t1(5), t2(5), t3(6); in TEST() local
160 Nanoseconds t1(5), t2(5), t3(6); in TEST() local
166 Nanoseconds t1(5), t2(5), t3(6); in TEST() local
202 Nanoseconds t1(5), t2(5), t3(6); in TEST() local
209 Nanoseconds t1(5), t2(5), t3(6); in TEST() local
216 Nanoseconds t1(5), t2(5), t3(6); in TEST() local
223 Nanoseconds t1(5), t2(5), t3(6); in TEST() local
/aosp12/hardware/qcom/sm7250/display/sdm/include/utils/
H A Dutils.h42 bool SameConfig(T *t1, T *t2, unsigned int size) { in SameConfig()
/aosp12/art/test/921-hello-failure/src/
H A DMultiRedef.java80 public static void doTest(Transform t1, Transform2 t2) { in doTest()
H A DMultiRetrans.java80 public static void doTest(Transform t1, Transform2 t2) { in doTest()
/aosp12/packages/apps/Browser2/src/org/chromium/webview_shell/
H A DStartupTimeActivity.java26 long t2 = SystemClock.elapsedRealtime(); in onCreate() local
/ohos5.0/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dtype_cast_ext.h35 inline bool IsSameType(const std::type_info& t1, const std::type_info& t2) noexcept in IsSameType()
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/cpp_ext/
H A Dtype_cast_ext.h34 inline bool IsSameType(const std::type_info &t1, const std::type_info &t2) noexcept in IsSameType()
/aosp12/hardware/qcom/sm8150/display/sdm/include/utils/
H A Dutils.h49 bool SameConfig(T *t1, T *t2, unsigned int size) { in SameConfig()
/aosp12/art/test/127-checker-secondarydex/src/
H A DMain.java34 Test t2 = new Test(); in testSlowPathDirectInvoke() local
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/
H A Dgraphic_math.cpp105 float t2; in FastAtan2() local
139 float t2; in FastAtan2F() local
/aosp12/art/compiler/jit/
H A Djit_compiler.cc184 TimingLogger::ScopedTiming t2(compilation_kind == CompilationKind::kOsr in CompileMethod() local
203 TimingLogger::ScopedTiming t2("TrimMaps", &logger); in CompileMethod() local
/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/
H A Dk_logf.h29 float hfsq,s,z,R,w,t1,t2; in k_log1pf() local
H A De_hypotf.c25 float a,b,t1,t2,y1,y2,w; in __ieee754_hypotf() local
/ohos5.0/foundation/arkui/ui_lite/frameworks/animator/
H A Dinterpolation.cpp27 int64_t t2 = t * t; in GetBezierInterpolation() local
46 float t2 = t * t; in GetBezierInterpolation() local
/aosp12/art/test/926-multi-obsolescence/src/art/
H A DTest926.java130 public static void doTest(final Transform t1, final Transform2 t2) throws Exception { in doTest()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DGroupTask.java34 public GroupTask(@NonNull Task t1, @Nullable Task t2, in GroupTask()

123456789