Home
last modified time | relevance | path

Searched refs:Keep (Results 1 – 25 of 652) sorted by relevance

12345678910>>...27

/external/perfetto/tools/trace_to_text/
Dtrace_to_systrace.h32 enum class Keep { kStart = 0, kEnd, kAll }; enum
37 Keep truncate_keep,
43 Keep truncate_keep);
Dmain.cc75 Keep truncate_keep = Keep::kAll; in Main()
87 truncate_keep = Keep::kStart; in Main()
89 truncate_keep = Keep::kEnd; in Main()
165 if (truncate_keep != Keep::kAll) { in Main()
Dtrace_to_systrace.cc168 Keep truncate_keep, in TraceToSystrace()
192 Keep truncate_keep) { in ExtractSystrace()
300 if (truncate_keep == Keep::kEnd && raw_events > max_ftrace_events) { in ExtractSystrace()
306 } else if (truncate_keep == Keep::kStart) { in ExtractSystrace()
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D49995e3987b5ff46c5b5236f5cf1bcf7.00000170.honggfuzz.cov5 If-Match:,""Keep-AET /index.Xvml HTTP/1.1
9 If-Match:,""Keep-AET /index.Xvml HTTP/1.1
13 If-Match:,""Keep-A,ire
D653f6748970c20f9d40a5058392c3db8.00000093.honggfuzz.cov3 Connection: Keep-Alive
7 Connection:0Keep-Alive
/external/honggfuzz/examples/apache-httpd/corpus_http1/
D49995e3987b5ff46c5b5236f5cf1bcf7.00000170.honggfuzz.cov5 If-Match:,""Keep-AET /index.Xvml HTTP/1.1
9 If-Match:,""Keep-AET /index.Xvml HTTP/1.1
13 If-Match:,""Keep-A,ire
D653f6748970c20f9d40a5058392c3db8.00000093.honggfuzz.cov3 Connection: Keep-Alive
7 Connection:0Keep-Alive
/external/proguard/src/proguard/gui/
Dboilerplate.pro1 # Keep - Applications. Keep all application classes, along with their 'main'
7 # Keep - Applets. Keep all extensions of java.applet.Applet.
10 # Keep - Servlets. Keep all extensions of javax.servlet.Servlet.
13 # Keep - Midlets. Keep all extensions of javax.microedition.midlet.MIDlet.
16 # Keep - Xlets. Keep all extensions of javax.tv.xlet.Xlet.
19 # Keep - Library. Keep all public and protected classes, fields, and methods.
25 # Also keep - Enumerations. Keep the special static methods that are required in
32 # Also keep - Serialization code. Keep all fields and methods that are used for
43 # Also keep - BeanInfo classes. Keep all implementations of java.beans.BeanInfo.
46 # Also keep - Bean classes. Keep all specified classes, along with their getters
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DToolOutputFile.cpp20 : Filename(Filename), Keep(false) { in CleanupInstaller()
28 if (!Keep && Filename != "-") in ~CleanupInstaller()
42 Installer.Keep = true; in ToolOutputFile()
/external/llvm/lib/Support/
DToolOutputFile.cpp20 : Filename(Filename), Keep(false) { in CleanupInstaller()
28 if (!Keep && Filename != "-") in ~CleanupInstaller()
42 Installer.Keep = true; in tool_output_file()
/external/curl/tests/data/
Dtest107722 Proxy-Connection: Keep-Alive
33 Proxy-Connection: Keep-Alive
67 Proxy-Connection: Keep-Alive
72 Proxy-Connection: Keep-Alive
Dtest54089 Proxy-Connection: Keep-Alive
95 Proxy-Connection: Keep-Alive
100 Proxy-Connection: Keep-Alive
106 Proxy-Connection: Keep-Alive
Dtest121849 Proxy-Connection: Keep-Alive
54 Proxy-Connection: Keep-Alive
60 Proxy-Connection: Keep-Alive
Dtest100292 Proxy-Connection: Keep-Alive
100 Proxy-Connection: Keep-Alive
110 Proxy-Connection: Keep-Alive
119 Proxy-Connection: Keep-Alive
Dtest108798 Proxy-Connection: Keep-Alive
104 Proxy-Connection: Keep-Alive
109 Proxy-Connection: Keep-Alive
Dtest108899 Proxy-Connection: Keep-Alive
105 Proxy-Connection: Keep-Alive
111 Proxy-Connection: Keep-Alive
Dtest109853 Proxy-Connection: Keep-Alive
58 Proxy-Connection: Keep-Alive
Dtest107416 Connection: Keep-Alive
52 Connection: Keep-Alive
Dtest122848 Proxy-Connection: Keep-Alive
53 Proxy-Connection: Keep-Alive
/external/jarjar/src/main/com/tonicsystems/jarjar/
DMainProcessor.java44 List<Keep> keepList = new ArrayList<Keep>(); in MainProcessor()
50 } else if (pattern instanceof Keep) { in MainProcessor()
51 keepList.add((Keep) pattern); in MainProcessor()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dlifetime-asan.ll17 call void @foo(i8* %text) ; Keep alloca alive
32 call void @foo(i8* %text) ; Keep alloca alive
46 call void @foo(i8* %text) ; Keep alloca alive
/external/llvm/include/llvm/Support/
DToolOutputFile.h36 bool Keep;
58 void keep() { Installer.Keep = true; } in keep()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DToolOutputFile.h36 bool Keep;
58 void keep() { Installer.Keep = true; } in keep()
/external/catch2/
D.gitattributes13 # Keep executable scripts with LFs so they can be run after being
18 # Keep the single include header with LFs to make sure it is uploaded,
/external/setupcompat/main/java/com/google/android/setupcompat/internal/
DTemplateLayout.java23 import androidx.annotation.Keep;
226 @Keep
259 @Keep

12345678910>>...27