HomeSort by relevance Sort by last modified time
    Searched refs:stdout (Results 801 - 825 of 2121) sorted by null

<<31323334353637383940>>

  /external/chromium_org/third_party/openssl/openssl/apps/
dh.c 80 * -out arg - output file - default stdout
212 BIO_set_fp(out,stdout,BIO_NOCLOSE);
252 BN_print(stdout,dh->p);
254 BN_print(stdout,dh->g);
dsa.c 80 * -out arg - output file - default stdout
295 BIO_set_fp(out,stdout,BIO_NOCLOSE);
322 fprintf(stdout,"Public Key=");
324 fprintf(stdout,"\n");
verify.c 277 fprintf(stdout,"%s: ",(file == NULL)?"stdin":file);
301 fprintf(stdout,"OK\n");
320 X509_NAME_print_ex_fp(stdout,
  /external/chromium_org/tools/
bisect_utils.py 78 sys.stdout.flush()
87 sys.stdout.flush()
351 stdout=subprocess.PIPE,
  /external/chromium_org/tools/telemetry/telemetry/core/chrome/
android_browser_finder.py 82 stdout=subprocess.PIPE,
85 stdout, _ = proc.communicate()
86 if re.search(re.escape('????????????\tno permissions'), stdout) != None:
  /external/chromium_org/tools/valgrind/
drmemory_analyze.py 138 sys.stdout.flush()
168 sys.stdout.flush()
175 sys.stdout.flush()
test_suppressions.py 29 line = line.replace("</span><span class=\"stdout\">", "")
55 pipe = subprocess.Popen(args, stdin=subprocess.PIPE, stdout=subprocess.PIPE)
56 stdout, _ = pipe.communicate()
57 demangled = stdout.split("\n")
  /external/e2fsprogs/debugfs/
util.c 86 return stdout;
94 return stdout;
100 if (stream && stream != stdout) pclose(stream);
  /external/e2fsprogs/tests/progs/
test_icount.c 228 retval = ext2fs_icount_validate(test_icount, stdout);
264 fflush(stdout);
266 setbuf(stdout, NULL);
  /external/icu4c/test/threadtest/
threadtest.cpp 454 fputc(c, stdout);
455 fflush(stdout);
489 fputc('C', stdout);
  /external/libvpx/libvpx/build/make/
gen_msvs_sln.sh 246 outfile=/dev/stdout
282 outfile=${outfile:-/dev/stdout}
283 mkoutfile=${mkoutfile:-/dev/stdout}
  /external/linux-tools-perf/
builtin-annotate.c 193 perf_session__fprintf_nr_events(session, stdout);
198 perf_session__fprintf(session, stdout);
201 perf_session__fprintf_dsos(session, stdout);
  /external/openssl/apps/
dh.c 80 * -out arg - output file - default stdout
212 BIO_set_fp(out,stdout,BIO_NOCLOSE);
252 BN_print(stdout,dh->p);
254 BN_print(stdout,dh->g);
dsa.c 80 * -out arg - output file - default stdout
295 BIO_set_fp(out,stdout,BIO_NOCLOSE);
322 fprintf(stdout,"Public Key=");
324 fprintf(stdout,"\n");
verify.c 277 fprintf(stdout,"%s: ",(file == NULL)?"stdin":file);
301 fprintf(stdout,"OK\n");
320 X509_NAME_print_ex_fp(stdout,
  /external/qemu/android/protocol/
core-commands-proxy.c 344 fprintf(stdout, "ui-core-control is now connected to the core at %s.",
348 fprintf(stdout, " Handshake: %s", handshake);
352 fprintf(stdout, "\n");
fb-updates-impl.c 237 fprintf(stdout, "framebuffer is now connected to the core at %s.",
241 fprintf(stdout, " Handshake: %s", handshake);
245 fprintf(stdout, "\n");
  /external/skia/tools/
submit_try 68 proc = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
94 proc = subprocess.Popen(cmd, stdout=subprocess.PIPE,
95 stderr=subprocess.STDOUT)
273 proc = subprocess.Popen(try_args, stdout=subprocess.PIPE,
274 stderr=subprocess.STDOUT)
  /external/srec/tools/dictTest/
dictTest.c 125 FILE* fout = stdout;
144 fout = stdout;
348 if(fout && fout != stdout)
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include-fixed/
stdio.h 226 #define stdout (&__sF[1]) macro
447 #define putchar(x) putc(x, stdout)
449 #define putchar_unlocked(c) putc_unlocked(c, stdout)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include-fixed/
stdio.h 205 #define stdout (&__sF[1]) macro
426 #define putchar(x) putc(x, stdout)
428 #define putchar_unlocked(c) putc_unlocked(c, stdout)
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include-fixed/
stdio.h 226 #define stdout (&__sF[1]) macro
447 #define putchar(x) putc(x, stdout)
449 #define putchar_unlocked(c) putc_unlocked(c, stdout)
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include-fixed/
stdio.h 205 #define stdout (&__sF[1]) macro
426 #define putchar(x) putc(x, stdout)
428 #define putchar_unlocked(c) putc_unlocked(c, stdout)
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include-fixed/
stdio.h 226 #define stdout (&__sF[1]) macro
447 #define putchar(x) putc(x, stdout)
449 #define putchar_unlocked(c) putc_unlocked(c, stdout)
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include-fixed/
stdio.h 205 #define stdout (&__sF[1]) macro
426 #define putchar(x) putc(x, stdout)
428 #define putchar_unlocked(c) putc_unlocked(c, stdout)

Completed in 1060 milliseconds

<<31323334353637383940>>