/development/tools/idegen/src/ |
Configuration.java | 134 // Keep track of source roots for .java files. 149 // Keep track of .jar files.
|
/external/dbus/doc/ |
TODO | 20 keep working. 117 - Keep convenience wrappers in sync with bus methods
|
/external/icu4c/common/ |
uvectr32.cpp | 211 // We keep the original contents on the memory failure on realloc. 236 // Just keep what we had. No need to call it a failure.
|
ucnv_u7.c | 187 cnv->fromUnicodeStatus=(cnv->fromUnicodeStatus&0xf0000000)|0x1000000; /* keep version, inDirectMode=TRUE */ 337 bytes[0]=b; /* keep this byte in case an error occurs */ 348 bytes[0]=b; /* keep this byte in case an error occurs */ 691 cnv->fromUnicodeStatus=(cnv->fromUnicodeStatus&0xf0000000)|0x1000000; /* keep version, inDirectMode=TRUE */ 695 (cnv->fromUnicodeStatus&0xf0000000)| /* keep version*/ [all...] |
/external/icu4c/i18n/ |
winnmfmt.cpp | 138 // TODO: keep locale too? 216 // TODO: cache Locale and NumberFormat? Could keep locale passed to constructor...
|
/external/opencore/protocols/http_parcom/include/ |
http_composer.h | 73 * for the URI string. So it is composer user's reponsiblity to keep URI valid during request composing. 143 * @param aKeepAllSettingsExceptURI, flag to show whether to keep all settings except URI
|
/external/openssl/crypto/des/asm/ |
readme | 69 One has to do instruction interleaving to keep both functional units 125 to keep both functional units of the pentium going.
|
/external/oprofile/daemon/ |
opd_trans.c | 207 /* subtlety: we must keep trans->cookie cached, 249 /* subtlety: we must keep trans->cookie cached, even though it's
|
/external/proguard/docs/manual/ |
introduction.html | 103 necessary <a href="usage.html#keepoptions"><code>-keep</code> options</a> and 115 your ProGuard configuration, with the same simple <code>-keep</code> options.
|
/external/proguard/src/proguard/ |
ClassSpecification.java | 179 * Specifies to keep the specified field(s) of this option's class(es). 195 * Specifies to keep the specified method(s) of this option's class(es).
|
Configuration.java | 86 // Keep options. 94 public List keep; field in class:Configuration
|
/external/webkit/WebCore/bridge/objc/ |
objc_runtime.mm | 201 // keep the prototype from getting called instead of just returning false 208 // keep the prototype from getting called instead of just returning false
|
/external/webkit/WebCore/inspector/front-end/ |
BottomUpProfileDataGridTree.js | 49 // When focusing, we keep just the members of the callstack. 210 // When focusing, we keep the entire callstack up to this ancestor.
|
/external/webkit/WebKit/android/plugins/ |
PluginWidgetAndroid.h | 117 /** Registers a set of rectangles that the plugin would like to keep on 119 priority rectangle in location rects[0]. The browser will attempt to keep
|
/frameworks/base/core/java/android/os/ |
FileObserver.java | 42 * will stop sending events. To ensure you keep receiving events, you must 43 * keep a reference to the FileObserver instance from some other live object.</p>
|
/frameworks/base/core/java/android/pim/vcard/ |
VCardEntryConstructor.java | 176 // byteBuffer.remaining(). Here, we keep on the safe side. 194 // Previous code had done this replacement. Keep on the safe side.
|
/frameworks/base/core/java/android/view/ |
ViewStub.java | 124 * {@link #NO_ID} if the inflated view should keep its id. 138 * {@link #NO_ID} if the inflated view should keep its id.
|
/packages/apps/IM/src/com/android/im/imps/ |
SmsDataChannel.java | 150 ImpsLog.log("Negative keep alive time. Won't send keep-alive");
|
/packages/apps/Phone/src/com/android/phone/ |
InCallControlState.java | 28 * Helper class to keep track of enabledness, visibility, and "on/off" 166 // Also keep track of whether the dialpad is currently "opened"
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/TNETWArbiter/ |
TNETWArb_buffer.c | 174 /* Keep buffers such that GKI header is invisible 218 /* Since the queue is exposed (C vs C++), keep the pointers in exposed format */
|
/external/proguard/src/proguard/optimize/ |
Optimizer.java | 126 // Check if we have at least some keep commands. 127 if (configuration.keep == null && 131 throw new IOException("You have to specify '-keep' options for the optimization step."); 232 ClassSpecificationVisitorFactory.createClassPoolVisitor(configuration.keep, 246 // We also keep all classes that are involved in .class constructs. 253 // We also keep all classes that are involved in Class.forName constructs. [all...] |
/frameworks/base/tools/aapt/ |
Resource.cpp | 2096 ProguardKeepSet keep; local [all...] |
/frameworks/base/tests/CoreTests/android/core/ |
SSLSocketTest.java | 74 * connection (using HTTP keep-alive). 108 (j == innerLoop - 1 ? "Close" : "Keep-Alive") 222 // These two don't accept keep-alive 239 // These two don't accept keep-alive 261 // These two don't accept keep-alive 281 // These two don't accept keep-alive 301 // These two don't accept keep-alive [all...] |
/dalvik/libcore/xml/src/main/java/org/w3c/dom/ |
DOMConfiguration.java | 67 * <dd>[<em>required</em>] (<em>default</em>)Keep <code>CDATASection</code> nodes in the document.</dd> 91 * <dd>[<em>required</em>] (<em>default</em>)Keep <code>Comment</code> nodes in the document.</dd> 118 * <dd>[<em>required</em>] (<em>default</em>)Keep all whitespaces in the document.</dd> 131 * <dd>[<em>required</em>] (<em>default</em>)Keep <code>EntityReference</code> nodes in the document.</dd> 157 * <dd>[<em>required</em>]Keep in the document the information defined in the XML Information Set [<a href='http://www.w3.org/TR/2004/REC-xml-infoset-20040204/'>XML Information Set</a>]
|
/external/quake/quake/src/QW/client/ |
r_edge.c | 267 // push it back to keep it sorted 356 // active is in front, so keep going unless it's a bmodel 374 // active is in front, so keep going unless it's a bmodel 486 // active is in front, so keep going unless it's a bmodel 523 // active is in front, so keep going unless it's a bmodel
|