Home
last modified time | relevance | path

Searched refs:theSet (Results 1 – 4 of 4) 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/icu/icu4c/source/test/intltest/
Dssearch.cpp1007 SetMonkey(const USet *theSet);
1016 SetMonkey::SetMonkey(const USet *theSet) in SetMonkey() argument
1017 : Monkey(), set(theSet) in SetMonkey()
1041 StringSetMonkey(const USet *theSet, UCollator *theCollator, CollData *theCollData);
1054 StringSetMonkey::StringSetMonkey(const USet *theSet, UCollator *theCollator, CollData *theCollData) in StringSetMonkey() argument
1055 : Monkey(), set(theSet), coll(theCollator), collData(theCollData) in StringSetMonkey()
/external/icu/icu4c/source/i18n/
Dregexcmp.cpp1267 UnicodeSet *theSet = scanProp(); in doParseActions() local
1268 compileSet(theSet); in doParseActions()
1700 UnicodeSet *theSet = (UnicodeSet *)fSetStack.pop(); in doParseActions() local
1702 compileSet(theSet); in doParseActions()
2367 void RegexCompile::compileSet(UnicodeSet *theSet) in compileSet() argument
2369 if (theSet == NULL) { in compileSet()
2376 theSet->removeAllStrings(); in compileSet()
2377 int32_t setSize = theSet->size(); in compileSet()
2384 delete theSet; in compileSet()
2393 literalChar(theSet->charAt(0)); in compileSet()
[all …]
Dregexcmp.h101 void compileSet(UnicodeSet *theSet); // Generate the compiled pattern for