Home
last modified time | relevance | path

Searched defs:BOTH (Results 1 – 8 of 8) sorted by relevance

/external/guice/extensions/multibindings/test/com/google/inject/multibindings/
DMapBinderTest.java188 assertMapVisitor(Key.get(mapOfString), stringType, stringType, setOf(abc, de), BOTH, false, 0, in testMapBinderAggregatesMultipleModules() local
331 assertMapVisitor(Key.get(mapOfString), stringType, stringType, setOf(module), BOTH, false, 1, in testMapBinderWithMultipleTypes() local
333 assertMapVisitor(Key.get(mapOfInteger), stringType, intType, setOf(module), BOTH, false, 1, in testMapBinderWithMultipleTypes() local
347 assertMapVisitor(Key.get(mapOfString), stringType, stringType, setOf(module), BOTH, false, 0); in testMapBinderWithEmptyMap() local
383 assertMapVisitor(Key.get(mapOfInteger), stringType, intType, setOf(module), BOTH, false, 0, in testMapBinderMapIsLazy() local
480 assertMapVisitor(Key.get(mapOfString), stringType, stringType, setOf(ab, bc), BOTH, true, 0, in testMapBinderMapPermitDuplicateElements() local
545 assertMapVisitor(Key.get(mapOfString), stringType, stringType, setOf(ab1c, b2c), BOTH, true, 0, in testMapBinderMultimap() local
576 …assertMapVisitor(Key.get(mapOfString, Abc.class), stringType, stringType, setOf(ab1, b2c), BOTH, t… in testMapBinderMultimapWithAnotation() local
790 assertMapVisitor(Key.get(mapOfString), stringType, stringType, setOf(abcd, ef), BOTH, false, 0, in testModuleOverrideAndMapBindings() local
810 assertMapVisitor(Key.get(mapOfString), stringType, stringType, setOf(module), BOTH, false, 0, in testDeduplicateMapBindings() local
[all …]
DMultibinderTest.java249 assertSetVisitor(Key.get(setOfString), stringType, setOf(module), BOTH, false, 1, in testMultibinderWithMultipleSetTypes() local
251 assertSetVisitor(Key.get(setOfInteger), intType, setOf(module), BOTH, false, 1, in testMultibinderWithMultipleSetTypes() local
266 setOf(module), BOTH, false, 0); in testMultibinderWithEmptySet() local
328 assertSetVisitor(Key.get(setOfInteger), intType, setOf(module), BOTH, false, 0, in testMultibinderSetIsLazy() local
440 assertSetVisitor(Key.get(setOfString), stringType, setOf(ab, bc), BOTH, true, 0, in testMultibinderSetPermitDuplicateElements() local
464 assertSetVisitor(Key.get(setOfString), stringType, setOf(ab, bc), BOTH, true, 0, in testMultibinderSetPermitDuplicateCallsToPermitDuplicates() local
649 assertSetVisitor(Key.get(setOfString), stringType, setOf(abcd, ef), BOTH, false, 0, in testModuleOverrideAndMultibindings() local
688 assertSetVisitor(Key.get(setOfString), stringType, setOf(abcd, ef), BOTH, true, 0, in testModuleOverrideAndMultibindingsWithPermitDuplicates() local
DSpiUtils.java95 enum VisitType { INJECTOR, MODULE, BOTH } enumConstant
/external/icu/android_icu4j/src/main/java/android/icu/text/
DUnicodeSetSpanner.java290 BOTH, enumConstant
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSetSpanner.java327 BOTH, enumConstant
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
Dperfdiag.py415 BOTH = 'both' variable in PerfDiagCommand
/external/robolectric/v1/src/main/java/android/net/
DUri__FromAndroid.java1899 static final int BOTH = 0; field in Uri__FromAndroid.AbstractPart.Representation
/external/deqp/modules/gles3/functional/
Des3fShaderTextureFunctionTests.cpp1346 BOTH = VERTEX|FRAGMENT enumerator