Home
last modified time | relevance | path

Searched defs:Handlers (Results 1 – 25 of 31) sorted by relevance

12

/external/pigweed/pw_transfer/
Dhandler_test.cc22 TEST(Handlers, ReadOnly) { in TEST() argument
28 TEST(Handlers, WriteOnly) { in TEST() argument
34 TEST(Handlers, ReadWrite) { in TEST() argument
/external/nullaway/nullaway/src/main/java/com/uber/nullaway/handlers/
DHandlers.java34 public class Handlers { class
36 private Handlers() {} in Handlers() method in Handlers
/external/clang/include/clang/Lex/
DPragma.h93 llvm::StringMap<PragmaHandler*> Handlers; variable
/external/python/pyee/pyee/
Dcls.py14 class Handlers: class
/external/kotlinx.coroutines/test-utils/common/src/
DLaunchFlow.kt51 internal class Handlers<T>( class
/external/python/cpython3/Doc/howto/
Dlogging.rst509 Handlers section in Advanced Logging Tutorial
/external/python/cpython3/Doc/library/
Dcodecs.rst514 .. _codec-objects:
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DError.h885 Error handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload, in handleErrorImpl()
924 void handleAllErrors(Error E, HandlerTs &&... Handlers) { in handleAllErrors()
959 Expected<T> handleExpected(Expected<T> ValOrErr, RecoveryFtor &&RecoveryPath, in handleExpected()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DError.h927 Error handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload, in handleErrorImpl()
966 void handleAllErrors(Error E, HandlerTs &&... Handlers) { in handleAllErrors()
1001 Expected<T> handleExpected(Expected<T> ValOrErr, RecoveryFtor &&RecoveryPath, in handleExpected()
/external/llvm/include/llvm/Support/
DError.h482 Error handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload, in handleErrorImpl()
521 void handleAllErrors(Error E, HandlerTs &&... Handlers) { in handleAllErrors()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DError.h502 Error handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload, in handleErrorImpl()
541 void handleAllErrors(Error E, HandlerTs &&... Handlers) { in handleAllErrors()
/external/llvm/include/llvm/CodeGen/
DAsmPrinter.h137 SmallVector<HandlerInfo, 1> Handlers; variable
/external/clang/lib/CodeGen/
DCGObjCRuntime.cpp188 SmallVector<CatchHandler, 8> Handlers; in EmitTryCatchStmt() local
DCGException.cpp1020 SmallVector<EHCatchScope::Handler, 8> Handlers( in ExitCXXTryStmt() local
DCGExpr.cpp2542 llvm::BasicBlock *Handlers = createBasicBlock("handler." + CheckName); in EmitCheck() local
/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp132 ArrayRef<const CatchPadInst *> Handlers) { in addTryBlockMapEntry()
237 SmallVector<const CatchPadInst *, 2> Handlers; in calculateCXXStateNumbers() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DWinEHPrepare.cpp142 ArrayRef<const CatchPadInst *> Handlers) { in addTryBlockMapEntry()
247 SmallVector<const CatchPadInst *, 2> Handlers; in calculateCXXStateNumbers() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DWinEHPrepare.cpp143 ArrayRef<const CatchPadInst *> Handlers) { in addTryBlockMapEntry()
251 SmallVector<const CatchPadInst *, 2> Handlers; in calculateCXXStateNumbers() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DAsmPrinter.h171 SmallVector<HandlerInfo, 1> Handlers; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DAsmPrinter.h207 std::vector<HandlerInfo> Handlers; variable
/external/python/cpython3/Modules/
Dsignalmodule.c105 #define Handlers _PyRuntime.signals.handlers macro
/external/clang/lib/Parse/
DParseStmt.cpp2102 StmtVector Handlers; in ParseCXXTryBlockCommon() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/
DRPCUtils.h1345 std::map<FunctionIdT, WrappedHandlerFn> Handlers; variable
/external/python/parse_type/tasks/_vendor/
Dpath.py585 class Handlers: class
/external/clang/lib/Sema/
DSemaStmt.cpp3641 ArrayRef<Stmt *> Handlers) { in ActOnCXXTryBlock()

12