/system/bt/common/ |
D | time_util_unittest.cc | 31 uint64_t t1 = bluetooth::common::time_get_os_boottime_ms(); in TEST() local 32 ASSERT_GT(t1, uint64_t(0)); in TEST() 40 uint64_t t1 = bluetooth::common::time_get_os_boottime_us(); in TEST() local 41 ASSERT_GT(t1, uint64_t(0)); in TEST() 49 uint64_t t1 = bluetooth::common::time_get_os_boottime_ms(); in TEST() local 51 ASSERT_TRUE((t2 - t1) < TEST_TIME_DELTA_UPPER_BOUND_MS); in TEST() 59 uint64_t t1 = bluetooth::common::time_get_os_boottime_us(); in TEST() local 61 ASSERT_TRUE((t2 - t1) < TEST_TIME_DELTA_UPPER_BOUND_MS * 1000); in TEST() 76 uint64_t t1 = bluetooth::common::time_get_os_boottime_ms(); in TEST() local 81 ASSERT_TRUE((t2 - t1) >= TEST_TIME_SLEEP_MS); in TEST() [all …]
|
/system/chre/util/tests/ |
D | time_test.cc | 98 Milliseconds t1(5), t2(5), t3(6); in TEST() local 99 EXPECT_TRUE(t1 == t2); in TEST() 100 EXPECT_FALSE(t1 == t3); in TEST() 160 Nanoseconds t1(5), t2(5), t3(6); in TEST() local 161 EXPECT_TRUE(t1 == t2); in TEST() 162 EXPECT_FALSE(t1 == t3); in TEST() 166 Nanoseconds t1(5), t2(5), t3(6); in TEST() local 167 EXPECT_FALSE(t1 != t2); in TEST() 168 EXPECT_TRUE(t1 != t3); in TEST() 202 Nanoseconds t1(5), t2(5), t3(6); in TEST() local [all …]
|
/system/bt/stack/smp/ |
D | p_256_ecc_pp.cc | 42 uint32_t t1[KEY_LENGTH_DWORDS_P256]; in ECC_Double() local 64 multiprecision_mersenns_squa_mod(t1, z1, keyLength); // t1=z1^2 in ECC_Double() 65 multiprecision_sub_mod(t2, x1, t1, keyLength); // t2=x1-t1 in ECC_Double() 66 multiprecision_add_mod(t1, x1, t1, keyLength); // t1=x1+t1 in ECC_Double() 67 multiprecision_mersenns_mult_mod(t2, t1, t2, keyLength); // t2=t2*t1 in ECC_Double() 82 multiprecision_lshift_mod(t1, t3, keyLength); // t1=2t3 in ECC_Double() 83 multiprecision_sub_mod(x3, x3, t1, keyLength); // x3=x3-t1 in ECC_Double() 84 multiprecision_sub_mod(t1, t3, x3, keyLength); // t1=t3-x3 in ECC_Double() 85 multiprecision_mersenns_mult_mod(t1, t1, t2, keyLength); // t1=t1*t2 in ECC_Double() 86 multiprecision_sub_mod(y3, t1, y3, keyLength); // y3=t1-y3 in ECC_Double() [all …]
|
/system/core/libpixelflinger/arch-mips64/ |
D | col32cb16blend.S | 29 dext $t1,\src,\shift+5,6 31 dextu $t1,\src,\shift+5,6 33 mul $t1,$t1,\f 44 srl $t1,$t1,8 47 addu $t1,$t1,\sG 50 sll $t1,$t1,5 52 or \dreg,\dreg,$t1
|
D | t32cb16blend.S | 111 lw $t1,4($a1) 116 or $a7,$t0,$t1 124 pixel $a7,$t1,$a5,16 130 lw $t1,-4($a1) 133 or $a7,$t0,$t1 141 pixel $a7,$t1,$a5,16
|
/system/media/audio_utils/include/audio_utils/ |
D | variadic_utils.h | 89 constexpr auto OPERATOR_NAME##_VS(const T1& t1, const T2& t2, std::index_sequence<I...>); \ 91 constexpr auto OPERATOR_NAME##_VV(const T1& t1, const T2& t2, std::index_sequence<I...>); \ 94 constexpr auto operator OPERATOR(const T1& t1, const T2& t2) { \ 95 return OPERATOR_NAME##_VS(t1, t2, std::make_index_sequence<std::tuple_size<T1>::value>{}); \ 99 constexpr auto operator OPERATOR(const T1& t1, const T2& t2) { \ 101 t2, t1, std::make_index_sequence<std::tuple_size<T2>::value>{}); \ 105 constexpr auto operator OPERATOR(const T1& t1, const T2& t2) { \ 108 return OPERATOR_NAME##_VV(t1, t2, std::make_index_sequence<std::tuple_size<T1>::value>{}); \ 112 constexpr auto operator OPERATOR##=(T1& t1, const T2& t2) { \ 113 t1 = OPERATOR_NAME##_VS(t1, t2, std::make_index_sequence<std::tuple_size<T1>::value>{}); \ [all …]
|
/system/sepolicy/private/ |
D | mls | 11 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject); 15 (l1 dom l2 or t1 == mlstrustedsubject); 19 (l1 eq l2 or t1 == mlstrustedsubject); 28 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject); 33 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject); 38 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject); 48 (l2 eq h2 and (l1 eq l2 or t1 == mlstrustedsubject)); 58 ( (t2 != app_data_file and t2 != privapp_data_file ) or l1 dom l2 or t1 == mlstrustedsubject); 60 …ile and t2 != privapp_data_file and t2 != appdomain_tmpfs) or l1 dom l2 or t1 == mlstrustedsubject… 63 ( (t2 != app_data_file) or l1 eq l2 or t1 == mlstrustedsubject); [all …]
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | mls | 11 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject); 15 (l1 dom l2 or t1 == mlstrustedsubject); 19 (l1 eq l2 or t1 == mlstrustedsubject); 28 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject); 33 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject); 38 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject); 48 (l2 eq h2 and (l1 eq l2 or t1 == mlstrustedsubject)); 58 ( (t2 != app_data_file and t2 != privapp_data_file ) or l1 dom l2 or t1 == mlstrustedsubject); 60 …ile and t2 != privapp_data_file and t2 != appdomain_tmpfs) or l1 dom l2 or t1 == mlstrustedsubject… 63 ( (t2 != app_data_file) or l1 eq l2 or t1 == mlstrustedsubject); [all …]
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | mls | 11 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject); 15 (l1 dom l2 or t1 == mlstrustedsubject); 19 (l1 eq l2 or t1 == mlstrustedsubject); 28 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject); 33 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject); 38 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject); 48 (l2 eq h2 and (l1 eq l2 or t1 == mlstrustedsubject)); 58 (t2 != app_data_file or l1 dom l2 or t1 == mlstrustedsubject); 60 (t2 != app_data_file or l1 dom l2 or t1 == mlstrustedsubject); 69 (t2 == app_data_file or l1 dom l2 or t1 == mlstrustedsubject or t2 == mlstrustedobject); [all …]
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | mls | 11 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject); 15 (l1 dom l2 or t1 == mlstrustedsubject); 19 (l1 eq l2 or t1 == mlstrustedsubject); 28 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject); 33 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject); 38 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject); 48 (l2 eq h2 and (l1 eq l2 or t1 == mlstrustedsubject)); 58 (t2 != app_data_file or l1 eq l2 or t1 == mlstrustedsubject); 60 (t2 != app_data_file or l1 eq l2 or t1 == mlstrustedsubject); 69 (t2 == app_data_file or l1 dom l2 or t1 == mlstrustedsubject or t2 == mlstrustedobject); [all …]
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | mls | 11 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject); 15 (l1 dom l2 or t1 == mlstrustedsubject); 19 (l1 eq l2 or t1 == mlstrustedsubject); 28 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject); 33 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject); 38 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject); 48 (l2 eq h2 and (l1 eq l2 or t1 == mlstrustedsubject)); 58 (t2 != app_data_file or l1 eq l2 or t1 == mlstrustedsubject); 60 (t2 != app_data_file or l1 eq l2 or t1 == mlstrustedsubject); 69 (t2 == app_data_file or l1 dom l2 or t1 == mlstrustedsubject or t2 == mlstrustedobject); [all …]
|
/system/core/libpixelflinger/arch-mips/ |
D | col32cb16blend.S | 78 ext $t1,$a1,19,5 /* sB */ 84 srl $t1, $a1, 19 85 andi $t1, 0x1f /* sB */ 97 pixel $t2 $t7 $v0 $a3 $t0 $t1 0 98 pixel $t3 $t7 $v0 $a3 $t0 $t1 16 105 pixel $t7 $t8 $v0 $a3 $t0 $t1 0 106 pixel $t3 $t8 $v0 $a3 $t0 $t1 16 128 pixel $t2 $t7 $v0 $a3 $t0 $t1 0
|
D | t32cb16blend.S | 200 pixel $t3,$t4,$t1,0 201 sh $t1,-2($a0) 224 pixel $t3,$t4,$t1,0 225 andi $t1, 0xFFFF 226 pixel $t3,$t5,$t1,16 227 sw $t1,-8($a0) 241 pixel $t3,$t4,$t1,0 242 andi $t1, 0xFFFF 243 pixel $t3,$t5,$t1,16 244 sw $t1,-4($a0) [all …]
|
/system/core/libpixelflinger/tests/codegen/ |
D | codegen.cpp | 44 static void ggl_test_codegen(uint32_t n, uint32_t p, uint32_t t0, uint32_t t1) in ggl_test_codegen() argument 52 needs.t[1] = t1; in ggl_test_codegen() 92 uint32_t t1; in main() local 93 sscanf(argv[1], "%08x:%08x_%08x_%08x", &p, &n, &t0, &t1); in main() 94 ggl_test_codegen(n, p, t0, t1); in main()
|
/system/extras/tests/timetest/ |
D | timetest.c | 61 struct timespec t1, dtmin, dtminp, dtmax; in main() local 77 clock_gettime(clock_id, &t1); in main() 82 dt = ts_sub(t, t1); in main() 83 t1 = t; in main()
|
/system/core/base/ |
D | properties_test.cpp | 154 auto t1 = std::chrono::steady_clock::now(); in TEST() local 156 ASSERT_GE(std::chrono::duration_cast<std::chrono::milliseconds>(t1 - t0), 200ms); in TEST() 158 ASSERT_LT(std::chrono::duration_cast<std::chrono::milliseconds>(t1 - t0), 600ms); in TEST() 224 auto t1 = std::chrono::steady_clock::now(); in TEST() local 226 ASSERT_GE(std::chrono::duration_cast<std::chrono::milliseconds>(t1 - t0), 200ms); in TEST() 228 ASSERT_LT(std::chrono::duration_cast<std::chrono::milliseconds>(t1 - t0), 600ms); in TEST()
|
/system/hwservicemanager/ |
D | TokenManager.cpp | 152 bool TokenManager::constantTimeCompare(const hidl_vec<uint8_t> &t1, const hidl_vec<uint8_t> &t2) { in constantTimeCompare() argument 153 if (t1.size() != t2.size()) { in constantTimeCompare() 158 for (size_t i = 0; i < t1.size(); i++) { in constantTimeCompare() 159 x |= t1[i] ^ t2[i]; in constantTimeCompare()
|
D | TokenManager.h | 55 static bool constantTimeCompare(const hidl_vec<uint8_t> &t1, const hidl_vec<uint8_t> &t2);
|
/system/extras/tests/pftest/ |
D | pftest.c | 101 unsigned long long t1 = stop_watch(); in main() local 105 printf("%d, %f\n", numPages, (float) (t1 - t0) / WORKLOAD); in main()
|
/system/netd/resolv/ |
D | res_stats.cpp | 28 int _res_stats_calculate_rtt(const timespec* t1, const timespec* t0) { in _res_stats_calculate_rtt() argument 31 long ms1 = t1->tv_sec * 1000 + t1->tv_nsec / 1000000; in _res_stats_calculate_rtt()
|
D | resolv_private.h | 137 int _res_stats_calculate_rtt(const timespec* t1, const timespec* t0);
|
/system/core/libpixelflinger/tests/arch-mips64/assembler/ |
D | asm_mips_test_jacket.S | 65 ld $t1, 104($s1) 82 sd $t1, 104($s1)
|
/system/update_engine/ |
D | unittest_key.pem | 5 HoNy5A6EKQLfLBuJoU/QoCufldmwlFaFDKl+Koos6R1QYJfCNZfgocrW1PIh+8t1
|
/system/core/libunwindstack/ |
D | AsmGetRegsMips64.S | 55 sd $t1, 104($a0)
|
D | AsmGetRegsMips.S | 51 sw $t1, 36($a0)
|