/third_party/protobuf/objectivec/ |
D | GPBDictionary.h | 141 - (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 …]
|
D | GPBArray.h | 200 - (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/ |
D | SortedSetRelation.java | 158 a.removeAll(b); in doOperation() 167 temp.removeAll(a); in doOperation() 168 a.removeAll(b); in doOperation() 173 temp.removeAll(a); in doOperation()
|
D | Relation.java | 190 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
|
D | CollectionSet.java | 83 public boolean removeAll(Collection<?> c) { in removeAll() method in CollectionSet 84 return data.removeAll(c); in removeAll()
|
/third_party/icu/icu4c/source/i18n/ |
D | regexst.cpp | 95 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/ |
D | regexst.cpp | 95 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/ |
D | regexst.cpp | 95 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/ |
D | RBBITestMonkey.java | 429 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/ |
D | regexst.cpp | 197 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/ |
D | TestBoilerplate.java | 148 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/ |
D | SkCanvasStack.cpp | 13 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()
|
D | SkCanvasStack.h | 27 void removeAll() override;
|
/third_party/skia/src/utils/ |
D | SkCanvasStack.cpp | 15 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/ |
D | AbstractProtobufList.java | 149 public boolean removeAll(Collection<?> c) { in removeAll() method in AbstractProtobufList 151 return super.removeAll(c); in removeAll()
|
D | MapField.java | 444 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/ |
D | BooleanArrayListTest.java | 485 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()
|
D | ProtobufArrayListTest.java | 335 list.removeAll(Collections.emptyList()); in assertImmutable() 342 list.removeAll(Collections.singleton(1)); in assertImmutable() 349 list.removeAll(UNARY_LIST); in assertImmutable()
|
D | FloatArrayListTest.java | 488 list.removeAll(Collections.<Float>emptyList()); in assertImmutable() 495 list.removeAll(Collections.singleton(1F)); in assertImmutable() 502 list.removeAll(UNARY_LIST); in assertImmutable()
|
D | LongArrayListTest.java | 486 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/ |
D | Subsetter.java | 126 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/ |
D | Subsetter.java | 126 tableTags.removeAll(this.removeTables); in subset() 132 tableTags.removeAll(tableSubsetter.tagsHandled()); in subset()
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/ |
D | tree.go | 150 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/ |
D | PluginRegistry.java | 64 void removeAll(); in removeAll() method
|
/third_party/icu/icu4c/source/test/intltest/ |
D | rbbitst.cpp | 2029 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 …]
|