/aosp_15_r20/external/pigweed/pw_transfer/ |
H A D | handler_test.cc | 22 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 D | Handlers.java | 34 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/ |
D | Error.h | 931 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/ |
D | Error.h | 931 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 D | Error.h | 885 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/ |
D | Error.h | 931 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/ |
D | Error.h | 931 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 D | Error.h | 927 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 D | Error.h | 482 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 D | Error.h | 502 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 D | HalDeathHandler.h | 50 typedef std::unordered_map<void*, AtExitHandler> Handlers; typedef
|
/aosp_15_r20/external/clang/include/clang/Lex/ |
H A D | Pragma.h | 93 llvm::StringMap<PragmaHandler*> Handlers; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Lex/ |
D | Pragma.h | 99 llvm::StringMap<std::unique_ptr<PragmaHandler>> Handlers; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Lex/ |
D | Pragma.h | 99 llvm::StringMap<std::unique_ptr<PragmaHandler>> Handlers; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Lex/ |
D | Pragma.h | 99 llvm::StringMap<std::unique_ptr<PragmaHandler>> Handlers; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Lex/ |
D | Pragma.h | 99 llvm::StringMap<std::unique_ptr<PragmaHandler>> Handlers; variable
|
/aosp_15_r20/external/python/pyee/pyee/ |
D | cls.py | 14 class Handlers: class
|
/aosp_15_r20/external/python/cpython2/Doc/howto/ |
D | logging.rst | 472 Handlers section in Advanced Logging Tutorial
|
/aosp_15_r20/external/python/cpython3/Doc/howto/ |
D | logging.rst | 497 Handlers section in Advanced Logging Tutorial
|
/aosp_15_r20/external/kotlinx.coroutines/test-utils/common/src/ |
H A D | LaunchFlow.kt | 51 internal class Handlers<T>( class
|
/aosp_15_r20/external/python/cpython3/Doc/library/ |
D | codecs.rst | 511 .. _codec-objects:
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | WinEHPrepare.cpp | 142 ArrayRef<const CatchPadInst *> Handlers) { in addTryBlockMapEntry() 247 SmallVector<const CatchPadInst *, 2> Handlers; in calculateCXXStateNumbers() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | WinEHPrepare.cpp | 132 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 D | WinEHPrepare.cpp | 143 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 D | AsmPrinter.h | 137 SmallVector<HandlerInfo, 1> Handlers; variable
|