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

<<919293949596979899100>>

  /prebuilts/gradle-plugin/com/android/tools/jack/jack-api/0.10.0/
jack-api-0.10.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/jack/jack-api/0.11.0/
jack-api-0.11.0.jar 
  /prebuilts/misc/common/swig/include/2.0.11/
swig.swg 79 /* the %exception directive */
81 #define %exception %feature("except", canthrow=1)
83 #define %exception %feature("except")
88 /* the %allowexception directive allows the %exception feature to
94 /* the %exceptionvar directive, as %exception but it is only applied
640 * The class offers a strong guarantee of exception safety.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_dict.py 109 class Exc(Exception): pass
154 class Exc(Exception): pass
231 class Exc(Exception): pass
295 class Exc(Exception): pass
382 class Exc(Exception): pass
414 class Exc(Exception): pass
427 class Exc(Exception): pass
466 self.assertEqual(c.exception.args, (42,))
475 self.assertEqual(c.exception.args, (42,))
482 self.assertEqual(c.exception.args, (42,)
    [all...]
test_pep277.py 97 exc_filename = c.exception.filename
98 # the "filename" exception attribute may be encoded
103 "with bad filename in the exception: %r" %
128 # open(), os.stat(), etc. don't raise any exception.
test_socket.py 155 except Exception, strerror:
271 "Error raising socket exception.")
273 "Error raising socket exception.")
275 "Error raising socket exception.")
288 self.assertIn('not complex', str(cm.exception))
291 self.assertIn('not NoneType', str(cm.exception))
297 self.assertIn('not complex', str(cm.exception))
300 self.assertIn('not NoneType', str(cm.exception))
303 self.assertIn('an integer is required', str(cm.exception))
306 self.assertIn('an integer is required', str(cm.exception))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_dict.py 109 class Exc(Exception): pass
154 class Exc(Exception): pass
231 class Exc(Exception): pass
295 class Exc(Exception): pass
382 class Exc(Exception): pass
414 class Exc(Exception): pass
427 class Exc(Exception): pass
466 self.assertEqual(c.exception.args, (42,))
475 self.assertEqual(c.exception.args, (42,))
482 self.assertEqual(c.exception.args, (42,)
    [all...]
test_pep277.py 97 exc_filename = c.exception.filename
98 # the "filename" exception attribute may be encoded
103 "with bad filename in the exception: %r" %
128 # open(), os.stat(), etc. don't raise any exception.
test_socket.py 155 except Exception, strerror:
271 "Error raising socket exception.")
273 "Error raising socket exception.")
275 "Error raising socket exception.")
288 self.assertIn('not complex', str(cm.exception))
291 self.assertIn('not NoneType', str(cm.exception))
297 self.assertIn('not complex', str(cm.exception))
300 self.assertIn('not NoneType', str(cm.exception))
303 self.assertIn('an integer is required', str(cm.exception))
306 self.assertIn('an integer is required', str(cm.exception))
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/tools/common/fest/
fest-reflect-1.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/jack/jack-api/0.10.0/
jack-api-0.10.0.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/jack/jack-api/0.11.0/
jack-api-0.11.0.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/jack/jack-api/0.12.0/
jack-api-0.12.0.jar 
  /external/v8/src/
builtins.cc 672 // Exception hasn't been thrown at this point. Return true to
674 // there is already a pending exception.
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataConnection.java 586 // Return message with a Throwable exception to signify an error.
700 } else if (ar.exception != null) {
702 log("onSetupConnectionCompleted failed, ar.exception=" + ar.exception +
706 if (ar.exception instanceof CommandException
707 && ((CommandException) (ar.exception)).getCommandError()
    [all...]
  /external/v8/test/webkit/resources/
JSON-stringify.js 122 return jsonObject.stringify({toJSON: Date.prototype.toJSON, toISOString: function(){ throw "An exception"; }});
417 try { jsonObject.stringify(cyclicObject); } catch(e) { cycleTracker += " -> exception" }
420 result[result.length - 1].expected = "(string):[object Object]preSelf1,preSelf2,self(string):[object Object] -> exception"
432 try { jsonObject.stringify(cyclicArray); } catch(e) { cycleTracker += " -> exception" }
435 result[result.length - 1].expected = "0(number):[object Object]first, -> exception";
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Phone.java 564 if (ar.exception == null) {
591 if ((ar.exception == null) && (ar.result != null)) {
604 if (ar.exception == null) {
607 Rlog.e(LOG_TAG, "Srvcc exception: " + ar.exception);
613 if (ar.exception == null) {
617 Rlog.e(LOG_TAG, "OEM hook raw exception: " + ar.exception);
623 if (ar.exception != null) {
624 Rlog.d(LOG_TAG, "config LCE service failed: " + ar.exception);
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_socket.py 155 except Exception, strerror:
271 "Error raising socket exception.")
273 "Error raising socket exception.")
275 "Error raising socket exception.")
288 self.assertIn('not complex', str(cm.exception))
291 self.assertIn('not NoneType', str(cm.exception))
297 self.assertIn('not complex', str(cm.exception))
300 self.assertIn('not NoneType', str(cm.exception))
303 self.assertIn('an integer is required', str(cm.exception))
306 self.assertIn('an integer is required', str(cm.exception))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_socket.py 155 except Exception, strerror:
271 "Error raising socket exception.")
273 "Error raising socket exception.")
275 "Error raising socket exception.")
288 self.assertIn('not complex', str(cm.exception))
291 self.assertIn('not NoneType', str(cm.exception))
297 self.assertIn('not complex', str(cm.exception))
300 self.assertIn('not NoneType', str(cm.exception))
303 self.assertIn('an integer is required', str(cm.exception))
306 self.assertIn('an integer is required', str(cm.exception))
    [all...]
  /prebuilts/tools/common/m2/repository/xml-resolver/xml-resolver/1.2/
xml-resolver-1.2.jar 
  /external/deqp/framework/opengl/
gluTexture.cpp 148 catch (const std::exception&)
253 catch (const std::exception&)
309 catch (const std::exception&)
540 catch (const std::exception&)
660 catch (const std::exception&)
  /external/v8/src/runtime/
runtime-scopes.cc 54 // exception.
62 if (!maybe.IsJust()) return isolate->heap()->exception();
84 // If hasRestrictedGlobal is true, throw a SyntaxError exception.
86 // If fnDefinable is false, throw a TypeError exception.
151 // If hasRestrictedGlobal is true, throw a SyntaxError exception.
238 // exception.
240 // Throw a SyntaxError exception.
253 // If fnDefinable is false, throw a TypeError exception.
614 // exception.
624 if (!maybe.IsJust()) return isolate->heap()->exception();
    [all...]

Completed in 1179 milliseconds

<<919293949596979899100>>