/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)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/trie_policy/ |
order_statistics_imp.hpp | 114 typename access_traits::const_iterator key_b = local 120 return (base_type::less(key_b, key_e, b, e, r_traits)) ?
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/trie_policy/ |
order_statistics_imp.hpp | 114 typename access_traits::const_iterator key_b = local 120 return (base_type::less(key_b, key_e, b, e, r_traits)) ?
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/trie_policy/ |
order_statistics_imp.hpp | 114 typename access_traits::const_iterator key_b = local 120 return (base_type::less(key_b, key_e, b, e, r_traits)) ?
|
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/trie_policy/ |
order_statistics_imp.hpp | 114 typename access_traits::const_iterator key_b = local 120 return (base_type::less(key_b, key_e, b, e, r_traits)) ?
|
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/trie_policy/ |
order_statistics_imp.hpp | 114 typename access_traits::const_iterator key_b = local 120 return (base_type::less(key_b, key_e, b, e, r_traits)) ?
|
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/trie_policy/ |
order_statistics_imp.hpp | 114 typename access_traits::const_iterator key_b = local 120 return (base_type::less(key_b, key_e, b, e, r_traits)) ?
|
/system/core/libcutils/ |
str_parms.c | 53 static bool str_eq(void *key_a, void *key_b) 55 return !strcmp((const char *)key_a, (const char *)key_b);
|
/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++;}
|