/external/swiftshader/tests/regres/cov/ |
D | span_test.go | 84 l.Remove(span(1, 1, 2, 1)) 87 l.Remove(span(2, 5, 3, 1)) 90 l.Remove(span(3, 5, 4, 1)) 93 l.Remove(span(4, 5, 10, 10)) 100 l.Remove(span(3, 1, 3, 5)) 103 l.Remove(span(1, 1, 3, 3)) 106 l.Remove(span(3, 1, 4, 5)) 113 l.Remove(span(3, 1, 3, 1)) 116 l.Remove(span(3, 5, 3, 5)) 123 l.Remove(span(2, 1, 2, 2)) [all …]
|
/external/cldr/tools/java/org/unicode/cldr/draft/ |
D | ManualChanges.txt | 2 Symbol;Arrows;Remove;[⤫⤬] 7 Symbol;Game Pieces;Remove;[⟘-⟟ ⫞-⫭] 12 Symbol;Math;Remove;[²³¹ϐ-ϒϕϰϱϴϵ⁰ⁱ⁴-⁹ⁿ-₉ℂℇℊ-ℓℕℙ-ℝℤℨℬℭℯ-ℱℳℴℼ-ℿⅅ-ⅉ-----… 14 Symbol;Miscellaneous;Remove;[⚪-⚬ ⛉-⛋ ⛢ ➔ ⚊-⚏ ☰-☷ - - -] 16 Symbol;Emoji;Remove;[‼⁉™ℹ©® \u2002 \u2003 \u2005] 17 Symbol;Miscellaneous;Remove;[] 18 Symbol;Miscellaneous;Remove;[ ☎ ☑ ☕ ☝ ♨ ♻ ♿ ⚓ ⚠ ⚡ ⚽ ⚾ ⛔ ⛪ ⛲ ⛳ ⛵ ⛺ ⛽ ✂ ✅ ✈-✌ ✏ ✒ ✔ ✖ ❌ ❎ ❓-❕ ❗ ❤ ➕-… 22 Symbol;Technical;Remove;[⅏ ⏐] 27 Punctuation;Compatibility;Remove;[⸴ ⸲ ⳺ ⳻ ⳹ ⸰ ⸱ ⸳ ⳼ ⸯ]
|
/external/webrtc/rtc_base/ |
D | swap_queue_unittest.cc | 53 EXPECT_TRUE(queue.Remove(&i)); in TEST() 55 EXPECT_TRUE(queue.Remove(&i)); in TEST() 75 EXPECT_TRUE(queue.Remove(&i)); in TEST() 77 EXPECT_TRUE(queue.Remove(&i)); in TEST() 84 EXPECT_FALSE(queue.Remove(&i)); in TEST() 86 EXPECT_TRUE(queue.Remove(&i)); in TEST() 87 EXPECT_FALSE(queue.Remove(&i)); in TEST() 105 EXPECT_FALSE(queue.Remove(&i)); in TEST() 120 EXPECT_TRUE(queue.Remove(&valid_chunk)); in TEST() 133 EXPECT_TRUE(queue.Remove(&valid_chunk)); in TEST() [all …]
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | llc-start-stop-instance.ll | 23 ; STOP-AFTER-DEAD1: Remove dead machine instructions 24 ; STOP-AFTER-DEAD1: Remove dead machine instructions 30 ; STOP-AFTER-DEAD0-NOT: Remove dead machine instructions 31 ; STOP-AFTER-DEAD0: Remove dead machine instructions 32 ; STOP-AFTER-DEAD0-NOT: Remove dead machine instructions 37 ; STOP-BEFORE-DEAD1: Remove dead machine instructions 38 ; STOP-BEFORE-DEAD1-NOT: Remove dead machine instructions 43 ; START-BEFORE-DEAD1-NOT: Remove dead machine instructions 44 ; START-BEFORE-DEAD1: Remove dead machine instructions 45 ; START-BEFORE-DEAD1-NOT: Remove dead machine instructions [all …]
|
/external/libchrome/libchrome_tools/patches/ |
D | patches | 5 # Remove these when the libchrome gets enough new. 10 dbus-Remove-LOG-ERROR-in-ObjectProxy.patch 31 # TODO(crbug.com/909719): Remove this patch after clients are updated. 41 # # TODO(bingxue): Remove after libchrome uprev past r684392. 44 # Remove glib dependency. 46 libchrome-Remove-glib-dependency.patch 49 # TODO(fqj): Remove after libchrome past r627021. 61 # TODO(crbug.com/1044363): Remove after uprev >= r586219. 64 # TODO(crbug.com/1065504): Remove after uprev to 754979. 74 # Remove after uprev to r807076
|
/external/rust/crates/crossbeam-channel/ |
D | CHANGELOG.md | 46 - Remove `parking_lot` and `rand` dependencies. 61 - Remove `crossbeam-epoch` dependency. 103 - Remove helper macros `__crossbeam_channel*`. 110 - Remove Mac OS X tests. 138 - Remove `Sender::is_closed` and `Receiver::is_closed`. 139 - Remove `Sender::close` and `Receiver::close`. 140 - Remove `Sender::send_timeout` and `Receiver::recv_timeout`. 141 - Remove `Sender::try_send`. 142 - Remove `Select` and `select_loop!`. 143 - Remove all error types. [all …]
|
/external/javassist/src/test/test2/ |
D | Remove.java | 7 public class Remove extends RemoveParent { class 11 public Remove f4; 17 public Remove() { g = 7; } in Remove() method in Remove 18 public Remove(int i) { g = i; } in Remove() method in Remove
|
/external/dng_sdk/source/ |
D | dng_xmp.cpp | 650 void dng_xmp::Remove (const char *ns, in Remove() function in dng_xmp 654 fSDK->Remove (ns, path); in Remove() 682 Remove (ns, path); in RemoveEmptyStringOrArray() 766 Remove (ns, path); in SyncString() 789 Remove (ns, path); in SyncString() 815 Remove (ns, path); in SyncString() 830 Remove (ns, path); in SyncString() 892 Remove (ns, path); in SyncStringList() 1040 Remove (ns, path); in SyncAltLangDefault() 1265 Remove (ns, path); in Sync_uint32() [all …]
|
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Collections/ |
D | MapFieldTest.cs | 97 map.Remove("b"); in AddPreservesInsertionOrder() 216 Assert.IsFalse(map.Remove("missing")); in Remove_Key() 218 Assert.IsTrue(map.Remove("foo")); in Remove_Key() 220 Assert.Throws<ArgumentNullException>(() => map.Remove(null)); in Remove_Key() 230 Assert.IsFalse(collection.Remove(NewKeyValuePair("wrong key", "bar"))); in Remove_Pair() 232 Assert.IsFalse(collection.Remove(NewKeyValuePair("foo", "wrong value"))); in Remove_Pair() 234 Assert.IsTrue(collection.Remove(NewKeyValuePair("foo", "bar"))); in Remove_Pair() 236 …Assert.Throws<ArgumentException>(() => collection.Remove(new KeyValuePair<string, string>(null, ""… in Remove_Pair() 341 dictionary.Remove("a"); in IDictionary_Remove() 343 dictionary.Remove(5); in IDictionary_Remove() [all …]
|
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
D | CPlusPlusNameParser.cpp | 132 start_position.Remove(); in ParseFunctionImpl() 157 start_position.Remove(); in ParseFuncPtr() 158 before_inner_function_pos.Remove(); in ParseFuncPtr() 168 start_position.Remove(); in ParseFuncPtr() 247 start_position.Remove(); in ConsumeTemplateArgs() 271 start_position.Remove(); in ConsumeAnonymousNamespace() 293 start_position.Remove(); in ConsumeLambda() 318 start_position.Remove(); in ConsumeBrackets() 357 start_position.Remove(); in ConsumeOperator() 404 start_position.Remove(); in ConsumeOperator() [all …]
|
/external/protobuf/csharp/src/Google.Protobuf.Test/Collections/ |
D | MapFieldTest.cs | 97 map.Remove("b"); in AddPreservesInsertionOrder() 216 Assert.IsFalse(map.Remove("missing")); in Remove_Key() 218 Assert.IsTrue(map.Remove("foo")); in Remove_Key() 220 Assert.Throws<ArgumentNullException>(() => map.Remove(null)); in Remove_Key() 230 Assert.IsFalse(collection.Remove(NewKeyValuePair("wrong key", "bar"))); in Remove_Pair() 232 Assert.IsFalse(collection.Remove(NewKeyValuePair("foo", "wrong value"))); in Remove_Pair() 234 Assert.IsTrue(collection.Remove(NewKeyValuePair("foo", "bar"))); in Remove_Pair() 236 …Assert.Throws<ArgumentException>(() => collection.Remove(new KeyValuePair<string, string>(null, ""… in Remove_Pair() 341 dictionary.Remove("a"); in IDictionary_Remove() 343 dictionary.Remove(5); in IDictionary_Remove() [all …]
|
/external/elfutils/lib/ |
D | ChangeLog | 13 * xmalloc.c (_): Remove. 46 * color.c: Remove error.h, add system.h include. 48 * xmalloc.c: Remove error.h include. 62 * Makefile.am (libeu_a_SOURCES): Remove md5.c and sha1.c. 63 (noinst_HEADERS): Remove md5.h and sha1.h. 95 * Makefile.am (libeu_a_SOURCES): Remove version.c, add printversion.c 102 * system.h: Remove argp.h include, 103 (ARGP_PROGRAM_VERSION_HOOK_DEF, ARGP_PROGRAM_BUG_ADDRESS_DEF): Remove. 104 (print_version): Remove. 119 * libeu.h: Remove color handling. [all …]
|
/external/flatbuffers/net/FlatBuffers/ |
D | FlatBuffers.Core.csproj | 8 <Compile Remove="Properties\**" /> 12 <EmbeddedResource Remove="Properties\**" /> 16 <None Remove="Properties\**" />
|
/external/rust/crates/crossbeam-utils/ |
D | CHANGELOG.md | 16 - Remove `const_fn` dependency. (#600) 22 - Remove deprecated `AtomicCell::get_mut()` and `Backoff::is_complete()` methods. 23 - Remove `alloc` feature. 75 - Remove the `T: 'scope` bound on `ScopedJoinHandle`. 81 - Remove `spawn_unchecked`. 114 - Remove `AtomicOption`. 136 - Remove `ZerosValid`.
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | abseil-duration-unnecessary-conversion.rst | 17 // Suggestion - Remove unnecessary conversions 23 // Suggestion - Remove division and conversion 34 // Suggestion - Remove unnecessary conversions 40 // Suggestion - Remove division and conversion 51 // Suggestion - Remove unnecessary conversion
|
/external/libchrome/base/containers/ |
D | id_map_unittest.cc | 52 map.Remove(id1); in TEST() 56 map.Remove(id2); in TEST() 88 map.Remove(iter.GetCurrentKey()); in TEST() 133 map.Remove(ids_in_iteration_order[1]); in TEST() 138 map.Remove(ids_in_iteration_order[3]); in TEST() 143 map.Remove(ids_in_iteration_order[0]); in TEST() 285 map_external.Remove(map_external_ids[i]); in TEST() 286 map_owned.Remove(map_owned_ids[i]); in TEST() 377 map.Remove(kId1); in TEST() 388 EXPECT_DCHECK_DEATH(map.Remove(key)); in TEST()
|
/external/lzma/CPP/Windows/ |
D | FileDir.h | 71 ~CTempFile() { Remove(); } in ~CTempFile() 75 bool Remove(); 85 ~CTempDir() { Remove(); } in ~CTempDir() 89 bool Remove();
|
/external/llvm-project/llvm/tools/llvm-objcopy/ |
D | CommonOpts.td | 42 HelpText<"Remove non-allocated sections outside segments. " 51 HelpText<"Remove all debug sections">; 57 HelpText<"Remove all symbols not needed by relocations">; 59 defm remove_section : Eq<"remove-section", "Remove <section>">, 67 HelpText<"Remove all section headers and all sections not in segments">; 94 HelpText<"Remove compiler-generated local symbols, (e.g. " 102 HelpText<"Remove all local symbols except file and section symbols">;
|
/external/llvm-project/llvm/docs/CommandGuide/ |
D | llvm-strip.rst | 40 Remove most local symbols from the output. Different file formats may limit 69 Remove the specified section from the output. Can be specified multiple times 74 Remove all symbols, debug sections and relocations from the output. This option 88 Remove all debug sections from the output. 92 Remove all symbols named ``<symbol>`` from the output. Can be specified 97 Remove from the output all local or undefined symbols that are not required by 141 Remove the contents of non-debug sections from the output, but keep the section 158 Remove local symbols starting with ".L" from the output. 180 Remove from the output all section headers and all section data not within 186 Remove Swift symbols.
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.43.9.txt | 4 Remove the huge file flag from libe2p (and hence from chattr/lsattr), 5 since it was never made visible by the kernel. Remove the description 9 Remove a misplaced "MNP is unsupported" message from debugfs.
|
/external/elfutils/libasm/ |
D | ChangeLog | 3 * libasmP.h (_): Remove. 12 * Makefile.am (GCC_INCLUDE): Remove. 17 (libasm_so_SOURCES): Remove. 60 * asm_end.c: Remove error.h include. 95 * asm_align.c: Remove sys/param.h include. 136 * asm_*.c: Remove old-style function definitions. 155 * Makefile.am: Remove !MUDFLAP conditions. 163 * asm_newscn.c (asm_newscn): Remove unused variable. 172 * asm_error.c: Always use __thread. Remove all !USE_TLS code. 242 * Makefile.am: Remove lint handling. [all …]
|
/external/pdfium/testing/ |
D | SUPPRESSIONS | 320 # TODO(pdfium:1106): Remove after associated bug is fixed 328 # TODO(pdfium:304): Remove after associated bug is fixed 331 # TODO(pdfium:1331): Remove after associated bug is fixed 334 # TODO(pdfium:1461): Remove after associated bug is fixed 337 # TODO(pdfium:1457): Remove after associated bug is fixed 340 # TODO(chromium:451366): Remove after associated bug is fixed 343 # TODO(chromium:1012369): Remove after associated bug is fixed 348 # TODO(pdfium:1107): Remove after associated bug is fixed 350 # TODO(pdfium:1168): Remove after associated bug is fixed 352 # TODO(pdfium:1095): Remove after associated bug is fixed [all …]
|
/external/fmtlib/doc/bootstrap/ |
D | normalize.less | 16 // Remove default margin. 64 // Remove excess height in iOS 5 devices. 86 // Remove the gray background color from active links in IE 10. 181 // Remove border when inside `a` element in IE 8/9/10. 308 // Remove inner padding and border in Firefox 4+. 331 // 2. Remove excess padding in IE 8/9/10. 365 // Remove inner padding and search cancel button in Safari and Chrome on OS X. 387 // 2. Remove padding so people aren't caught out if they zero out fieldsets. 396 // Remove default vertical scrollbar in IE 8/9/10/11. 416 // Remove most spacing between table cells.
|
/external/libchrome/components/json_schema/ |
D | json_schema_validator_unittest_base.cc | 99 instance->Remove(instance->GetSize() - 1, nullptr); in TestComplex() 106 instance->Remove(instance->GetSize() - 1, nullptr); in TestComplex() 204 instance->Remove("extra", nullptr); in TestObject() 206 instance->Remove("bar", nullptr); in TestObject() 224 instance->Remove("extra", nullptr); in TestObject() 227 instance->Remove("extraaa", nullptr); in TestObject() 231 instance->Remove("extr", nullptr); in TestObject() 232 schema->Remove(schema::kPatternProperties, nullptr); in TestObject() 247 schema->Remove(schema::kPatternProperties, nullptr); in TestObject() 269 instance->Remove("extra", nullptr); in TestObject() [all …]
|
/external/vixl/src/ |
D | cpu-features.h | 317 void Remove(const CPUFeatures& other); 321 void Remove(Feature feature0); 325 void Remove(T first, U... others) { in Remove() function 326 Remove(first); in Remove() 327 Remove(others...); in Remove() 342 f.Remove(others...); in Without()
|