Home
last modified time | relevance | path

Searched refs:exception (Results 1 – 25 of 82) sorted by relevance

1234

/device/generic/vulkan-cereal/third-party/angle/src/tests/deqp_support/
Dangle_deqp_libtester_main.cpp110 catch (const std::exception &e) in deqp_libtester_init_platform()
138 catch (const std::exception &e) in deqp_libtester_main()
204 catch (const std::exception &e) in deqp_libtester_run()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
Dgen_vk_internal_shaders.py371 exception = self._wait_first(False)
373 if exception:
375 raise Exception(exception)
383 exception = self._wait_all(False)
385 if exception is not None:
386 raise Exception(exception)
/device/linaro/poplar/
DAndroid.bp43 "legacy_by_exception_only", // by exception only
44 "legacy_proprietary", // by exception only
/device/google/cuttlefish/tests/integration/com/android/cuttlefish/test/
DGceInstanceRule.java174 IOException exception = new IOException("Unexpected message: " + response); in ssh() local
176 exception.addSuppressed(storedException); in ssh()
178 throw exception; in ssh()
/device/generic/vulkan-cereal/
DAndroid.bp35 "SPDX-license-identifier-OFL", // by exception only
37 "legacy_by_exception_only", // by exception only
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_util/
DReplaceClipDistanceVariable.cpp139 const TIntermSymbol *exception) in ReplaceVariableExceptOneTraverser() argument
142 mException(exception), in ReplaceVariableExceptOneTraverser()
/device/generic/vulkan-cereal/third-party/googletest/googlemock/test/
Dgmock_ex_test.cc73 } catch (const std::exception& ex) { in TEST()
/device/google/cuttlefish/guest/monitoring/cuttlefish_service/java/com/android/google/gce/gceservice/
DJobBase.java33 public abstract void onDependencyFailed(Exception exception); in onDependencyFailed() argument
/device/generic/vulkan-cereal/third-party/googletest/googletest/test/
Dgoogletest-death-test_ex_test.cc60 class TestException : public std::exception {
/device/google/contexthub/firmware/lib/libm/
Dwf_asin.c36 struct exception exc;
Dwf_fmod.c34 struct exception exc;
Dwf_exp.c44 struct exception exc;
Dwf_pow.c34 struct exception exc;
/device/generic/vulkan-cereal/stream-servers/libGLSnapshot/
DAndroid.bp9 // legacy_by_exception_only (by exception only)
/device/linaro/poplar/proprietary/hisilicon/
DAndroid.bp42 "legacy_by_exception_only", // by exception only
43 "legacy_proprietary", // by exception only
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/
DAndroid.bp12 // legacy_by_exception_only (by exception only)
/device/linaro/poplar/proprietary/
DAndroid.bp27 // legacy_proprietary (by exception only)
/device/linaro/poplar/proprietary/bt-wifi/
DAndroid.bp24 // legacy_proprietary (by exception only)
/device/generic/vulkan-cereal/third-party/googletest/docs/reference/
Dactions.md34 | `Throw(exception)` | Throws the given exception, which can be any copyable value. Available since…
Dassertions.md300 an exception. Usage requires exceptions to be enabled in the build environment.
316 Verifies that *`statement`* throws an exception of type *`exception_type`*.
323 Verifies that *`statement`* throws an exception of any type.
330 Verifies that *`statement`* does not throw any exception.
/device/generic/vulkan-cereal/stream-servers/
DAndroid.bp13 // legacy_by_exception_only (by exception only)
/device/mediatek/wembley-sepolicy/non_plat/
Dsystem_app.te26 # Purpose : CAT need copy exception db file from data folder
/device/amlogic/yukawa/
DAndroid.bp44 "legacy_by_exception_only", // by exception only
/device/linaro/dragonboard/
DAndroid.bp46 "legacy_by_exception_only", // by exception only
/device/google/gs201/conf/
DAndroid.bp24 // identical with the exception of the encryption settings, so to keep them in

1234