Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/spi/
DSpiBindingsTest.java161 final Key<String> bKey = Key.get(String.class, Names.named("b")); in testToKeyBinding() local
167 bind(aKey).to(bKey); in testToKeyBinding()
168 bind(bKey).toInstance("B"); in testToKeyBinding()
181 assertEquals(bKey, binding.getLinkedKey()); in testToKeyBinding()
191 assertEquals(bKey, binding.getKey()); in testToKeyBinding()
/external/guice/core/test/com/google/inject/internal/
DOptionalBinderTest.java782 final Key<String> bKey = Key.get(String.class, named("b")); in testMultipleDifferentOptionals() local
791 OptionalBinder.newOptionalBinder(binder(), bKey).setDefault().toInstance("b"); in testMultipleDifferentOptionals()
798 assertEquals("b", injector.getInstance(bKey)); in testMultipleDifferentOptionals()
803 assertOptionalVisitor(bKey, setOf(module), VisitType.BOTH, 3, instance("b"), null, null); in testMultipleDifferentOptionals()
1137 final Key<String> bKey = Key.get(String.class, Names.named("B_string")); in testModuleOverrideRepeatedInstalls_toKey() local
1143 bind(bKey).toInstance("B"); in testModuleOverrideRepeatedInstalls_toKey()
1147 b.setBinding().to(bKey); in testModuleOverrideRepeatedInstalls_toKey()
1162 linked(bKey), in testModuleOverrideRepeatedInstalls_toKey()
1270 Key<String> bKey = Key.get(String.class, Names.named("B_string")); in testModuleOverrideRepeatedInstalls_toConstructor()
1272 bind(bKey).toInstance("B"); in testModuleOverrideRepeatedInstalls_toConstructor()
DMultibinderTest.java937 Key<String> bKey = Key.get(String.class, Names.named("B_string")); in testModuleOverrideRepeatedInstallsAndMultibindings_toKey()
939 bind(bKey).toInstance("B"); in testModuleOverrideRepeatedInstallsAndMultibindings_toKey()
943 multibinder.addBinding().to(bKey); in testModuleOverrideRepeatedInstallsAndMultibindings_toKey()
1054 Key<String> bKey = Key.get(String.class, Names.named("B_string")); in testModuleOverrideRepeatedInstallsAndMultibindings_toConstructor()
1056 bind(bKey).toInstance("B"); in testModuleOverrideRepeatedInstallsAndMultibindings_toConstructor()
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DTestInheritance.java963 V bKey = b.get(key); in showDifferences() local
964 if (!equals(aKey, bKey)) { in showDifferences()
/external/libaom/third_party/libwebm/mkvparser/
Dmkvparser.cc8063 void Block::SetKey(bool bKey) { in SetKey() argument
8064 if (bKey) in SetKey()
/external/libwebm/mkvparser/
Dmkvparser.cc8063 void Block::SetKey(bool bKey) { in SetKey() argument
8064 if (bKey) in SetKey()
/external/libvpx/third_party/libwebm/mkvparser/
Dmkvparser.cc8063 void Block::SetKey(bool bKey) { in SetKey() argument
8064 if (bKey) in SetKey()
/external/sqlite/dist/orig/
Dsqlite3.c207949 int bKey = sqlite3_column_int(pXInfo, 5);
207950 if( bKey ){
/external/sqlite/dist/
Dsqlite3.c207981 int bKey = sqlite3_column_int(pXInfo, 5);
207982 if( bKey ){
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c201034 int bKey = sqlite3_column_int(pXInfo, 5);
201035 if( bKey ){