/system/core/toolbox/ |
rmmod.c | 34 /* Replace "-" with "_". This would keep rmmod
|
/system/media/audio_effects/include/audio_effects/ |
effect_loudnessenhancer.h | 34 // to keep in sync with frameworks/base/media/java/android/media/audiofx/LoudnessEnhancer.java
|
/external/proguard/docs/manual/ |
troubleshooting.html | 32 <li><a href="#keep">Error: You have to specify '-keep' options</a></li> 92 Depending on your application, you may need to keep the mentioned classes 93 with an option like "<code>-keep class MyClass</code>", or their 94 implementations with an option like "<code>-keep class * implements 103 keep them with an option like "<code>-keep class MyClass { MyFieldType 112 <dd>Your configuration contains a <code>-keep</code> option to preserve the 113 given method (or field), but no <code>-keep</code> option for the given 115 You may then want to keep the class too. Otherwise, ProGuard wil [all...] |
usage.html | 50 <li><a href="#keepoptions">Keep Options</a> 60 <li><a href="#keepoverview">Overview of <code>Keep</code> Options</a> 61 <li><a href="#keepoptionmodifiers">Keep Option Modifiers</a> 193 <h2>Keep Options</h2> 196 <dt><a name="keep"><code><b>-keep</b></code></a> 202 href="examples.html#application">keep an application</a>, you can specify 213 href="examples.html#serializable">keep all serialization fields and 223 to <a href="examples.html#applications">keep all applications</a> that 229 <dd>Short for <a href="#keep"><code>-keep</code></a>,<a href="#allowshrinking"><code>allowshrinking</code></a [all...] |
refcard.html | 78 <td>Keep the specified directories in the output jars (or wars, ears, zips, or 94 <td valign="top"><a href="usage.html#keep"><code><b>-keep</b></code></a> 141 <td>List classes and class members matched by the various <code>-keep</code> 253 <td>Keep the specified package names from being obfuscated.</td> 373 <h2>Overview of <code>Keep</code> Options</h2> 378 <th>Keep</th> 385 <td bgcolor="#E0E0E0"><a href="usage.html#keep"><code>-keep</code></a></td> 404 <h2>Keep Option Modifiers</h2 [all...] |
/external/chromium/chrome/browser/renderer_host/ |
web_cache_manager.h | 78 // Keep track of some renderer information. 120 // Allow each renderer to keep its current set of cached resources, with 124 // Allow each renderer to keep its current set of cached resources. 127 // Allow each renderer to keep cache resources it believes are currently 131 // Allow each renderer to keep cache resources it believes are currently
|
/external/chromium_org/chrome/browser/renderer_host/ |
web_cache_manager.h | 89 // Keep track of some renderer information. 131 // Allow each renderer to keep its current set of cached resources, with 135 // Allow each renderer to keep its current set of cached resources. 138 // Allow each renderer to keep cache resources it believes are currently 142 // Allow each renderer to keep cache resources it believes are currently
|
/external/chromium_org/net/disk_cache/ |
disk_format_base.h | 42 // We store entries that can expand for up to 4 consecutive blocks, and keep 44 // instance, an entry of 3 blocks is an entry of type 3. We also keep track of 58 volatile int32 updating; // Keep track of updates to the header. 66 // We keep a two level hierarchy to enable sparse data for an entry: the first 103 // keep track of that block.
|
/external/jmonkeyengine/engine/src/core/com/jme3/material/ |
RenderState.java | 224 * Keep the current value. 226 Keep, 315 StencilOperation frontStencilStencilFailOperation = StencilOperation.Keep; 316 StencilOperation frontStencilDepthFailOperation = StencilOperation.Keep; 317 StencilOperation frontStencilDepthPassOperation = StencilOperation.Keep; 318 StencilOperation backStencilStencilFailOperation = StencilOperation.Keep; 319 StencilOperation backStencilDepthFailOperation = StencilOperation.Keep; 320 StencilOperation backStencilDepthPassOperation = StencilOperation.Keep; 339 oc.write(frontStencilStencilFailOperation, "frontStencilStencilFailOperation", StencilOperation.Keep); 340 oc.write(frontStencilDepthFailOperation, "frontStencilDepthFailOperation", StencilOperation.Keep); [all...] |
/external/llvm/test/CodeGen/SystemZ/ |
atomicrmw-minmax-03.ll | 11 ; CHECK: crjle %r2, %r4, [[KEEP:\..*]] 26 ; CHECK: crjhe %r2, %r4, [[KEEP:\..*]] 42 ; CHECK: jle [[KEEP:\..*]] 58 ; CHECK: jhe [[KEEP:\..*]] 166 ; CHECK: crjle %r2, [[LIMIT]], [[KEEP:\..*]]
|
/external/proguard/examples/annotations/lib/ |
annotations.jar | |
/external/proguard/src/proguard/classfile/editor/ |
MemberAdder.java | 105 // // Keep the non-private and non-static field, but update its 106 // // contents, in order to keep any references to it valid. 169 // Keep the target method. 183 // Keep the abstract method, but update its contents, in order 184 // to keep any references to it valid.
|
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/ |
AsmAnalyzerTest.java | 215 TreeMap<String, ClassReader> keep = new TreeMap<String, ClassReader>(); local 220 ClassReader cr = mAa.findClass("mock_android.widget.TableLayout", zipClasses, keep); 221 DependencyVisitor visitor = mAa.getVisitor(zipClasses, keep, new_keep, in_deps, out_deps); 254 keep.putAll(new_keep); 259 }, keep.keySet().toArray());
|
/packages/apps/Camera/src/com/android/camera/ |
CameraHolder.java | 41 * in {@code android.hardware.Camera}. The difference is if {@code keep()} is 53 private long mKeepBeforeTime; // Keep the Camera before this time. 280 public void keep() { method in class:CameraHolder 281 keep(KEEP_CAMERA_TIMEOUT); 284 public synchronized void keep(int time) { method in class:CameraHolder
|
/packages/apps/Camera2/src/com/android/camera/ |
CameraHolder.java | 41 * in {@code android.hardware.Camera}. The difference is if {@code keep()} is 53 private long mKeepBeforeTime; // Keep the Camera before this time. 280 public void keep() { method in class:CameraHolder 281 keep(KEEP_CAMERA_TIMEOUT); 284 public synchronized void keep(int time) { method in class:CameraHolder
|
/prebuilts/tools/common/proguard/proguard4.7/examples/annotations/lib/ |
annotations.jar | |
/external/chromium/net/http/ |
http_response_headers_unittest.cc | 303 "connection: keep-alive\n" 315 "CoNnection: keep-alive\n" 827 "connection: keep-alive\n" 838 "connection: keep-alive\n" 850 "connection: keep-alive\n" 861 "connection: keep-alive\n" [all...] |
/prebuilts/tools/common/proguard/proguard4.7/docs/manual/ |
refcard.html | 94 <td>Keep the specified directories in the output jars (or wars, ears, zips, or 110 <td valign="top"><a href="usage.html#keep"><code><b>-keep</b></code></a> 157 <td>List classes and class members matched by the various <code>-keep</code> 269 <td>Keep the specified package names from being obfuscated.</td> 301 <td>Keep the parameter names and types of methods that are kept.</td> 394 <h2>Overview of <code>Keep</code> Options</h2> 399 <th>Keep</th> 406 <td bgcolor="#E0E0E0"><a href="usage.html#keep"><code>-keep</code></a></td [all...] |
/external/chromium/chrome/browser/ |
background_mode_manager.cc | 56 // Keep the browser alive until extensions are done loading - this is needed 65 // If the -keep-alive-for-test flag is passed, then always keep chrome running 72 // number of background apps and modify our keep-alive and launch-on-startup 108 // Extensions are loaded, so we don't need to manually keep the browser 169 // keep-alive (which can shutdown Chrome) before the message loop has
|
/external/proguard/src/proguard/ |
ConfigurationParser.java | 118 else if (ConfigurationConstants.KEEP_OPTION .startsWith(nextWord)) configuration.keep = parseKeepClassSpecificationArguments(configuration.keep, true, false, false); 119 else if (ConfigurationConstants.KEEP_CLASS_MEMBERS_OPTION .startsWith(nextWord)) configuration.keep = parseKeepClassSpecificationArguments(configuration.keep, false, false, false); 120 else if (ConfigurationConstants.KEEP_CLASSES_WITH_MEMBERS_OPTION .startsWith(nextWord)) configuration.keep = parseKeepClassSpecificationArguments(configuration.keep, false, true, false); 121 else if (ConfigurationConstants.KEEP_NAMES_OPTION .startsWith(nextWord)) configuration.keep = parseKeepClassSpecificationArguments(configuration.keep, true, false, true); 122 else if (ConfigurationConstants.KEEP_CLASS_MEMBER_NAMES_OPTION .startsWith(nextWord)) configuration.keep = parseKeepClassSpecificationArguments(configuration.keep, false, false, true) [all...] |
/art/test/079-phantom/src/ |
Bitmap.java | 105 * Keep an eye on the native data. 107 * We keep a copy of the native data pointer value, and set the wrapper
|
/dalvik/tests/079-phantom/src/ |
Bitmap.java | 105 * Keep an eye on the native data. 107 * We keep a copy of the native data pointer value, and set the wrapper
|
/external/apache-http/src/org/apache/http/ |
ConnectionReuseStrategy.java | 54 * keep the connection open for reuse with another request. 57 * may be relevant for the keep-alive strategy: the actual HTTP
|
/external/apache-http/src/org/apache/http/conn/ |
ConnectionReleaseTrigger.java | 59 * Releases the connection with the option of keep-alive. This is a 74 * Releases the connection without the option of keep-alive.
|
/external/apache-http/src/org/apache/http/protocol/ |
RequestConnControl.java | 41 * A request interceptor that suggests connection keep-alive to the server. 61 // Default policy is to keep connection alive
|