HomeSort by relevance Sort by last modified time
    Searched refs:errstr (Results 1 - 25 of 27) sorted by null

1 2

  /external/llvm/utils/
importNLT.pl 15 $dbh = DBI->connect($connectionInfo,$userid,$passwd) or die DBI->errstr;
18 }) || die "Can't prepare statement: $DBI::errstr";;
30 ('$prog', STR_TO_DATE('$day $mon $year', '\%d \%M \%Y'), 'gccas', $gccas)") || die DBI->errstr;
35 ('$prog', STR_TO_DATE('$day $mon $year', '\%d \%M \%Y'), 'bytecode', $bc)") || die DBI->errstr;
40 ('$prog', STR_TO_DATE('$day $mon $year', '\%d \%M \%Y'), 'llc-compile', $llccompile)") || die DBI->errstr;
45 ('$prog', STR_TO_DATE('$day $mon $year', '\%d \%M \%Y'), 'llc-beta-compile', $llcbetacompile)") || die DBI->errstr;
50 ('$prog', STR_TO_DATE('$day $mon $year', '\%d \%M \%Y'), 'jit-compile', $jitcompile)") || die DBI->errstr;
55 ('$prog', STR_TO_DATE('$day $mon $year', '\%d \%M \%Y'), 'machine-code', $mc)") || die DBI->errstr;
60 ('$prog', STR_TO_DATE('$day $mon $year', '\%d \%M \%Y'), 'gcc', $gcc)") || die DBI->errstr;
65 ('$prog', STR_TO_DATE('$day $mon $year', '\%d \%M \%Y'), 'llc', $llc)") || die DBI->errstr;
    [all...]
plotNLT.pl 15 $dbh = DBI->connect($connectionInfo,$userid,$passwd) or die DBI->errstr;
39 my $sth = $dbh->prepare( $query) || die "Can't prepare statement: $DBI::errstr";;
41 my $rc = $sth->execute or die DBI->errstr;
webNLT.pl 27 $dbh = DBI->connect($connectionInfo,$userid,$passwd) or die DBI->errstr;
29 my $sth = $dbh->prepare($query) || die "Can't prepare statement: $DBI::errstr";
30 my $rc = $sth->execute or die DBI->errstr;
37 my $sth = $dbh->prepare($query) || die "Can't prepare statement: $DBI::errstr";
38 my $rc = $sth->execute or die DBI->errstr;
cgiplotNLT.pl 17 $dbh = DBI->connect($connectionInfo,$userid,$passwd) or die DBI->errstr;
53 my $sth = $dbh->prepare( $query) || die "Can't prepare statement: $DBI::errstr";;
55 my $rc = $sth->execute or die DBI->errstr;
  /external/qemu/distrib/sdl-1.2.12/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/valgrind/main/helgrind/
hg_errors.h 62 void HG_(record_error_Misc_w_aux) ( Thread*, HChar* errstr,
64 void HG_(record_error_Misc) ( Thread* thr, HChar* errstr );
hg_errors.c 215 HChar* errstr; /* persistent, in tool-arena */ member in struct:__anon12682::__anon12683::__anon12688
226 HChar* errstr; /* persistent, in tool-arena */ member in struct:__anon12682::__anon12683::__anon12690
493 Word err, HChar* errstr )
498 tl_assert(errstr);
504 xe.XE.PthAPIerror.errstr = string_table_strdup(errstr);
512 void HG_(record_error_Misc_w_aux) ( Thread* thr, HChar* errstr,
517 tl_assert(errstr);
521 xe.XE.Misc.errstr = string_table_strdup(errstr);
    [all...]
hg_main.c 2021 HChar* errstr = "Attempt to re-lock a " local
    [all...]
  /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/openssl/apps/
openssl.c 155 const char *errstr = NULL; local
161 errstr = "invalid mode";
167 errstr = "type out of bounds";
175 errstr = "already locked";
187 errstr = "not locked";
193 errstr = (rw == CRYPTO_READ) ?
202 errstr = "invalid mode";
207 if (errstr)
211 errstr, mode, type, file, line);
Android.mk 22 errstr.c \
  /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/openssl/patches/
apps_Android.mk 22 errstr.c \
  /external/qemu/distrib/sdl-1.2.12/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...]
  /frameworks/base/tools/aidl/
aidl_language_y.y 7 int yyerror(char* errstr);
265 int yyerror(char* errstr)
267 fprintf(stderr, "%s:%d: %s\n", g_currentFilename, yylineno, errstr);
  /hardware/ti/omap3/dspbridge/inc/
dynamic_loader.h 321 * errstr pointer to an error string
330 const char *errstr, va_list args);
  /external/openssl/ssl/
ssltest.c 371 const char *errstr = NULL; local
377 errstr = "invalid mode";
383 errstr = "type out of bounds";
391 errstr = "already locked";
403 errstr = "not locked";
409 errstr = (rw == CRYPTO_READ) ?
418 errstr = "invalid mode";
423 if (errstr)
427 errstr, mode, type, file, line);
    [all...]
  /external/dnsmasq/src/
tftp.c 501 char *errstr = strerror(errno); local
505 ret += (snprintf(mess->message, 500, message, file, errstr) + 1);
  /external/valgrind/main/exp-ptrcheck/
pc_common.c 785 Char* errstr = VG_(get_error_string)(err); local
786 tl_assert(errstr);
787 VG_(snprintf)(buf, nBuf-1, "%s", errstr);
  /bionic/linker/
linker.c 132 char errstr[] = "ERROR: " #name " called from the dynamic linker!\n"; \
133 write(2, errstr, sizeof(errstr)); \
    [all...]
  /external/llvm/lib/VMCore/
PassManager.cpp     [all...]
  /external/valgrind/main/memcheck/
mc_errors.c 1542 Char* errstr = VG_(get_error_string)(err); local
    [all...]
  /external/javasqlite/src/main/native/
sqlite_jni.c 2037 transstr errstr; local
    [all...]
  /external/libpng/
ltmain.sh     [all...]

Completed in 417 milliseconds

1 2