Home
last modified time | relevance | path

Searched refs:removals (Results 1 – 25 of 33) sorted by relevance

12

/third_party/cef/tools/
Dcombine_libs.py35 removals = []
42 removals.append(line)
44 return removals
51 removals = []
53 removals = CollectRemovals(remove_re, inputs)
55 if len(removals) > 0:
56 print('Removals: ', removals)
59 args += ['/remove:%s' % obj for obj in removals]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DRelation.java343 final Set<V> removals = data.remove(key); in removeAll() local
344 if (removals != null) { in removeAll()
345 result.addAll(removals); in removeAll()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DRelation.java341 final Set<V> removals = data.remove(key); in removeAll() local
342 if (removals != null) { in removeAll()
343 result.addAll(removals); in removeAll()
/third_party/gstreamer/gstreamer/gst/
Dgstinfo.c1516 guint removals = 0; in gst_debug_remove_with_compare_func() local
1530 removals++; in gst_debug_remove_with_compare_func()
1545 return removals; in gst_debug_remove_with_compare_func()
1560 guint removals; in gst_debug_remove_log_function() local
1565 removals = in gst_debug_remove_log_function()
1571 removals); in gst_debug_remove_log_function()
1577 ++removals; in gst_debug_remove_log_function()
1581 return removals; in gst_debug_remove_log_function()
1595 guint removals; in gst_debug_remove_log_function_by_data() local
1597 removals = in gst_debug_remove_log_function_by_data()
[all …]
/third_party/libunwind/src/ia64/
DGtables.c579 unsigned long long removals = dl_phdr_removals_counter (); in validate_cache() local
581 if (removals == as->shared_object_removals) in validate_cache()
584 as->shared_object_removals = removals; in validate_cache()
/third_party/curl/docs/
DDEPRECATE.md28 ## past removals
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dvaliditygenerator.py838 removals = []
841 removals.append(ancestors[0])
843 if removals != []:
844 for removal in removals:
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DCollectionUtilities.java413 public static String remove(String source, UnicodeSet removals) { in remove() argument
418 if (!removals.contains(cp)) UTF16.append(result, cp); in remove()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/
DCollectionUtilities.java416 public static String remove(String source, UnicodeSet removals) { in remove() argument
421 if (!removals.contains(cp)) UTF16.append(result, cp); in remove()
/third_party/icu/icu4j/tools/build/
DREADME.txt37 on removals, changes, and additions to the API. It does this by
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DDemo.java895 UnicodeSet removals = new UnicodeSet(); // to avoid messing up iterator in closeUnicodeSet() local
939 removals.add(it.string); in closeUnicodeSet()
943 source.removeAll(removals); in closeUnicodeSet()
/third_party/libexif/
DNEWS7 * various warning removals and code improvements
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips64r6InstrInfo.td13 // Notes about removals/changes from MIPS32r6:
DMips32r6InstrInfo.td33 // Notes about removals/changes from MIPS32r6:
/third_party/curl/
DRELEASE-NOTES158 Planned upcoming removals include:
/third_party/icu/docs/processes/release/tasks/
Ddocs.md156 2. Update docmain.h with additions or removals as needed.
/third_party/glib/patch/
Dbackport-gdbusconnection-Fix-double-unref-on-timeout-cancel-sending-a-message.patch659 This meant that the functions handling removals from the map,
/third_party/python/Misc/NEWS.d/
D3.10.0a3.rst395 to be removed in Python 3.6, but such removals were delayed until after
/third_party/python/Doc/library/
Dshutil.rst295 from failed removals will be ignored; if false or omitted, such errors are
/third_party/python/Doc/whatsnew/
D3.10.rst83 Important deprecations, removals or restrictions:
1814 scheduled to be removed in Python 3.6, but such removals were delayed until
D3.7.rst1338 longer supported (see :ref:`37-platform-support-removals` for more details).
2101 .. _37-platform-support-removals:
/third_party/gstreamer/gstplugins_good/
DNEWS995 Plugin removals
1690 additions/removals
/third_party/gstreamer/gstplugins_bad/
DNEWS995 Plugin removals
1690 additions/removals
/third_party/gstreamer/gstreamer/
DNEWS995 Plugin removals
1690 additions/removals
/third_party/gstreamer/gstplugins_base/
DNEWS995 Plugin removals
1690 additions/removals

12