| /external/chromium_org/build/android/pylib/utils/ |
| parallelizer_test.py | 46 if isinstance(self._thing, Exception): 104 devices = [ParallelizerTestObject(Exception('thing %d' % i)) 107 with self.assertRaises(Exception): 120 i if i != exception_index else Exception(exception_msg), 126 with self.assertRaises(Exception) as e: 128 self.assertTrue(exception_msg in str(e.exception)) 146 with self.assertRaises(Exception): 147 results = p.doRaise(Exception('reusableTest')).pGet(1)
|
| /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/share/ |
| ShareHelper.java | 141 } catch (NameNotFoundException exception) {
|
| /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ |
| live_regions_deprecated.js | 46 * The exception is alerts, they're announced when a page is loaded. 117 // the exception, they're announced on page load.
|
| /external/chromium_org/extensions/renderer/resources/ |
| test_custom_bindings.js | 93 chromeTest.fail('uncaught exception: ' + message); 255 var msg = "uncaught exception " + e;
|
| /external/chromium_org/mojo/examples/pepper_container_app/ |
| plugin_instance.h | 50 PP_Var* exception) OVERRIDE;
|
| /external/chromium_org/ppapi/proxy/ |
| serialized_var.h | 289 // "void MyFunction(PP_Var* exception);" 293 // void OnMsgMyFunction(PP_Var* exception) { 294 // ReceiveSerializedException se(dispatcher(), exception) 299 ReceiveSerializedException(Dispatcher* dispatcher, PP_Var* exception); 302 // Returns true if the exception passed in the constructor is set. Check 307 // The input/output exception we're wrapping. May be NULL.
|
| /external/chromium_org/ppapi/thunk/ |
| ppb_instance_api.h | 63 PP_Var* exception) = 0;
|
| /external/chromium_org/third_party/skia/gm/rebaseline_server/ |
| compare_configs.py | 162 logging.exception( 163 'got exception while creating ImagePair for image_name '
|
| compare_rendered_pictures.py | 162 """Raises Exception if the dict is not the type/version we know how to read. 173 raise Exception('expected header_type "%s", but got "%s"' % ( 177 raise Exception('expected header_revision %d, but got %d' % ( 236 logging.exception( 237 'got exception while creating ImagePair for'
|
| /external/chromium_org/tools/grit/grit/ |
| clique_unittest.py | 18 from grit import exception namespace 54 self.fail('Should have gotten exception') 127 self.assertRaises(exception.SectionNotFound, resources.RunGatherers)
|
| /external/chromium_org/tools/grit/grit/node/ |
| message.py | 18 from grit import exception namespace 285 raise exception.TooManyExamples()
|
| /external/chromium_org/v8/src/ |
| promise.js | 109 } catch (exception) { 112 deferred.reject(exception);
|
| /external/chromium_org/v8/test/mjsunit/ |
| d8-os.js | 50 } catch (exception) { 51 assertTrue(/tring conversion/.test(exception), str);
|
| strict-mode.js | 28 function CheckStrictMode(code, exception) { 30 assertThrows("'use strict';\n" + code, exception); 31 assertThrows('"use strict";\n' + code, exception); 44 }", exception); 52 // Create non-strict function. No exception. 57 // Create strict mode function. Exception expected. 841 var exception = false; 845 exception = true; 848 assertTrue(exception); [all...] |
| /external/chromium_org/v8/tools/ |
| codemap.js | 88 * Moves a dynamic code entry. Throws an exception if there is no dynamic 102 * Discards a dynamic code entry. Throws an exception if there is no dynamic
|
| /external/deqp/execserver/ |
| xsExecutionServer.cpp | 172 catch (const std::exception& e)
|
| xsPosixTestProcess.cpp | 257 catch (const std::exception& e) 322 return 0; // \todo [2013-08-13 pyry] Throw exception?
|
| /external/deqp/executor/tools/ |
| xeExtractShaderPrograms.cpp | 243 catch (const std::exception& e)
|
| xeExtractValues.cpp | 299 catch (const std::exception& e)
|
| xeMergeTestLogs.cpp | 210 catch (const std::exception& e)
|
| /external/deqp/framework/common/ |
| tcuThreadUtil.cpp | 142 // Got exception event failed 217 catch (const tcu::Exception& e) 219 newMessage() << "tcu::Exception '" << e.what() << "'" << Message::End; 223 catch (const std::exception& error) 225 newMessage() << "std::exception '" << error.what() << "'" << Message::End; 231 newMessage() << "Unkown exception" << Message::End;
|
| /external/deqp/framework/platform/android/ |
| tcuAndroidExecService.cpp | 53 throw InternalError("JNI Exception", DE_NULL, file, line); 263 return 0; // \todo [2013-08-13 pyry] Throw exception? 339 catch (const std::exception& e)
|
| /external/deqp/modules/egl/ |
| teglTestCase.cpp | 178 catch (const std::exception&)
|
| /external/dexmaker/src/dx/java/com/android/dx/ssa/ |
| EscapeAnalysis.java | 586 // Throw an exception if the index is out of bounds 605 // Throw an exception if the index is out of bounds 727 * Replaces instructions that trigger an ArrayIndexOutofBounds exception 728 * with an actual throw of the exception. 730 * @param insn {@code non-null;} instruction causing the exception 738 CstType exception = local 741 RegOps.NEW_INSTANCE, exception); 743 // Add a successor block with a move result pseudo for the exception 749 RegisterSpec.make(ssaMeth.makeNewSsaReg(), exception); 753 // Add another successor block to initialize the exception [all...] |
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
| org.eclipse.equinox.common_3.6.0.v20100503.jar | |