HomeSort by relevance Sort by last modified time
    Searched refs:exception (Results 1301 - 1325 of 2577) sorted by null

<<51525354555657585960>>

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmMmiCode.java 221 //Is a country-specific exception to short codes as defined in TS 22.030, 6.5.3.2
551 * Exception (1) to Call initiation is: If the user of the device is already in a call
    [all...]
GSMPhone.java 828 if (LOCAL_DEBUG) Rlog.d(LOG_TAG, "IMS PS call exception " + e);
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
Perl5.stg 147 backtracking=1; <! means we won't throw slow exception !>
296 <name>_fragment(); // can never throw exception
363 my $exception = $EVAL_ERROR;
364 if (ref $exception && $exception->isa('ANTLR::Runtime::RecognitionException')) {
365 $self->report_error($exception);
366 $self->recover($self->input, $exception);
367 $exception = undef;
376 if ($exception) {
377 croak $exception;
    [all...]
  /art/runtime/
thread.h 131 // throwing the StackOverflow exception.
314 return tlsPtr_.exception != nullptr;
322 return tlsPtr_.exception;
332 tlsPtr_.exception = new_exception;
337 tlsPtr_.exception = nullptr;
342 // Find catch block and perform long jump to appropriate exception handle
377 // If 'msg' is NULL, no detail message is set. An exception must be pending, and will be
378 // used as the new exception's cause.
556 return ThreadOffsetFromTlsPtr<pointer_size>(OFFSETOF_MEMBER(tls_ptr_sized_values, exception));
714 // Returns the fake exception used to activate deoptimization
1039 mirror::Throwable* exception; variable
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhone.java 907 * The exception is cancellation of an incoming USSD-REQUEST, which is
    [all...]
  /art/runtime/arch/arm/
quick_entrypoints_arm.S 21 /* Deliver the given exception */
23 /* Deliver an exception pending on a thread */
163 * exception is Thread::Current()->exception_
208 * that will place a mock Method* at the bottom of the stack. Arg1 holds the exception.
248 * If unsuccessful, the helper will return NULL/NULL. There will bea pending exception in the
269 cbz r0, 1f @ did we find the target? if not go to exception delivery
355 * Entry from managed code that calls artHandleFillArrayDataFromCode and delivers exception on
360 SETUP_REF_ONLY_CALLEE_SAVE_FRAME @ save callee saves in case exception allocation triggers GC
410 * Entry from managed code that calls artUnlockObjectFromCode and delivers exception on failure.
434 SETUP_REF_ONLY_CALLEE_SAVE_FRAME @ save callee saves in case exception allocation triggers G
    [all...]
  /art/runtime/entrypoints/
entrypoint_utils.cc 127 // Avoid running Java code for exception initialization.
186 // Throw the exception.
309 // In the case of checked exceptions that aren't declared, the exception must be wrapped by
311 mirror::Throwable* exception = soa.Self()->GetException(NULL); local
312 if (exception->IsCheckedException()) {
330 mirror::Class* exception_class = exception->GetClass();
  /art/runtime/mirror/
art_method.cc 237 // Set aside the exception while we resolve its type.
241 Handle<mirror::Throwable> exception(hs.NewHandle(self->GetException(&throw_location)));
254 // Does this catch exception type apply?
257 // Now have a NoClassDefFoundError as exception. Ignore in case the exception class was
264 LOG(WARNING) << "Unresolved exception class when finding catch block: "
276 // Put the exception back.
277 if (exception.Get() != nullptr) {
278 self->SetException(throw_location, exception.Get());
344 // exception was thrown to force the activations to be removed from th
    [all...]
  /external/chromium_org/chrome/test/base/
v8_unit_test.cc 126 // The test fails if an exception was thrown.
235 v8::String::Utf8Value exception(try_catch.Exception());
238 str.append(base::StringPrintf("%s\n", *exception));
244 "%s:%i:%i %s\n", *filename, linenum, colnum, *exception));
266 // The test fails if an exception was thrown.
  /external/chromium_org/third_party/devscripts/
licensecheck.pl 453 $extrainfo = " (with Qt exception)$extrainfo"
623 if ($licensetext =~ /As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice/) {
624 $license = $license . "with Bison parser exception";
627 if ($licensetext =~ /As a special exception to the GNU General Public License, if you distribute this file as part of a program or library that is built using GNU Libtool, you may include this file under the same distribution terms that you use for the rest of that program/) {
628 $license = $license . "with libtool exception";
  /external/chromium_org/third_party/icu/source/test/intltest/
callimts.cpp 55 UErrorCode exception = U_ZERO_ERROR; local
58 cal->setTime(millis, exception);
59 if (U_SUCCESS(exception)) {
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
byte_reader.js 351 * Adjusts the current position on success. Throws an exception if the
368 * Adjusts the current position on success. Throws an exception if the
395 * Adjusts the current position on success. Throws an exception if the
428 * Adjusts the current position on success. Throws an exception if the
452 * Adjusts the current position on success. Throws an exception if the
468 * Adjusts the current position on success. Throws an exception if the
  /external/chromium_org/v8/test/mjsunit/harmony/
proxies-example-membrane.js 125 print("wrap exception", str(e));
143 print("wrapCall exception", fun, str(that), str(e));
300 print("asDry exception", str(e));
327 print("dry handler exception", name, arg, "throwing", str(x));
367 print("asWet exception", str(e))
394 print("wet handler exception", name, arg, "throwing", str(x));
  /external/deqp/framework/delibs/decpp/
deSharedPtr.hpp 29 #include <exception>
38 class DeadReferenceException : public std::exception
41 DeadReferenceException (void) throw() : std::exception() {}
  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/
XmlMessageBuilder.java 19 import com.google.polo.exception.PoloException;
20 import com.google.polo.exception.ProtocolErrorException;
454 * of the exception.
456 * @param exception the {@link Exception} to use to determine the error
461 public String getErrorXML(Exception exception)
  /external/icu/icu4c/source/test/intltest/
callimts.cpp 55 UErrorCode exception = U_ZERO_ERROR; local
58 cal->setTime(millis, exception);
59 if (U_SUCCESS(exception)) {
  /external/smack/src/org/xbill/DNS/
WKSRecord.java 636 throw st.exception("invalid address");
641 throw st.exception("Invalid IP protocol: " + s);
651 throw st.exception("Invalid TCP/UDP service: " +
  /frameworks/base/media/jni/
android_media_MediaMetadataRetriever.cpp 53 static void process_media_retriever_call(JNIEnv *env, status_t opStatus, const char* exception, const char *message)
60 jniThrowException( env, exception, message);
65 jniThrowException( env, exception, msg);
107 if (!tmp) { // OutOfMemoryError exception already thrown
342 if (!array) { // OutOfMemoryError exception has already been thrown.
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
ArrayTest.java 36 } catch (Exception e) {
37 fail("Exception during get test : " + e.getMessage());
48 fail("Passing non-array failed to throw exception");
58 fail("Invalid index failed to throw exception");
67 } catch (Exception e) {
68 fail("Exception during get test : " + e.getMessage());
79 fail("Passing non-array failed to throw exception");
89 fail("Invalid index failed to throw exception");
104 } catch (Exception e) {
105 fail("Exception during get test : " + e.getMessage())
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLSocketTest.java 53 public void testConstructor() throws Exception {
62 public void testConstructor_InetAddressI() throws Exception {
90 public void testConstructor_InetAddressIInetAddressI() throws Exception {
137 public void testConstructor_StringI() throws Exception {
171 public void testConstructor_StringIInetAddressI() throws Exception {
208 public void test_creationStressTest() throws Exception {
491 Exception e = server.getException();
519 private Exception exception; field in class:SSLSocketTest.TestServer
570 } catch (Exception ex)
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
MessageItem.java 302 public void onItemLoaded(Object result, Throwable exception) {
303 if (exception != null) {
304 Log.e(TAG, "PduLoadedMessageItemCallback PDU couldn't be loaded: ", exception);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
RemoteAdtTestRunner.java 508 public void runFailed(String message, Exception exception) {
509 if (exception != null) {
510 AdtPlugin.logAndPrintError(exception, mLaunchInfo.getProject().getName(),
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-core-commands-3.6.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 

Completed in 1387 milliseconds

<<51525354555657585960>>