| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/propagation/ |
| rethrow_exception.pass.cpp | 10 // <exception> 14 #include <exception>
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.access/ |
| db_back.pass.cpp | 21 #include <exception>
|
| db_front.pass.cpp | 21 #include <exception>
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.iterators/ |
| db_iterators_2.pass.cpp | 21 #include <exception>
|
| db_iterators_3.pass.cpp | 21 #include <exception>
|
| db_iterators_4.pass.cpp | 21 #include <exception>
|
| db_iterators_6.pass.cpp | 21 #include <exception>
|
| db_iterators_7.pass.cpp | 21 #include <exception>
|
| db_iterators_8.pass.cpp | 21 #include <exception>
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_erase/ |
| erase_iter_db1.pass.cpp | 21 #include <exception>
|
| erase_iter_db2.pass.cpp | 21 #include <exception>
|
| erase_iter_iter_db1.pass.cpp | 20 #include <exception>
|
| erase_iter_iter_db2.pass.cpp | 20 #include <exception>
|
| erase_iter_iter_db3.pass.cpp | 20 #include <exception>
|
| erase_iter_iter_db4.pass.cpp | 20 #include <exception>
|
| /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
| catch_class_01.cpp | 10 #include <exception>
|
| test_vector3.cpp | 15 #include <exception>
|
| /packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
| ContentProviderTask.java | 51 public final Exception exception; field in class:ContentProviderTask.Result 56 * @param exception 59 private Result(Exception exception, ContentProviderResult[] results) { 60 this.exception = exception; 77 private static Result newFailure(Exception failure) { 87 } catch (Exception e) { 88 LogUtils.w(LOG_TAG, e, "exception executing ContentProviderOperationsTask") [all...] |
| /packages/services/Telephony/src/com/android/phone/ |
| CdmaVoicePrivacyCheckBoxPreference.java | 81 if (ar.exception != null) { 82 if (DBG) Log.d(LOG_TAG, "handleGetVPResponse: ar.exception=" + ar.exception); 97 if (ar.exception != null) { 98 if (DBG) Log.d(LOG_TAG, "handleSetVPResponse: ar.exception=" + ar.exception);
|
| NetworkQueryService.java | 199 int exception = (ar.exception == null) ? QUERY_OK : QUERY_EXCEPTION; local 200 if (DBG) log("AsyncResult has exception " + exception); 207 cb.onQueryComplete((ArrayList<OperatorInfo>) ar.result, exception);
|
| /packages/services/Telephony/src/com/android/services/telephony/ |
| TtyManager.java | 45 if (ar.exception != null) { 46 Log.d(TtyManager.this, "setTTYMode exception: %s", ar.exception); 54 if (ar.exception != null) { 55 Log.d(TtyManager.this, "queryTTYMode exception: %s", ar.exception);
|
| /cts/tools/dasm/src/dasm/ |
| DasmCatchBuilder.java | 53 * @param exception 54 * exception type 62 UnprocessedCatch(String exception, String from, String to, 66 add(exception, branch); 70 * Adds new exception type and branch label to current "from-to" block 74 * java/lang/Exception from Label1 to Label2 using Label3 .catch 77 * @param exception 78 * exception type 82 void add(String exception, String branch) { 84 if (exception.compareToIgnoreCase("all") == 0 [all...] |
| /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/ |
| en.stg | 38 CANNOT_WRITE_FILE(arg,exception,stackTrace) ::= << 39 cannot write file <arg>: <exception> 42 CANNOT_CLOSE_FILE(arg,exception,stackTrace) ::= "cannot close file <arg>: <exception>" 44 ERROR_READING_TOKENS_FILE(arg,exception,stackTrace) ::= << 45 problem reading token vocabulary file <arg>: <exception> 48 DIR_NOT_FOUND(arg,exception,stackTrace) ::= "directory not found: <arg>" 49 OUTPUT_DIR_IS_FILE(arg,exception,stackTrace) ::= "output directory is a file: <arg>" 50 CANNOT_OPEN_FILE(arg,exception,stackTrace) ::= "cannot find or open file: <arg><if(exception)>; reason: <exception><endif> [all...] |
| /external/objenesis/tck/src/org/objenesis/tck/ |
| TextReporter.java | 48 Exception exception; field in class:TextReporter.Result 54 * @param exception Exception that might have occured during the test 57 Exception exception) { 61 this.exception = exception; 126 public void exception(Exception exception) method in class:TextReporter [all...] |
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
| SIMRecords.java | 303 * ((AsyncResult)onComplete.obj).exception == null on success 304 * ((AsyncResult)onComplete.obj).exception != null on fail 353 * ((AsyncResult)onComplete.obj).exception == null on success 354 * ((AsyncResult)onComplete.obj).exception != null on fail 360 AsyncResult.forMessage((onComplete)).exception = 384 AsyncResult.forMessage((onComplete)).exception = 604 if (ar.exception != null) { 605 loge("Exception querying IMSI, Exception:" + ar.exception); [all...] |