HomeSort by relevance Sort by last modified time
    Searched full:newset (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/qemu/android/utils/
refset.c 87 ARefSet newSet;
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/mockito/src/org/mockito/internal/util/collections/
Sets.java 27 public static <T> Set<T> newSet(T ... elements) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_weakrefset.py 127 newset = self.copy()
128 newset.difference_update(other)
129 return newset
175 newset = self.copy()
176 newset.symmetric_difference_update(other)
177 return newset
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_weakrefset.py 127 newset = self.copy()
128 newset.difference_update(other)
129 return newset
175 newset = self.copy()
176 newset.symmetric_difference_update(other)
177 return newset
  /external/mockito/src/org/mockito/internal/creation/
MockSettingsImpl.java 25 import static org.mockito.internal.util.collections.Sets.newSet;
49 this.extraInterfaces = newSet(extraInterfaces);
  /external/chromium_org/third_party/libxml/src/
xpointer.c 832 xmlLocationSetPtr newset; local
834 newset = xmlXPtrLocationSetCreate(NULL);
835 if (newset == NULL)
839 xmlXPtrLocationSetAdd(newset,
842 ret->user = (void *) newset;
1791 xmlLocationSetPtr newset = NULL; local
1885 xmlLocationSetPtr newset = NULL; local
2032 xmlLocationSetPtr newset; local
2178 xmlLocationSetPtr newset; local
2228 xmlLocationSetPtr newset = NULL; local
2767 xmlLocationSetPtr newset; local
2905 xmlLocationSetPtr newset = NULL; local
    [all...]
  /external/libxml2/
xpointer.c 832 xmlLocationSetPtr newset; local
834 newset = xmlXPtrLocationSetCreate(NULL);
835 if (newset == NULL)
839 xmlXPtrLocationSetAdd(newset,
842 ret->user = (void *) newset;
1794 xmlLocationSetPtr newset = NULL; local
1888 xmlLocationSetPtr newset = NULL; local
2035 xmlLocationSetPtr newset; local
2181 xmlLocationSetPtr newset; local
2231 xmlLocationSetPtr newset = NULL; local
2768 xmlLocationSetPtr newset; local
2906 xmlLocationSetPtr newset = NULL; local
    [all...]
  /frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
ArrayMapTests.java 437 ArraySet newSet = new ArraySet<Integer>();
439 newSet.add(i);
441 ArraySet setCopy = new ArraySet(newSet);
442 if (!compare(setCopy, newSet)) {
444 newSet + ", got " + setCopy);
445 dump(newSet, setCopy);
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
PKIXParameters_ImplTest.java 150 HashSet newSet = new HashSet(p.getTrustAnchors());
151 HashSet newSetCopy = (HashSet) newSet.clone();
158 assertEquals("isCopied", newSet, p.getTrustAnchors());
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
JavaApiConverterTest.java 455 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) {
741 return newSet(Arrays.asList(elements));
744 private static <T> Set<T> newSet(List<T> elements) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
IdentityHashMapTest.java 766 Set newset = new HashSet(); local
773 newset.add(element);
775 int size = newset.size();
776 assertTrue("keyset and newset don't have same size",
777 newset.size() == size);
778 assertTrue("element is in newset ", !newset.contains(key));
782 assertTrue("newset and keyset do not have same elements 1", newset
784 assertTrue("newset and keyset do not have same elements 2", se
    [all...]
  /frameworks/base/core/java/android/animation/
FloatKeyframeSet.java 57 FloatKeyframeSet newSet = new FloatKeyframeSet(newKeyframes);
58 return newSet;
IntKeyframeSet.java 57 IntKeyframeSet newSet = new IntKeyframeSet(newKeyframes);
58 return newSet;
KeyframeSet.java 188 KeyframeSet newSet = new KeyframeSet(newKeyframes);
189 return newSet;
  /external/chromium_org/third_party/skia/src/ports/
SkFontMgr_android.cpp 491 SkFontStyleSet_Android* newSet = SkNEW_ARGS(SkFontStyleSet_Android, (family, basePath));
492 if (0 == newSet->count()) {
493 SkDELETE(newSet);
496 fFontStyleSets.push_back().reset(newSet);
501 nextEntry->styleSet = newSet;
  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 419 bool &NewSet) {
420 NewSet = false;
421 AliasSet &AS = getAliasSetForPointer(P, Size, TBAAInfo, &NewSet);
  /external/smack/src/org/xbill/DNS/
Message.java 363 boolean newset = true;
372 newset = false;
377 if (newset) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMultiColumnFlowThread.cpp 81 RenderMultiColumnSet* newSet = RenderMultiColumnSet::createAnonymous(this, multiColumnBlockFlow()->style());
85 multiColumnBlockFlow()->RenderBlock::addChild(newSet);
  /external/chromium_org/third_party/icu/source/test/cintltst/
cldrtest.c 27 USet *newSet = NULL;
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;
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cldrtest.c 27 USet *newSet = NULL;
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;
    [all...]
  /external/deqp/scripts/
caselist_diff.py 151 newSet = set(new)
160 if not case in newSet:
  /frameworks/base/core/java/android/content/
IntentFilter.java 289 String[] newSet = new String[(N*3)/2 + 2];
290 System.arraycopy(set, 0, newSet, 0, N);
291 set = newSet;
312 String[] newSet = new String[set.length/3];
313 if (pos > 0) System.arraycopy(set, 0, newSet, 0, pos);
314 if ((pos+1) < N) System.arraycopy(set, pos+1, newSet, pos, N-(pos+1));
315 return newSet;
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
repattrn.cpp 119 UnicodeSet *newSet = new UnicodeSet(*sourceSet);
120 if (newSet == NULL) {
124 fSets->addElement(newSet, fDeferredStatus);
ucol_tok.cpp     [all...]
  /external/icu/icu4c/source/i18n/
repattrn.cpp 119 UnicodeSet *newSet = new UnicodeSet(*sourceSet);
120 if (newSet == NULL) {
124 fSets->addElement(newSet, fDeferredStatus);

Completed in 880 milliseconds

1 2 3