/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/ |
errwarn.pxi | 31 cdef char *errstr, *xrefstr 64 yasm_error_fetch(&errclass, &errstr, &xrefline, &xrefstr) 67 PyErr_Format(exception, "%s: %d: %s", errstr, xrefline, xrefstr) 69 PyErr_SetString(exception, errstr) 72 free(errstr)
|
/cts/suite/cts/hostTests/jank/app/src/com/android/cts/jank/ |
CtsJankTestBase.java | 57 StringBuilder errStr = new StringBuilder(); 66 errStr.append(err.nextLine()); 67 errStr.append("\n"); 76 if (errStr.length() > 0) { 77 Log.e(TAG, errStr.toString());
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
file_util.py | 33 except os.error, (errno, errstr): 34 raise DistutilsFileError("could not open '%s': %s" % (src, errstr)) 39 except os.error, (errno, errstr): 41 "could not delete '%s': %s" % (dst, errstr)) 45 except os.error, (errno, errstr): 47 "could not create '%s': %s" % (dst, errstr)) 52 except os.error, (errno, errstr): 54 "could not read from '%s': %s" % (src, errstr)) 61 except os.error, (errno, errstr): 63 "could not write to '%s': %s" % (dst, errstr)) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
file_util.py | 33 except os.error, (errno, errstr): 34 raise DistutilsFileError("could not open '%s': %s" % (src, errstr)) 39 except os.error, (errno, errstr): 41 "could not delete '%s': %s" % (dst, errstr)) 45 except os.error, (errno, errstr): 47 "could not create '%s': %s" % (dst, errstr)) 52 except os.error, (errno, errstr): 54 "could not read from '%s': %s" % (src, errstr)) 61 except os.error, (errno, errstr): 63 "could not write to '%s': %s" % (dst, errstr)) [all...] |
/external/netcat/ |
netcat.c | 132 const char *errstr, *proxyhost = "", *proxyport = NULL; local 175 iflag = strtonum(optarg, 0, UINT_MAX, &errstr); 176 if (errstr) 177 errx(1, "interval %s: %s", errstr, optarg); 215 RT_TABLEID_MAX, &errstr); 216 if (errstr) 217 errx(1, "rtable %s: %s", errstr, optarg); 227 timeout = strtonum(optarg, 0, INT_MAX / 1000, &errstr); 228 if (errstr) 229 errx(1, "timeout %s: %s", errstr, optarg) 859 const char *errstr; local [all...] |
/external/openssh/openbsd-compat/ |
strtonum.c | 41 const char *errstr; member in struct:errval 64 *errstrp = ev[error].errstr;
|
/external/openssh/ |
dh.c | 48 const char *errstr = NULL; local 67 n = strtonum(arg, 0, 5, &errstr); 68 if (errstr != NULL || n != MODULI_TYPE_SAFE) 74 n = strtonum(arg, 0, 0x1f, &errstr); 75 if (errstr != NULL || 81 n = strtonum(arg, 0, 1<<30, &errstr); 82 if (errstr != NULL || n == 0) 86 (dhg->size = (int)strtonum(strsize, 0, 64*1024, &errstr)) == 0 || 87 errstr)
|
/build/tools/atree/ |
files.cpp | 271 string errstr; local 276 errstr = "Error: you can only specifiy 'rm' or 'strip' once per line."; 282 errstr = "Error: you can only specifiy 'rm' or 'strip' once per line."; 294 errstr = "Error: More than 2 paths per line."; 299 if (pcount == 0 && !errstr.empty()) { 300 errstr = "Error: No path found on line."; 303 if (!errstr.empty()) { 305 filename.c_str(), i+1, p, errstr.c_str());
|
/external/qemu/distrib/sdl-1.2.15/src/ |
SDL_error.c | 118 char *SDL_GetErrorMsg(char *errstr, unsigned int maxlen) 123 *errstr = '\0'; --maxlen; 129 char *msg = errstr; 183 return(errstr);
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
tst-regex2.c | 80 char errstr[300]; local 82 regerror (err, &rbuf, errstr, sizeof (errstr)); 83 puts (errstr);
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
Interpreter.cpp | 35 ExecutionEngine *Interpreter::create(Module *M, std::string* ErrStr) { 37 if (M->MaterializeAllPermanently(ErrStr))
|
/external/chromium_org/third_party/mesa/src/include/CL/ |
cl_ext.h | 81 extern void CL_API_ENTRY clLogMessagesToSystemLogAPPLE( const char * /* errstr */, 87 extern void CL_API_ENTRY clLogMessagesToStdoutAPPLE( const char * /* errstr */, 93 extern void CL_API_ENTRY clLogMessagesToStderrAPPLE( const char * /* errstr */,
|
/external/llvm/examples/Fibonacci/ |
fibonacci.cpp | 105 std::string errStr; 108 .setErrorStr(&errStr) 113 errs() << argv[0] << ": Failed to construct ExecutionEngine: " << errStr
|
/external/mesa3d/include/CL/ |
cl_ext.h | 81 extern void CL_API_ENTRY clLogMessagesToSystemLogAPPLE( const char * /* errstr */, 87 extern void CL_API_ENTRY clLogMessagesToStdoutAPPLE( const char * /* errstr */, 93 extern void CL_API_ENTRY clLogMessagesToStderrAPPLE( const char * /* errstr */,
|
/system/core/toolbox/grep/ |
grep.h | 48 #define getstr(n) errstr[n] 53 #define getstr(n) catgets(catalog, 1, n, errstr[n]) 56 extern const char *errstr[];
|
/sdk/find_java/ |
utils.h | 207 LPSTR errStr;
213 (LPSTR)&errStr, /* lpBuffer */
217 setf("[%d] %s", err, errStr);
219 setf("%s[%d] %s", message, err, errStr);
221 LocalFree(errStr);
|
/external/libpcap/ |
pcap-bpf.c | 373 char *errstr; local 376 if (odm_err_msg(odmerrno, &errstr) == -1) 377 errstr = "Unknown error"; 380 errstr); 385 if (odm_err_msg(odmerrno, &errstr) == -1) 386 errstr = "Unknown error"; 389 errstr); 399 char *errstr; local 402 if (odm_err_msg(odmerrno, &errstr) == -1) 403 errstr = "Unknown error" [all...] |
/external/chromium_org/third_party/openssl/openssl/apps/ |
openssl.c | 158 const char *errstr = NULL; local 164 errstr = "invalid mode"; 170 errstr = "type out of bounds"; 178 errstr = "already locked"; 190 errstr = "not locked"; 196 errstr = (rw == CRYPTO_READ) ? 205 errstr = "invalid mode"; 210 if (errstr) 214 errstr, mode, type, file, line);
|
errstr.c | 1 /* apps/errstr.c */ 122 printf("usage: errstr [-stats] <errno> ...\n");
|
/external/openssl/apps/ |
openssl.c | 158 const char *errstr = NULL; local 164 errstr = "invalid mode"; 170 errstr = "type out of bounds"; 178 errstr = "already locked"; 190 errstr = "not locked"; 196 errstr = (rw == CRYPTO_READ) ? 205 errstr = "invalid mode"; 210 if (errstr) 214 errstr, mode, type, file, line);
|
errstr.c | 1 /* apps/errstr.c */ 122 printf("usage: errstr [-stats] <errno> ...\n");
|
/external/valgrind/main/helgrind/ |
hg_errors.h | 66 void HG_(record_error_Misc_w_aux) ( Thread*, HChar* errstr, 68 void HG_(record_error_Misc) ( Thread* thr, HChar* errstr );
|
hg_errors.c | 332 HChar* errstr; /* persistent, in tool-arena */ member in struct:__anon29911::__anon29912::__anon29917 352 HChar* errstr; /* persistent, in tool-arena */ member in struct:__anon29911::__anon29912::__anon29919 645 Word err, HChar* errstr ) 650 tl_assert(errstr); 656 xe.XE.PthAPIerror.errstr = string_table_strdup(errstr); 664 void HG_(record_error_Misc_w_aux) ( Thread* thr, HChar* errstr, 669 tl_assert(errstr); 673 xe.XE.Misc.errstr = string_table_strdup(errstr); [all...] |
/external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/ |
SDL_dlcompat.c | 199 char errstr[ERR_STR_LEN]; member in struct:dlthread 288 err_str = tss->errstr; 779 const char *errstr; local 844 NSLinkEditError(&ler, &lerno, &file, &errstr); 845 if (!errstr || (!SDL_strlen(errstr))) 848 error(errstr); 870 NSLinkEditError(&ler, &lerno, &file, &errstr); 875 error(errstr); 1181 err_str = tss->errstr; [all...] |
/external/chromium_org/third_party/openssl/openssl/ |
Apps-config.mk | 49 apps/errstr.c \
|