Searched refs:exception (Results 1 – 25 of 82) sorted by relevance
1234
/device/generic/vulkan-cereal/third-party/angle/src/tests/deqp_support/ |
D | angle_deqp_libtester_main.cpp | 110 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/ |
D | gen_vk_internal_shaders.py | 371 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/ |
D | Android.bp | 43 "legacy_by_exception_only", // by exception only 44 "legacy_proprietary", // by exception only
|
/device/google/cuttlefish/tests/integration/com/android/cuttlefish/test/ |
D | GceInstanceRule.java | 174 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/ |
D | Android.bp | 35 "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/ |
D | ReplaceClipDistanceVariable.cpp | 139 const TIntermSymbol *exception) in ReplaceVariableExceptOneTraverser() argument 142 mException(exception), in ReplaceVariableExceptOneTraverser()
|
/device/generic/vulkan-cereal/third-party/googletest/googlemock/test/ |
D | gmock_ex_test.cc | 73 } catch (const std::exception& ex) { in TEST()
|
/device/google/cuttlefish/guest/monitoring/cuttlefish_service/java/com/android/google/gce/gceservice/ |
D | JobBase.java | 33 public abstract void onDependencyFailed(Exception exception); in onDependencyFailed() argument
|
/device/generic/vulkan-cereal/third-party/googletest/googletest/test/ |
D | googletest-death-test_ex_test.cc | 60 class TestException : public std::exception {
|
/device/google/contexthub/firmware/lib/libm/ |
D | wf_asin.c | 36 struct exception exc;
|
D | wf_fmod.c | 34 struct exception exc;
|
D | wf_exp.c | 44 struct exception exc;
|
D | wf_pow.c | 34 struct exception exc;
|
/device/generic/vulkan-cereal/stream-servers/libGLSnapshot/ |
D | Android.bp | 9 // legacy_by_exception_only (by exception only)
|
/device/linaro/poplar/proprietary/hisilicon/ |
D | Android.bp | 42 "legacy_by_exception_only", // by exception only 43 "legacy_proprietary", // by exception only
|
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/ |
D | Android.bp | 12 // legacy_by_exception_only (by exception only)
|
/device/linaro/poplar/proprietary/ |
D | Android.bp | 27 // legacy_proprietary (by exception only)
|
/device/linaro/poplar/proprietary/bt-wifi/ |
D | Android.bp | 24 // legacy_proprietary (by exception only)
|
/device/generic/vulkan-cereal/third-party/googletest/docs/reference/ |
D | actions.md | 34 | `Throw(exception)` | Throws the given exception, which can be any copyable value. Available since…
|
D | assertions.md | 300 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/ |
D | Android.bp | 13 // legacy_by_exception_only (by exception only)
|
/device/mediatek/wembley-sepolicy/non_plat/ |
D | system_app.te | 26 # Purpose : CAT need copy exception db file from data folder
|
/device/amlogic/yukawa/ |
D | Android.bp | 44 "legacy_by_exception_only", // by exception only
|
/device/linaro/dragonboard/ |
D | Android.bp | 46 "legacy_by_exception_only", // by exception only
|
/device/google/gs201/conf/ |
D | Android.bp | 24 // identical with the exception of the encryption settings, so to keep them in
|
1234