/third_party/python/Modules/ |
D | signalmodule.c | 106 } Handlers[NSIG]; variable 158 return (PyObject *)_Py_atomic_load(&Handlers[i].func); in get_handler() 164 _Py_atomic_store(&Handlers[i].func, (uintptr_t)func); in set_handler() 286 _Py_atomic_store_relaxed(&Handlers[sig_num].tripped, 1); in trip_signal() 1735 _Py_atomic_store_relaxed(&Handlers[signum].tripped, 0); 1803 if (!_Py_atomic_load_relaxed(&Handlers[i].tripped)) { 1806 _Py_atomic_store_relaxed(&Handlers[i].tripped, 0); 1968 _Py_atomic_store_relaxed(&Handlers[signum].tripped, 0); 1990 if (!_Py_atomic_load_relaxed(&Handlers[SIGINT].tripped)) { 1994 _Py_atomic_store_relaxed(&Handlers[SIGINT].tripped, 0); [all …]
|
/third_party/python/Lib/ |
D | signal.py | 57 return _int_to_enum(handler, Handlers) 63 return _int_to_enum(handler, Handlers)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Error.h | 165 friend Error handleErrors(Error E, HandlerTs &&... Handlers); 363 friend Error handleErrors(Error E, HandlerTs &&... Handlers); 886 HandlerT &&Handler, HandlerTs &&... Handlers) { in handleErrorImpl() 891 std::forward<HandlerTs>(Handlers)...); in handleErrorImpl() 924 void handleAllErrors(Error E, HandlerTs &&... Handlers) { in handleAllErrors() argument 925 cantFail(handleErrors(std::move(E), std::forward<HandlerTs>(Handlers)...)); in handleAllErrors() 960 HandlerTs &&... Handlers) { in handleExpected() 965 std::forward<HandlerTs>(Handlers)...)) in handleExpected()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Error.h | 159 friend Error handleErrors(Error E, HandlerTs &&... Handlers); 332 friend Error handleErrors(Error E, HandlerTs &&... Handlers); 503 HandlerT &&Handler, HandlerTs &&... Handlers) { in handleErrorImpl() 508 std::forward<HandlerTs>(Handlers)...); in handleErrorImpl() 541 void handleAllErrors(Error E, HandlerTs &&... Handlers) { in handleAllErrors() argument 542 auto F = handleErrors(std::move(E), std::forward<HandlerTs>(Handlers)...); in handleAllErrors()
|
/third_party/PyYAML/tests/data/ |
D | construct-python-name-module.code | 1 [str, yaml.Loader, yaml.dump, abs, yaml.tokens, signal.Handlers]
|
D | construct-python-name-module.data | 6 - !!python/name:signal.Handlers
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/ |
D | RPCUtils.h | 996 Handlers[NegotiateId] = wrapHandler<OrcRPCNegotiate>( in RPCEndpointBase() 1087 auto I = Handlers.find(FnId); in handleOne() 1088 if (I != Handlers.end()) in handleOne() 1139 auto HandlerItr = Handlers.find(IdItr->second); in removeHandler() 1140 assert(HandlerItr != Handlers.end() && in removeHandler() 1142 Handlers.erase(HandlerItr); in removeHandler() 1147 Handlers.clear(); in clearHandlers() 1168 Handlers[NewFnId] = wrapHandler<Func>(std::move(Handler)); in addHandlerImpl() 1183 Handlers[NewFnId] = wrapAsyncHandler<Func>(std::move(Handler)); in addAsyncHandlerImpl() 1345 std::map<FunctionIdT, WrappedHandlerFn> Handlers; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 195 assert(!DD && Handlers.empty() && "Debug/EH info didn't get finalized"); in ~AsmPrinter() 317 Handlers.emplace_back(std::make_unique<CodeViewDebug>(this), in doInitialization() 325 Handlers.emplace_back(std::unique_ptr<DwarfDebug>(DD), DbgTimerName, in doInitialization() 380 Handlers.emplace_back(std::unique_ptr<EHStreamer>(ES), EHTimerName, in doInitialization() 387 Handlers.emplace_back(std::make_unique<WinCFGuard>(this), CFGuardName, in doInitialization() 512 for (const HandlerInfo &HI : Handlers) { in EmitGlobalVariable() 761 for (const HandlerInfo &HI : Handlers) { in EmitFunctionHeader() 1098 for (const HandlerInfo &HI : Handlers) { in EmitFunctionBody() 1153 for (const HandlerInfo &HI : Handlers) { in EmitFunctionBody() 1227 for (const HandlerInfo &HI : Handlers) { in EmitFunctionBody() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 142 ArrayRef<const CatchPadInst *> Handlers) { in addTryBlockMapEntry() argument 148 for (const CatchPadInst *CPI : Handlers) { in addTryBlockMapEntry() 247 SmallVector<const CatchPadInst *, 2> Handlers; in calculateCXXStateNumbers() local 250 Handlers.push_back(CatchPad); in calculateCXXStateNumbers() 263 for (const auto *CatchPad : Handlers) { in calculateCXXStateNumbers() 283 addTryBlockMapEntry(FuncInfo, TryLow, TryHigh, CatchHigh, Handlers); in calculateCXXStateNumbers()
|
/third_party/pulseaudio/man/ |
D | xmltoman | 210 my $parser = new XML::Parser(Handlers => {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFAsmPrinter.cpp | 64 Handlers.push_back(HandlerInfo(std::unique_ptr<BTFDebug>(BTF), "emit", in doInitialization()
|
/third_party/typescript/tests/cases/conformance/types/keyof/ |
D | keyofAndIndexedAccess.ts | 400 type Handlers<T> = { [K in keyof T]: (t: T[K]) => void } alias 401 declare function on<T>(handlerHash: Handlers<T>): T
|
/third_party/libcoap/man/ |
D | coap_attribute.txt.in | 44 Callback Handlers are then added to the resource to handle the different
|
D | coap_resource.txt.in | 71 Callback Handlers are then added to the resource to handle the different
|
/third_party/python/Lib/test/ |
D | test_signal.py | 28 self.assertIsInstance(sig, signal.Handlers) 65 self.assertIsInstance(hup, signal.Handlers)
|
/third_party/typescript/tests/baselines/reference/ |
D | keyofAndIndexedAccess.js | 398 type Handlers<T> = { [K in keyof T]: (t: T[K]) => void } 399 declare function on<T>(handlerHash: Handlers<T>): T 1268 declare type Handlers<T> = { 1271 declare function on<T>(handlerHash: Handlers<T>): T;
|
D | keyofAndIndexedAccess.types | 1534 type Handlers<T> = { [K in keyof T]: (t: T[K]) => void } 1535 >Handlers : Handlers<T> 1538 declare function on<T>(handlerHash: Handlers<T>): T 1539 >on : <T>(handlerHash: Handlers<T>) => T 1540 >handlerHash : Handlers<T> 1545 >on : <T>(handlerHash: Handlers<T>) => T 1553 >on : <T>(handlerHash: Handlers<T>) => T
|
D | keyofAndIndexedAccess.symbols | 1515 type Handlers<T> = { [K in keyof T]: (t: T[K]) => void } 1516 >Handlers : Symbol(Handlers, Decl(keyofAndIndexedAccess.ts, 394, 25)) 1524 declare function on<T>(handlerHash: Handlers<T>): T 1528 >Handlers : Symbol(Handlers, Decl(keyofAndIndexedAccess.ts, 394, 25))
|
/third_party/flutter/flutter/packages/flutter/lib/src/services/ |
D | binary_messenger.dart | 67 // Handlers for incoming messages from platform plugins.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | AsmPrinter.h | 171 SmallVector<HandlerInfo, 1> Handlers; variable
|
/third_party/python/Doc/howto/ |
D | logging.rst | 355 * Handlers send the log records (created by loggers) to the appropriate 439 handler objects from the logger object. Handlers are covered in more detail 495 Handlers section in Advanced Logging Tutorial 882 class. Handlers are responsible for ensuring that a logged message (in the form 885 support desk staff, system administrators, developers). Handlers are passed 917 Useful Handlers
|
/third_party/python/Misc/NEWS.d/ |
D | 3.5.0b1.rst | 791 Add File Handlers subsection with createfilehandler to tkinter doc. Remove
|
/third_party/typescript/tests/cases/compiler/ |
D | jsxComplexSignatureHasApplicabilityError.tsx | 61 // Handlers
|
/third_party/python/Doc/tutorial/ |
D | errors.rst | 116 Handlers only handle exceptions that occur in the corresponding *try clause*,
|
/third_party/node/doc/api/ |
D | domain.md | 13 description: Handlers for `Promise`s are now invoked in the domain in which
|