/aosp12/system/bt/common/ |
H A D | time_util_unittest.cc | 50 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 D | BounceInterpolator.java | 34 float t2 = t - 6f / 11f; in getInterpolation() local 37 float t2 = t - 9f / 11f; in getInterpolation() local
|
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/recents/ |
H A D | RecentTasksControllerTest.java | 89 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 D | Utils.cc | 59 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()
|
/aosp12/system/chre/util/tests/ |
H A D | time_test.cc | 98 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 D | utils.h | 42 bool SameConfig(T *t1, T *t2, unsigned int size) { in SameConfig()
|
/aosp12/art/test/921-hello-failure/src/ |
H A D | MultiRedef.java | 80 public static void doTest(Transform t1, Transform2 t2) { in doTest()
|
H A D | MultiRetrans.java | 80 public static void doTest(Transform t1, Transform2 t2) { in doTest()
|
/aosp12/packages/apps/Browser2/src/org/chromium/webview_shell/ |
H A D | StartupTimeActivity.java | 26 long t2 = SystemClock.elapsedRealtime(); in onCreate() local
|
/aosp12/hardware/qcom/sm8150/display/sdm/include/utils/ |
H A D | utils.h | 49 bool SameConfig(T *t1, T *t2, unsigned int size) { in SameConfig()
|
/aosp12/art/test/127-checker-secondarydex/src/ |
H A D | Main.java | 34 Test t2 = new Test(); in testSlowPathDirectInvoke() local
|
/aosp12/art/compiler/jit/ |
H A D | jit_compiler.cc | 184 TimingLogger::ScopedTiming t2(compilation_kind == CompilationKind::kOsr in CompileMethod() local 203 TimingLogger::ScopedTiming t2("TrimMaps", &logger); in CompileMethod() local
|
/aosp12/art/runtime/gc/collector/ |
H A D | semi_space.cc | 185 TimingLogger::ScopedTiming t2("RevokeAllThreadLocalAllocationStacks", GetTimings()); in MarkingPhase() local 282 TimingLogger::ScopedTiming t2("MarkStackAsLive", GetTimings()); in MarkReachableObjects() local 292 TimingLogger::ScopedTiming t2( in MarkReachableObjects() local 312 TimingLogger::ScopedTiming t2("UpdateAndMarkRememberedSet", GetTimings()); in MarkReachableObjects() local 315 TimingLogger::ScopedTiming t2("VisitLiveBits", GetTimings()); in MarkReachableObjects() local
|
/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/ |
H A D | k_logf.h | 29 float hfsq,s,z,R,w,t1,t2; in k_log1pf() local
|
H A D | e_hypotf.c | 25 float a,b,t1,t2,y1,y2,w; in __ieee754_hypotf() local
|
H A D | e_hypot.c | 57 double a,b,t1,t2,y1,y2,w; in __ieee754_hypot() local
|
H A D | k_log.h | 90 double hfsq,s,z,R,w,t1,t2; in k_log1p() local
|
/aosp12/art/test/926-multi-obsolescence/src/art/ |
H A D | Test926.java | 130 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 D | GroupTask.java | 34 public GroupTask(@NonNull Task t1, @Nullable Task t2, in GroupTask()
|
/aosp12/art/test/526-checker-caller-callee-regs/src/ |
H A D | Main.java | 81 int t2 = $opt$noinline$function_call(arg); in $opt$LiveInCall() local
|
/aosp12/system/bt/stack/smp/ |
H A D | p_256_ecc_pp.cc | 43 uint32_t t2[KEY_LENGTH_DWORDS_P256]; in ECC_Double() local 92 uint32_t t2[KEY_LENGTH_DWORDS_P256]; in ECC_Add() local
|
/aosp12/system/bt/gd/security/ecc/ |
H A D | p_256_ecc_pp.cc | 48 uint32_t t2[KEY_LENGTH_DWORDS_P256]; in ECC_Double() local 97 uint32_t t2[KEY_LENGTH_DWORDS_P256]; in ECC_Add() local
|
/aosp12/frameworks/av/media/codecs/amrnb/enc/src/ |
H A D | calc_cor.cpp | 228 Word32 t2; in comp_corr() local
|
/aosp12/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/ |
H A D | ortho.h | 13 const T t2 = static_cast<T>(2); in OrthoMatrix() local
|
/aosp12/art/test/917-fields-transformation/src/art/ |
H A D | Test917.java | 90 public static void doTest(Transform t1, Transform t2) { in doTest()
|