Home
last modified time | relevance | path

Searched refs:DELETE (Results 1 – 25 of 188) sorted by relevance

12345678

/external/llvm/test/Other/
Dextract-alias.ll2 ; RUN: llvm-extract -delete -func foo -S < %s | FileCheck --check-prefix=DELETE %s
14 ; DELETE: @zed = global i32 0
15 ; DELETE: @zeda0 = alias i32, i32* @zed
16 ; DELETE-NEXT: @a0foo = alias i32* (), i32* ()* @foo
17 ; DELETE-NEXT: @a0a0bar = alias void (), void ()* @bar
18 ; DELETE-NEXT: @a0bar = alias void (), void ()* @bar
19 ; DELETE: declare i32* @foo()
20 ; DELETE: define void @bar() {
21 ; DELETE-NEXT: %c = call i32* @foo()
22 ; DELETE-NEXT: ret void
[all …]
Dextract.ll2 ; RUN: llvm-extract -delete -func foo -S < %s | FileCheck --check-prefix=DELETE %s
5 ; RUN: llvm-extract -delete -func foo -S %t | FileCheck --check-prefix=DELETE %s
16 ; DELETE: declare hidden void @foo()
17 ; DELETE-NOT: comdat
18 ; DELETE: define void @bar() {
19 ; DELETE: call void @foo()
20 ; DELETE: ret void
21 ; DELETE: }
Dextract-weak-odr.ll2 ; RUN: llvm-extract -delete -func foo -S < %s | FileCheck --check-prefix=DELETE %s
11 ; DELETE: @bar = weak_odr global i32 42
12 ; DELETE: declare i32* @foo()
Dextract-linkonce.ll2 ; RUN: llvm-extract -delete -func foo -S < %s | FileCheck --check-prefix=DELETE %s
12 ; DELETE: @bar = weak global i32 42
13 ; DELETE: declare i32* @foo()
/external/swiftshader/third_party/LLVM/test/Other/
Dextract.ll2 ; RUN: llvm-extract -delete -func foo -S < %s | FileCheck --check-prefix=DELETE %s
5 ; RUN: llvm-extract -delete -func foo -S %t | FileCheck --check-prefix=DELETE %s
15 ; DELETE: declare void @foo()
16 ; DELETE: define void @bar() {
17 ; DELETE: call void @foo()
18 ; DELETE: ret void
19 ; DELETE: }
/external/curl/tests/data/
Dtest8126 DELETE
23 IMAP DELETE mailbox (CUSTOMREQUEST)
26 imap://%HOSTIP:%IMAPPORT -u user:secret -X 'DELETE 812'
36 A003 DELETE 812
Dtest1325 HTTP custom request 'DELETE'
28 http://%HOSTIP:%HTTPPORT/want/13 -X DELETE
38 DELETE /want/13 HTTP/1.1
/external/curl/lib/
Dmakefile.dj54 - $(DELETE) curl_config.h
59 - $(DELETE) $(OBJ_DIR)$(DS)*.o
65 - $(DELETE) depend.dj
70 - $(DELETE) $(CURL_LIB)
/external/curl/src/
Dmakefile.dj77 - $(DELETE) tool_hugehelp.c
82 - $(DELETE) $(OBJ_DIR)$(DS)*.o
88 - $(DELETE) depend.dj
93 - $(DELETE) $(PROGRAM)
/external/libpng/scripts/
Dpnglibconf.mak18 DELETE = rm -f macro
34 $(DELETE) $@ pnglibconf.c pnglibconf.out pnglibconf.tmp
42 $(DELETE) $@ pnglibconf.pre pnglibconf.tmp
52 $(DELETE) pnglibconf.h pnglibconf.c pnglibconf.out pnglibconf.pre \
/external/libpng/projects/owatcom/
Dpngconfig.mak11 DELETE=rm -f macro
42 $(DELETE) $@ dfn.c dfn1.out dfn2.out
58 $(DELETE) dfn.c dfn1.out dfn2.out
61 $(DELETE) $@ dfn1.out dfn2.out
65 $(DELETE) dfn1.out dfn2.out
153 $(DELETE) ..\..\pnglibconf.h pnglibconf.* dfn.c *.out pngconfig.inf
154 $(DELETE) *.obj *.mbr *.sym *.err *.pch libpng.mk
155 $(DELETE) libpng.lib libpng.lbr libpng.lb1 libpng.cbr libpng.mk1
156 $(DELETE) pngtest.exe pngtest.map pngtest.lk1 pngtest.mk1
157 $(DELETE) pngvalid.exe pngvalid.map pngvalid.lk1 pngvalid.mk1
[all …]
/external/oauth/core/src/main/java/net/oauth/http/
DHttpClient.java38 static final String DELETE = OAuthMessage.DELETE; field
/external/tcpdump/tests/
Dof10_s4810-vvvv.out45 cookie 0x0000000000000000, command DELETE, out_port NONE, flags 0x0000
910 …cookie 0x0000000000000000, command DELETE, priority 65535, out_port NONE, flags 0x0001 (SEND_FLOW_…
918 …cookie 0x0000000000000012, priority 65535, reason DELETE, duration_sec 0, duration_nsec 0, packet_…
925 …cookie 0x0000000000000013, priority 65535, reason DELETE, duration_sec 0, duration_nsec 0, packet_…
932 …cookie 0x0000000000000014, priority 65535, reason DELETE, duration_sec 0, duration_nsec 0, packet_…
939 …cookie 0x0000000000000015, priority 65535, reason DELETE, duration_sec 0, duration_nsec 0, packet_…
946 …cookie 0x0000000000000016, priority 65535, reason DELETE, duration_sec 0, duration_nsec 0, packet_…
953 …cookie 0x0000000000000017, priority 65535, reason DELETE, duration_sec 0, duration_nsec 0, packet_…
960 …cookie 0x0000000000000018, priority 65535, reason DELETE, duration_sec 0, duration_nsec 0, packet_…
967 …cookie 0x0000000000000019, priority 65535, reason DELETE, duration_sec 0, duration_nsec 0, packet_…
[all …]
/external/clang/test/SemaCXX/
Ddelete.cpp107 #define DELETE(x) delete (x) macro
120DELETE(d); // expected-warning {{'delete' applied to a pointer that was allocated with 'n… in f()
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
DImageFactory.java22 DELETE = getImage("delete24.png"); in ImageFactory()
63 public ImageIcon DELETE; field in ImageFactory
/external/autotest/client/common_lib/cros/fake_device_server/
Ddevices_unittest.py85 self.devices.DELETE(12345)
93 self.devices.DELETE, 12500)
/external/jline/src/src/main/java/jline/
DUnixTerminal.java125 if (c == DELETE) in readVirtualKey()
128 c = DELETE; in readVirtualKey()
156 return DELETE; in readVirtualKey()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DStringPrep.java202 private static final int DELETE = 0x0003; field in StringPrep
382 values.type = DELETE; in getValues()
434 }else if(val.type == DELETE){ in map()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DStringPrep.java187 private static final int DELETE = 0x0003; field in StringPrep
365 values.type = DELETE; in getValues()
417 }else if(val.type == DELETE){ in map()
/external/libpng/contrib/visupng/
DVisualPng.dsw2 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
/external/curl/projects/Windows/VC6/lib/
Dlibcurl.dsw2 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
/external/lzma/C/Util/SfxSetup/
DSfxSetup.dsw2 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
/external/python/cpython2/PC/bdist_wininst/
Dwininst.dsw2 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DSFXSetup.dsw2 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
/external/lzma/CPP/7zip/Bundles/SFXWin/
DSFXWin.dsw2 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!

12345678