/external/llvm-project/llvm/test/Other/ |
D | loop-pass-printer.ll | 6 ; RUN: | FileCheck %s -check-prefix=DEL 9 ; RUN: | FileCheck %s -check-prefix=DEL 23 ; DEL: IR Dump Before {{Delete dead loops|LoopDeletionPass}} 24 ; DEL: ; Preheader: 25 ; DEL-NEXT: %idx = alloca i32, align 4 26 ; DEL: ; Loop: 27 ; DEL-NEXT: loop: 28 ; DEL: cont: 29 ; DEL: ; Exit blocks 30 ; DEL: done: [all …]
|
/external/curl/src/ |
D | Makefile.m32 | 142 DEL = rm -f $1 412 @$(call DEL, tool_hugehelp.c) 414 @$(call DEL, $(curl_OBJECTS) $(curlx_OBJECTS) $(RESOURCE)) 417 @$(call DEL, $(curl_PROGRAMS))
|
/external/llvm-project/llvm/test/tools/llvm-ar/ |
D | full-path-option.test | 96 RUN: llvm-ar t del1.a | FileCheck %s --check-prefix=DEL-1 --match-full-lines 98 DEL-1-NOT: foo.txt 99 DEL-1: a/foo.txt 100 DEL-1-NEXT: b/foo.txt 105 RUN: llvm-ar t del2.a | FileCheck %s --check-prefix=DEL-2 --match-full-lines 106 DEL-2-NOT: a/foo.txt 107 DEL-2: foo.txt 108 DEL-2-NEXT: b/foo.txt
|
/external/libchrome/libchrome_tools/uprev/ |
D | utils.py | 18 DEL = 2 variable in DiffOperations 114 GitDiffTree(DiffOperations.DEL, 140 op.append((DiffOperations.DEL, current_file_map[i]))
|
D | copy_new_files.py | 61 if op == utils.DiffOperations.DEL:
|
D | generate_filtered_tree.py | 162 elif op == utils.DiffOperations.DEL:
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/ |
D | Makefile.msvc | 246 !IF [DEL .\prog_objs.inc] 255 !IF [DEL .\fuzz_objs.inc] 264 !IF [DEL .\fuzzname_objs.inc] 273 !IF [DEL .\dnsdump_objs.inc]
|
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/tls/ |
D | OkHostnameVerifier.java | 300 private static final char DEL = 127; field in OkHostnameVerifier 308 if (c <= ' ' || c >= DEL) { in isPrintableAscii()
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/tls/ |
D | OkHostnameVerifier.java | 298 private static final char DEL = 127; field in OkHostnameVerifier 306 if (c <= ' ' || c >= DEL) { in isPrintableAscii()
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | Makefile.msvc | 293 !IF [DEL .\cares_objs.inc] 305 !IF [DEL .\prog1_objs.inc] 315 !IF [DEL .\prog2_objs.inc] 325 !IF [DEL .\prog3_objs.inc]
|
/external/arm-trusted-firmware/make_helpers/ |
D | build_env.mk | 17 DEL := $$(error "Replace DEL with call to SHELL_DELETE.")
|
/external/python/cpython3/kokoro/ |
D | build.cmd | 13 DEL Lib\Android.bp
|
/external/python/cpython3/Lib/curses/ |
D | ascii.py | 38 DEL = 0x7f # delete variable
|
/external/python/cpython2/Lib/curses/ |
D | ascii.py | 38 DEL = 0x7f # delete variable
|
/external/curl/docs/examples/ |
D | Makefile.m32 | 136 DEL = rm -f $1
|
/external/curl/lib/ |
D | Makefile.m32 | 130 DEL = rm -f $1
|
/external/python/cpython2/Misc/ |
D | cheatsheet | 1871 [DEL:dircmp:DEL] [DEL:Defines a class to build directory diff tools on.:DEL] 1878 [DEL:dump:DEL] [DEL:Print python code that reconstructs a variable.:DEL] 1884 [DEL:find:DEL] [DEL:Find files directory hierarchy matching a pattern.:DEL] 1896 [DEL:grep:DEL] [DEL:'grep' utilities.:DEL] 1935 [DEL:packmail: [DEL:Create a self-unpacking shell archive.:DEL] 1936 DEL] 2009 [DEL:util:DEL] [DEL:some useful functions that don't fit elsewhere !!:DEL] 2015 [DEL:whatsound: [DEL:Several routines that help recognizing sound files.:DEL] 2016 DEL] 2025 [DEL:zmod:DEL] [DEL:Demonstration of abstruse mathematical concepts.:DEL] [all …]
|
/external/guava/guava/src/com/google/common/base/ |
D | Ascii.java | 382 public static final byte DEL = 127; field in Ascii
|
/external/guava/android/guava/src/com/google/common/base/ |
D | Ascii.java | 382 public static final byte DEL = 127; field in Ascii
|
/external/pcre/dist2/testdata/ |
D | testinputEBC | 6 # backslash must be in EBCDIC code. In data, NL, NEL, LF, ESC, and DEL must be
|
D | testoutputEBC | 7 # backslash must be in EBCDIC code. In data, NL, NEL, LF, ESC, and DEL must be
|
/external/icu/icu4c/source/common/ |
D | uprops.h | 360 DEL =0x007f, enumerator
|
/external/icu/libicu/cts_headers/ |
D | uprops.h | 360 DEL =0x007f, enumerator
|
/external/perfetto/docs/design-docs/ |
D | protozero.md | 280 participant DEL as Buffer Delegate 290 SSR->>DEL: GetNewBuffer(...) 292 Note over C,DEL: A write on the slow-path when crossing 4KB - 32KB chunks.
|
/external/llvm-project/lldb/third_party/Python/module/pexpect-4.6/pexpect/ |
D | screen.py | 53 DEL = 127 # Fill character; ignored on input. variable
|