/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
GsmConnection.java | 73 DisconnectCause cause = DisconnectCause.NOT_DISCONNECTED; field in class:GsmConnection 223 return cause; 328 cause = DisconnectCause.LOCAL; 334 * See 22.001 Annex F.4 for mapping of cause codes 398 onDisconnect(DisconnectCause cause) { 399 this.cause = cause; 409 "[GSMConn] onDisconnect: cause=" + cause);
|
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
HandshakeProtocol.java | 321 * @param cause 323 protected void fatalAlert(byte description, String reason, Exception cause) { 324 throw new AlertException(description, new SSLException(reason, cause)); 331 * @param cause 333 protected void fatalAlert(byte description, SSLException cause) { 334 throw new AlertException(description, cause);
|
/external/apache-http/src/org/apache/commons/logging/impl/ |
Jdk14Logger.java | 121 * @param exception log this cause 144 * @param exception log this cause 167 * @param exception log this cause 201 * @param exception log this cause 272 * @param exception log this cause 295 * @param exception log this cause
|
/frameworks/base/core/java/android/app/ |
ApplicationErrorReport.java | 305 // Populate fields with the "root cause" exception 374 public String cause; field in class:ApplicationErrorReport.AnrInfo 392 cause = in.readString(); 401 dest.writeString(cause); 410 pw.println(prefix + "cause: " + cause);
|
/dalvik/libcore/sql/src/test/java/tests/java/sql/ |
QueryTimeoutTest.java | 100 * J2ME, this class defines its own "cause", duplicating existing 104 private Throwable cause; field in class:QueryTimeoutTest.TestFailedException 108 cause = t; 113 cause = null; 118 cause = t; 122 if (cause != null) { 123 return super.toString() + ": " + cause.toString(); 131 if (cause != null) { 132 if (cause instanceof SQLException) { 133 QueryTimeoutTest.printSQLException((SQLException) cause); [all...] |
/bionic/libc/stdio/ |
ftell.c | 66 * those from ungetc) cause the position to be 74 * Writing. Any buffered characters cause the
|
/cts/tests/tests/database/src/android/database/cts/ |
ContentObservableTest.java | 64 fail("Re-registering observer did not cause exception."); 71 fail("Registering null observer did not cause exception.");
|
/dalvik/libcore/luni/src/main/java/java/lang/ |
AssertionError.java | 39 * is an instance of {@link Throwable}, then it also becomes the cause of 44 * optionally the cause.
|
/dalvik/libcore/xml/src/main/java/javax/xml/parsers/ |
FactoryConfigurationError.java | 64 * given <code>Exception</code> base cause of the error. 77 * given <code>Exception</code> base cause and detail message.
|
/dalvik/vm/mterp/ |
NOTES.txt | 20 (A debugger can in theory cause the interpreter to advance one instruction 53 * Don't do anything that can cause a GC in the invoke-* handler after
|
/development/simulator/app/ |
LogWindow.h | 27 * format cause us to clear the display and re-show everything in the 28 * display array, while changes to the output filter cause us to
|
ExternalRuntime.cpp | 34 // TODO: cause thread to stop, then Wait for it
|
/external/icu4c/layout/ |
ContextualSubstSubtables.h | 107 // NOTE: This isn't a subclass of GlyphSubstitutionSubtable 'cause 185 // NOTE: This isn't a subclass of GlyphSubstitutionSubtable 'cause
|
/external/iproute2/man/man8/ |
tc-sfq.8 | 44 however cause some inadvertent packet reordering to occur. 56 no perturbation occurs. Do not set too low for each perturbation may cause some packet
|
/external/libpcap/ |
atmuni31.h | 63 #define CAUSE 0x08 /* cause */
|
/external/tcpdump/ |
atmuni31.h | 63 #define CAUSE 0x08 /* cause */
|
setsignal.c | 58 * might cause system calls to be restarted for the signal, however. 59 * I don't know whether, in any systems where it did cause system calls to
|
/external/webkit/JavaScriptCore/wtf/unicode/ |
UTF8.h | 53 // will cause an error. When the flag is set to lenient, both irregular 56 // Whether the flag is strict or lenient, all illegal sequences will cause
|
/frameworks/base/docs/html/sdk/api_diff/6/ |
user_comments_for_5_to_6.xml | 19 text. A comment element can have multiple identifier elements, which will will cause the same 27 to cause jdiff to include the first line of the API documentation. You also need to close p HTML
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/ |
SmsEnvelope.java | 95 * Cause Code values: 96 * The cause code parameters are an indication whether an SMS error has occurred and if so,
|
/bionic/libc/arch-arm/bionic/ |
_exit_with_stack_teardown.S | 53 @ exit() should never return, cause a crash if it does
|
/bionic/libc/arch-sh/bionic/ |
_exit_with_stack_teardown.S | 46 /* exit() should never return, cause a crash if it does */
|
/dalvik/libcore/luni/src/main/java/java/io/ |
NotActiveException.java | 24 * writeObject(). Any attempt to call them from another context will cause a
|
/dalvik/tests/003-omnibus-opcodes/src/ |
Main.java | 77 /* UnresClass can cause desktop Java to freak out */
|
/external/guava/src/com/google/common/annotations/ |
GwtIncompatible.java | 29 * GWT. They can cause GWT compilation errors or simply unexpected exceptions
|