Home
last modified time | relevance | path

Searched defs:toRemove (Results 1 – 17 of 17) sorted by relevance

/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DFloatArrayListTest.java369 FloatList toRemove = FloatArrayList.emptyList().mutableCopyWithCapacity(1); in testRemoveEnd_listAtCapacity() local
376 FloatList toRemove = FloatArrayList.emptyList().mutableCopyWithCapacity(2); in testRemove_listAtCapacity() local
385 FloatList toRemove = FloatArrayList.emptyList().mutableCopyWithCapacity(1); in testSublistRemoveEndOfCapacity() local
DDoubleArrayListTest.java369 DoubleList toRemove = DoubleArrayList.emptyList().mutableCopyWithCapacity(1); in testRemoveEnd_listAtCapacity() local
376 DoubleList toRemove = DoubleArrayList.emptyList().mutableCopyWithCapacity(2); in testRemove_listAtCapacity() local
385 DoubleList toRemove = DoubleArrayList.emptyList().mutableCopyWithCapacity(1); in testSublistRemoveEndOfCapacity() local
DIntArrayListTest.java367 IntList toRemove = IntArrayList.emptyList().mutableCopyWithCapacity(1); in testRemoveEnd_listAtCapacity() local
374 IntList toRemove = IntArrayList.emptyList().mutableCopyWithCapacity(2); in testRemove_listAtCapacity() local
383 IntList toRemove = IntArrayList.emptyList().mutableCopyWithCapacity(1); in testSublistRemoveEndOfCapacity() local
DLongArrayListTest.java367 LongList toRemove = LongArrayList.emptyList().mutableCopyWithCapacity(1); in testRemoveEnd_listAtCapacity() local
374 LongList toRemove = LongArrayList.emptyList().mutableCopyWithCapacity(2); in testRemove_listAtCapacity() local
383 LongList toRemove = LongArrayList.emptyList().mutableCopyWithCapacity(1); in testSublistRemoveEndOfCapacity() local
DBooleanArrayListTest.java369 BooleanList toRemove = BooleanArrayList.emptyList().mutableCopyWithCapacity(1); in testRemoveEnd_listAtCapacity() local
376 BooleanList toRemove = BooleanArrayList.emptyList().mutableCopyWithCapacity(2); in testRemove_listAtCapacity() local
385 BooleanList toRemove = BooleanArrayList.emptyList().mutableCopyWithCapacity(1); in testSublistRemoveEndOfCapacity() local
/third_party/skia/third_party/externals/icu/source/common/unicode/
Denumset.h42 inline void remove(T toRemove) { set(toRemove, 0); } in remove()
/third_party/node/deps/icu-small/source/common/unicode/
Denumset.h42 inline void remove(T toRemove) { set(toRemove, 0); } in remove()
/third_party/icu/icu4c/source/common/unicode/
Denumset.h42 inline void remove(T toRemove) { set(toRemove, 0); } in remove()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DAlternateLocaleData.java113 private final ImmutableSet<CldrPath> toRemove; field in AlternateLocaleData.CldrDataFilter.AltData
/third_party/skia/experimental/sktext/editor/
DTexts.h165 void removeElement(TextRange toRemove) { in removeElement()
/third_party/typescript/src/typingsInstallerCore/
DtypingsInstaller.ts419 const toRemove = new Map<string, FileWatcher>(); constant
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dtype_manager_test.cpp753 uint32_t toRemove = id == 2u ? 2u : 3u; in TEST() local
780 uint32_t toRemove = id == 2u ? 3u : 2u; in TEST() local
/third_party/spirv-tools/test/opt/
Dtype_manager_test.cpp777 uint32_t toRemove = id == 2u ? 2u : 3u; in TEST() local
804 uint32_t toRemove = id == 2u ? 3u : 2u; in TEST() local
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dtype_manager_test.cpp753 uint32_t toRemove = id == 2u ? 2u : 3u; in TEST() local
780 uint32_t toRemove = id == 2u ? 3u : 2u; in TEST() local
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
DCsvTable.java198 Set<Column<?>> toRemove = in filterColumns() local
/third_party/typescript/src/services/codefixes/
DinferFromUsage.ts859 const toRemove: ((t: Type) => boolean)[] = []; constant
/third_party/icu/tools/colprobe/
Dsortedlines.cpp2009 UnicodeSet toRemove; in removeDecompositionsFromRepertoire() local