Searched refs:t3 (Results 1 – 5 of 5) sorted by relevance
/system/chre/util/tests/ |
D | time_test.cc | 98 Milliseconds t1(5), t2(5), t3(6); in TEST() local 100 EXPECT_FALSE(t1 == t3); in TEST() 160 Nanoseconds t1(5), t2(5), t3(6); in TEST() local 162 EXPECT_FALSE(t1 == t3); in TEST() 166 Nanoseconds t1(5), t2(5), t3(6); in TEST() local 168 EXPECT_TRUE(t1 != t3); in TEST() 202 Nanoseconds t1(5), t2(5), t3(6); in TEST() local 204 EXPECT_TRUE(t3 >= t1); in TEST() 205 EXPECT_FALSE(t1 >= t3); in TEST() 209 Nanoseconds t1(5), t2(5), t3(6); in TEST() local [all …]
|
/system/unwinding/libunwindstack/offline_files/vlenb_riscv64/ |
D | regs.txt | 9 t3: 7ff2fde8d56e
|
/system/media/audio_utils/tests/ |
D | audio_mutex_tests.cpp | 540 std::thread t3([&]() { in TEST_P() local 607 t3.join(); in TEST_P() 645 std::thread t3([&]() { in TEST_P() local 735 t3.join(); in TEST_P() 762 std::thread t3([&]() { in TEST_P() local 773 t3.join(); in TEST_P()
|
/system/keymint/tests/src/ |
D | lib.rs | 77 let t3 = clock.now(); in test_clock() localVariable 78 assert!(t3.0 > (t1.0 + 200)); in test_clock()
|
/system/authgraph/tests/src/ |
D | lib.rs | 39 let t3 = clock.now(); in test_clock() localVariable 40 assert!(t3.0 > (t1.0 + 200)); in test_clock()
|