/third_party/icu/tools/unicode/c/genuts46/ |
D | genuts46.cpp | 141 mappedSet.removeAll(labelSeparators); // simplifies checking of mapped characters in main() 202 removeAll(labelSeparators). in main() 203 removeAll(deviationSet). in main() 204 removeAll(mappedSet). in main() 205 removeAll(baseValidSet). in main() 230 mappedSet.removeAll(removeSet); in main() 236 removeAll(labelSeparators). // non-ASCII label separators will be mapped in the end in main() 237 removeAll(deviationSet). in main() 238 removeAll(disallowedSet). in main() 239 removeAll(mappedSet). in main() [all …]
|
/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/tools/unicodetools/com/ibm/rbm/gui/ |
D | RBStatisticsPanel.java | 167 mainBox.removeAll(); in initComponents() 172 dupBox.removeAll(); in initComponents() 173 removeAll(); in initComponents() 232 mainBox.removeAll(); in initComponents() 286 filePanel.removeAll(); in initComponents() 291 groupPanel.removeAll(); in initComponents() 296 dupBox.removeAll(); in initComponents() 300 itemPanel.removeAll(); in initComponents() 305 mainBox.removeAll(); in initComponents() 314 removeAll(); in initComponents() [all …]
|
D | RBUntranslatedPanel.java | 177 removeAll(); in initComponents() 222 mainPanels[count].removeAll(); in initComponents() 233 removeAll(); in initComponents() 236 removeAll(); in initComponents() 248 removeAll(); in updateComponents()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
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 | 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 | CollectionSet.java | 83 public boolean removeAll(Collection<?> c) { in removeAll() method in CollectionSet 84 return data.removeAll(c); in removeAll()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | Relation.java | 188 public Set<V> removeAll(K key) { in removeAll() method in Relation 308 public boolean removeAll(Relation<K, V> toBeRemoved) { in removeAll() method in Relation 314 result |= removeAll(key, values); in removeAll() 325 public final Set<V> removeAll(K... keys) { in removeAll() method in Relation 326 return removeAll(Arrays.asList(keys)); in removeAll() 329 public boolean removeAll(K key, Iterable<V> toBeRemoved) { in removeAll() method in Relation 337 public Set<V> removeAll(Collection<K> toBeRemoved) { in removeAll() method in Relation
|
D | SortedSetRelation.java | 156 a.removeAll(b); in doOperation() 165 temp.removeAll(a); in doOperation() 166 a.removeAll(b); in doOperation() 171 temp.removeAll(a); in doOperation()
|
D | CollectionSet.java | 81 public boolean removeAll(Collection<?> c) { in removeAll() method in CollectionSet 82 return data.removeAll(c); in removeAll()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | RBBITestMonkey.java | 426 fALetterSet.removeAll(fDictionarySet); in RBBIWordMonkey() 430 fOtherSet.removeAll(fCRSet); in RBBIWordMonkey() 431 fOtherSet.removeAll(fLFSet); in RBBIWordMonkey() 432 fOtherSet.removeAll(fNewlineSet); in RBBIWordMonkey() 433 fOtherSet.removeAll(fALetterSet); in RBBIWordMonkey() 434 fOtherSet.removeAll(fSingle_QuoteSet); in RBBIWordMonkey() 435 fOtherSet.removeAll(fDouble_QuoteSet); in RBBIWordMonkey() 436 fOtherSet.removeAll(fKatakanaSet); in RBBIWordMonkey() 437 fOtherSet.removeAll(fHebrew_LetterSet); in RBBIWordMonkey() 438 fOtherSet.removeAll(fMidLetterSet); in RBBIWordMonkey() [all …]
|
/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/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/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/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/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ |
D | TestBoilerplate.java | 147 TestFmwk.errln(new UnicodeSet(set1).removeAll(set2).toPattern(true)); in verifySetsIdentical() 149 TestFmwk.errln(new UnicodeSet(set2).removeAll(set1).toPattern(true)); in verifySetsIdentical() 159 temp.removeAll(values2); in verifySetsIdentical() 163 temp.removeAll(values1); in verifySetsIdentical()
|
/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/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()
|
/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()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
D | IcuData.java | 85 rbPathToValues.removeAll(rbPath); in replace() 92 rbPathToValues.removeAll(rbPath); in replace()
|
/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
|