/dalvik/libcore/dalvik/src/main/java/dalvik/annotation/ |
SideEffect.java | 36 * Plain text reason for adding this annotation.
|
/dalvik/libcore/luni/src/main/java/java/lang/reflect/ |
GenericArrayType.java | 36 * instantiated for some reason
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/paddings/ |
BlockCipherPadding.java | 34 * should be the same as the last block of plain text. The reason
|
/dalvik/vm/alloc/ |
DdmHeap.h | 27 void dvmDdmSendHeapInfo(int reason, bool shouldLock);
|
/development/simulator/wrapsim/ |
README.txt | 6 than valgrind). For this reason it needs to be very careful about which
|
/external/apache-http/src/org/apache/http/message/ |
BasicStatusLine.java | 63 /** The reason phrase. */ 68 * Creates a new status line with the given version, status, and reason. 72 * @param reasonPhrase the reason phrase to the status code, or 108 * @return the Reason-Phrase
|
/external/clearsilver/perl/ |
ClearSilver.pm | 13 # names by default without a very good reason. Use EXPORT_OK instead.
|
/external/dhcpcd/dhcpcd-hooks/ |
50-yp.conf | 46 case "${reason}" in
|
/external/kernel-headers/original/asm-x86/ |
tsc.h | 64 extern void mark_tsc_unstable(char *reason);
|
/external/openssl/crypto/comp/ |
comp.h | 72 /* Reason codes. */
|
/external/openssl/include/openssl/ |
comp.h | 72 /* Reason codes. */
|
/external/stlport/doc/ |
README.intel | 9 The reason of this problem is that without -Qvc6, ICL adds necessary
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/ |
function-001.js | 60 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/instanceof/ |
instanceof-002.js | 57 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/ |
shell.js | 53 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value "; 65 this.reason = ""; 177 testcases[tc].reason = msg; 181 ": " + testcases[tc].reason );
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_6/ |
browser.js | 74 this.reason = ''; 121 testcase.reason += msg; 125 testcase.reason += ' Page: ' + page; 129 testcase.reason += ' Line: ' + line;
|
/external/webkit/WebCore/WebCore.gyp/mac/ |
Empty.cpp | 27 // wouldn't otherwise have any reason to do so.
|
/external/webkit/WebCore/platform/mac/ |
BlockExceptions.mm | 34 NSLog(@"*** WebKit discarding exception: <%@> %@", [exception name], [exception reason]);
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
DefaultPhoneNotifier.java | 95 public void notifyDataConnection(Phone sender, String reason) { 100 sender.isDataConnectivityPossible(), reason, local 111 public void notifyDataConnectionFailed(Phone sender, String reason) { 113 mRegistry.notifyDataConnectionFailed(reason);
|
/frameworks/policies/base/phone/com/android/internal/policy/impl/ |
KeyguardViewCallback.java | 39 * the only reason for this to be false is if the keyguard was instructed
|
/packages/apps/Email/src/com/android/email/ |
GroupMessagingListener.java | 150 Exception reason) { 152 l.sendPendingMessagesFailed(accountId, messageId, reason); 190 String reason) { 192 l.loadAttachmentFailed(accountId, messageId, attachmentId, reason);
|
/system/core/rootdir/etc/ |
init.goldfish.sh | 46 # previous setprop doesn't seem to apply for some really odd reason
|
/external/openssl/crypto/ocsp/ |
ocsp_cl.c | 254 * Note: the revtime and reason values are only set if the 259 int OCSP_single_get0_status(OCSP_SINGLERESP *single, int *reason, 273 if (reason) 276 *reason = ASN1_ENUMERATED_get(rev->revocationReason); 277 else *reason = -1; 290 int *reason, 301 i = OCSP_single_get0_status(single, reason, revtime, thisupd, nextupd);
|
/frameworks/base/core/java/android/net/ |
NetworkInfo.java | 280 * @param reason a {@code String} indicating the reason for the state change, 285 void setDetailedState(DetailedState detailedState, String reason, String extraInfo) { 288 this.mReason = reason; 293 * Report the reason an attempt to establish connectivity failed, 295 * @return the reason for failure, or null if not available 316 append(", reason: ").append(mReason == null ? "(unspecified)" : mReason).
|
/external/dhcpcd/ |
configure.c | 84 const char *reason, 94 logger(LOG_DEBUG, "executing `%s', reason %s", options->script, reason); 109 e = strlen("reason") + strlen(reason) + 2; 111 snprintf(env[2], e, "reason=%s", reason); 339 configure(struct interface *iface, const char *reason, 374 run_script(options, iface->name, reason, NULL, old); 414 run_script(options, iface->name, reason, dhcp, old) [all...] |