/external/libchrome/base/task_scheduler/ |
sequence_sort_key_unittest.cc | 17 SequenceSortKey key_b(TaskPriority::USER_BLOCKING, 29 EXPECT_LT(key_b, key_a); 35 EXPECT_FALSE(key_a < key_b); 36 EXPECT_FALSE(key_b < key_b); 37 EXPECT_LT(key_c, key_b); 38 EXPECT_LT(key_d, key_b); 39 EXPECT_LT(key_e, key_b); 40 EXPECT_LT(key_f, key_b); 43 EXPECT_FALSE(key_b < key_c) [all...] |
/external/autotest/client/cros/cellular/ |
labconfig_data.py | 33 for (key_b, value_b) in b.iteritems(): 34 a[key_b] = combine_trees(a.get(key_b, None), value_b)
|
/external/vixl/test/aarch64/ |
test-pointer-auth-aarch64.cc | 62 Simulator::PACKey key_b = {0xec1119e288704d13, 0xd7f6b76e1cea585e, 1}; local 71 sim.AuthPAC(ptr_a, context, key_b, Simulator::kInstructionPointer);
|
/external/mesa3d/src/compiler/glsl/tests/ |
cache_test.c | 437 uint8_t key_b[20] = { 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, local 454 disk_cache_put_key(cache, key_b); 455 result = disk_cache_has_key(cache, key_b);
|
/device/generic/car/emulator/audio/driver/ |
ext_pcm.c | 38 static bool str_eq(void *key_a, void *key_b) { 39 return !strcmp((const char *)key_a, (const char *)key_b);
|
audio_hw.c | [all...] |
/external/zopfli/src/zopflipng/lodepng/ |
lodepng.cpp | 3474 unsigned short key_b; member in struct:ColorProfile [all...] |
lodepng.h | 348 unsigned key_b; /*blue component of color key*/ member in struct:LodePNGColorMode [all...] |
/external/icu/icu4c/source/test/perf/collperf/ |
collperf.cpp | 274 uint8_t * key_b = ((DataIndex *)b)->icu_key; local 279 while (*key_b != 0) {val_b += val_b*37 + *key_b++;}
|