/packages/apps/Email/src/com/android/email/ |
MessagingListener.java | 71 public void sendPendingMessagesFailed(long accountId, long messageId, Exception reason) { 94 String reason) {
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
SmsRejectedReceiver.java | 46 int reason = intent.getIntExtra("result", -1); local 47 boolean outOfMemory = reason == Telephony.Sms.Intents.RESULT_SMS_OUT_OF_MEMORY;
|
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/ |
smePrivate.h | 51 mgmtStatus_e eMgmtStatus; /* Contains the last DisAssociation reason towards upper layer */ 52 TI_UINT32 uStatusCode; /* Extra information to the reason. i.e. packet status code or roaming trigger */
|
/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/bouncycastle/src/main/java/org/bouncycastle/crypto/paddings/ |
BlockCipherPadding.java | 34 * should be the same as the last block of plain text. The reason
|
/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/nist-sip/java/gov/nist/javax/sip/parser/extensions/ |
ReferencesParser.java | 4 import gov.nist.javax.sip.header.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/policy/src/com/android/internal/policy/impl/ |
KeyguardViewCallback.java | 39 * the only reason for this to be false is if the keyguard was instructed
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
DefaultPhoneNotifier.java | 95 public void notifyDataConnection(Phone sender, String reason) { 100 sender.isDataConnectivityPossible(), reason, local 112 public void notifyDataConnectionFailed(Phone sender, String reason) { 114 mRegistry.notifyDataConnectionFailed(reason);
|
/libcore/dalvik/src/main/java/dalvik/annotation/ |
AndroidOnly.java | 35 * Plain text reason for adding this annotation.
|
BrokenTest.java | 34 * Plain text reason for adding this annotation.
|
KnownFailure.java | 36 * Plain text reason for adding this annotation.
|