Home
last modified time | relevance | path

Searched refs:theSet (Results 1 – 6 of 6) sorted by relevance

/external/mockito/src/test/java/org/mockito/internal/configuration/
DMockInjectionTest.java71 assertThat(withoutConstructor.theSet).isNotNull(); in can_try_property_or_setter_injection()
78 assertThat(withoutConstructor.theSet).isNull(); in should_not_fail_if_property_or_field_injection_is_not_possible()
102 private Set<?> theSet; field in MockInjectionTest.AnObjectWithoutConstructor
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/jdk/
DJDKCollectionsDeserTest.java58 Set<String> theSet = Collections.unmodifiableSet(Collections.singleton("a")); in testUnmodifiableSet() local
59 String json = mapper.writeValueAsString(theSet); in testUnmodifiableSet()
/external/icu/icu4c/source/test/intltest/
Dssearch.cpp1017 SetMonkey(const USet *theSet);
1026 SetMonkey::SetMonkey(const USet *theSet) in SetMonkey() argument
1027 : Monkey(), set(theSet) in SetMonkey()
1051 StringSetMonkey(const USet *theSet, UCollator *theCollator, CollData *theCollData);
1064 StringSetMonkey::StringSetMonkey(const USet *theSet, UCollator *theCollator, CollData *theCollData) in StringSetMonkey() argument
1065 : Monkey(), set(theSet), coll(theCollator), collData(theCollData) in StringSetMonkey()
/external/icu/icu4c/source/i18n/
Dregexcmp.cpp1287 UnicodeSet *theSet = scanProp(); in doParseActions() local
1288 compileSet(theSet); in doParseActions()
1721 UnicodeSet *theSet = (UnicodeSet *)fSetStack.pop(); in doParseActions() local
1723 compileSet(theSet); in doParseActions()
2393 void RegexCompile::compileSet(UnicodeSet *theSet) in compileSet() argument
2395 if (theSet == NULL) { in compileSet()
2402 theSet->removeAllStrings(); in compileSet()
2403 int32_t setSize = theSet->size(); in compileSet()
2410 delete theSet; in compileSet()
2419 literalChar(theSet->charAt(0)); in compileSet()
[all …]
Dregexcmp.h101 void compileSet(UnicodeSet *theSet); // Generate the compiled pattern for
/external/icu/libicu/cts_headers/
Dregexcmp.h101 void compileSet(UnicodeSet *theSet); // Generate the compiled pattern for