/external/openssl/crypto/bio/ |
bio_lcl.h | 6 #define UP_stdout stdout
|
/external/openssl/crypto/dh/ |
p192.c | 79 PEM_write_DHparams(stdout,dh);
|
/external/openssl/crypto/x509v3/ |
v3prin.c | 94 if(!X509V3_EXT_print_fp(stdout, ext, 0, 0)) ERR_print_errors_fp(stderr);
|
/external/oprofile/daemon/liblegacy/ |
opd_24_stats.c | 61 fflush(stdout);
|
/external/skia/tools/tests/ |
run.sh | 34 # If there are any differences, a description is written to stdout and 36 # Otherwise, we write nothing to stdout and return. 65 $COMMAND &>$ACTUAL_OUTPUT_DIR/stdout 122 $COMMAND &>$ACTUAL_OUTPUT_DIR/stdout 159 $COMMAND &>$ACTUAL_OUTPUT_DIR/stdout 180 $COMMAND &>$ACTUAL_OUTPUT_DIR/stdout 201 # - list filenames with each result type to stdout
|
/external/tcpdump/ |
print-ipcomp.c | 67 fputs("[|IPCOMP]", stdout);
|
/external/valgrind/main/drd/tests/ |
fp_race.c | 61 setlinebuf(stdout);
|
sem_as_mutex.c | 62 setlinebuf(stdout);
|
/external/valgrind/main/none/tests/ |
pth_blockedsig.c | 22 fprintf (stdout, "thread CHILD sending SIGUSR1 to thread MAIN\n");
|
/external/zlib/src/examples/ |
fitblk.c | 126 /* compress from stdin to fixed-size block on stdout */ 164 /* write block to stdout */ 166 if (fwrite(blk, 1, have, stdout) != have || ferror(stdout)) 217 /* done -- write block to stdout */ 219 if (fwrite(blk, 1, have, stdout) != have || ferror(stdout))
|
zpipe.c | 158 if (ferror(stdout)) 159 fputs("error writing stdout\n", stderr); 175 /* compress or decompress from stdin to stdout */ 182 SET_BINARY_MODE(stdout); 186 ret = def(stdin, stdout, Z_DEFAULT_COMPRESSION); 194 ret = inf(stdin, stdout);
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/ |
JPEGTestEnc.h | 106 #define PRINT(...) fprintf(stdout,__VA_ARGS__)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_quopri.py | 180 stdin=subprocess.PIPE, stdout=subprocess.PIPE) 181 self.addCleanup(process.stdout.close) 183 # On Windows, Python will output the result to stdout using 184 # CRLF, as the mode of stdout is text mode. To compare this 191 stdin=subprocess.PIPE, stdout=subprocess.PIPE) 192 self.addCleanup(process.stdout.close)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_quopri.py | 180 stdin=subprocess.PIPE, stdout=subprocess.PIPE) 181 self.addCleanup(process.stdout.close) 183 # On Windows, Python will output the result to stdout using 184 # CRLF, as the mode of stdout is text mode. To compare this 191 stdin=subprocess.PIPE, stdout=subprocess.PIPE) 192 self.addCleanup(process.stdout.close)
|
/system/core/toolbox/ |
ionice.c | 31 fprintf(stdout, "Pid %d, class %s (%d), prio %d\n", pid, classes[clazz], clazz, ioprio);
|
/system/extras/tests/include/ |
testUtil.h | 51 testPrint(stdout, __VA_ARGS__); \
|
/external/chromium_org/third_party/leveldatabase/src/doc/bench/ |
db_bench_tree_db.cc | 154 fprintf(stdout, "Keys: %d bytes each\n", kKeySize); 155 fprintf(stdout, "Values: %d bytes each (%d bytes after compression)\n", 158 fprintf(stdout, "Entries: %d\n", num_); 159 fprintf(stdout, "RawSize: %.1f MB (estimated)\n", 162 fprintf(stdout, "FileSize: %.1f MB (estimated)\n", 166 fprintf(stdout, "------------------------------------------------\n"); 171 fprintf(stdout, 176 fprintf(stdout, 270 fprintf(stdout, "%-12s : %11.3f micros/op;%s%s\n", 276 fprintf(stdout, "Microseconds per op:\n%s\n", hist_.ToString().c_str()) [all...] |
/external/chromium_org/third_party/opus/src/tests/ |
test_opus_decode.c | 76 fprintf(stdout," Starting %d decoders...\n",5*2); 84 fprintf(stdout," opus_decoder_create(%5d,%d) OK. Copy ",fs,c); 154 fprintf(stdout," dec[all] initial frame PLC OK.\n"); 210 fprintf(stdout," dec[all] all 2-byte prefix for length 3 and PLC, all modes (64) OK.\n"); 214 fprintf(stdout," Skipping many tests which fuzz the decoder as requested.\n"); 254 fprintf(stdout," dec[%3d] all 3-byte prefix for length 4, mode %2d OK.\n",t,cmodes[mode]); 272 fprintf(stdout," dec[%3d] all 3-byte prefix for length 4, mode %2d OK.\n",t,lmodes[mode]); 295 fprintf(stdout," dec[all] random packets, all modes (64), every 8th size from from %d bytes to maximum OK.\n",2+skip); 322 fprintf(stdout," dec[all] random packets, all mode pairs (4096), %d bytes/frame OK.\n",plen+1); 338 fprintf(stdout," dec[%3d] random packets, all mode pairs (4096)*10, %d bytes/frame OK.\n",t,plen+1) [all...] |
/external/linux-tools-perf/ |
builtin-report.c | 237 hists__fprintf_nr_sample_events(hists, evname, stdout); 238 hists__fprintf(hists, NULL, false, stdout); 239 fprintf(stdout, "\n\n"); 244 fprintf(stdout, "#\n# (%s)\n#\n", help); 248 perf_read_values_display(stdout, &show_threads_values, 303 perf_session__fprintf_nr_events(session, stdout); 308 perf_session__fprintf(session, stdout); 311 perf_session__fprintf_dsos(session, stdout); 525 sort_entry__setup_elide(&sort_dso, symbol_conf.dso_list, "dso", stdout); 526 sort_entry__setup_elide(&sort_comm, symbol_conf.comm_list, "comm", stdout); [all...] |
/development/scripts/ |
add-accounts | 35 proc = subprocess.Popen(args, stdout=subprocess.PIPE) 36 out = proc.stdout.read()
|
add-accounts-sdk | 35 proc = subprocess.Popen(args, stdout=subprocess.PIPE) 36 out = proc.stdout.read()
|
/external/chromium-trace/trace-viewer/build/ |
flatten.py | 57 sys.stdout.write(flatten_style_sheet_contents(args)) 59 sys.stdout.write(flatten_module_contents(args))
|
/external/chromium_org/chrome/test/functional/ |
chromeos_gsm_compliance.py | 23 stdout=sub.PIPE, shell=True).communicate() 47 shell=True, stdout=sub.PIPE).communicate()
|
/external/chromium_org/chrome/test/webdriver/test/ |
util.py | 91 process = subprocess.Popen(cmd, stdout=sys.stdout, stderr=sys.stderr, cwd=cwd)
|
/external/chromium_org/chrome_frame/ |
combine_libs.py | 24 stdout = subprocess.PIPE, 25 stderr = subprocess.STDOUT) 26 output = process.stdout.readlines()
|