Home
last modified time | relevance | path

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

12345678910>>...13

/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 …]
DGUIResources.properties30 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/
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
66 Proxy-Connection: Keep-Alive
71 Proxy-Connection: Keep-Alive
Dtest121846 Proxy-Connection: Keep-Alive
51 Proxy-Connection: Keep-Alive
57 Proxy-Connection: Keep-Alive
Dtest54081 Proxy-Connection: Keep-Alive
87 Proxy-Connection: Keep-Alive
93 Proxy-Connection: Keep-Alive
Dtest108795 Proxy-Connection: Keep-Alive
101 Proxy-Connection: Keep-Alive
106 Proxy-Connection: Keep-Alive
Dtest100291 Proxy-Connection: Keep-Alive
99 Proxy-Connection: Keep-Alive
110 Proxy-Connection: Keep-Alive
Dtest108896 Proxy-Connection: Keep-Alive
102 Proxy-Connection: Keep-Alive
108 Proxy-Connection: Keep-Alive
Dtest122845 Proxy-Connection: Keep-Alive
50 Proxy-Connection: Keep-Alive
Dtest109852 Proxy-Connection: Keep-Alive
57 Proxy-Connection: Keep-Alive
Dtest107416 Connection: Keep-Alive
52 Connection: Keep-Alive
Dtest142162 Proxy-Connection: Keep-Alive
67 Proxy-Connection: Keep-Alive
Dtest25795 Proxy-Connection: Keep-Alive
102 Proxy-Connection: Keep-Alive
108 Proxy-Connection: Keep-Alive
Dtest18345 Proxy-Connection: Keep-Alive
51 Proxy-Connection: Keep-Alive
Dtest124155 Proxy-Connection: Keep-Alive
60 Proxy-Connection: Keep-Alive
Dtest123256 Proxy-Connection: Keep-Alive
61 Proxy-Connection: Keep-Alive
Dtest16881 Proxy-Connection: Keep-Alive
88 Proxy-Connection: Keep-Alive
96 Proxy-Connection: Keep-Alive
Dtest121653 Proxy-Connection: Keep-Alive
59 Proxy-Connection: Keep-Alive
Dtest18565 Proxy-Connection: Keep-Alive
70 Proxy-Connection: Keep-Alive
Dtest18465 Proxy-Connection: Keep-Alive
70 Proxy-Connection: Keep-Alive
Dtest131470 Proxy-Connection: Keep-Alive
75 Proxy-Connection: Keep-Alive
Dtest590107 Proxy-Connection: Keep-Alive
114 Proxy-Connection: Keep-Alive
121 Proxy-Connection: Keep-Alive
/external/jarjar/src/main/com/tonicsystems/jarjar/
DMainProcessor.java35 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/
DToolOutputFile.h36 bool Keep;
58 void keep() { Installer.Keep = true; } in keep()

12345678910>>...13