Home
last modified time | relevance | path

Searched refs:removeAll (Results 1 – 25 of 168) sorted by relevance

1234567

/third_party/protobuf/objectivec/
DGPBDictionary.h141 - (void)removeAll;
236 - (void)removeAll;
331 - (void)removeAll;
426 - (void)removeAll;
521 - (void)removeAll;
616 - (void)removeAll;
711 - (void)removeAll;
873 - (void)removeAll;
967 - (void)removeAll;
1062 - (void)removeAll;
[all …]
DGPBArray.h200 - (void)removeAll;
372 - (void)removeAll;
544 - (void)removeAll;
716 - (void)removeAll;
888 - (void)removeAll;
1060 - (void)removeAll;
1232 - (void)removeAll;
1526 - (void)removeAll;
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DSortedSetRelation.java158 a.removeAll(b); in doOperation()
167 temp.removeAll(a); in doOperation()
168 a.removeAll(b); in doOperation()
173 temp.removeAll(a); in doOperation()
DRelation.java190 public Set<V> removeAll(K key) { in removeAll() method in Relation
310 public boolean removeAll(Relation<K, V> toBeRemoved) { in removeAll() method in Relation
316 result |= removeAll(key, values); in removeAll()
327 public final Set<V> removeAll(K... keys) { in removeAll() method in Relation
328 return removeAll(Arrays.asList(keys)); in removeAll()
331 public boolean removeAll(K key, Iterable<V> toBeRemoved) { in removeAll() method in Relation
339 public Set<V> removeAll(Collection<K> toBeRemoved) { in removeAll() method in Relation
DCollectionSet.java83 public boolean removeAll(Collection<?> c) { in removeAll() method in CollectionSet
84 return data.removeAll(c); in removeAll()
/third_party/icu/icu4c/source/i18n/
Dregexst.cpp95 fPropSets[URX_GC_NORMAL].removeAll(fPropSets[URX_GC_CONTROL]); in RegexStaticSets()
96 fPropSets[URX_GC_NORMAL].removeAll(fPropSets[URX_GC_L]); in RegexStaticSets()
97 fPropSets[URX_GC_NORMAL].removeAll(fPropSets[URX_GC_V]); in RegexStaticSets()
98 fPropSets[URX_GC_NORMAL].removeAll(fPropSets[URX_GC_T]); in RegexStaticSets()
/third_party/node/deps/icu-small/source/i18n/
Dregexst.cpp95 fPropSets[URX_GC_NORMAL].removeAll(fPropSets[URX_GC_CONTROL]); in RegexStaticSets()
96 fPropSets[URX_GC_NORMAL].removeAll(fPropSets[URX_GC_L]); in RegexStaticSets()
97 fPropSets[URX_GC_NORMAL].removeAll(fPropSets[URX_GC_V]); in RegexStaticSets()
98 fPropSets[URX_GC_NORMAL].removeAll(fPropSets[URX_GC_T]); in RegexStaticSets()
/third_party/skia/third_party/externals/icu/source/i18n/
Dregexst.cpp95 fPropSets[URX_GC_NORMAL].removeAll(fPropSets[URX_GC_CONTROL]); in RegexStaticSets()
96 fPropSets[URX_GC_NORMAL].removeAll(fPropSets[URX_GC_L]); in RegexStaticSets()
97 fPropSets[URX_GC_NORMAL].removeAll(fPropSets[URX_GC_V]); in RegexStaticSets()
98 fPropSets[URX_GC_NORMAL].removeAll(fPropSets[URX_GC_T]); in RegexStaticSets()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/
DRBBITestMonkey.java429 fALetterSet.removeAll(fDictionarySet); in RBBIWordMonkey()
433 fOtherSet.removeAll(fCRSet); in RBBIWordMonkey()
434 fOtherSet.removeAll(fLFSet); in RBBIWordMonkey()
435 fOtherSet.removeAll(fNewlineSet); in RBBIWordMonkey()
436 fOtherSet.removeAll(fALetterSet); in RBBIWordMonkey()
437 fOtherSet.removeAll(fSingle_QuoteSet); in RBBIWordMonkey()
438 fOtherSet.removeAll(fDouble_QuoteSet); in RBBIWordMonkey()
439 fOtherSet.removeAll(fKatakanaSet); in RBBIWordMonkey()
440 fOtherSet.removeAll(fHebrew_LetterSet); in RBBIWordMonkey()
441 fOtherSet.removeAll(fMidLetterSet); in RBBIWordMonkey()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dregexst.cpp197 fPropSets[URX_GC_NORMAL]->removeAll(*fPropSets[URX_GC_CONTROL]); in RegexStaticSets()
198 fPropSets[URX_GC_NORMAL]->removeAll(*fPropSets[URX_GC_L]); in RegexStaticSets()
199 fPropSets[URX_GC_NORMAL]->removeAll(*fPropSets[URX_GC_V]); in RegexStaticSets()
200 fPropSets[URX_GC_NORMAL]->removeAll(*fPropSets[URX_GC_T]); in RegexStaticSets()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/
DTestBoilerplate.java148 TestFmwk.errln(new UnicodeSet(set1).removeAll(set2).toPattern(true)); in verifySetsIdentical()
150 TestFmwk.errln(new UnicodeSet(set2).removeAll(set1).toPattern(true)); in verifySetsIdentical()
160 temp.removeAll(values2); in verifySetsIdentical()
164 temp.removeAll(values1); in verifySetsIdentical()
/third_party/flutter/skia/src/utils/
DSkCanvasStack.cpp13 this->removeAll(); in ~SkCanvasStack()
44 void SkCanvasStack::removeAll() { in removeAll() function in SkCanvasStack
45 this->INHERITED::removeAll(); // call the baseclass *before* we actually delete the canvases in removeAll()
DSkCanvasStack.h27 void removeAll() override;
/third_party/skia/src/utils/
DSkCanvasStack.cpp15 this->removeAll(); in ~SkCanvasStack()
46 void SkCanvasStack::removeAll() { in removeAll() function in SkCanvasStack
47 this->INHERITED::removeAll(); // call the baseclass *before* we actually delete the canvases in removeAll()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DAbstractProtobufList.java149 public boolean removeAll(Collection<?> c) { in removeAll() method in AbstractProtobufList
151 return super.removeAll(c); in removeAll()
DMapField.java444 public boolean removeAll(Collection<?> c) { in removeAll() method in MapField.MutatabilityAwareMap.MutatabilityAwareCollection
446 return delegate.removeAll(c); in removeAll()
547 public boolean removeAll(Collection<?> c) { in removeAll() method in MapField.MutatabilityAwareMap.MutatabilityAwareSet
549 return delegate.removeAll(c); in removeAll()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DBooleanArrayListTest.java485 list.removeAll(Collections.<Boolean>emptyList()); in assertImmutable()
492 list.removeAll(Collections.singleton(Boolean.TRUE)); in assertImmutable()
499 list.removeAll(UNARY_LIST); in assertImmutable()
513 list.removeAll(Collections.singleton(Boolean.TRUE)); in assertImmutable()
DProtobufArrayListTest.java335 list.removeAll(Collections.emptyList()); in assertImmutable()
342 list.removeAll(Collections.singleton(1)); in assertImmutable()
349 list.removeAll(UNARY_LIST); in assertImmutable()
DFloatArrayListTest.java488 list.removeAll(Collections.<Float>emptyList()); in assertImmutable()
495 list.removeAll(Collections.singleton(1F)); in assertImmutable()
502 list.removeAll(UNARY_LIST); in assertImmutable()
DLongArrayListTest.java486 list.removeAll(Collections.<Long>emptyList()); in assertImmutable()
493 list.removeAll(Collections.singleton(1L)); in assertImmutable()
500 list.removeAll(UNARY_LIST); in assertImmutable()
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/
DSubsetter.java126 tableTags.removeAll(this.removeTables); in subset()
132 tableTags.removeAll(tableSubsetter.tagsHandled()); in subset()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/
DSubsetter.java126 tableTags.removeAll(this.removeTables); in subset()
132 tableTags.removeAll(tableSubsetter.tagsHandled()); in subset()
/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/
Dtree.go150 if lower := tc.Spans.removeAll(spans); len(lower) > 0 {
157 tc.Spans = tc.Spans.removeAll(lower)
162 spans = spans.removeAll(tc.Spans)
418 func (s SpanSet) removeAll(rhs SpanSet) SpanSet { func
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/engine/plugins/
DPluginRegistry.java64 void removeAll(); in removeAll() method
/third_party/icu/icu4c/source/test/intltest/
Drbbitst.cpp2029 fALetterSet->removeAll(*fDictionarySet); in RBBIWordMonkey()
2039 fOtherSet->removeAll(*fCRSet); in RBBIWordMonkey()
2040 fOtherSet->removeAll(*fLFSet); in RBBIWordMonkey()
2041 fOtherSet->removeAll(*fNewlineSet); in RBBIWordMonkey()
2042 fOtherSet->removeAll(*fKatakanaSet); in RBBIWordMonkey()
2043 fOtherSet->removeAll(*fHebrew_LetterSet); in RBBIWordMonkey()
2044 fOtherSet->removeAll(*fALetterSet); in RBBIWordMonkey()
2045 fOtherSet->removeAll(*fSingle_QuoteSet); in RBBIWordMonkey()
2046 fOtherSet->removeAll(*fDouble_QuoteSet); in RBBIWordMonkey()
2047 fOtherSet->removeAll(*fMidLetterSet); in RBBIWordMonkey()
[all …]

1234567