HomeSort by relevance Sort by last modified time
    Searched refs:exception (Results 576 - 600 of 4445) sorted by null

<<21222324252627282930>>

  /external/libgdx/gdx/src/com/badlogic/gdx/
Application.java 132 public void log (String tag, String message, Throwable exception);
138 public void error (String tag, String message, Throwable exception);
144 public void debug (String tag, String message, Throwable exception);
  /external/okhttp/okio/okio/src/test/java/okio/
MockSink.java 46 IOException exception = callThrows.get(log.size() - 1); local
47 if (exception != null) throw exception;
  /external/v8/build/android/pylib/utils/
test_environment.py 24 except Exception: # pylint: disable=broad-except
25 logging.exception('Failed killing %s %s', server, p.pid)
29 except Exception: # pylint: disable=broad-except
30 logging.exception('Failed waiting for %s to die.', p.pid)
48 logging.exception('Failed to enable root')
  /external/v8/test/mjsunit/es6/debug-promises/
throw-with-throw-in-reject.js 7 // Test debug events when an exception is thrown inside a Promise, which is
8 // caught by a custom promise, which throws a new exception in its reject
9 // handler. We expect two Exception debug events:
10 // 1) when the exception is thrown in the promise q.
11 // 2) when the custom reject closure in MyPromise throws an exception.
45 if (event == Debug.DebugEvent.Exception) {
51 assertEquals("caught", event_data.exception().message);
53 assertEquals("reject", event_data.exception().message);
  /external/v8/test/webkit/resources/
standalone-pre.js 104 var exception;
109 exception = e;
113 if (exception)
114 testFailed(_a + " should be " + _bv + ". Threw exception " + exception);
138 var exception;
143 exception = e;
146 if (exception)
147 testFailed(_a + " should be undefined. Threw exception " + exception);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
AdnRecordLoader.java 79 * or response.obj.exception is set
97 * or response.obj.exception is set
155 if (ar.exception != null) {
157 ar.exception);
168 ar.exception);
175 ar.exception);
187 if (ar.exception != null) {
189 ar.exception);
198 if (ar.exception != null) {
199 throw new RuntimeException("load failed", ar.exception);
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
context.py 19 from . import exception namespace
44 except exception.MLSDisabled:
68 raise exception.NoStatement
mls.py 22 from . import exception namespace
53 raise exception.MLSDisabled
67 raise exception.InvalidCategory("{0} is not a valid category".format(sym))
74 raise exception.MLSDisabled
88 raise exception.InvalidSensitivity("{0} is not a valid sensitivity".format(sym))
98 raise exception.MLSDisabled
112 raise exception.InvalidLevel("{0} is invalid ({1} is not a valid sensitivity)".
127 raise exception.InvalidLevel(
133 raise exception.InvalidLevel("{0} is invalid ({1} is not a valid category)".
136 raise exception.InvalidLevel("{0} is invalid (level parsing error)".format(sym)
    [all...]
default.py 19 from . import exception namespace
28 raise exception.InvalidDefaultType("{0} is not a valid default_* rule type.".format(t))
35 raise exception.InvalidDefaultValue("{0} is not a valid default_* value.".format(default))
42 raise exception.InvalidDefaultRange("{0} is not a valid default_* range.".format(default))
64 raise exception.NoDefaults
  /external/ImageMagick/www/api/
exception.php 55 <p class="text-center"><a href="exception.php#AcquireExceptionInfo">AcquireExceptionInfo</a> &bull; <a href="exception.php#ClearMagickException">ClearMagickException</a> &bull; <a href="exception.php#CatchException">CatchException</a> &bull; <a href="exception.php#CloneExceptionInfo">CloneExceptionInfo</a> &bull; <a href="exception.php#DestroyExceptionInfo">DestroyExceptionInfo</a> &bull; <a href="exception.php#GetExceptionMessage">GetExceptionMessage</a> &bull; <a href="exception.php#GetLocaleExceptionMessage">GetLocaleExceptionMessage</a> &bull; <a href="exception.php#InheritException">InheritException</a> &bull; <a href="exception.php#InitializeExceptionInfo">InitializeExceptionInfo</a> &bull; <a href="exception.php#MagickError">MagickError</a> &bull; <a href="exception.php#MagickFatalError">MagickFatalError< (…)
    [all...]
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfCRgbaFile.cpp 76 setErrorMessage (const std::exception &e)
193 catch (const std::exception &e)
215 catch (const std::exception &e)
356 catch (const std::exception &e)
372 catch (const std::exception &e)
397 catch (const std::exception &e)
422 catch (const std::exception &e)
438 catch (const std::exception &e)
458 catch (const std::exception &e)
485 catch (const std::exception &e
    [all...]
  /external/ImageMagick/MagickCore/
policy.c 48 #include "MagickCore/exception.h"
49 #include "MagickCore/exception-private.h"
160 % ExceptionInfo *exception)
166 % o exception: return any errors or warnings in this structure.
170 ExceptionInfo *exception)
196 options=GetConfigureOptions(filename,exception);
201 GetStringInfoDatum(option),GetStringInfoPath(option),0,exception);
222 (void) ThrowMagickException(exception,GetMagickModule(),
237 (void) ThrowMagickException(exception,GetMagickModule(),
260 % PolicyInfo *GetPolicyInfo(const char *name,ExceptionInfo *exception)
488 *exception; local
575 *exception; local
    [all...]
resize.c 53 #include "MagickCore/exception.h"
54 #include "MagickCore/exception-private.h"
703 % ExceptionInfo *exception)
719 % o exception: return any errors or warnings in this structure.
724 ExceptionInfo *exception)
    [all...]
coder.c 50 #include "MagickCore/exception.h"
51 #include "MagickCore/exception-private.h"
300 % ExceptionInfo *exception)
306 % o exception: return any errors or warnings in this structure.
329 ExceptionInfo *exception)
356 options=GetConfigureOptions(filename,exception);
361 GetStringInfoPath(option),0,exception);
382 (void) ThrowMagickException(exception,GetMagickModule(),
395 (void) ThrowMagickException(exception,GetMagickModule(),
474 % const CoderInfo *GetCoderInfo(const char *name,ExceptionInfo *exception)
    [all...]
  /external/ImageMagick/coders/
txt.c 54 #include "MagickCore/exception.h"
55 #include "MagickCore/exception-private.h"
150 % char *text,ExceptionInfo *exception)
160 % o exception: return any errors or warnings in this structure.
164 ExceptionInfo *exception)
202 assert(exception != (ExceptionInfo *) NULL);
203 assert(exception->signature == MagickCoreSignature);
204 image=AcquireImage(image_info,exception);
205 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
245 status=SetImageExtent(image,image->columns,image->rows,exception);
    [all...]
ps3.c 56 #include "MagickCore/exception.h"
57 #include "MagickCore/exception-private.h"
195 % Image *image,ExceptionInfo *exception)
203 % o exception: return any errors or warnings in this structure.
208 Image *image,Image *inject_image,ExceptionInfo *exception)
229 group4_image=CloneImage(inject_image,0,0,MagickTrue,exception);
233 exception);
245 Image *image,MemoryInfo **pixel_info,size_t *length,ExceptionInfo *exception)
275 p=GetVirtualPixels(image,0,y,image->columns,1,exception);
309 Image *image,MemoryInfo **pixel_info,size_t *length,ExceptionInfo *exception)
    [all...]
  /external/ImageMagick/utilities/
magick.c 105 *exception;
121 exception=AcquireExceptionInfo();
148 MagickCommands[i].use_metadata ? &metadata : (char **) NULL,exception);
170 exception=DestroyExceptionInfo(exception);
103 *exception; local
  /external/chromium-trace/catapult/telemetry/telemetry/internal/util/
exception_formatter.py 16 def PrintFormattedException(exception_class=None, exception=None, tb=None,
18 logging.info('Try printing formatted exception: %s %s %s' %
19 (exception_class, exception, tb))
20 assert bool(exception_class) == bool(exception) == bool(tb), (
21 'Must specify all or none of exception_class, exception, and tb')
24 exception_class, exception, tb = sys.exc_info()
36 exception_list = traceback.format_exception_only(exception_class, exception)
51 """Prints an Exception in a more useful format than the default.
55 - Add a debug flag to automatically start pdb upon exception.
66 # Format the exception
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/rdtypes/
txtbase.py 18 import dns.exception namespace
52 raise dns.exception.SyntaxError("expected a string")
54 raise dns.exception.SyntaxError("string too long")
57 raise dns.exception.UnexpectedEnd
77 raise dns.exception.FormError
  /external/jmdns/src/javax/jmdns/impl/
NetworkTopologyDiscoveryImpl.java 38 } catch (Exception exception) {
46 } catch (Exception exception) {
92 } catch (Exception exception) {
93 // We should hide that exception.
101 } catch (Exception exception) {
102 // We should hide that exception
    [all...]
  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
RootScanner.java 148 } catch (FileNotFoundException exception) {
151 Log.e(MtpDocumentsProvider.TAG, "Unexpected FileNotFoundException", exception);
152 throw new AssertionError("Unexpected exception for the top parent", exception);
170 } catch (FileNotFoundException exception) {
171 Log.e(MtpDocumentsProvider.TAG, "Parent document is gone.", exception);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
concurrence.h 17 // permissions described in the GCC Runtime Library Exception, version
21 // a copy of the GCC Runtime Library Exception along with this program;
34 #include <exception>
66 // exception. No stdexception classes, no use of std::string.
67 class __concurrence_lock_error : public std::exception
75 class __concurrence_unlock_error : public std::exception
83 class __concurrence_broadcast_error : public std::exception
91 class __concurrence_wait_error : public std::exception
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
concurrence.h 17 // permissions described in the GCC Runtime Library Exception, version
21 // a copy of the GCC Runtime Library Exception along with this program;
34 #include <exception>
66 // exception. No stdexception classes, no use of std::string.
67 class __concurrence_lock_error : public std::exception
75 class __concurrence_unlock_error : public std::exception
83 class __concurrence_broadcast_error : public std::exception
91 class __concurrence_wait_error : public std::exception
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
concurrence.h 17 // permissions described in the GCC Runtime Library Exception, version
21 // a copy of the GCC Runtime Library Exception along with this program;
34 #include <exception>
66 // exception. No stdexception classes, no use of std::string.
67 class __concurrence_lock_error : public std::exception
75 class __concurrence_unlock_error : public std::exception
83 class __concurrence_broadcast_error : public std::exception
91 class __concurrence_wait_error : public std::exception
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
concurrence.h 17 // permissions described in the GCC Runtime Library Exception, version
21 // a copy of the GCC Runtime Library Exception along with this program;
34 #include <exception>
66 // exception. No stdexception classes, no use of std::string.
67 class __concurrence_lock_error : public std::exception
75 class __concurrence_unlock_error : public std::exception
83 class __concurrence_broadcast_error : public std::exception
91 class __concurrence_wait_error : public std::exception

Completed in 1198 milliseconds

<<21222324252627282930>>