| /packages/apps/Camera2/src/com/android/camera/device/ |
| SingleDeviceStateMachine.java | 286 } catch (Exception e) { 323 } catch (Exception e) { 339 private void closeRequestWithException(Throwable exception) { 342 mLogger.w("There was a problem closing device: " + mDeviceKey, exception); 344 mDeviceRequest.closeWithException(exception);
|
| /packages/services/Mms/src/com/android/mms/service/ |
| MmsRequest.java | 31 import com.android.mms.service.exception.ApnException; 32 import com.android.mms.service.exception.MmsHttpException; 33 import com.android.mms.service.exception.MmsNetworkException; 191 } catch (Exception e) {
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
| test_format.py | 247 # Test exception for unknown format characters 251 def test_exc(formatstr, args, exception, excmsg): 254 except exception, exc: 260 print 'Unexpected ', exception, ':', repr(str(exc)) 263 print 'Unexpected exception' 266 raise TestFailed, 'did not get expected exception: %s' % excmsg
|
| /prebuilts/gdb/linux-x86/lib/python2.7/test/ |
| test_format.py | 247 # Test exception for unknown format characters 251 def test_exc(formatstr, args, exception, excmsg): 254 except exception, exc: 260 print 'Unexpected ', exception, ':', repr(str(exc)) 263 print 'Unexpected exception' 266 raise TestFailed, 'did not get expected exception: %s' % excmsg
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_format.py | 247 # Test exception for unknown format characters 251 def test_exc(formatstr, args, exception, excmsg): 254 except exception, exc: 260 print 'Unexpected ', exception, ':', repr(str(exc)) 263 print 'Unexpected exception' 266 raise TestFailed, 'did not get expected exception: %s' % excmsg
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/ |
| boolcond.py | 22 from . import exception namespace 41 raise exception.InvalidBoolean("{0} is not a valid Boolean".format(name)) 243 raise exception.NoStatement
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_format.py | 247 # Test exception for unknown format characters 251 def test_exc(formatstr, args, exception, excmsg): 254 except exception, exc: 260 print 'Unexpected ', exception, ':', repr(str(exc)) 263 print 'Unexpected exception' 266 raise TestFailed, 'did not get expected exception: %s' % excmsg
|
| /prebuilts/tools/common/m2/repository/com/sun/istack/istack-commons-runtime/2.21/ |
| istack-commons-runtime-2.21.jar | |
| /external/google-breakpad/src/processor/ |
| minidump_unittest.cc | 63 using google_breakpad::SynthMinidump::Exception; 706 Exception exception(dump, context, 708 0xdcba4321, // exception code 709 0xf0e0d0c0, // exception flags 710 0x0919a9b9c9d9e9f9ULL); // exception address 713 dump.Add(&exception); 731 const MDRawExceptionStream* raw_exception = md_exception->exception(); 780 Exception exception(dump, context [all...] |
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
| ImsPhoneMmiCode.java | 274 //Is a country-specific exception to short codes as defined in TS 22.030, 6.5.3.2 594 * Exception (1) to Call initiation is: If the user of the device is already in a call [all...] |
| /external/ImageMagick/MagickWand/ |
| display.c | 80 % char **argv,char **metadata,ExceptionInfo *exception) 92 % o exception: return any errors or warnings in this structure. 267 int argc,char **argv,char **wand_unused(metadata),ExceptionInfo *exception) 289 (void) ThrowMagickException(exception,GetMagickModule(),asperity,tag,"`%s'", \ 296 (void) ThrowMagickException(exception,GetMagickModule(),OptionError, \ 358 assert(exception != (ExceptionInfo *) NULL); 506 images=ReadImage(image_info,exception); 507 CatchException(exception); 509 (exception->severity < ErrorException); 517 image_list=CloneImageList(image,exception); [all...] |
| /external/ImageMagick/MagickCore/ |
| token.c | 45 #include "MagickCore/exception.h" 46 #include "MagickCore/exception-private.h" 357 *exception; 367 exception=AcquireExceptionInfo(); 368 (void) SetImageInfo(image_info,0,exception); 369 exception=DestroyExceptionInfo(exception); 351 *exception; local
|
| xwindow.c | 56 #include "MagickCore/exception.h" 57 #include "MagickCore/exception-private.h" 455 % ExceptionInfo *exception) 468 % o exception: return any errors or warnings in this structure. 473 ExceptionInfo *exception) 553 annotate_image=AcquireImage((ImageInfo *) NULL,exception); 567 (ssize_t) y,&annotate_image->background_color,exception); 570 annotate_view=AcquireAuthenticCacheView(annotate_image,exception); 580 annotate_image->columns,1,exception); 617 if (SyncCacheViewAuthenticPixels(annotate_view,exception) == MagickFalse [all...] |
| /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/ |
| socket.rb | 166 def recognition_exception( exception ) 167 transmit "%s\t%p\t%i\t%i\t%i", :recognition_exception, exception.class, 168 exception.index, exception.line, exception.column
|
| /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/ |
| ResumeTest.java | 67 } catch (NumberFormatException exception) { 69 ("## FAILURE: Exception while getting number of started threads from debuggee = " + exception); 91 } catch (ReplyErrorCodeException exception) { 93 ("## FAILURE: Exception in vmMirror.getAllThreadID() = " + exception); 104 } catch (ReplyErrorCodeException exception) {
|
| /external/autotest/client/cros/cellular/ |
| cell_tools.py | 129 exception=cellular_system_error.BadState( 154 exception=cellular_system_error.BadState( 329 def __exit__(self, exception, value, traceback): 410 def __exit__(self, exception, value, traceback): 417 except Exception as e: 418 if exception: 420 'Exiting AutoConnectContext with one exception, but ' + 423 'Swallowing PowerOnDevice exception %s' % e)
|
| /external/chromium-trace/catapult/third_party/gsutil/gslib/ |
| boto_translation.py | 41 from boto.exception import ResumableDownloadException as BotoResumableDownloadException 42 from boto.exception import ResumableTransferDisposition 66 from gslib.exception import CommandException 67 from gslib.exception import InvalidUrlError 97 TRANSLATABLE_BOTO_EXCEPTIONS = (boto.exception.BotoServerError, 98 boto.exception.InvalidUriError, 99 boto.exception.ResumableDownloadException, 100 boto.exception.ResumableUploadException, 101 boto.exception.StorageCreateError, 102 boto.exception.StorageResponseError [all...] |
| /external/javassist/src/main/javassist/bytecode/analysis/ |
| Analyzer.java | 294 ExceptionInfo exception = exceptions[i]; local 297 if (pos >= exception.start && pos < exception.end) { 300 newFrame.push(exception.type); 301 merge(queue, newFrame, exception.handler);
|
| /external/v8/test/mjsunit/ |
| mjsunit.js | 89 // Assert that the passed function or eval code throws an exception. 90 // The optional second argument is an exception constructor that the 91 // thrown exception is checked against with "instanceof". 93 // to the type property on the thrown exception. 96 // Assert that the passed function throws an exception. 97 // The exception is checked against the second argument using assertEquals. 100 // Assert that the passed function or eval code does not throw an exception. 372 throw new MjsUnitAssertionError("Did not throw exception"); 383 throw new MjsUnitAssertionError("Did not throw exception"); 409 fail("threw an exception: ", e.message || e, name_opt) [all...] |
| /tools/test/connectivity/acts/framework/acts/ |
| base_test.py | 31 class BaseTestError(Exception): 81 A missing required param will raise an exception. If an optional param 120 To signal setup failure, return False or raise an exception. If 151 To signal setup failure, return False or raise an exception. If 263 self.log.exception(record.details) 269 """A function that is executed upon an unhandled exception from a test 297 except Exception as e: 298 self.log.exception("Exception happened when executing %s for %s.", 350 except Exception as e [all...] |
| /external/opencv3/3rdparty/openexr/IlmImf/ |
| ImfOutputFile.cpp | 135 string exception; member in struct:Imf::__anon20499::LineBuffer 155 exception (), 628 catch (std::exception &e) 632 _lineBuffer->exception = e.what (); 640 _lineBuffer->exception = "unrecognized exception"; 780 // exception. 1099 // Now we check if any line buffer contains a stored exception; if 1100 // this is the case then we re-throw the exception in this thread. 1102 // exceptions. We re-throw the first exception we find an 1106 const string *exception = 0; local [all...] |
| ImfTiledInputFile.cpp | 144 string exception; member in struct:Imf::__anon20511::TileBuffer 168 exception (), 560 catch (std::exception &e) 564 _tileBuffer->exception = e.what (); 572 _tileBuffer->exception = "unrecognized exception"; 615 // Reading from the file caused an exception. 617 // re-throw the exception. 1020 // Now we check if any tile buffer contains a stored exception; if 1021 // this is the case then we re-throw the exception in this thread 1027 const string *exception = 0; local [all...] |
| ImfTiledOutputFile.cpp | 198 string exception; member in struct:Imf::__anon20514::TileBuffer 217 exception (), 812 catch (std::exception &e) 816 _tileBuffer->exception = e.what (); 824 _tileBuffer->exception = "unrecognized exception"; 985 // exception. 1259 // Now we check if any tile buffer contains a stored exception; if 1260 // this is the case then we re-throw the exception in this thread. 1262 // exceptions. We re-throw the first exception we find an 1266 const string *exception = 0; local [all...] |
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
| CollectionsTest.java | 774 // test exception cases [all...] |
| /external/ImageMagick/www/api/ |
| property.php | 92 ExceptionInfo *exception) 110 <dt>exception</dt> 197 ExceptionInfo *exception) 215 <dt>exception</dt> 260 Image *image,const char *embed_text,ExceptionInfo *exception) 282 <dt>exception</dt> 295 <p>if ((*p == '@') && (IsPathAccessible(p+1) != MagickFalse)) { /* handle a '@' replace string from file */ interpret_text=FileToString(p+1,~0UL,exception); if (interpret_text != (char *) NULL) return(interpret_text); }</p> 352 <p>Attempting to set a property that is normally calculated will produce an exception.</p> 358 const char *value,ExceptionInfo *exception) 380 <dt>exception</dt [all...] |