| /packages/services/Telephony/src/com/android/services/telephony/ |
| TtyManager.java | 47 if (ar.exception != null) { 48 Log.d(TtyManager.this, "setTTYMode exception: %s", ar.exception); 56 if (ar.exception != null) { 57 Log.d(TtyManager.this, "queryTTYMode exception: %s", ar.exception);
|
| /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
| aether-spi-0.9.0.M2.jar | |
| /prebuilts/misc/common/swig/include/2.0.11/typemaps/ |
| exception.swg | 4 * This SWIG library file provides language independent exception handling 39 You can use the SWIG_CATCH_STDEXCEPT macro with the %exception 42 %exception { 49 SWIG_CATCH_STDEXCEPT // catch std::exception 51 SWIG_exception_fail(SWIG_UnknownError, "Unknown exception"); 59 /* catching std::exception */ 72 } catch (std::exception& e) { 77 catch (std::exception& e) { 81 SWIG_exception_fail(SWIG_UnknownError, "unknown exception");
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/ |
| context.py | 19 from ..policyrep.exception import MLSDisabled
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/ |
| rbacrule.py | 21 from . import exception namespace 66 raise exception.InvalidRBACRuleType("{0} is not a valid RBAC rule type.".format(t)) 96 raise exception.RuleUseError("Role allow rules do not have an object class.") 101 raise exception.RuleUseError("Role allow rules do not have a default role.")
|
| /external/ImageMagick/coders/ |
| bmp.c | 53 #include "MagickCore/exception.h" 54 #include "MagickCore/exception-private.h" 490 % o exception: return any errors or warnings in this structure. 494 static Image *ReadBMPImage(const ImageInfo *image_info,ExceptionInfo *exception) 549 assert(exception != (ExceptionInfo *) NULL); 550 assert(exception->signature == MagickCoreSignature); 551 image=AcquireImage(image_info,exception); 552 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception); 813 (void) ThrowMagickException(exception,GetMagickModule(),CorruptImageError, 817 (void) ThrowMagickException(exception,GetMagickModule() [all...] |
| dng.c | 46 #include "MagickCore/exception.h" 47 #include "MagickCore/exception-private.h" 85 % ExceptionInfo *exception) 91 % o exception: return any errors or warnings in this structure. 94 static Image *ReadDNGImage(const ImageInfo *image_info,ExceptionInfo *exception) 116 assert(exception != (ExceptionInfo *) NULL); 117 assert(exception->signature == MagickCoreSignature); 118 image=AcquireImage(image_info,exception); 119 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception); 130 image=AcquireImage(image_info,exception); [all...] |
| /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/ |
| NewInstanceTest.java | 52 * constructor of which should not throw any Exception, and checks, 54 * exception object is null; 56 * constructor of which should throw some Exception, and checks, 57 * that returned new object is null and returned exception object 162 // Make NewInstance without Exception 172 logWriter.println(" Send ClassType.NewInstance (without Exception)"); 179 TaggedObject exception = reply.getNextValueAsTaggedObject(); local 180 logWriter.println(" ClassType.NewInstance: exception.tag=" 181 + exception.tag + "; exception.objectID=" + exception.objectID) [all...] |
| /external/v8/build/android/buildbot/ |
| bb_device_status_check.py | 81 logging.exception('Failed to get battery information for %s', 96 logging.exception('Failed to get IMEI slice for %s', str(device)) 176 logging.exception('Failure while getting device status for %s.', 182 logging.exception('Timeout while getting device status for %s.', 243 logging.exception('Unable to reset USB for %s.', serial) 247 logging.exception('Unable to reset USB for %s.', serial) 262 logging.exception('Failure while waiting for %s. ' 277 logging.exception('Failed to reboot %s.', str(device)) 282 logging.exception('Timed out while rebooting %s.', str(device)) 290 logging.exception('Failure while waiting for %s.', str(device) [all...] |
| /art/runtime/interpreter/mterp/arm/ |
| op_instance_of.S | 18 cmp r1, #0 @ exception pending?
|
| /art/runtime/interpreter/mterp/mips/ |
| op_fill_array_data.S | 11 beqz v0, MterpPossibleException # has exception
|
| /art/runtime/interpreter/mterp/mips64/ |
| op_fill_array_data.S | 11 beqzc v0, MterpPossibleException # exception?
|
| /external/ImageMagick/www/api/ |
| attribute.php | 64 size_t GetImageDepth(const Image *image,ExceptionInfo *exception) 78 <dt>exception</dt> 141 ImageType IdentifyImageGray(const Image *image,ExceptionInfo *exception) 155 <dt>exception</dt> 168 ExceptionInfo *exception) 182 <dt>exception</dt> 196 (void) SetImageType(image,IdentifyImageType(image,exception),exception); 202 ImageType IdentifyImageType(const Image *image,ExceptionInfo *exception) 216 <dt>exception</dt [all...] |
| constitute.php | 62 image = ConstituteImage(640,480,"RGB",CharPixel,pixels,&exception); 70 ExceptionInfo *exception) 100 <dt>exception</dt> 107 <p>PingImage() returns all the properties of an image or image sequence except for the pixels. It is much faster and consumes far less memory than ReadImage(). On failure, a NULL image is returned and exception describes the reason for the failure.</p> 112 Image *PingImage(const ImageInfo *image_info,ExceptionInfo *exception) 126 <dt>exception</dt> 139 ExceptionInfo *exception) 157 <dt>exception</dt> 164 <p>ReadImage() reads an image or image sequence from a file or file handle. The method returns a NULL if there is a memory shortage or if the image cannot be read. On failure, a NULL image is returned and exception describes the reason for the failure.</p> 169 Image *ReadImage(const ImageInfo *image_info,ExceptionInfo *exception) [all...] |
| /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
| Parser.pm | 32 my $exception = $arg_ref->{exception};
|
| TokenSource.pm | 31 throw an exception not under RecognitionException and Java will naturally 33 lexing then you should not throw an exception to the parser--it has already
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/integration/ |
| UnivariateRealIntegratorImpl.java | 22 import org.apache.commons.math.exception.util.LocalizedFormats; 23 import org.apache.commons.math.exception.NullArgumentException;
|
| /external/autotest/client/cros/chameleon/ |
| resolution_comparison.py | 42 logging.exception(e) 99 logging.exception(e)
|
| /external/autotest/client/site_tests/enterprise_PowerManagement/ |
| enterprise_PowerManagement.py | 87 exception=error.TestFail('User is not locked'), 97 exception=error.TestFail('User is not logged out'),
|
| /external/autotest/scheduler/ |
| email_manager.py | 44 except Exception: 45 logging.exception('Sending email failed:') 78 """Log an exception and enqueue it. 80 @param reason: An exception to log and send. 82 logging.exception(reason) 83 message = "EXCEPTION: %s\n%s" % (reason, traceback.format_exc()) 84 self.enqueue_notify_email("monitor_db exception", message)
|
| /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/rdtypes/ANY/ |
| X25.py | 16 import dns.exception namespace 55 raise dns.exception.FormError
|
| /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/ |
| batch.py | 37 and exception. Response is an http_wrapper.Response object, and 38 exception is an apiclient.errors.HttpError object if an error 57 exception: An apiclient.errors.HttpError object if an error 86 return self.exception is not None 93 def exception(self): member in class:BatchApiRequest.ApiCall 108 def HandleResponse(self, http_response, exception): 116 exception: apiclient.errors.HttpError object if an error 121 self.__exception = exception 176 exception, whatever it happened to be. 220 form callback(response, exception). The first parameter i [all...] |
| /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/testing/ |
| mock.py | 18 class Error(Exception): 112 def __init__(self, key, request, response=None, exception=None): 116 if response and exception: 118 'Should specify at most one of response and exception') 122 if exception and not isinstance(exception, apitools_base.Error): 127 self.__exception = exception 148 apitools_base.Error: If a non-None exception is specified to 190 def Expect(self, request, response=None, exception=None, **unused_kwargs): 193 Exactly one of response and exception should be specified [all...] |
| /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/kinesis/ |
| test_kinesis.py | 30 class TimeoutError(Exception): 115 self.assertEqual(cm.exception.error_code, None) 116 self.assertTrue('not found' in cm.exception.message)
|
| /external/jacoco/org.jacoco.ant/src/org/jacoco/ant/ |
| DumpTask.java | 138 protected void onConnectionFailure(final IOException exception) { 139 log(exception.getMessage());
|