/external/python/cpython3/Python/ |
D | bootstrap_hash.c | 37 win32_urandom_init(int raise) in win32_urandom_init() argument 47 if (raise) { in win32_urandom_init() 56 win32_urandom(unsigned char *buffer, Py_ssize_t size, int raise) in win32_urandom() argument 62 if (win32_urandom_init(raise) == -1) { in win32_urandom() 73 if (raise) { in win32_urandom() 102 py_getrandom(void *buffer, Py_ssize_t size, int blocking, int raise) in py_getrandom() argument 130 if (raise) { in py_getrandom() 142 if (raise) { in py_getrandom() 171 if (errno == EAGAIN && !raise && !blocking) { in py_getrandom() 176 if (raise) { in py_getrandom() [all …]
|
D | pytime.c | 290 pytime_fromtimespec(_PyTime_t *tp, struct timespec *ts, int raise) in pytime_fromtimespec() argument 299 if (raise) { in pytime_fromtimespec() 313 if (raise) { in pytime_fromtimespec() 336 pytime_fromtimeval(_PyTime_t *tp, struct timeval *tv, int raise) in pytime_fromtimeval() argument 345 if (raise) { in pytime_fromtimeval() 359 if (raise) { in pytime_fromtimeval() 572 _PyTime_round_t round, int raise) in _PyTime_AsTimevalStruct_impl() argument 589 if (raise) { in _PyTime_AsTimevalStruct_impl() 653 pygettimeofday(_PyTime_t *tp, _Py_clock_info_t *info, int raise) in pygettimeofday() argument 659 assert(info == NULL || raise); in pygettimeofday() [all …]
|
/external/capstone/bindings/python/pyx/ |
D | ccapstone.pyx | 63 raise CsError(capstone.CS_ERR_DETAIL) 96 raise CsError(capstone.CS_ERR_DIET) 105 raise CsError(capstone.CS_ERR_DIET) 113 raise CsError(capstone.CS_ERR_SKIPDATA) 117 raise CsError(capstone.CS_ERR_DIET) 123 raise CsError(capstone.CS_ERR_DETAIL) 129 raise CsError(capstone.CS_ERR_SKIPDATA) 133 raise CsError(capstone.CS_ERR_DIET) 139 raise CsError(capstone.CS_ERR_DETAIL) 145 raise CsError(capstone.CS_ERR_SKIPDATA) [all …]
|
/external/clang/test/SemaObjC/ |
D | uninit-variables.m | 9 + (void)raise:(NSString *)name format:(NSString *)format, ...; 10 + (void)raise:(NSString *)name format:(NSString *)format arguments:(va_list)argList; 11 - (void)raise; method 44 [NSException raise:@"Blah" format:@"Blah %@" arguments:alist]; 48 [NSException raise:@"Blah" format:s]; 52 [e raise];
|
/external/strace/tests/ |
D | rt_sigsuspend.c | 57 raise(sig); in iterate() 104 raise(SIGUSR1); in main() 121 raise(SIGUSR1); in main() 129 raise(SIGUSR1); in main() 137 raise(SIGUSR1); in main() 146 raise(SIGUSR1); in main()
|
/external/strace/tests-m32/ |
D | rt_sigsuspend.c | 57 raise(sig); in iterate() 104 raise(SIGUSR1); in main() 121 raise(SIGUSR1); in main() 129 raise(SIGUSR1); in main() 137 raise(SIGUSR1); in main() 146 raise(SIGUSR1); in main()
|
/external/strace/tests-mx32/ |
D | rt_sigsuspend.c | 57 raise(sig); in iterate() 104 raise(SIGUSR1); in main() 121 raise(SIGUSR1); in main() 129 raise(SIGUSR1); in main() 137 raise(SIGUSR1); in main() 146 raise(SIGUSR1); in main()
|
/external/clang/test/Analysis/ |
D | NoReturn.m | 36 - (void)raise; method 39 + (void)raise:(NSString *)name format:(NSString *)format, ...; 40 + (void)raise:(NSString *)name format:(NSString *)format arguments:(va_list)argList; 53 [NSException raise:@"Blah" format:[NSString stringWithFormat:@"Blah %@", s]]; 64 [NSException raise:@"Blah" format:@"Blah %@" arguments:alist]; 73 …SException exceptionWithName:@"My Exception" reason:@"Want to test exceptions." userInfo:0] raise]; 85 [CustomException raise:@"Blah" format:@"abc"]; 117 + (void)raise:(NSString *)name reason:(NSString *)reason __attribute__((analyzer_noreturn)); 122 [NSException raise:@"Bad Pointer" reason:@"Who knows?"];
|
/external/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()
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/ |
D | codegen.ml | 19 | Not_found -> raise (Error "unknown variable name")) 32 | _ -> raise (Error "invalid binary operator") 39 | None -> raise (Error "unknown function referenced") 45 raise (Error "incorrect # arguments passed"); 63 raise (Error "redefinition of function"); 67 raise (Error "redefinition of function with different # args"); 100 raise e
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
D | codegen.ml | 19 | Not_found -> raise (Error "unknown variable name")) 32 | _ -> raise (Error "invalid binary operator") 39 | None -> raise (Error "unknown function referenced") 45 raise (Error "incorrect # arguments passed"); 63 raise (Error "redefinition of function"); 67 raise (Error "redefinition of function with different # args"); 100 raise e
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
D | codegen.ml | 19 | Not_found -> raise (Error "unknown variable name")) 32 | _ -> raise (Error "invalid binary operator") 39 | None -> raise (Error "unknown function referenced") 45 raise (Error "incorrect # arguments passed"); 63 raise (Error "redefinition of function"); 67 raise (Error "redefinition of function with different # args"); 103 raise e
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/ |
D | codegen.ml | 19 | Not_found -> raise (Error "unknown variable name")) 32 | _ -> raise (Error "invalid binary operator") 39 | None -> raise (Error "unknown function referenced") 45 raise (Error "incorrect # arguments passed"); 63 raise (Error "redefinition of function"); 67 raise (Error "redefinition of function with different # args"); 103 raise e
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
D | codegen.ml | 19 | Not_found -> raise (Error "unknown variable name")) 32 | _ -> raise (Error "invalid binary operator") 39 | None -> raise (Error "unknown function referenced") 45 raise (Error "incorrect # arguments passed"); 63 raise (Error "redefinition of function"); 67 raise (Error "redefinition of function with different # args"); 103 raise e
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
D | codegen.ml | 19 | Not_found -> raise (Error "unknown variable name")) 32 | _ -> raise (Error "invalid binary operator") 39 | None -> raise (Error "unknown function referenced") 45 raise (Error "incorrect # arguments passed"); 63 raise (Error "redefinition of function"); 67 raise (Error "redefinition of function with different # args"); 100 raise e
|
/external/ltp/testcases/kernel/numa/ |
D | support_numa.c | 113 raise(SIGSTOP); in main() 137 raise(SIGSTOP); in main() 157 raise(SIGSTOP); in main() 176 raise(SIGSTOP); in main() 180 raise(SIGSTOP); in main()
|
/external/python/cpython2/Python/ |
D | random.c | 30 win32_urandom_init(int raise) in win32_urandom_init() argument 60 if (raise) in win32_urandom_init() 70 win32_urandom(unsigned char *buffer, Py_ssize_t size, int raise) in win32_urandom() argument 76 if (win32_urandom_init(raise) == -1) in win32_urandom() 86 if (raise) in win32_urandom() 149 vms_urandom(unsigned char *buffer, Py_ssize_t size, int raise) in vms_urandom() argument 152 if (raise) { in vms_urandom()
|
/external/protobuf/objectivec/ |
D | GPBArray.m | 46 //% [NSException raise:NSRangeException 116 //% [NSException raise:NSMallocException 253 //% [NSException raise:NSMallocException 342 [NSException raise:NSMallocException 423 [NSException raise:NSRangeException 435 [NSException raise:NSMallocException 462 [NSException raise:NSRangeException 483 [NSException raise:NSRangeException 496 [NSException raise:NSRangeException 520 [NSException raise:NSRangeException [all …]
|
D | GPBCodedInputStream.m | 44 [NSException raise:NSParseErrorException format:@""]; 49 [NSException raise:NSParseErrorException format:@""]; 98 [NSException raise:NSParseErrorException 118 [NSException raise:NSParseErrorException format:@"Unable to read varint64"]; 205 [NSException raise:NSParseErrorException 229 [NSException raise:NSParseErrorException 265 [NSException raise:NSInvalidArgumentException 289 [NSException raise:NSParseErrorException 350 [NSException raise:NSParseErrorException format:@"Invalid tag %d", tag]; 411 [NSException raise:NSParseErrorException [all …]
|
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | server.pyx.pxi | 47 raise ValueError("server must be started and not shutting down") 49 raise ValueError("server_queue must be a registered completion queue") 63 raise ValueError("cannot register completion queues after start") 71 raise ValueError("the server has already started") 108 raise ValueError("queue must be live") 110 raise ValueError("the server hasn't started yet") 114 raise ValueError("expected registered completion queue") 125 raise RuntimeError("the server must be shutting down to cancel all calls")
|
/external/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()
|
/external/u-boot/scripts/dtc/pylibfdt/ |
D | libfdt.i_shipped | 74 quiet: Errors to ignore (empty to raise on all errors) 84 raise FdtException(val) 95 quiet: Errors to ignore (empty to raise on all errors) 108 raise FdtException(val) 122 All methods raise an FdtException if an error occurs. To avoid this 138 quiet: Errors to ignore (empty to raise on all errors) 154 quiet: Errors to ignore (empty to raise on all errors) 169 quiet: Errors to ignore (empty to raise on all errors) 186 quiet: Errors to ignore (empty to raise on all errors) 217 quiet: Errors to ignore (empty to raise on all errors) [all …]
|
/external/libcap/libcap/ |
D | cap_flag.c | 41 cap_flag_value_t raise) in cap_set_flag() argument 50 && (raise == CAP_SET || raise == CAP_CLEAR) ) { in cap_set_flag() 58 if (raise == CAP_SET) { in cap_set_flag()
|
/external/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()
|
/external/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%%" );
|