Home
last modified time | relevance | path

Searched refs:bKey (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/gpu/
DGrProgramDesc.h46 const uint32_t* bKey = that.asKey();
48 if (aKey[i] != bKey[i]) {
63 const uint32_t* bKey = b.asKey(); in Less() local
65 if (aKey[i] != bKey[i]) { in Less()
66 return aKey[i] < bKey[i] ? true : false; in Less()
/external/guice/core/test/com/google/inject/spi/
DSpiBindingsTest.java158 final Key<String> bKey = Key.get(String.class, Names.named("b")); in testToKeyBinding() local
163 bind(aKey).to(bKey); in testToKeyBinding()
164 bind(bKey).toInstance("B"); in testToKeyBinding()
175 assertEquals(bKey, binding.getLinkedKey()); in testToKeyBinding()
185 assertEquals(bKey, binding.getKey()); in testToKeyBinding()
/external/guice/extensions/multibindings/test/com/google/inject/multibindings/
DOptionalBinderTest.java616 final Key<String> bKey = Key.get(String.class, named("b")); in testMultipleDifferentOptionals() local
623 OptionalBinder.newOptionalBinder(binder(), bKey).setDefault().toInstance("b"); in testMultipleDifferentOptionals()
630 assertEquals("b", injector.getInstance(bKey)); in testMultipleDifferentOptionals()
635 assertOptionalVisitor(bKey, setOf(module), VisitType.BOTH, 3, instance("b"), null, null); in testMultipleDifferentOptionals()
936 final Key<String> bKey = Key.get(String.class, Names.named("B_string")); in testModuleOverrideRepeatedInstalls_toKey() local
940 bind(bKey).toInstance("B"); in testModuleOverrideRepeatedInstalls_toKey()
944 b.setBinding().to(bKey); in testModuleOverrideRepeatedInstalls_toKey()
958 linked(bKey), in testModuleOverrideRepeatedInstalls_toKey()
1056 Key<String> bKey = Key.get(String.class, Names.named("B_string")); in testModuleOverrideRepeatedInstalls_toConstructor()
1058 bind(bKey).toInstance("B"); in testModuleOverrideRepeatedInstalls_toConstructor()
DMultibinderTest.java718 Key<String> bKey = Key.get(String.class, Names.named("B_string")); in testModuleOverrideRepeatedInstallsAndMultibindings_toKey()
720 bind(bKey).toInstance("B"); in testModuleOverrideRepeatedInstallsAndMultibindings_toKey()
724 multibinder.addBinding().to(bKey); in testModuleOverrideRepeatedInstallsAndMultibindings_toKey()
830 Key<String> bKey = Key.get(String.class, Names.named("B_string")); in testModuleOverrideRepeatedInstallsAndMultibindings_toConstructor()
832 bind(bKey).toInstance("B"); in testModuleOverrideRepeatedInstallsAndMultibindings_toConstructor()
/external/libvpx/libvpx/third_party/libwebm/
Dmkvparser.cpp7687 void Block::SetKey(bool bKey) { in SetKey() argument
7688 if (bKey) in SetKey()
/external/libvpx/libwebm/mkvparser/
Dmkvparser.cc7903 void Block::SetKey(bool bKey) { in SetKey() argument
7904 if (bKey) in SetKey()
/external/sqlite/dist/
Dsqlite3.c160516 int bKey = sqlite3_column_int(pXInfo, 5);
160517 if( bKey ){
/external/sqlite/dist/orig/
Dsqlite3.c160486 int bKey = sqlite3_column_int(pXInfo, 5);
160487 if( bKey ){