Home
last modified time | relevance | path

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

12

/cts/apps/CameraITS/pymodules/its/
Ddevice.py123 raise its.error.Error(self.device_id,
171 raise its.error.Error(self.device_id, " cannot find an available " +
253 raise its.error.Error('Problem with socket on device side')
280 raise its.error.Error('Invalid command response')
287 raise its.error.Error('Invalid command response')
310 raise its.error.Error('Invalid command response')
325 raise its.error.Error('Invalid command response')
355 raise its.error.Error('Invalid command response')
370 raise its.error.Error('Invalid command response')
384 raise its.error.Error('Invalid command response')
[all …]
Dimage.py87 raise its.error.Error('Invalid format %s' % (cap["format"]))
122 raise its.error.Error('Invalid raw-10 buffer width')
141 raise its.error.Error('Invalid raw-10 buffer width')
172 raise its.error.Error('Invalid raw-12 buffer width')
191 raise its.error.Error('Invalid raw-12 buffer width')
289 raise its.error.Error('Invalid image size metadata')
304 raise its.error.Error('Invalid format %s' % (cap["format"]))
334 raise its.error.Error("Not supported")
354 raise its.error.Error("Not supported")
479 raise its.error.Error('Unsupported image type')
[all …]
Derror.py17 class Error(Exception): class
Dcv2image.py148 raise its.error.Error(estring)
/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/tests/tests/media/src/android/media/cts/
DNativeClearKeySystemTest.java150 throw new Error("Crypto scheme is not supported."); in testClearKeyPlayback()
155 throw new Error("Network is not available, reason: " + in testClearKeyPlayback()
163 throw new Error("Device is not online, reason: " + in testClearKeyPlayback()
DClearKeySystemTest.java344 throw new Error("Failed to create drm."); in testClearKeyPlayback()
349 throw new Error("Crypto scheme is not supported."); in testClearKeyPlayback()
362 throw new Error("Network is not available, reason: " + in testClearKeyPlayback()
370 throw new Error("Device is not online, reason: " + in testClearKeyPlayback()
DMediaCodecClearKeyPlayer.java583 throw new Error("Video CryptoException w/ errorCode " in doSomeWork()
586 throw new Error("Video CodecState.feedInputBuffer IllegalStateException " + e); in doSomeWork()
594 throw new Error("Audio CryptoException w/ errorCode " in doSomeWork()
597 throw new Error("Aduio CodecState.feedInputBuffer IllegalStateException " + e); in doSomeWork()
DMediaCodecTunneledPlayer.java455 throw new Error("Video CodecState.doSomeWork" + e); in doSomeWork()
463 throw new Error("Audio CodecState.doSomeWork" + e); in doSomeWork()
/cts/apps/CameraITS/tests/scene1/
Dtest_ae_af.py50 except its.error.Error:
Dtest_post_raw_sensitivity_boost.py55 raise its.error.Error('Cannot find available RAW output format')
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_throw/
DTest_opc_throw.java64 } catch (Error e) { in testN3()
/cts/apps/CameraITS/tests/scene3/
Dtest_3a_consistency.py53 except its.error.Error:
Dtest_lens_position.py196 raise its.error.Error('Lens is moving at frame 0!')
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DJarTestFinder.java70 } catch (ClassNotFoundException | Error x) { in getClasses()
/cts/tests/tests/graphics/src/android/graphics/cts/
DDashPathEffectTest.java81 } catch (Error e) { in testDashPathEffect()
DSweepGradientTest.java140 } catch (Error e) { in verifyColors()
DComposeShaderTest.java71 } catch (Error e) { in testPorterDuff()
/cts/apps/CameraITS/tests/dng_noise_model/
Ddng_noise_model.py107 raise its.error.Error("Scene is too bright to properly expose \
110 raise its.error.Error("Scene is too dark to properly expose \
/cts/tests/core/runner/src/com/android/cts/core/internal/runner/
DTestLoader.java199 } catch (Error e) { in isTestClass()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DDeviceSuspendTestActivity.java258 … throw new Error("Sensors must use CLOCK_BOOTTIME as clock source for timestamping events"); in testTimestampClockSource()
365 throw new Error("Delta between clock sources too small (" in verifyClockDelta()
/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/tests/autofillservice/src/android/autofillservice/cts/
DHelper.java133 } catch (RuntimeException | Error e) { in eventually()

12