Searched refs:Keep (Results 1 – 25 of 590) sorted by relevance
12345678910>>...24
/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 …]
|
D | GUIResources.properties | 30 keepAdditional = Keep additional classes and class members 31 keepNamesAdditional = Keep additional class names and class member names 109 keepPackageNames = Keep package names 113 keepAttributes = Keep attributes 114 keepParameterNames = Keep parameter names 129 keepDirectories = Keep directories 187 Keep the specified package names from being obfuscated. 208 Keep the specified optional class file attributes. 220 <html>Keep parameter names and types in "LocalVariable*Table" attributes<br>\ 273 Keep the specified directories in the output jars, wars, ears, zips, apks, or directories. [all …]
|
/external/tensorflow/tensorflow/lite/models/smartreply/demo/app/src/main/java/com/example/android/smartreply/ |
D | SmartReply.java | 18 import android.support.annotation.Keep; 25 @Keep 31 @Keep
|
D | SmartReplyClient.java | 20 import android.support.annotation.Keep; 118 @Keep 121 @Keep 124 @Keep
|
/external/curl/tests/data/ |
D | test1077 | 22 Proxy-Connection: Keep-Alive 33 Proxy-Connection: Keep-Alive 66 Proxy-Connection: Keep-Alive 71 Proxy-Connection: Keep-Alive
|
D | test540 | 88 Proxy-Connection: Keep-Alive 94 Proxy-Connection: Keep-Alive 99 Proxy-Connection: Keep-Alive 105 Proxy-Connection: Keep-Alive
|
D | test1218 | 46 Proxy-Connection: Keep-Alive 51 Proxy-Connection: Keep-Alive 57 Proxy-Connection: Keep-Alive
|
D | test1087 | 95 Proxy-Connection: Keep-Alive 101 Proxy-Connection: Keep-Alive 106 Proxy-Connection: Keep-Alive
|
D | test1002 | 91 Proxy-Connection: Keep-Alive 99 Proxy-Connection: Keep-Alive 110 Proxy-Connection: Keep-Alive
|
D | test1088 | 96 Proxy-Connection: Keep-Alive 102 Proxy-Connection: Keep-Alive 108 Proxy-Connection: Keep-Alive
|
D | test257 | 95 Proxy-Connection: Keep-Alive 102 Proxy-Connection: Keep-Alive 108 Proxy-Connection: Keep-Alive
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | ToolOutputFile.cpp | 19 : Filename(filename), Keep(false) { in CleanupInstaller() 27 if (!Keep && Filename != "-") in ~CleanupInstaller() 42 Installer.Keep = true; in tool_output_file()
|
/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/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/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/jarjar/src/main/com/tonicsystems/jarjar/ |
D | MainProcessor.java | 35 List<Keep> keepList = new ArrayList<Keep>(); in MainProcessor() 41 } else if (pattern instanceof Keep) { in MainProcessor() 42 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/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ToolOutputFile.h | 36 bool Keep; 57 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/llvm/include/llvm/Support/ |
D | ToolOutputFile.h | 36 bool Keep; 58 void keep() { Installer.Keep = true; } in keep()
|
/external/setupcompat/main/java/com/google/android/setupcompat/internal/ |
D | TemplateLayout.java | 23 import androidx.annotation.Keep; 240 @Keep 273 @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,
|
12345678910>>...24