| /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/ |
| common.h | 62 #include <exception> [all...] |
| /external/chromium_org/tools/telemetry/telemetry/page/ |
| page_runner.py | 514 msg = 'Expected exception while running %s' % page.url 517 msg = 'Exception while running %s' % page.url 548 except Exception: 550 msg='Unhandled exception while running %s' % page.url)
|
| /external/chromium_org/ui/webui/resources/js/ |
| webui_resource_test.js | 60 * Verifies that a test evaluation results in an exception.
|
| /external/chromium_org/v8/src/ |
| debug.h | 44 // Type of exception break. NOTE: These values are in macros.py as well. 51 // Type of exception break. NOTE: These values are in macros.py as well. 374 void OnException(Handle<Object> exception, bool uncaught); 543 Handle<Object> exception, 663 // handler address that would catch the exception. We also hold onto a 664 // closure that returns a promise if the exception is considered uncaught.
|
| /external/chromium_org/v8/test/mjsunit/harmony/ |
| block-let-declaration.js | 56 // an exception in eval code during parsing, before even compiling or executing
|
| proxies-for.js | 133 // Throw exception in enumerate trap.
|
| /external/chromium_org/v8/test/mjsunit/ |
| json2.js | 119 // Test toJSON with exception.
|
| /external/chromium_org/v8/test/mjsunit/regress/ |
| regress-2443.js | 77 // 3) check argument range and throw exception if out of range.
|
| /external/chromium_org/v8/test/webkit/ |
| instance-of-immediates.js | 51 // Constructor.prototype being a non-object will cause an exception, /unless/ value is also a non-object, since this is checked first.
|
| /external/deqp/modules/egl/ |
| teglMakeCurrentPerfTests.cpp | 270 catch (const std::exception&) 296 catch (const std::exception&)
|
| /external/smack/src/org/xbill/DNS/ |
| Record.java | 465 throw st.exception("invalid unknown RR encoding: " + 475 throw st.exception("unexpected tokens at end of record");
|
| /frameworks/base/services/core/java/com/android/server/hdmi/ |
| HdmiCecLocalDevice.java | 687 // Remove all actions matched with the given Class type besides |exception|. 690 final HdmiCecFeatureAction exception) { 695 if (action != exception && action.getClass().equals(clazz)) {
|
| /frameworks/base/test-runner/src/android/test/ |
| TestRunner.java | 216 public void failed(String className, Throwable exception) { 220 mListeners.get(i).failed(className, exception); 342 } catch (Exception ex) { 395 String testNameInDb) throws Exception { 502 } catch (Exception ex) { 503 Log.w(TAG, "Exception encountered while trying to set the context.", ex); 533 Log.e("TestHarness", "Illegal Access Exception", e); 535 Log.e("TestHarness", "Instantiation Exception", e);
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
| SubInfoRecordUpdater.java | 240 if (ar.exception == null) { 250 logd("Query IccId fail: " + ar.exception);
|
| /libcore/luni/src/main/java/java/lang/ |
| System.java | 760 } catch (ErrnoException exception) { 761 throw new AssertionError(exception); [all...] |
| /packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
| BluetoothOppObexClientSession.java | 543 private void handleSendException(String exception) { 544 Log.e(TAG, "Error when sending file: " + exception);
|
| /packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
| SmsProvider.java | 156 catch (Exception ex) { 263 } catch (NumberFormatException exception) { 499 } catch (Exception ex) { 568 } catch (Exception e) { 579 } catch (Exception ex) { 626 } catch (NumberFormatException exception) { 680 } catch (Exception ex) {
|
| /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/0.20.0/ |
| org.eclipse.tycho.p2.tools.shared-0.20.0.jar | |
| /prebuilts/misc/common/swig/include/2.0.11/perl5/ |
| std_list.i | 8 %include <exception.i>
|
| /prebuilts/misc/common/swig/include/2.0.11/std/ |
| std_basic_string.i | 1 %include <exception.i>
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_ast.py | 58 "raise Exception, 'string'", 60 "try:\n pass\nexcept Exception:\n pass", 331 # node raises exception when not given enough arguments 333 # node raises exception when given too many arguments 335 # node raises exception when not given enough arguments 337 # node raises exception when given too many arguments 376 self.assertIn("identifier must be of type str", str(cm.exception)) 383 self.assertIn("string must be of type str or uni", str(cm.exception)) 528 ('Module', [('Raise', (1, 0), ('Name', (1, 6), 'Exception', ('Load',)), ('Str', (1, 17), 'string'), None)]), 529 ('Module', [('TryExcept', (1, 0), [('Pass', (2, 2))], [('ExceptHandler', (3, 0), ('Name', (3, 7), 'Exception', ('Load',)), None, [('Pass', (4, 2))])], [])]) [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_ast.py | 58 "raise Exception, 'string'", 60 "try:\n pass\nexcept Exception:\n pass", 331 # node raises exception when not given enough arguments 333 # node raises exception when given too many arguments 335 # node raises exception when not given enough arguments 337 # node raises exception when given too many arguments 376 self.assertIn("identifier must be of type str", str(cm.exception)) 383 self.assertIn("string must be of type str or uni", str(cm.exception)) 528 ('Module', [('Raise', (1, 0), ('Name', (1, 6), 'Exception', ('Load',)), ('Str', (1, 17), 'string'), None)]), 529 ('Module', [('TryExcept', (1, 0), [('Pass', (2, 2))], [('ExceptHandler', (3, 0), ('Name', (3, 7), 'Exception', ('Load',)), None, [('Pass', (4, 2))])], [])]) [all...] |
| /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/0.18.1/ |
| org.eclipse.tycho.p2.tools.shared-0.18.1.jar | |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
| ProjectCallback.java | 150 throws ClassNotFoundException, Exception { 178 } catch (Exception e) { 213 // If any exception is thrown, we'll return a CFN with the original class name instead. 247 } catch (Exception e) { 252 } catch (Exception e) { 354 * @throws Exception 359 Object[] constructorParameters) throws Exception { 431 // If all the alternatives failed, throw the initial exception. 670 private void appendToIdeLog(Throwable exception, String format, Object ... args) { 673 AdtPlugin.log(exception, format, args) [all...] |
| /art/compiler/utils/arm64/ |
| assembler_arm64.h | 219 // Emits Exception block. 220 void EmitExceptionPoll(Arm64Exception *exception); 244 // List of exception blocks to generate at the end of the code cache.
|