/aosp12/hardware/interfaces/automotive/can/1.0/default/libc++fs/src/filesystem/ |
H A D | operations.cpp | 396 ErrorHandler<void> err("posix_stat", ec, &p); in create_file_status() 485 using detail::ErrorHandler; 561 ErrorHandler<void> err("copy", ec, &from, &to); in __copy() 916 ErrorHandler<path> err("current_path", ec); in __current_path() 930 ErrorHandler<void> err("current_path", ec, &p); in __current_path() 979 ErrorHandler<bool> err("is_empty", ec, &p); in __fs_is_empty() 1052 ErrorHandler<void> err("permissions", ec, &p); in __permissions() 1096 ErrorHandler<path> err("read_symlink", ec, &p); in __read_symlink() 1111 ErrorHandler<bool> err("remove", ec, &p); in __remove() 1166 ErrorHandler<void> err("resize_file", ec, &p); in __resize_file() [all …]
|
H A D | directory_iterator.cpp | 95 using detail::ErrorHandler; 236 ErrorHandler<void> err("directory_iterator::directory_iterator(...)", ec, &p); in directory_iterator() 251 ErrorHandler<void> err("directory_iterator::operator++()", ec); in __increment() 278 ErrorHandler<void> err("recursive_directory_iterator", ec, &p); in recursive_directory_iterator() 329 ErrorHandler<void> err("recursive_directory_iterator::operator++()", ec); in __advance() 352 ErrorHandler<void> err("recursive_directory_iterator::operator++()", ec); in __try_recursion()
|
H A D | filesystem_common.h | 141 struct ErrorHandler { struct 147 ErrorHandler(const char* fname, error_code* ec, const path* p1 = nullptr, argument 198 ErrorHandler(ErrorHandler const&) = delete; argument 199 ErrorHandler& operator=(ErrorHandler const&) = delete; argument
|
/aosp12/frameworks/base/libs/hwui/ |
H A D | TreeInfo.h | 39 class ErrorHandler { 43 virtual ~ErrorHandler() = default; 93 ErrorHandler* errorHandler = nullptr;
|
H A D | RootRenderNode.h | 32 explicit RootRenderNode(std::unique_ptr<ErrorHandler> errorHandler) in RootRenderNode() 61 const std::unique_ptr<ErrorHandler> mErrorHandler;
|
/aosp12/frameworks/base/libs/hwui/renderthread/ |
H A D | IRenderPipeline.h | 39 class ErrorHandler; variable 69 ErrorHandler* errorHandler) = 0;
|
H A D | CanvasContext.h | 54 class ErrorHandler; variable 80 ErrorHandler* errorHandler) { in createOrUpdateLayer()
|
/aosp12/frameworks/base/libs/hwui/pipeline/skia/ |
H A D | SkiaPipeline.h | 51 ErrorHandler* errorHandler) override;
|
H A D | SkiaPipeline.cpp | 167 ErrorHandler* errorHandler) { in createOrUpdateLayer()
|
/aosp12/frameworks/native/libs/gralloc/types/ |
H A D | Gralloc4.cpp | 193 using ErrorHandler = void(*)(T*); typedef 267 ErrorHandler<T> errorHandler = nullptr) { in decode() 288 DecodeHelper<T> decodeHelper, ErrorHandler<T> errorHandler = nullptr) { in decodeMetadata()
|
/aosp12/frameworks/base/libs/hwui/jni/ |
H A D | android_graphics_HardwareRenderer.cpp | 94 class JvmErrorReporter : public ErrorHandler {
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | jsilver.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/clearsilver/
org/ ... |
H A D | android-22.txt | 53866 method public abstract org.xml.sax.ErrorHandler getErrorHandler(); 53899 method public abstract org.xml.sax.ErrorHandler getErrorHandler(); 58248 public abstract interface ErrorHandler { 58543 method public org.xml.sax.ErrorHandler getErrorHandler(); 58554 method public void setErrorHandler(org.xml.sax.ErrorHandler); 58578 method public org.xml.sax.ErrorHandler getErrorHandler(); 58592 method public void setErrorHandler(org.xml.sax.ErrorHandler); 58619 method public void setErrorHandler(org.xml.sax.ErrorHandler); 58762 method public org.xml.sax.ErrorHandler getErrorHandler(); 58786 method public void setErrorHandler(org.xml.sax.ErrorHandler); [all …]
|
/aosp12/art/build/boot/ |
H A D | preloaded-classes | 2137 org.xml.sax.ErrorHandler
|
H A D | boot-image-profile.txt | 11884 Lorg/xml/sax/ErrorHandler;
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/config/ |
H A D | preloaded-classes | 13609 org.xml.sax.ErrorHandler
|
H A D | boot-image-profile.txt | 48191 Lorg/xml/sax/ErrorHandler;
|