Searched refs:Keep (Results 1 – 25 of 309) sorted by relevance
12345678910>>...13
/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/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 66 Proxy-Connection: Keep-Alive 71 Proxy-Connection: Keep-Alive
|
D | test1218 | 46 Proxy-Connection: Keep-Alive 51 Proxy-Connection: Keep-Alive 57 Proxy-Connection: Keep-Alive
|
D | test540 | 81 Proxy-Connection: Keep-Alive 87 Proxy-Connection: Keep-Alive 93 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 | test1228 | 45 Proxy-Connection: Keep-Alive 50 Proxy-Connection: Keep-Alive
|
D | test1098 | 52 Proxy-Connection: Keep-Alive 57 Proxy-Connection: Keep-Alive
|
D | test1074 | 16 Connection: Keep-Alive 52 Connection: Keep-Alive
|
D | test1421 | 62 Proxy-Connection: Keep-Alive 67 Proxy-Connection: Keep-Alive
|
D | test257 | 95 Proxy-Connection: Keep-Alive 102 Proxy-Connection: Keep-Alive 108 Proxy-Connection: Keep-Alive
|
D | test183 | 45 Proxy-Connection: Keep-Alive 51 Proxy-Connection: Keep-Alive
|
D | test1241 | 55 Proxy-Connection: Keep-Alive 60 Proxy-Connection: Keep-Alive
|
D | test1232 | 56 Proxy-Connection: Keep-Alive 61 Proxy-Connection: Keep-Alive
|
D | test168 | 81 Proxy-Connection: Keep-Alive 88 Proxy-Connection: Keep-Alive 96 Proxy-Connection: Keep-Alive
|
D | test1216 | 53 Proxy-Connection: Keep-Alive 59 Proxy-Connection: Keep-Alive
|
D | test185 | 65 Proxy-Connection: Keep-Alive 70 Proxy-Connection: Keep-Alive
|
D | test184 | 65 Proxy-Connection: Keep-Alive 70 Proxy-Connection: Keep-Alive
|
D | test1314 | 70 Proxy-Connection: Keep-Alive 75 Proxy-Connection: Keep-Alive
|
D | test590 | 107 Proxy-Connection: Keep-Alive 114 Proxy-Connection: Keep-Alive 121 Proxy-Connection: Keep-Alive
|
/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/llvm/include/llvm/Support/ |
D | ToolOutputFile.h | 36 bool Keep; 58 void keep() { Installer.Keep = true; } in keep()
|
12345678910>>...13