Home
last modified time | relevance | path

Searched defs:ClearError (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/commands/
Dclear.rs41 ) -> Result<&mut Self, ClearError> { in clear_color_image() argument
54 ) -> Result<(), ClearError> { in validate_clear_color_image() argument
186 ) -> Result<&mut Self, ClearError> { in clear_depth_stencil_image() argument
199 ) -> Result<(), ClearError> { in validate_clear_depth_stencil_image() argument
357 ) -> Result<&mut Self, ClearError> { in fill_buffer() argument
371 ) -> Result<(), ClearError> { in validate_fill_buffer() argument
457 ) -> Result<(), ClearError> { in validate_update_buffer() argument
991 pub enum ClearError { enum
1078 impl Error for ClearError { implementation
1087 impl Display for ClearError { implementation
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/
Dclear.rs38 ) -> Result<&mut Self, ClearError> { in clear_color_image() argument
47 ) -> Result<(), ClearError> { in validate_clear_color_image() argument
253 ) -> Result<&mut Self, ClearError> { in clear_depth_stencil_image() argument
262 ) -> Result<(), ClearError> { in validate_clear_depth_stencil_image() argument
493 ) -> Result<&mut Self, ClearError> { in fill_buffer() argument
503 ) -> Result<(), ClearError> { in validate_fill_buffer() argument
626 ) -> Result<(), ClearError> { in validate_update_buffer() argument
/aosp_15_r20/external/pigweed/pw_crypto/public/pw_crypto/
H A Dsha256_mock.h32 inline void ClearError(void) { InjectError(ErrorKind::kNone); } in ClearError() function
/aosp_15_r20/external/boringssl/src/crypto/err/
H A Derr_test.cc93 TEST(ErrTest, ClearError) { in TEST() argument
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/err/
Derr_test.cc80 TEST(ErrTest, ClearError) { in TEST() argument
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/err/
Derr_test.cc80 TEST(ErrTest, ClearError) { in TEST() argument
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/err/
H A Derr_test.cc93 TEST(ErrTest, ClearError) { in TEST() argument
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/
H A Deager_executor.cc195 void EagerExecutor::ClearError() { in ClearError() function in tensorflow::EagerExecutor
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/tinyxml2/
Dtinyxml2.h1814 void ClearError() { in ClearError() function
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/tinyxml2/
Dtinyxml2.h1867 void ClearError() { in ClearError() function
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/tinyxml2/
Dtinyxml2.h1867 void ClearError() { in ClearError() function
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/tinyxml2/
Dtinyxml2.h1814 void ClearError() { in ClearError() function
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/tinyxml2/
Dtinyxml2.h1814 void ClearError() { in ClearError() function
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/tinyxml2/
Dtinyxml2.h1814 void ClearError() { in ClearError() function
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/tinyxml2/
Dtinyxml2.h1867 void ClearError() { in ClearError() function
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/tinyxml2/
Dtinyxml2.h1867 void ClearError() { in ClearError() function
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/tinyxml2/
Dtinyxml2.h1867 void ClearError() { in ClearError() function
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/tinyxml2/
Dtinyxml2.h1867 void ClearError() { in ClearError() function
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/tinyxml2/
Dtinyxml2.h1867 void ClearError() { in ClearError() function
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/tinyxml2/
Dtinyxml2.h1867 void ClearError() { in ClearError() function
/aosp_15_r20/external/tinyxml2/
H A Dtinyxml2.cpp2503 void XMLDocument::ClearError() { in ClearError() function in tinyxml2::XMLDocument