HomeSort by relevance Sort by last modified time
    Searched refs:Handlers (Results 1 - 25 of 41) sorted by null

1 2

  /frameworks/av/media/libaudiohal/include/media/audiohal/hidl/
HalDeathHandler.h 44 // Used both for (un)registering handlers, and for passing to
50 typedef std::unordered_map<void*, AtExitHandler> Handlers;
57 Handlers mHandlers;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
signalmodule.c 87 } Handlers[NSIG];
172 Handlers[sig_num].tripped = 1;
218 /* Issue #10311: asynchronously executing signal handlers should not
320 old_handler = Handlers[sig_num].func;
321 Handlers[sig_num].tripped = 0;
323 Handlers[sig_num].func = obj;
354 old_handler = Handlers[sig_num].func;
536 "This module provides mechanisms to use signal handlers in Python.\n\
608 Handlers[0].tripped = 0;
612 Handlers[i].tripped = 0;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
signalmodule.c 87 } Handlers[NSIG];
172 Handlers[sig_num].tripped = 1;
218 /* Issue #10311: asynchronously executing signal handlers should not
320 old_handler = Handlers[sig_num].func;
321 Handlers[sig_num].tripped = 0;
323 Handlers[sig_num].func = obj;
351 old_handler = Handlers[sig_num].func;
528 "This module provides mechanisms to use signal handlers in Python.\n\
600 Handlers[0].tripped = 0;
604 Handlers[i].tripped = 0;
    [all...]
  /external/python/cpython2/Modules/
signalmodule.c 87 } Handlers[NSIG];
169 Handlers[sig_num].tripped = 1;
215 /* Issue #10311: asynchronously executing signal handlers should not
321 old_handler = Handlers[sig_num].func;
323 Handlers[sig_num].func = obj;
354 old_handler = Handlers[sig_num].func;
536 "This module provides mechanisms to use signal handlers in Python.\n\
608 Handlers[0].tripped = 0;
612 Handlers[i].tripped = 0;
614 Handlers[i].func = DefaultHandler
    [all...]
  /external/clang/include/clang/Lex/
Pragma.h 90 /// Handlers - This is a map of the handlers in this namespace with their name
93 llvm::StringMap<PragmaHandler*> Handlers;
114 return Handlers.empty();
  /external/python/cpython3/Lib/
signal.py 16 'Handlers', __name__,
48 return _int_to_enum(handler, Handlers)
54 return _int_to_enum(handler, Handlers)
  /external/python/cpython3/Modules/
signalmodule.c 96 } Handlers[NSIG];
227 _Py_atomic_store_relaxed(&Handlers[sig_num].tripped, 1);
325 /* Issue #10311: asynchronously executing signal handlers should not
455 old_handler = Handlers[signalnum].func;
457 Handlers[signalnum].func = handler;
490 old_handler = Handlers[signalnum].func;
862 /* if signals was unblocked, signal handlers have been called */
1165 "This module provides mechanisms to use signal handlers in Python.\n\
    [all...]
  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 188 SmallVector<CatchHandler, 8> Handlers;
196 Handlers.push_back(CatchHandler());
197 CatchHandler &Handler = Handlers.back();
212 EHCatchScope *Catch = CGF.EHStack.pushCatch(Handlers.size());
213 for (unsigned I = 0, E = Handlers.size(); I != E; ++I)
214 Catch->setHandler(I, Handlers[I].TypeInfo, Handlers[I].Block);
227 // Emit the handlers.
228 for (unsigned I = 0, E = Handlers.size(); I != E; ++I) {
229 CatchHandler &Handler = Handlers[I]
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.h 5955 const upb_handlers *handlers; member in class:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb::Sink
7391 const upb_handlers *handlers; member in class:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb::BytesSink::upb::BufferSource::upb::pb::DecoderMethodOptions
    [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.h 5520 const upb_handlers *handlers; member in class:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb::Sink
7088 const upb_handlers *handlers; member in class:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb::BytesSink::upb::BufferSource::upb::pb::DecoderMethodOptions
    [all...]
  /external/llvm/include/llvm/Support/
Error.h 123 /// // Note - we must check or return NewE in case any of the handlers
142 friend Error handleErrors(Error E, HandlerTs &&... Handlers);
172 /// this constructor can be useful when "re-throwing" errors from handlers.
312 friend Error handleErrors(Error E, HandlerTs &&... Handlers);
376 /// Helper for testing applicability of, and applying, handlers for
483 HandlerT &&Handler, HandlerTs &&... Handlers) {
488 std::forward<HandlerTs>(Handlers)...);
491 /// Pass the ErrorInfo(s) contained in E to their respective handlers. Any
492 /// unhandled errors (or Errors returned by handlers) are re-concatenated and
518 /// errors be handled by the given handlers. If any unhandled error remain
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Error.h 140 /// // Note - we must check or return NewE in case any of the handlers
159 friend Error handleErrors(Error E, HandlerTs &&... Handlers);
188 /// this constructor can be useful when "re-throwing" errors from handlers.
332 friend Error handleErrors(Error E, HandlerTs &&... Handlers);
396 /// Helper for testing applicability of, and applying, handlers for
503 HandlerT &&Handler, HandlerTs &&... Handlers) {
508 std::forward<HandlerTs>(Handlers)...);
511 /// Pass the ErrorInfo(s) contained in E to their respective handlers. Any
512 /// unhandled errors (or Errors returned by handlers) are re-concatenated and
538 /// errors be handled by the given handlers. If any unhandled error remain
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/PrePeiCore/Arm/
Exception.asm 23 //Default Exception Handlers
38 // Default Exception handlers: There is no plan to return from any of these exceptions.
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/Ia32/
IdtVectorAsm.asm 22 ; Generic IDT Vector Handlers for the Host.
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
Error.h 145 /// // Note - we must check or return NewE in case any of the handlers
164 friend Error handleErrors(Error E, HandlerTs &&... Handlers);
193 /// this constructor can be useful when "re-throwing" errors from handlers.
357 friend Error handleErrors(Error E, HandlerTs &&... Handlers);
753 /// Helper for testing applicability of, and applying, handlers for
860 HandlerT &&Handler, HandlerTs &&... Handlers) {
865 std::forward<HandlerTs>(Handlers)...);
868 /// Pass the ErrorInfo(s) contained in E to their respective handlers. Any
869 /// unhandled errors (or Errors returned by handlers) are re-concatenated and
895 /// *must* be handled by the given handlers (i.e. there must be no remainin
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 113 /// This non-fatal error will be passed to asynchronous result handlers in place
353 // handlers for void RPC functions to return either void (in which case they
359 // handlers for RPC functions returning a T to return either a T (in which
556 // This template class provides utilities related to RPC function handlers.
565 // Traits for handlers with a given function type.
738 // Handlers should not fail when passed an abandoned response error.
767 // Handlers should not fail when passed an abandoned response error.
802 // Handlers should not fail when passed an abandoned response error.
833 // Handlers should not fail when passed an abandoned response error.
850 // installing methods as result handlers
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 190 assert(!DD && Handlers.empty() && "Debug/EH info didn't get finalized");
300 Handlers.push_back(HandlerInfo(new CodeViewDebug(this),
308 Handlers.push_back(HandlerInfo(DD, DbgTimerName, DbgTimerDescription,
362 Handlers.push_back(HandlerInfo(ES, EHTimerName, EHTimerDescription,
367 Handlers.push_back(HandlerInfo(new WinCFGuard(this), CFGuardName,
490 for (const HandlerInfo &HI : Handlers) {
710 for (const HandlerInfo &HI : Handlers) {
    [all...]
  /external/clang/lib/Lex/
Pragma.cpp 52 llvm::DeleteContainerSeconds(Handlers);
61 if (PragmaHandler *Handler = Handlers.lookup(Name))
63 return IgnoreNull ? nullptr : Handlers.lookup(StringRef());
67 assert(!Handlers.lookup(Handler->getName()) &&
69 Handlers[Handler->getName()] = Handler;
73 assert(Handlers.lookup(Handler->getName()) &&
75 Handlers.erase(Handler->getName());
104 /// rest of the pragma, passing it to the registered pragma handlers.
115 // Invoke the first level of pragma handlers which reads the namespace id.
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 117 assert(!DD && Handlers.empty() && "Debug/EH info didn't get finalized");
254 Handlers.push_back(HandlerInfo(new CodeViewDebug(this),
261 Handlers.push_back(HandlerInfo(DD, DbgTimerName, DWARFGroupName));
289 Handlers.push_back(HandlerInfo(ES, EHTimerName, DWARFGroupName));
409 for (const HandlerInfo &HI : Handlers) {
600 for (const HandlerInfo &HI : Handlers) {
864 for (const HandlerInfo &HI : Handlers) {
908 for (const HandlerInfo &HI : Handlers) {
    [all...]
  /external/llvm/lib/CodeGen/
WinEHPrepare.cpp 132 ArrayRef<const CatchPadInst *> Handlers) {
138 for (const CatchPadInst *CPI : Handlers) {
237 SmallVector<const CatchPadInst *, 2> Handlers;
238 for (const BasicBlock *CatchPadBB : CatchSwitch->handlers()) {
240 Handlers.push_back(CatchPad);
253 for (const auto *CatchPad : Handlers) {
273 addTryBlockMapEntry(FuncInfo, TryLow, TryHigh, CatchHigh, Handlers);
341 "SEH doesn't have multiple handlers per __try");
524 // properties. Finaly and fault handlers are distinguished by arity.
538 // Walk the handlers of this catchswitch in reverse order since all bu
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
WinEHPrepare.cpp 141 ArrayRef<const CatchPadInst *> Handlers) {
147 for (const CatchPadInst *CPI : Handlers) {
246 SmallVector<const CatchPadInst *, 2> Handlers;
247 for (const BasicBlock *CatchPadBB : CatchSwitch->handlers()) {
249 Handlers.push_back(CatchPad);
262 for (const auto *CatchPad : Handlers) {
282 addTryBlockMapEntry(FuncInfo, TryLow, TryHigh, CatchHigh, Handlers);
351 "SEH doesn't have multiple handlers per __try");
534 // properties. Finally and fault handlers are distinguished by arity.
548 // Walk the handlers of this catchswitch in reverse order since all bu
    [all...]
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 137 SmallVector<HandlerInfo, 1> Handlers;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
AsmPrinter.h 157 SmallVector<HandlerInfo, 1> Handlers;
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
echo.cpp 696 LLVMBasicBlockRef *Handlers = static_cast<LLVMBasicBlockRef*>(
698 LLVMGetHandlers(Src, Handlers);
700 LLVMAddHandler(Dst, DeclareBB(Handlers[i]));
701 free(Handlers);
    [all...]
  /external/clang/lib/Parse/
ParseStmt.cpp     [all...]

Completed in 733 milliseconds

1 2