Home
last modified time | relevance | path

Searched refs:raise (Results 1 – 25 of 1101) sorted by relevance

12345678910>>...45

/third_party/boost/boost/numeric/ublas/
Dexception.hpp32 void raise () { in raise() function
41 void raise () {
55 void raise () { in raise() function
64 void raise () {
79 void raise () { in raise() function
88 void raise () {
100 void raise () { in raise() function
109 void raise () {
123 void raise () { in raise() function
132 void raise () {
[all …]
/third_party/python/Python/
Dbootstrap_hash.c48 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 …]
Dpytime.c296 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/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dchannelz.pyx.pxi21 raise ValueError('Failed to get top channels, please ensure your' \
28 raise ValueError('Failed to get servers, please ensure your' \
35 raise ValueError('Failed to get the server, please ensure your' \
46 raise ValueError('Failed to get server sockets, please ensure your' \
55 raise ValueError('Failed to get the channel, please ensure your' \
62 raise ValueError('Failed to get the subchannel, please ensure your' \
69 raise ValueError('Failed to get the socket, please ensure your' \
Dserver.pyx.pxi36 raise ValueError("server must be started and not shutting down")
38 raise ValueError("server_queue must be a registered completion queue")
52 raise ValueError("cannot register completion queues after start")
67 raise ValueError("the server has already started")
106 raise ValueError("queue must be live")
108 raise ValueError("the server hasn't started yet")
112 raise ValueError("expected registered completion queue")
123 raise UsageError("the server must be shutting down to cancel all calls")
141 raise InternalError('Server shutdown failed: no completion queue.')
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigwait/
D3-1.c52 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()
D7-1.c123 ret = raise(i); in main()
131 ret = raise(i); in main()
139 ret = raise(i); in main()
/third_party/PyYAML/yaml/
D_yaml.pyx262 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/grpc/src/objective-c/GRPCClient/
DGRPCTransport.m56 [NSException raise:NSGenericException format:@"Unable to initialize transport registry."];
90 [NSException raise:NSInvalidArgumentException
105 [NSException raise:NSInvalidArgumentException
118 [NSException raise:NSGenericException
125 [NSException raise:NSGenericException
130 [NSException raise:NSGenericException
135 [NSException raise:NSGenericException
140 [NSException raise:NSGenericException
145 [NSException raise:NSGenericException
DGRPCCall+Tests.m31 [NSException raise:NSInvalidArgumentException format:@"host must be provided."];
34 [NSException raise:NSInvalidArgumentException format:@"certpath be provided."];
37 [NSException raise:NSInvalidArgumentException format:@"testname must be provided."];
44 [NSException raise:[error localizedDescription] format:@"failed to load certs"];
/third_party/ltp/testcases/kernel/numa/
Dsupport_numa.c111 raise(SIGSTOP); in main()
129 raise(SIGSTOP); in main()
148 raise(SIGSTOP); in main()
152 raise(SIGSTOP); in main()
/third_party/protobuf/objectivec/
DGPBArray.m52 //% [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/node/deps/acorn/acorn/dist/
Dacorn.js737 this.raise(pos != null ? pos : this.start, "Unexpected token");
763 …{ this.raise(shorthandAssign, "Shorthand property assignments are valid only in destructuring patt…
770 { this.raise(this.yieldPos, "Yield expression cannot be a default value"); }
772 { this.raise(this.awaitPos, "Await expression cannot be a default value"); }
909 { this.raise(this.start, "'import' and 'export' may only appear at the top level"); }
911 … { this.raise(this.start, "'import' and 'export' may appear only with 'sourceType: module'"); }
954 if (i === this.labels.length) { this.raise(node.start, "Unsyntactic " + keyword); }
1047 { this.raise(this.start, "'return' outside of function"); }
1102 { this.raise(this.lastTokEnd, "Illegal newline after throw"); }
1136 { this.raise(node.start, "Missing catch or finally clause"); }
[all …]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigpending/
D1-2.c43 if (raise(SIGCONT) != 0) { in handler()
47 if (raise(SIGUSR1) != 0) { in handler()
103 if (raise(SIGTTOU) == -1) { in main()
D1-3.c44 if (raise(SIGUSR2) != 0) { in handler()
48 if (raise(SIGCONT) != 0) { in handler()
118 if (raise(SIGTTOU) == -1) { in main()
/third_party/python/Doc/tutorial/
Derrors.rst139 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/python/Doc/library/
Dconstants.rst11 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/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/templates/
Dtemplate_23-1.in25 * -> 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%%" );
Dtemplate_4-1.in18 4. (child) raise %%MYSIG%%
19 5. (child, signal handler) raise SIGKILL
34 raise(SIGKILL);
60 if (raise(%%MYSIG%%) == -1) {
Dtemplate_4-2.in18 4. (child) raise %%MYSIG%%
19 5. (child, signal handler) raise SIGSTOP
36 raise(SIGSTOP);
59 if (raise(%%MYSIG%%) == -1) {
Dtemplate_25-1.in18 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/typescript/tests/baselines/reference/
DinnerTypeCheckOfLambdaArgument.types10 >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
DgetterThatThrowsShouldNotNeedReturn.types8 throw ''; // should not raise an error
14 throw ''; // should not raise an error
/third_party/grpc/src/objective-c/GRPCClient/private/GRPCCore/
DGRPCRequestHeaders.m28 [NSException raise:NSInvalidArgumentException format:@"%@ cannot be nil", name];
31 [NSException raise:NSInvalidArgumentException
40 [NSException raise:NSInvalidArgumentException
47 [NSException raise:NSInvalidArgumentException
98 [NSException raise:@"Invalid modification"
/third_party/musl/src/exit/
Dabort.c13 raise(SIGABRT); in abort()
30 raise(SIGKILL); in abort()

12345678910>>...45