Home
last modified time | relevance | path

Searched refs:key_a (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/task_scheduler/
Dsequence_sort_key_unittest.cc15 SequenceSortKey key_a(TaskPriority::USER_BLOCKING, in TEST() local
28 EXPECT_FALSE(key_a < key_a); in TEST()
29 EXPECT_LT(key_b, key_a); in TEST()
30 EXPECT_LT(key_c, key_a); in TEST()
31 EXPECT_LT(key_d, key_a); in TEST()
32 EXPECT_LT(key_e, key_a); in TEST()
33 EXPECT_LT(key_f, key_a); in TEST()
35 EXPECT_FALSE(key_a < key_b); in TEST()
42 EXPECT_FALSE(key_a < key_c); in TEST()
49 EXPECT_FALSE(key_a < key_d); in TEST()
[all …]
/external/mesa3d/src/compiler/glsl/tests/
Dcache_test.c435 uint8_t key_a[20] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, in test_put_key_and_get_key() local
446 result = disk_cache_has_key(cache, key_a); in test_put_key_and_get_key()
450 disk_cache_put_key(cache, key_a); in test_put_key_and_get_key()
451 result = disk_cache_has_key(cache, key_a); in test_put_key_and_get_key()
465 result = disk_cache_has_key(cache, key_a); in test_put_key_and_get_key()
471 disk_cache_put_key(cache, key_a); in test_put_key_and_get_key()
472 result = disk_cache_has_key(cache, key_a); in test_put_key_and_get_key()
/external/vixl/test/aarch64/
Dtest-pointer-auth-aarch64.cc61 Simulator::PACKey key_a = {0x84be85ce9804e94b, 0xec2802d4e0a488e9, 0}; in TEST() local
65 sim.AddPAC(ptr, context, key_a, Simulator::kInstructionPointer); in TEST()
69 sim.AuthPAC(ptr_a, context, key_a, Simulator::kInstructionPointer); in TEST()
/external/icu/icu4c/source/test/perf/collperf/
Dcollperf.cpp273 uint8_t * key_a = ((DataIndex *)a)->icu_key; in q_random() local
278 while (*key_a != 0) {val_a += val_a*37 + *key_a++;} in q_random()