Home
last modified time | relevance | path

Searched refs:Error (Results 1 – 25 of 29) sorted by relevance

12

/cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_throw/d/
DT_opc_throw_8.java21 public void run() throws Error { in run()
22 throw new Error(); in run()
DT_opc_throw_8.d30 new-instance v1, java/lang/Error
31 invoke-direct {v1}, java/lang/Error/<init>()V
/cts/apps/CameraITS/pymodules/its/
Ddevice.py102 raise its.error.Error(self.device_id,
150 raise its.error.Error(self.device_id, " cannot find an available " +
223 raise its.error.Error('Problem with socket on device side')
250 raise its.error.Error('Invalid command response')
257 raise its.error.Error('Invalid command response')
280 raise its.error.Error('Invalid command response')
295 raise its.error.Error('Invalid command response')
323 raise its.error.Error('Invalid command response')
337 raise its.error.Error('Invalid command response')
351 raise its.error.Error('Invalid command response')
[all …]
Dimage.py82 raise its.error.Error('Invalid format %s' % (cap["format"]))
98 raise its.error.Error('Invalid raw-10 buffer width')
117 raise its.error.Error('Invalid raw-10 buffer width')
148 raise its.error.Error('Invalid raw-12 buffer width')
167 raise its.error.Error('Invalid raw-12 buffer width')
263 raise its.error.Error('Invalid image size metadata')
272 raise its.error.Error('Invalid format %s' % (cap["format"]))
302 raise its.error.Error("Not supported")
322 raise its.error.Error("Not supported")
425 raise its.error.Error('Unsupported image type')
[all …]
Derror.py17 class Error(Exception): class
/cts/suite/cts/deviceTests/browserbench/assets/octane/
Dcode-load.js1502 if (result != salt) throw(new Error("Incorrect result: " + result));
1529 if (result != salt) throw(new Error("Incorrect result: " + result));
Dsplay.js100 throw new Error("Splay tree has wrong size");
106 throw new Error("Splay tree not sorted");
195 throw Error('Key not found: ' + key);
199 throw Error('Key not found: ' + key);
Drichards.js76 throw new Error(msg);
Draytrace.js667 throw new Error("Scene rendered incorrectly");
Dgbemu.js348 throw(new Error("Invalid settings specified for the resampler."));
626 throw (new Error("Select initializeWebAudio case")); // Line added for benchmarking.
630 throw(new Error(""));
643 throw(new Error("Browser does not support real time audio output."));
681 throw(new Error(""));
1008 throw(new Error("Invalid settings specified for the resizer."));
5957 throw(new Error("ROM image size too small."));
6378 …throw(new Error("HTML5 Canvas support required: " + error.message + "file: " + error.fileName + ",…
10631 throw(new Error(""));
10636 throw(new Error(""));
Dcrypto.js1696 throw new Error("Crypto operation failed");
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_throw/
DTest_opc_throw.java64 } catch (Error e) { in testN3()
/cts/tests/tests/media/src/android/media/cts/
DMediaCodecCencPlayer.java482 throw new Error("Video CryptoException w/ errorCode " in doSomeWork()
485 throw new Error("Video CodecState.feedInputBuffer IllegalStateException " + e); in doSomeWork()
493 throw new Error("Audio CryptoException w/ errorCode " in doSomeWork()
496 throw new Error("Aduio CodecState.feedInputBuffer IllegalStateException " + e); in doSomeWork()
DClearKeySystemTest.java326 throw new Error("Failed to create drm."); in testClearKeyPlayback()
331 throw new Error("Crypto scheme is not supported."); in testClearKeyPlayback()
DMediaCodecTunneledPlayer.java455 throw new Error("Video CodecState.doSomeWork" + e); in doSomeWork()
463 throw new Error("Audio CodecState.doSomeWork" + e); in doSomeWork()
/cts/tests/tests/graphics/src/android/graphics/cts/
DDashPathEffectTest.java74 } catch (Error e) { in testDashPathEffect()
DBlurMaskFilterTest.java70 } catch (Error e) { in checkQuadrants()
DComposeShaderTest.java65 } catch (Error e) { in testPorterDuff()
DSweepGradientTest.java128 } catch (Error e) { in checkColors()
/cts/apps/CameraITS/tests/dng_noise_model/
Ddng_noise_model.py108 raise its.error.Error("Scene is too bright to properly expose \
111 raise its.error.Error("Scene is too dark to properly expose \
/cts/tools/dasm/src/java_cup/
Dparser.cup98 throw new Exception("Internal Error: Productions limited to " +
441 {: lexer.emit_error("Syntax Error"); :}
/cts/tools/dasm/src/dasm/
Dparser.cup35 dAsm.report_error("Error: " + message + "(" + info.toString() + ")");
37 dAsm.report_error("Error: " + message);
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DCtsTest.java591 } catch (Error e) { in run()
/cts/tools/vm-tests-tf/lib/
Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...
/cts/suite/cts/deviceTests/browserbench/assets/octane/js/
Djquery.js538 throw new Error( msg );
4165 throw new Error( "Syntax error, unrecognized expression: " + msg );

12