/third_party/cef/tools/ |
D | combine_libs.py | 35 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/ |
D | Relation.java | 343 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/ |
D | Relation.java | 341 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/ |
D | gstinfo.c | 1516 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/ |
D | Gtables.c | 579 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/ |
D | DEPRECATE.md | 28 ## past removals
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
D | validitygenerator.py | 838 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/ |
D | CollectionUtilities.java | 413 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/ |
D | CollectionUtilities.java | 416 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/ |
D | README.txt | 37 on removals, changes, and additions to the API. It does this by
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
D | Demo.java | 895 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/ |
D | NEWS | 7 * various warning removals and code improvements
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | Mips64r6InstrInfo.td | 13 // Notes about removals/changes from MIPS32r6:
|
D | Mips32r6InstrInfo.td | 33 // Notes about removals/changes from MIPS32r6:
|
/third_party/curl/ |
D | RELEASE-NOTES | 158 Planned upcoming removals include:
|
/third_party/icu/docs/processes/release/tasks/ |
D | docs.md | 156 2. Update docmain.h with additions or removals as needed.
|
/third_party/glib/patch/ |
D | backport-gdbusconnection-Fix-double-unref-on-timeout-cancel-sending-a-message.patch | 659 This meant that the functions handling removals from the map,
|
/third_party/python/Misc/NEWS.d/ |
D | 3.10.0a3.rst | 395 to be removed in Python 3.6, but such removals were delayed until after
|
/third_party/python/Doc/library/ |
D | shutil.rst | 295 from failed removals will be ignored; if false or omitted, such errors are
|
/third_party/python/Doc/whatsnew/ |
D | 3.10.rst | 83 Important deprecations, removals or restrictions: 1814 scheduled to be removed in Python 3.6, but such removals were delayed until
|
D | 3.7.rst | 1338 longer supported (see :ref:`37-platform-support-removals` for more details). 2101 .. _37-platform-support-removals:
|
/third_party/gstreamer/gstplugins_good/ |
D | NEWS | 995 Plugin removals 1690 additions/removals
|
/third_party/gstreamer/gstplugins_bad/ |
D | NEWS | 995 Plugin removals 1690 additions/removals
|
/third_party/gstreamer/gstreamer/ |
D | NEWS | 995 Plugin removals 1690 additions/removals
|
/third_party/gstreamer/gstplugins_base/ |
D | NEWS | 995 Plugin removals 1690 additions/removals
|