Searched refs:Keep (Results 1 – 25 of 652) sorted by relevance
12345678910>>...27
/external/perfetto/tools/trace_to_text/ |
D | trace_to_systrace.h | 32 enum class Keep { kStart = 0, kEnd, kAll }; enum 37 Keep truncate_keep, 43 Keep truncate_keep);
|
D | main.cc | 75 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()
|
D | trace_to_systrace.cc | 168 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/ |
D | 49995e3987b5ff46c5b5236f5cf1bcf7.00000170.honggfuzz.cov | 5 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
|
D | 653f6748970c20f9d40a5058392c3db8.00000093.honggfuzz.cov | 3 Connection: Keep-Alive 7 Connection:0Keep-Alive
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
D | 49995e3987b5ff46c5b5236f5cf1bcf7.00000170.honggfuzz.cov | 5 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
|
D | 653f6748970c20f9d40a5058392c3db8.00000093.honggfuzz.cov | 3 Connection: Keep-Alive 7 Connection:0Keep-Alive
|
/external/proguard/src/proguard/gui/ |
D | boilerplate.pro | 1 # 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/ |
D | ToolOutputFile.cpp | 20 : Filename(Filename), Keep(false) { in CleanupInstaller() 28 if (!Keep && Filename != "-") in ~CleanupInstaller() 42 Installer.Keep = true; in ToolOutputFile()
|
/external/llvm/lib/Support/ |
D | ToolOutputFile.cpp | 20 : Filename(Filename), Keep(false) { in CleanupInstaller() 28 if (!Keep && Filename != "-") in ~CleanupInstaller() 42 Installer.Keep = true; in tool_output_file()
|
/external/curl/tests/data/ |
D | test1077 | 22 Proxy-Connection: Keep-Alive 33 Proxy-Connection: Keep-Alive 67 Proxy-Connection: Keep-Alive 72 Proxy-Connection: Keep-Alive
|
D | test540 | 89 Proxy-Connection: Keep-Alive 95 Proxy-Connection: Keep-Alive 100 Proxy-Connection: Keep-Alive 106 Proxy-Connection: Keep-Alive
|
D | test1218 | 49 Proxy-Connection: Keep-Alive 54 Proxy-Connection: Keep-Alive 60 Proxy-Connection: Keep-Alive
|
D | test1002 | 92 Proxy-Connection: Keep-Alive 100 Proxy-Connection: Keep-Alive 110 Proxy-Connection: Keep-Alive 119 Proxy-Connection: Keep-Alive
|
D | test1087 | 98 Proxy-Connection: Keep-Alive 104 Proxy-Connection: Keep-Alive 109 Proxy-Connection: Keep-Alive
|
D | test1088 | 99 Proxy-Connection: Keep-Alive 105 Proxy-Connection: Keep-Alive 111 Proxy-Connection: Keep-Alive
|
D | test1098 | 53 Proxy-Connection: Keep-Alive 58 Proxy-Connection: Keep-Alive
|
D | test1074 | 16 Connection: Keep-Alive 52 Connection: Keep-Alive
|
D | test1228 | 48 Proxy-Connection: Keep-Alive 53 Proxy-Connection: Keep-Alive
|
/external/jarjar/src/main/com/tonicsystems/jarjar/ |
D | MainProcessor.java | 44 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/ |
D | lifetime-asan.ll | 17 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/ |
D | ToolOutputFile.h | 36 bool Keep; 58 void keep() { Installer.Keep = true; } in keep()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | ToolOutputFile.h | 36 bool Keep; 58 void keep() { Installer.Keep = true; } in keep()
|
/external/catch2/ |
D | .gitattributes | 13 # 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/ |
D | TemplateLayout.java | 23 import androidx.annotation.Keep; 226 @Keep 259 @Keep
|
12345678910>>...27