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

<<101102103104105106107108109110>>

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.debug.core_3.6.0.v20100519.jar 
org.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jar 
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb2/
layer1.py 28 from boto.exception import JSONResponseError
395 ValidationException exception. If you specify any attributes that
607 time, DynamoDB will return a ValidationException exception.
    [all...]
  /external/v8/src/debug/
debug.js 49 Exception: 2,
219 // Exception evaluating condition counts as not triggered.
699 // Disable all exception breakpoints:
1001 function MakeExceptionEvent(break_id, exception, uncaught, promise) {
1002 return new ExceptionEvent(break_id, exception, uncaught, promise);
1006 function ExceptionEvent(break_id, exception, uncaught, promise) {
1008 this.exception_ = exception;
1015 return Debug.DebugEvent.Exception;
1019 ExceptionEvent.prototype.exception = function() {
1056 o.event = "exception";
    [all...]
  /frameworks/base/core/java/android/view/
ViewDebug.java 517 } catch (Exception e) {
826 } catch (Exception e) {
877 } catch (Exception e) {
1621 final AtomicReference<Throwable> exception = new AtomicReference<Throwable>(); local
    [all...]
  /art/runtime/
jni_internal.cc 69 // exception; there the "L;" must be present ("[La/b/C;"). Historically we've
277 ScopedLocalRef<jthrowable> exception(
279 if (exception.get() == nullptr) {
283 soa.Self()->SetException(soa.Decode<mirror::Throwable*>(exception.get()));
433 mirror::Throwable* exception = soa.Decode<mirror::Throwable*>(java_exception); local
434 if (exception == nullptr) {
437 soa.Self()->SetException(exception);
458 // If we have no exception to describe, pass through.
467 ScopedLocalRef<jthrowable> exception(env,
469 ScopedLocalRef<jclass> exception_class(env, env->GetObjectClass(exception.get()))
487 mirror::Object* exception = soa.Self()->GetException(); local
    [all...]
jni_internal_test.cc 62 jthrowable exception = env_->ExceptionOccurred(); local
63 EXPECT_NE(nullptr, exception);
65 EXPECT_TRUE(env_->IsInstanceOf(exception, exception_class));
2039 jthrowable exception = reinterpret_cast<jthrowable>(env_->AllocObject(exception_class)); local
    [all...]
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/codemodel/2.2.11/
codemodel-2.2.11.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-lang-2.6.jar 
commons-io-2.2.jar 
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.6/
commons-lang-2.6.jar 
  /external/v8/test/mjsunit/
debug-scopes.js 38 var exception; variable
53 exception = e;
66 exception = null;
74 assertNull(exception, test_name + " / " + exception);
936 throw 'Exception';
948 CheckScopeContent({e:'Exception'}, 0, exec_state);
958 throw 'Exception';
974 CheckScopeContent({e:'Exception'}, 1, exec_state);
987 throw 'Exception';
    [all...]
external-array.js 113 // ArrayBuffer an exception is raised.
124 // type, otherwise an exception is raised.
132 // or an exception is raised.
  /art/runtime/arch/arm/
quick_entrypoints_arm.S 21 /* Deliver the given exception */
23 /* Deliver an exception pending on a thread */
215 * exception is Thread::Current()->exception_
253 ldr \reg, [r9, #THREAD_EXCEPTION_OFFSET] // Get exception field.
316 * that will place a mock Method* at the bottom of the stack. Arg1 holds the exception.
355 * If unsuccessful, the helper will return null/null. There will bea pending exception in the
369 cbz r0, 1f @ did we find the target? if not go to exception delivery
526 * Entry from managed code that calls artHandleFillArrayDataFromCode and delivers exception on
587 * Entry from managed code that calls artUnlockObjectFromCode and delivers exception on failure.
634 @ save callee saves in case exception allocation triggers G
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_decimal.py 233 except DecimalException as exception:
234 #Exception raised where there shouldn't have been one.
235 self.fail('Exception "'+exception.__class__.__name__ + '" raised on line '+line)
308 for exception in Signals:
309 self.context.traps[exception] = 1 #Catch these bugs...
310 for exception in theirexceptions:
311 self.context.traps[exception] = 0
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_decimal.py 233 except DecimalException as exception:
234 #Exception raised where there shouldn't have been one.
235 self.fail('Exception "'+exception.__class__.__name__ + '" raised on line '+line)
308 for exception in Signals:
309 self.context.traps[exception] = 1 #Catch these bugs...
310 for exception in theirexceptions:
311 self.context.traps[exception] = 0
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubycontainer.swg 184 } catch (std::exception& e) {
1001 } catch (std::exception& e) {
1041 } catch (std::exception& e) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decimal.py 233 except DecimalException as exception:
234 #Exception raised where there shouldn't have been one.
235 self.fail('Exception "'+exception.__class__.__name__ + '" raised on line '+line)
308 for exception in Signals:
309 self.context.traps[exception] = 1 #Catch these bugs...
310 for exception in theirexceptions:
311 self.context.traps[exception] = 0
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decimal.py 233 except DecimalException as exception:
234 #Exception raised where there shouldn't have been one.
235 self.fail('Exception "'+exception.__class__.__name__ + '" raised on line '+line)
308 for exception in Signals:
309 self.context.traps[exception] = 1 #Catch these bugs...
310 for exception in theirexceptions:
311 self.context.traps[exception] = 0
    [all...]
  /external/autotest/server/
autotest.py 22 class AutodirNotFoundError(Exception):
26 class AutotestFailure(Exception):
27 """Gereric exception class for failures during a test run."""
232 @exception AutoservError if a tarball was not specified and
398 except Exception:
647 This method will always raise an exception from the AutotestFailure
665 except Exception as e:
800 # check if we failed hard enough to warrant an exception
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/
story_runner_unittest.py 155 exception_class=None, exception=None, tb=None, msg=None):
163 class TestOnlyException(Exception):
195 """Fake out exception formatter to avoid spamming the unittest stdout."""
473 class UnknownException(Exception):
476 # This erroneous test is set up to raise exception for the 2nd story
537 class DidRunTestError(Exception):
798 path + '.side_effect': exception
799 for path, exception in method_exceptions.iteritems()})
889 'test.WillRunStory': Exception('foo')
892 with self.assertRaisesRegexp(Exception, 'foo')
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
auth.py 32 import boto.exception namespace
44 from boto.exception import BotoClientError
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/xml/
XmlConfiguration.java 99 catch(Exception e)
215 catch (Exception e)
276 * @throws Exception if the configuration fails
279 public Object configure(Object obj) throws Exception
292 * @throws Exception if the configuration fails
294 public Object configure() throws Exception
325 public Object configure(Object obj) throws Exception
339 public Object configure() throws Exception
377 * @throws Exception if the configuration fails
379 public void configure(Object obj, XmlParser.Node cfg, int i) throws Exception
1195 final AtomicReference<Throwable> exception = new AtomicReference<Throwable>(); local
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConfigStore.java 151 * @param exception literal string to be excluded from the _ to - transformation.
154 private static String makeStringWithException(BitSet set, String[] strings, String exception) {
166 if (exception != null && currentName.equals(exception)) {
    [all...]

Completed in 1957 milliseconds

<<101102103104105106107108109110>>