/external/bison/lib/ |
D | raise.c | 32 # undef raise 42 result = raise (sig); in raise_nothrow() 54 # define raise_nothrow raise 62 # define rpl_raise raise
|
D | signal.in.h | 158 # undef raise 159 # define raise rpl_raise 161 _GL_FUNCDECL_RPL (raise, int, (int sig)); 162 _GL_CXXALIAS_RPL (raise, int, (int sig)); 165 _GL_FUNCDECL_SYS (raise, int, (int sig)); 167 _GL_CXXALIAS_SYS (raise, int, (int sig)); 169 _GL_CXXALIASWARN (raise); 171 # undef raise 173 _GL_WARN_ON_USE (raise, "raise can crash on native Windows - "
|
/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/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/autotest/server/self-test/ |
D | local_cmd | 10 raise "Failed" 19 raise "Failed" 30 raise "Failed" 42 raise "Failed"
|
D | remote_cmd | 13 raise "Failed" 27 raise "Failed" 38 raise "Failed"
|
/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/elfutils/tests/ |
D | backtrace-child.c | 114 raise (SIGUSR1); in sigusr2() 122 raise (SIGABRT); in sigusr2() 164 raise (SIGUSR1); in stdarg() 235 raise (SIGUSR2); in main()
|
/external/bison/darwin-lib/ |
D | signal.h | 470 # undef raise 471 # define raise rpl_raise 473 _GL_FUNCDECL_RPL (raise, int, (int sig)); 474 _GL_CXXALIAS_RPL (raise, int, (int sig)); 477 _GL_FUNCDECL_SYS (raise, int, (int sig)); 479 _GL_CXXALIAS_SYS (raise, int, (int sig)); 481 _GL_CXXALIASWARN (raise); 483 # undef raise 485 _GL_WARN_ON_USE (raise, "raise can crash on native Windows - "
|
/external/bison/linux-lib/ |
D | signal.h | 470 # undef raise 471 # define raise rpl_raise 473 _GL_FUNCDECL_RPL (raise, int, (int sig)); 474 _GL_CXXALIAS_RPL (raise, int, (int sig)); 477 _GL_FUNCDECL_SYS (raise, int, (int sig)); 479 _GL_CXXALIAS_SYS (raise, int, (int sig)); 481 _GL_CXXALIASWARN (raise); 483 # undef raise 485 _GL_WARN_ON_USE (raise, "raise can crash on native Windows - "
|
/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/bison/m4/ |
D | raise.m4 | 1 # raise.m4 serial 3 12 AC_CHECK_FUNCS([raise]) 33 # Prerequisites of lib/raise.c.
|
/external/chromium-trace/catapult/third_party/Paste/paste/util/ |
D | template.py.2015-04-30-123224 | 111 raise TypeError( 114 raise TypeError( 143 raise _TemplateContinue() 145 raise _TemplateBreak() 177 raise ValueError( 248 raise UnicodeDecodeError( 254 raise UnicodeEncodeError( 290 raise AttributeError(name) 413 raise TemplateError('{{ inside expression', position=pos, 416 raise TemplateError('}} outside expression', position=pos, [all …]
|
/external/autotest/server/site_tests/platform_InstallFW/ |
D | control | 41 raise error.TestFail('No --fw_type specified') 44 raise error.TestFail('Wrong --fw_type specified. ' 48 raise error.TestFail('No --fw_path specified') 57 raise error.TestFail('No --fw_name specified')
|
/external/autotest/server/control_segments/ |
D | provision | 46 # raise an exception. However, if we raise an exception, this 52 # So therefore, we raise a blank exception, which then generates an 56 raise Exception('')
|
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/tasks/test/ |
D | coverage.rake | 17 raise <<-end_error 59 raise "Instrumentation failure. Please make sure `jscoverage` is installed." 104 raise "jasmine-node tests failed. Coverage report not generated." 114 raise "Execution of covershot failed. Coverage report not generated."
|
/external/libcxx/include/ |
D | csignal | 37 int raise(int sig); 54 using ::raise;
|
/external/chromium-trace/catapult/third_party/WebOb/docs/ |
D | jsonrpc-example.txt | 187 Request`` response. We'll also let ``process`` raise any 221 As long as the request is properly formed and the method doesn't raise 229 raise exc.HTTPMethodNotAllowed( 240 raise ValueError('Bad JSON: %s' % e) 251 raise ValueError( 261 raise exc.HTTPForbidden( 269 raise ValueError( 279 raise ValueError( 340 raise exc.HTTPMethodNotAllowed( 346 raise ValueError('Bad JSON: %s' % e) [all …]
|
/external/llvm/test/Bindings/OCaml/ |
D | bitreader.ml | 33 raise x 53 raise x 73 raise x
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
D | codegen.ml | 19 | Not_found -> raise (Error "unknown variable name")) 26 | None -> raise (Error "unknown unary operator") 48 | None -> raise (Error "binary operator not found!") 57 | None -> raise (Error "unknown function referenced") 63 raise (Error "incorrect # arguments passed"); 203 raise (Error "redefinition of function"); 207 raise (Error "redefinition of function with different # args"); 251 raise e
|
D | parser.ml | 77 raise (Stream.Error "expected 'in' after for") 80 raise (Stream.Error "expected '=' after for") 83 | [< >] -> raise (Stream.Error "unknown token when expecting an expression.") 173 then raise (Stream.Error "invalid number of operands for operator") 180 raise (Stream.Error "expected function name in prototype")
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
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"); 185 raise (Error "redefinition of function"); 189 raise (Error "redefinition of function with different # args"); 225 raise e
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
D | codegen.ml | 25 | Not_found -> raise (Error "unknown variable name") 35 | None -> raise (Error "unknown unary operator") 46 | _ -> raise (Error "destination of '=' must be a variable") 54 | Not_found -> raise (Error "unknown variable name") 77 | None -> raise (Error "binary operator not found!") 87 | None -> raise (Error "unknown function referenced") 93 raise (Error "incorrect # arguments passed"); 301 raise (Error "redefinition of function"); 305 raise (Error "redefinition of function with different # args"); 370 raise e
|
/external/e2fsprogs/intl/ |
D | eval-plural.h | 67 raise (SIGFPE); in plural_eval() 73 raise (SIGFPE); in plural_eval()
|