/third_party/python/Python/ |
D | bootstrap_hash.c | 48 win32_urandom_init(int raise) in win32_urandom_init() argument 58 if (raise) { in win32_urandom_init() 67 win32_urandom(unsigned char *buffer, Py_ssize_t size, int raise) in win32_urandom() argument 71 if (win32_urandom_init(raise) == -1) { in win32_urandom() 82 if (raise) { in win32_urandom() 111 py_getrandom(void *buffer, Py_ssize_t size, int blocking, int raise) in py_getrandom() argument 139 if (raise) { in py_getrandom() 151 if (raise) { in py_getrandom() 180 if (errno == EAGAIN && !raise && !blocking) { in py_getrandom() 185 if (raise) { in py_getrandom() [all …]
|
D | pytime.c | 296 pytime_fromtimespec(_PyTime_t *tp, struct timespec *ts, int raise) in pytime_fromtimespec() argument 305 if (raise) { in pytime_fromtimespec() 319 if (raise) { in pytime_fromtimespec() 342 pytime_fromtimeval(_PyTime_t *tp, struct timeval *tv, int raise) in pytime_fromtimeval() argument 351 if (raise) { in pytime_fromtimeval() 365 if (raise) { in pytime_fromtimeval() 578 _PyTime_round_t round, int raise) in _PyTime_AsTimevalStruct_impl() argument 595 if (raise) { in _PyTime_AsTimevalStruct_impl() 659 py_get_system_clock(_PyTime_t *tp, _Py_clock_info_t *info, int raise) in py_get_system_clock() argument 665 assert(info == NULL || raise); in py_get_system_clock() [all …]
|
/third_party/PyYAML/yaml/ |
D | _yaml.pyx | 262 raise MemoryError 288 raise TypeError(u"a string or stream input is required") 330 raise ValueError(u"no parser error") 341 raise error 353 raise error 450 raise ValueError(u"unknown token type") 487 raise error 499 raise error 625 raise ValueError(u"unknown event type") 681 raise ComposerError(u"expected a single document in the stream", [all …]
|
/third_party/musl/libc-test/src/functionalext/sigchain/ |
D | sigchain_add_special_handler.c | 72 raise(SIGINT); in sigchain_add_special_handler_001() 135 raise(SIGHUP); in sigchain_add_special_handler_002() 201 raise(SIGUSR2); in sigchain_add_special_handler_003() 237 raise(SIGTERM); in sigchain_add_special_handler_004() 283 raise(SIGCHAIN_SIGNAL_64); in sigchain_add_special_handler_005() 333 raise(SIGCHAIN_SIGNAL_37); in sigchain_add_special_handler_006() 383 raise(SIGCHAIN_SIGNAL_43); in sigchain_add_special_handler_007() 433 raise(SIGCHAIN_SIGNAL_45); in sigchain_add_special_handler_008() 502 raise(SIGCHAIN_SIGNAL_56); in sigchain_add_special_handler_009()
|
D | sigchain_rm_special_handler.c | 74 raise(SIGCONT); in sigchain_rm_special_handler_001() 140 raise(SIGHUP); in sigchain_rm_special_handler_002() 209 raise(SIGUSR2); in sigchain_rm_special_handler_003() 247 raise(SIGCONT); in sigchain_rm_special_handler_004() 295 raise(SIGCHAIN_SIGNAL_64); in sigchain_rm_special_handler_005() 346 raise(SIGCHAIN_SIGNAL_37); in sigchain_rm_special_handler_006() 411 raise(SIGQUIT); in sigchain_rm_all_special_handler_007()
|
D | sigchain_intercept_signal.c | 42 raise(SIGHUP); in sigchain_intercept_signal_001() 87 raise(SIGUSR2); in sigchain_intercept_signal_002() 131 raise(SIGURG); in sigchain_intercept_signal_003()
|
D | sigchain_handler_call_order.c | 34 raise(SIGUSR2); in sigchain_special_handler() 83 raise(SIGHUP); in sigchain_handler_call_order_001() 126 raise(SIGPWR); in sigchain_handler_call_order_002()
|
D | sigchain_intercept_sigaction.c | 48 raise(SIGHUP); in sigchain_intercept_sigaction_001() 99 raise(SIGUSR2); in sigchain_intercept_sigaction_002() 151 raise(SIGURG); in sigchain_intercept_sigaction_003()
|
D | sigchain_intercept_pthread_sigmask.c | 68 raise(SIGUSR2); in sigchain_intercept_pthread_sigmask_001() 122 raise(SIGPWR); in sigchain_intercept_pthread_sigmask_002() 156 raise(SIGHUP); in sigchain_intercept_pthread_sigmask_003()
|
/third_party/node/deps/acorn/acorn/dist/ |
D | acorn.js | 768 this.raise(pos != null ? pos : this.start, "Unexpected token"); 794 …{ this.raise(shorthandAssign, "Shorthand property assignments are valid only in destructuring patt… 801 { this.raise(this.yieldPos, "Yield expression cannot be a default value"); } 803 { this.raise(this.awaitPos, "Await expression cannot be a default value"); } 940 { this.raise(this.start, "'import' and 'export' may only appear at the top level"); } 942 … { this.raise(this.start, "'import' and 'export' may appear only with 'sourceType: module'"); } 985 if (i === this.labels.length) { this.raise(node.start, "Unsyntactic " + keyword); } 1053 …if (startsWithLet && isForOf) { this.raise(init.start, "The left-hand side of a for-of loop may no… 1080 { this.raise(this.start, "'return' outside of function"); } 1135 { this.raise(this.lastTokEnd, "Illegal newline after throw"); } [all …]
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigwait/ |
D | 3-1.c | 52 if (raise(SIGUSR2) != 0) { in main() 56 if (raise(SIGUSR2) != 0) { in main() 60 if (raise(SIGUSR2) != 0) { in main() 64 if (raise(SIGUSR2) != 0) { in main()
|
D | 7-1.c | 123 ret = raise(i); in main() 131 ret = raise(i); in main() 139 ret = raise(i); in main()
|
/third_party/protobuf/objectivec/ |
D | GPBArray.m | 52 //% [NSException raise:NSRangeException 122 //% [NSException raise:NSMallocException 260 //% [NSException raise:NSMallocException 350 [NSException raise:NSMallocException 432 [NSException raise:NSRangeException 444 [NSException raise:NSMallocException 471 [NSException raise:NSRangeException 492 [NSException raise:NSRangeException 505 [NSException raise:NSRangeException 529 [NSException raise:NSRangeException [all …]
|
/third_party/python/Doc/tutorial/ |
D | errors.rst | 139 raise cls() 153 then re-raise the exception (allowing a caller to handle the exception as well):: 167 raise 174 for code that must be executed if the *try clause* does not raise an exception. 203 ... raise Exception('spam', 'eggs') 242 The :keyword:`raise` statement allows the programmer to force a specified 245 >>> raise NameError('HiThere') 250 The sole argument to :keyword:`raise` indicates the exception to be raised. 255 raise ValueError # shorthand for 'raise ValueError()' 258 handle it, a simpler form of the :keyword:`raise` statement allows you to [all …]
|
/third_party/ltp/testcases/kernel/numa/ |
D | support_numa.c | 110 raise(SIGSTOP); in main() 128 raise(SIGSTOP); in main() 147 raise(SIGSTOP); in main() 151 raise(SIGSTOP); in main()
|
/third_party/elfutils/tests/ |
D | backtrace-child.c | 124 raise (SIGUSR1); in sigusr2() 132 raise (SIGABRT); in sigusr2() 173 raise (SIGUSR1); in stdarg() 243 raise (SIGUSR2); in main()
|
/third_party/python/Doc/library/ |
D | constants.rst | 11 are illegal and raise a :exc:`SyntaxError`. 17 are illegal and raise a :exc:`SyntaxError`. 24 are illegal and raise a :exc:`SyntaxError`. 43 ``NotImplemented``, the interpreter will raise an appropriate exception. 58 It will raise a :exc:`TypeError` in a future version of Python. 78 cannot be reassigned (assignments to them, even as an attribute name, raise 94 (i.e. EOF) to exit", and when called, raise :exc:`SystemExit` with the
|
/third_party/musl/src/exit/ |
D | abort.c | 19 raise(SIGABRT); in abort() 22 raise(SIGABRT); in abort() 44 raise(SIGKILL); in abort()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/templates/ |
D | template_23-1.in | 25 * -> raise %%MYSIG%% 26 * -> In handler, check for reentrance then raise %%MYSIG%% again. 100 ret = raise( SIGNAL ); 104 UNRESOLVED( ret, "Failed to raise %%MYSIG%% again" ); 156 ret = raise( SIGNAL ); 160 UNRESOLVED( ret, "Failed to raise %%MYSIG%%" );
|
D | template_4-1.in | 18 4. (child) raise %%MYSIG%% 19 5. (child, signal handler) raise SIGKILL 34 raise(SIGKILL); 60 if (raise(%%MYSIG%%) == -1) {
|
D | template_4-2.in | 18 4. (child) raise %%MYSIG%% 19 5. (child, signal handler) raise SIGSTOP 36 raise(SIGSTOP); 59 if (raise(%%MYSIG%%) == -1) {
|
D | template_25-1.in | 18 4. (child) raise %%MYSIG%% 20 6. (child, signal handler) if count is 1 then raise %%MYSIG%% 53 raise(%%MYSIG%%); 76 if (raise(%%MYSIG%%) == -1) {
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigpending/ |
D | 1-2.c | 43 if (raise(SIGCONT) != 0) { in handler() 47 if (raise(SIGUSR1) != 0) { in handler() 103 if (raise(SIGTTOU) == -1) { in main()
|
D | 1-3.c | 44 if (raise(SIGUSR2) != 0) { in handler() 48 if (raise(SIGCONT) != 0) { in handler() 118 if (raise(SIGTTOU) == -1) { in main()
|
/third_party/typescript/tests/baselines/reference/ |
D | innerTypeCheckOfLambdaArgument.types | 10 >takesCallback( function inner(n) { // this line should raise an error … 14 >function inner(n) { // this line should raise an error // otherwise,… 18 // this line should raise an error
|