Searched refs:testError (Results 1 – 8 of 8) sorted by relevance
/external/v8/test/mjsunit/regress/ |
D | regress-3404.js | 5 function testError(error) { function 26 testError(referenceError()); 27 testError(stackOverflow());
|
/external/libxml2/ |
D | check-xml-test-suite.py | 184 def testError(filename, id): function 332 res = testError(URI, id)
|
/external/opencv3/modules/ml/test/ |
D | test_emknearestkmeans.cpp | 680 …double testError = (double)(testConfusionMat.at<int>(1,0) + testConfusionMat.at<int>(0,1)) / (samp… in run() local 690 if(testError > maxTestError) in run() 692 …:TS::LOG, "Too large test classification error (calc = %f, valid=%f).\n", testError, maxTestError); in run()
|
/external/autotest/client/deps/lansim/src/py/ |
D | simulator_unittest.py | 164 def testError(self): member in SimulatorThreadTest
|
/external/antlr/antlr-3.4/runtime/Python/unittests/ |
D | testtreewizard.py | 116 def testError(self): member in TestTreePatternLexer
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/node_modules/mocha/ |
D | mocha.js | 4669 var testError = hook.error(); 4670 if (testError) self.fail(self.test, testError);
|
/external/chromium-trace/catapult/third_party/mocha/ |
D | mocha.js | 4846 var testError = hook.error(); 4847 if (testError) self.fail(self.test, testError);
|
/external/chromium-trace/catapult/tracing/third_party/mocha/ |
D | mocha.js | 4846 var testError = hook.error(); 4847 if (testError) self.fail(self.test, testError);
|