Home
last modified time | relevance | path

Searched defs:ErrorState (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/graphite/dawn/
DDawnErrorChecker.cpp44 struct ErrorState { in popErrorScopes() struct
45 SkEnumBitMask<DawnErrorType> fError; in popErrorScopes()
46 int fScopeIdx; in popErrorScopes()
47 DawnAsyncWait fWait; in popErrorScopes()
49 ErrorState(const DawnSharedContext* sharedContext) in popErrorScopes() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Debuginfod/
DHTTPClient.cpp77 llvm::Error ErrorState = Error::success(); member
/external/perfetto/src/profiling/memory/
Dshared_ring_buffer.h78 enum ErrorState : uint64_t { enum
/external/antlr/tool/src/main/java/org/antlr/tool/
DErrorManager.java265 public static class ErrorState { class in ErrorManager
/external/scapy/scapy/
Dautomaton.py578 class ErrorState(AutomatonException): class in Automaton