Searched defs:newSet (Results 1 - 25 of 27) sorted by relevance

12

/external/mockito/src/org/mockito/internal/util/collections/
H A DSets.java27 public static <T> Set<T> newSet(T ... elements) { method in class:Sets
/external/qemu/android/utils/
H A Drefset.c87 ARefSet newSet; local
90 AVECTOR_INIT_ALLOC(&newSet,buckets, newSize);
95 void** lookup = _arefSet_lookup(&newSet, item);
101 s->buckets = newSet.buckets;
103 s->max_buckets = newSet.max_buckets;
/external/chromium_org/third_party/icu/source/i18n/
H A Drepattrn.cpp119 UnicodeSet *newSet = new UnicodeSet(*sourceSet); local
120 if (newSet == NULL) {
124 fSets->addElement(newSet, fDeferredStatus);
H A Ducol_tok.cpp2190 USet *newSet = ucol_uprv_tok_readAndSetUnicodeSet(setStart, rules+rulesLength, status); local
2193 src->copySet = newSet;
2195 uset_addAll(src->copySet, newSet);
2196 uset_close(newSet);
2202 USet *newSet = ucol_uprv_tok_readAndSetUnicodeSet(setStart, rules+rulesLength, status); local
2205 src->removeSet = newSet;
2207 uset_addAll(src->removeSet, newSet);
2208 uset_close(newSet);
/external/icu/icu4c/source/i18n/
H A Drepattrn.cpp119 UnicodeSet *newSet = new UnicodeSet(*sourceSet); local
120 if (newSet == NULL) {
124 fSets->addElement(newSet, fDeferredStatus);
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontMgr_android.cpp491 SkFontStyleSet_Android* newSet = SkNEW_ARGS(SkFontStyleSet_Android, (family, basePath)); local
492 if (0 == newSet->count()) {
493 SkDELETE(newSet);
496 fFontStyleSets.push_back().reset(newSet);
501 nextEntry->styleSet = newSet;
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
H A DJavaApiConverterTest.java455 assertEquals(newSet("c", "e"), newSet(responseHeaders.get("A")));
457 assertEquals(newSet("c", "e"), newSet(responseHeaders.get("a")));
508 assertEquals(newSet(expectedValues), newSet(headers.get(expectedKey)));
740 private static <T> Set<T> newSet(T... elements) { method in class:JavaApiConverterTest
741 return newSet(Arrays.asList(elements));
744 private static <T> Set<T> newSet(List<T> elements) { method in class:JavaApiConverterTest
H A DURLConnectionTest.java144 assertEquals(newSet("e", "f"), new HashSet<String>(requestHeaders.get("D")));
145 assertEquals(newSet("e", "f"), new HashSet<String>(requestHeaders.get("d")));
219 assertEquals(newSet("c", "e"), new HashSet<String>(responseHeaders.get("A")));
220 assertEquals(newSet("c", "e"), new HashSet<String>(responseHeaders.get("a")));
3050 private Set<String> newSet(String... elements) { method in class:URLConnectionTest
/external/chromium_org/third_party/icu/source/common/
H A Dunisetspan.cpp437 UnicodeSet *newSet=(UnicodeSet *)spanSet.cloneAsThawed(); local
438 if(newSet==NULL) {
441 pSpanNotSet=newSet;
/external/icu/icu4c/source/common/
H A Dunisetspan.cpp437 UnicodeSet *newSet=(UnicodeSet *)spanSet.cloneAsThawed(); local
438 if(newSet==NULL) {
441 pSpanNotSet=newSet;
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcldrtest.c27 USet *newSet = NULL; local
36 newSet = uset_open(1, 0);
48 uset_addAllCodePoints(newSet, graphme, graphmeSize);
51 uset_addRange(newSet, start, end);
54 uset_closeOver(newSet,USET_CASE_INSENSITIVE);
55 return newSet;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtransrt.cpp308 void AbbreviatedUnicodeSetIterator::reset(UnicodeSet& newSet, UBool abb, int32_t density) { argument
309 UnicodeSetIterator::reset(newSet);
311 perRange = newSet.getRangeCount();
/external/icu/icu4c/source/test/cintltst/
H A Dcldrtest.c27 USet *newSet = NULL; local
36 newSet = uset_open(1, 0);
48 uset_addAllCodePoints(newSet, graphme, graphmeSize);
51 uset_addRange(newSet, start, end);
54 uset_closeOver(newSet,USET_CASE_INSENSITIVE);
55 return newSet;
/external/icu/icu4c/source/test/intltest/
H A Dtransrt.cpp308 void AbbreviatedUnicodeSetIterator::reset(UnicodeSet& newSet, UBool abb, int32_t density) { argument
309 UnicodeSetIterator::reset(newSet);
311 perRange = newSet.getRangeCount();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.databinding.property_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.databinding_1.3.100.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 3091 milliseconds

12