| /prebuilts/misc/common/swig/include/2.0.11/ocaml/ |
| swig.mli | 28 exception InvalidDirectorCall of c_obj 29 exception NoSuchClass of string
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_coding.py | 30 self.assertTrue(c.exception.args[0].startswith(expected))
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/ |
| __init__.py | 27 from . import exception namespace
|
| objclassquery.py | 24 from .policyrep.exception import NoCommon
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/ |
| objclass.py | 21 from ..policyrep.exception import NoCommon
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_coding.py | 30 self.assertTrue(c.exception.args[0].startswith(expected))
|
| /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-velocity/1.1.7/ |
| plexus-velocity-1.1.7.jar | |
| /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
| x.s | 4 ;# main file instantiates fn. An exception-table-lookalike entry
|
| /cts/tests/tests/net/src/android/net/cts/ |
| LocalSocketTest.java | 187 public void testSetSoTimeout_readTimeout() throws Exception { 203 return Result.exception(e); 217 public void testSetSoTimeout_writeTimeout() throws Exception { 238 return Result.exception(e); 252 public void testAvailable() throws Exception { 277 public void testFlush() throws Exception { 297 throws Exception { 322 private volatile Exception exception; field in class:LocalSocketTest.StreamReader 342 exception = e 375 static Result exception(Exception e) { method in class:LocalSocketTest.Result [all...] |
| /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/ |
| DeviceInfoInstrument.java | 283 } catch (Exception exception) { 284 Log.e(TAG, "Error getting features: " + exception.getMessage(), exception); 330 } catch (Exception exception) { 331 Log.e(TAG, "Error getting processes: " + exception.getMessage(), exception); 332 builder.append(exception.getMessage());
|
| /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/json/ |
| JsonMessageBuilder.java | 19 import com.google.polo.exception.BadSecretException; 20 import com.google.polo.exception.NoConfigurationException; 21 import com.google.polo.exception.PoloException; 22 import com.google.polo.exception.ProtocolErrorException; 386 * of the exception. 388 * @param exception the {@link Exception} to use to determine the error 394 public static JSONObject getErrorJson(Exception exception) 400 if (exception instanceof NoConfigurationException) [all...] |
| /external/jmdns/src/javax/jmdns/impl/ |
| JmmDNSImpl.java | 98 } catch (IOException exception) { 107 } catch (InterruptedException exception) { 108 logger.log(Level.WARNING, "Exception ", exception); 216 } catch (InterruptedException exception) { 217 logger.log(Level.WARNING, "Exception ", exception); 419 } catch (InterruptedException exception) { 420 logger.log(Level.WARNING, "Exception ", exception); [all...] |
| /external/ImageMagick/MagickCore/ |
| matrix.c | 47 #include "MagickCore/exception.h" 48 #include "MagickCore/exception-private.h" 113 % const size_t stride,ExceptionInfo *exception) 123 % o exception: return any errors or warnings in this structure. 204 const size_t rows,const size_t stride,ExceptionInfo *exception) 233 (void) ThrowMagickException(exception,GetMagickModule(),CacheError, 264 (void) ThrowMagickException(exception,GetMagickModule(),CacheError, 877 % ExceptionInfo *exception) 883 % o exception: return any errors or warnings in this structure. 887 ExceptionInfo *exception) [all...] |
| xwindow-private.h | 22 #include "MagickCore/exception.h" 57 *exception; \ 59 exception=AcquireExceptionInfo(); \ 60 (void) ThrowMagickException(exception,GetMagickModule(),severity, \ 63 CatchException(exception); \ 64 (void) DestroyExceptionInfo(exception); \
|
| /external/ImageMagick/MagickWand/ |
| identify.c | 79 % char **argv,char **metadata,ExceptionInfo *exception) 91 % o exception: return any errors or warnings in this structure. 190 int argc,char **argv,char **metadata,ExceptionInfo *exception) 201 (void) ThrowMagickException(exception,GetMagickModule(),asperity,tag,"`%s'", \ 208 (void) ThrowMagickException(exception,GetMagickModule(),OptionError, \ 249 assert(exception != (ExceptionInfo *) NULL); 321 images=PingImages(identify_info,filename,exception); 323 images=ReadImages(identify_info,filename,exception); 326 (exception->severity < ErrorException); 338 (void) IdentifyImage(image,stdout,image_info->verbose,exception); [all...] |
| composite.c | 97 % char **argv,char **metadata,ExceptionInfo *exception) 109 % o exception: return any errors or warnings in this structure. 115 ExceptionInfo *exception) 126 assert(exception != (ExceptionInfo *) NULL); 162 stegano_image=SteganoImage(*image,composite_image,exception); 177 exception); 202 composite_options->compose,MagickTrue,x,y,exception); 225 exception); 393 int argc,char **argv,char **metadata,ExceptionInfo *exception) 406 (void) ThrowMagickException(exception,GetMagickModule(),asperity,tag,"`%s'", [all...] |
| /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/ |
| name.py | 31 import dns.exception namespace 39 class EmptyLabel(dns.exception.SyntaxError): 43 class BadEscape(dns.exception.SyntaxError): 47 class BadPointer(dns.exception.FormError): 51 class BadLabelType(dns.exception.FormError): 55 class NeedAbsoluteNameOrOrigin(dns.exception.DNSException): 60 class NameTooLong(dns.exception.FormError): 64 class LabelTooLong(dns.exception.SyntaxError): 68 class AbsoluteConcatenation(dns.exception.DNSException): 73 class NoParent(dns.exception.DNSException) [all...] |
| /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ |
| provider.py | 165 STORAGE_COPY_ERROR: boto.exception.S3CopyError, 166 STORAGE_CREATE_ERROR: boto.exception.S3CreateError, 167 STORAGE_DATA_ERROR: boto.exception.S3DataError, 168 STORAGE_PERMISSIONS_ERROR: boto.exception.S3PermissionsError, 169 STORAGE_RESPONSE_ERROR: boto.exception.S3ResponseError, 172 STORAGE_COPY_ERROR: boto.exception.GSCopyError, 173 STORAGE_CREATE_ERROR: boto.exception.GSCreateError, 174 STORAGE_DATA_ERROR: boto.exception.GSDataError, 175 STORAGE_PERMISSIONS_ERROR: boto.exception.GSPermissionsError, 176 STORAGE_RESPONSE_ERROR: boto.exception.GSResponseError [all...] |
| /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/gs/ |
| test_resumable_uploads.py | 35 from boto.exception import InvalidUriError 36 from boto.exception import ResumableTransferDisposition 37 from boto.exception import ResumableUploadException 138 Tests handling of a retryable exception 141 exception = ResumableUploadHandler.RETRYABLE_EXCEPTIONS[0] 142 harness = CallbackTestHarness(exception=exception) 159 exception = IOError(errno.EPIPE, "Broken pipe") 160 harness = CallbackTestHarness(exception=exception) [all...] |
| /external/v8/test/mjsunit/ |
| debug-clearbreakpointgroup.js | 34 var exception = false; variable 80 exception = e 110 "listener did not run to completion: " + exception); 122 assertFalse(exception, "exception in listener");
|
| debug-receiver.js | 35 var exception; variable 42 // explictly caught here and checked later because exception in the 52 exception = e; 64 exception = null; 72 assertNull(exception, test_name);
|
| /frameworks/base/core/java/android/appwidget/ |
| AppWidgetHostView.java | 239 } catch (Exception e) { 250 Log.e(TAG, "Remote provider threw runtime exception, using error view instead.", e); 391 Exception exception = null; local 444 exception = e; 454 exception = e; 462 applyContent(content, recycled, exception); 466 private void applyContent(View content, boolean recycled, Exception exception) { 472 Log.w(TAG, "updateAppWidget couldn't find any view, using error view", exception); 677 Exception exception = null; local [all...] |
| /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.4.33/ |
| byte-buddy-agent-1.4.33.jar | |
| /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
| org.eclipse.sisu.plexus-0.0.0.M5.jar | |
| /prebuilts/tools/common/m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/ |
| org.eclipse.sisu.plexus-0.0.0.M5.jar | |