Searched refs:bKey (Results 1 – 10 of 10) sorted by relevance
/external/guice/core/test/com/google/inject/spi/ |
D | SpiBindingsTest.java | 161 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/ |
D | OptionalBinderTest.java | 782 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()
|
D | MultibinderTest.java | 937 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/ |
D | TestInheritance.java | 963 V bKey = b.get(key); in showDifferences() local 964 if (!equals(aKey, bKey)) { in showDifferences()
|
/external/libaom/third_party/libwebm/mkvparser/ |
D | mkvparser.cc | 8063 void Block::SetKey(bool bKey) { in SetKey() argument 8064 if (bKey) in SetKey()
|
/external/libwebm/mkvparser/ |
D | mkvparser.cc | 8063 void Block::SetKey(bool bKey) { in SetKey() argument 8064 if (bKey) in SetKey()
|
/external/libvpx/third_party/libwebm/mkvparser/ |
D | mkvparser.cc | 8063 void Block::SetKey(bool bKey) { in SetKey() argument 8064 if (bKey) in SetKey()
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 207949 int bKey = sqlite3_column_int(pXInfo, 5); 207950 if( bKey ){
|
/external/sqlite/dist/ |
D | sqlite3.c | 207981 int bKey = sqlite3_column_int(pXInfo, 5); 207982 if( bKey ){
|
/external/rust/crates/libsqlite3-sys/sqlite3/ |
D | sqlite3.c | 201034 int bKey = sqlite3_column_int(pXInfo, 5); 201035 if( bKey ){
|