Searched
full:keep (Results
426 -
450 of
3382) sorted by null
<<11121314151617181920>>
/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...] |
MemberSpecification.java | 40 * Creates a new option to keep all possible class members. 53 * Creates a new option to keep the specified class member(s).
|
/external/proguard/docs/manual/ |
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...] |
/dalvik/libcore/luni/src/main/java/java/lang/ |
VMClassLoader.java | 49 // unexpected; keep going 76 // unexpected; keep going
|
/dalvik/libcore/xml/src/main/java/org/apache/xpath/objects/ |
XBoolean.java | 33 * A true boolean object so we don't have to keep creating them. 39 * A true boolean object so we don't have to keep creating them.
|
/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
|
/development/pdk/docs/community/ |
groups-charter.jd | 14 <p>We love simplicity and hate restrictions, so we keep our policies minimal. The rules below describe what's expected of subscribers to the Android mailing lists. 17 <br>Showing courtesy and respect to others is a vital part of the Android culture, and we expect everyone participating in the Android community to join us in accepting nothing less. Being courteous does not mean we can't constructively disagree with each other, but it does mean that we must be polite when we do so. There's never a reason to be antagonistic or dismissive toward anyone; if you think there is, think again before you post.<br><br>Mobile development is serious business, but it's also a lot of fun. Let's keep it that way. Let's strive to be one of the friendliest communities in all of open source.<br><br></li>
|
/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
|
/external/ipsec-tools/src/racoon/samples/ |
racoon.conf.sample-natt | 29 # To keep the NAT-mappings on your NAT gateway, there must be 33 # "Keep-alive packet" every few seconds to every peer with
|
/external/opencore/nodes/common/include/ |
pvmf_download_data_source.h | 41 //false if keep downloading a partial downloading file 109 //false if keep downloading a partial downloading file
|
/packages/apps/Email/src/com/android/exchange/ |
EmailSyncAlarmReceiver.java | 74 // Keep track of which mailboxes to notify; we'll only notify each one once 90 // Keep track of which mailboxes to notify; we'll only notify each one once
|
/packages/apps/IM/src/com/android/im/app/ |
SettingActivity.java | 55 false /* keep updated */, null /* no handler */); 76 false /* keep updated */, null /* no handler */);
|
/bionic/libc/arch-sh/bionic/ |
pipe.S | 45 /* keep error number */
|
/cts/tools/dasm/src/java_cup/runtime/ |
symbol.java | 6 * keep track of state on the parse stack. The symbol currently on top
|
/dalvik/libcore/support/src/test/java/tests/support/ |
Support_TimeZone.java | 71 * return 0 to keep it simple, since this subclass is not used to test this
|
/dalvik/vm/ |
DvmDex.c | 250 /* expected on files mounted from FAT; keep going (may crash) */ 257 /* expected on files mounted from FAT; keep going */ 279 /* expected on files mounted from FAT; keep going (may crash) */ 286 /* expected on files mounted from FAT; keep going */
|
/external/bluetooth/glib/gio/ |
makegioalias.pl | 110 # Drop any Win32 specific .def file syntax, but keep attributes
|
/external/bluetooth/glib/gobject/ |
makegobjectalias.pl | 110 # Drop any Win32 specific .def file syntax, but keep attributes
|
/external/dnsmasq/src/ |
config.h | 116 for timing, and keep lease lengths rather than expiry times 118 Normally, dnsmasq tries very hard to keep the on-disk leases file 123 it viable to keep the lease file on a flash filesystem. 202 --keep-in-foreground option, since it also suppresses forking new
|
/external/gtest/ |
CONTRIBUTORS | 4 # here. Please keep the list sorted by first names.
|
/external/icu4c/i18n/ |
ucol_wgt.h | 58 * The ranges are modified to keep the current iteration state.
|
/external/kernel-headers/original/asm-generic/ |
resource.h | 9 * to keep that order for binary compatibility. The reasons
|
/external/openssl/android.testssl/ |
CAss.cnf | 56 preserve = no # keep passed DN ordering
|
Completed in 71 milliseconds
<<11121314151617181920>>