Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/pigweed/pw_transfer/
H A Dhandler_test.cc22 TEST(Handlers, ReadOnly) { in TEST() argument
28 TEST(Handlers, WriteOnly) { in TEST() argument
34 TEST(Handlers, ReadWrite) { in TEST() argument
/aosp_15_r20/external/nullaway/nullaway/src/main/java/com/uber/nullaway/handlers/
H A DHandlers.java34 public class Handlers { class
36 private Handlers() {} in Handlers() method in Handlers
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DError.h931 Error handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload, in handleErrorImpl()
970 void handleAllErrors(Error E, HandlerTs &&... Handlers) { in handleAllErrors()
1005 Expected<T> handleExpected(Expected<T> ValOrErr, RecoveryFtor &&RecoveryPath, in handleExpected()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DError.h931 Error handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload, in handleErrorImpl()
970 void handleAllErrors(Error E, HandlerTs &&... Handlers) { in handleAllErrors()
1005 Expected<T> handleExpected(Expected<T> ValOrErr, RecoveryFtor &&RecoveryPath, in handleExpected()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A 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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DError.h931 Error handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload, in handleErrorImpl()
970 void handleAllErrors(Error E, HandlerTs &&... Handlers) { in handleAllErrors()
1005 Expected<T> handleExpected(Expected<T> ValOrErr, RecoveryFtor &&RecoveryPath, in handleExpected()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DError.h931 Error handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload, in handleErrorImpl()
970 void handleAllErrors(Error E, HandlerTs &&... Handlers) { in handleAllErrors()
1005 Expected<T> handleExpected(Expected<T> ValOrErr, RecoveryFtor &&RecoveryPath, in handleExpected()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A 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()
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DError.h482 Error handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload, in handleErrorImpl()
521 void handleAllErrors(Error E, HandlerTs &&... Handlers) { in handleAllErrors()
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DError.h502 Error handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload, in handleErrorImpl()
541 void handleAllErrors(Error E, HandlerTs &&... Handlers) { in handleAllErrors()
/aosp_15_r20/frameworks/av/media/libaudiohal/include/media/audiohal/hidl/
H A DHalDeathHandler.h50 typedef std::unordered_map<void*, AtExitHandler> Handlers; typedef
/aosp_15_r20/external/clang/include/clang/Lex/
H A DPragma.h93 llvm::StringMap<PragmaHandler*> Handlers; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Lex/
DPragma.h99 llvm::StringMap<std::unique_ptr<PragmaHandler>> Handlers; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Lex/
DPragma.h99 llvm::StringMap<std::unique_ptr<PragmaHandler>> Handlers; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Lex/
DPragma.h99 llvm::StringMap<std::unique_ptr<PragmaHandler>> Handlers; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Lex/
DPragma.h99 llvm::StringMap<std::unique_ptr<PragmaHandler>> Handlers; variable
/aosp_15_r20/external/python/pyee/pyee/
Dcls.py14 class Handlers: class
/aosp_15_r20/external/python/cpython2/Doc/howto/
Dlogging.rst472 Handlers section in Advanced Logging Tutorial
/aosp_15_r20/external/python/cpython3/Doc/howto/
Dlogging.rst497 Handlers section in Advanced Logging Tutorial
/aosp_15_r20/external/kotlinx.coroutines/test-utils/common/src/
H A DLaunchFlow.kt51 internal class Handlers<T>( class
/aosp_15_r20/external/python/cpython3/Doc/library/
Dcodecs.rst511 .. _codec-objects:
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp142 ArrayRef<const CatchPadInst *> Handlers) { in addTryBlockMapEntry()
247 SmallVector<const CatchPadInst *, 2> Handlers; in calculateCXXStateNumbers() local
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp132 ArrayRef<const CatchPadInst *> Handlers) { in addTryBlockMapEntry()
237 SmallVector<const CatchPadInst *, 2> Handlers; in calculateCXXStateNumbers() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp143 ArrayRef<const CatchPadInst *> Handlers) { in addTryBlockMapEntry()
251 SmallVector<const CatchPadInst *, 2> Handlers; in calculateCXXStateNumbers() local
/aosp_15_r20/external/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h137 SmallVector<HandlerInfo, 1> Handlers; variable

12