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

1 2

  /external/valgrind/main/coregrind/
link_tool_exe_darwin.in 113 my $outname = "";
117 if ($str eq "-o" && $outname eq "") {
118 $outname = $ARGV[$n + 1];
123 if ($outname eq "");
154 $cmd = "$cmd -o $outname";
186 $cmd = "$cmd $stack_addr_str $stack_size_str $outname";
  /external/zlib/src/examples/
gun.c 540 inname is NULL or an empty string, read from stdin. If outname is NULL or
543 outname.
548 local int gunzip(z_stream *strm, char *inname, char *outname, int test)
567 else if (outname == NULL || *outname == 0) {
568 outname = "-";
572 outfile = open(outname, O_CREAT | O_TRUNC | O_WRONLY, 0666);
575 fprintf(stderr, "gun cannot create %s\n", outname);
591 copymeta(inname, outname); /* copy attributes */
599 if (outfile > 2) unlink(outname);
634 char *outname; local
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g711/test/
testG711.cc 42 char inname[80], outname[40], bitname[40]; local
95 sscanf(argv[4], "%s", outname);
108 if ((outp = fopen(outname, "wb")) == NULL) {
109 printf(" G.711: Cannot write file %s.\n", outname);
112 printf("\nInput: %s\nOutput: %s\n", inname, outname);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/test/
testG722.cc 48 char inname[60], outbit[40], outname[40]; local
90 sscanf(argv[4], "%s", outname);
100 if ((outp = fopen(outname,"wb")) == NULL) {
101 printf(" G.722: Cannot write file %s.\n", outname);
104 printf("\nInput:%s\nOutput bitstream:%s\nOutput:%s\n", inname, outbit, outname);
  /external/bison/src/
scan-skel.l 62 char *outname = NULL;
79 "@ofile@" QPUTS (outname);
95 if (outname)
97 free (outname);
127 &outname, &out_lineno);
  /external/chromium_org/v8/tools/
android-run.py 50 (fd_out, outname) = tempfile.mkstemp()
61 output = file(outname).read()
63 os.unlink(outname)
nacl-run.py 45 (fd_out, outname) = tempfile.mkstemp()
56 output = file(outname).read()
58 os.unlink(outname)
  /external/chromium_org/v8/tools/testrunner/local/
commands.py 133 (fd_out, outname) = tempfile.mkstemp()
147 out = file(outname).read()
149 CheckedUnlink(outname)
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/
simpleKenny.c 56 char outname[500]; local
165 sscanf(argv[2], "%s", outname);
228 if ((outp = fopen(outname,"wb")) == NULL) {
229 printf(" iSAC: Cannot write file %s.\n", outname);
234 _splitpath(outname, outDrive, outPath, outPrefix, outSuffix);
243 printf("Output................... %s\n", outname);
584 strcpy(newOutName, outname);
602 rename(outname, newOutName);
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
normal_test.h 68 VCMNTDecodeCompleCallback(std::string outname): // or should it get a name?
70 _outname(outname),
mt_rx_tx_test.cc 105 std::string outname; local
107 outname = test::OutputPath() + "MTRxTxTest_decoded.yuv";
109 outname = args.outputFile;
143 if ((decodedFile = fopen(outname.c_str(), "wb")) == NULL)
145 printf("Cannot read file %s.\n", outname.c_str());
  /bootable/recovery/applypatch/
applypatch.c 817 char* outname; local
923 outname = NULL;
939 outname = (char*)malloc(strlen(target_filename) + 10);
940 strcpy(outname, target_filename);
941 strcat(outname, ".patch");
943 output = open(outname, O_WRONLY | O_CREAT | O_TRUNC | O_SYNC,
947 outname, strerror(errno));
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/
test_iSACfixfloat.c 93 char inname[50], outname[50], bottleneck_file[50], bitfilename[60], bitending[10]="_bits.pcm"; local
271 sscanf(argv[argc-1], "%s", outname);
277 if ((outp = fopen(outname,"wb")) == NULL) {
278 printf(" iSAC: Cannot write file %s.\n", outname);
281 printf("\nInput:%s\nOutput:%s\n", inname, outname);
284 while (outname[i]!='\0') {
285 bitfilename[i]=outname[i];
kenny.cc 97 char inname[100], outname[100], outbitsname[100], bottleneck_file[100]; local
410 sscanf(argv[argc-1], "%s", outname);
413 while ((int)outname[h] != 0) {
414 outbitsname[h] = outname[h];
425 if ((outp = fopen(outname,"wb")) == NULL) {
426 printf(" iSAC: Cannot write file %s\n", outname);
434 printf("\nInput:%s\nOutput:%s\n\n", inname, outname);
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
test_iSACfixfloat.c 93 char inname[50], outname[50], bottleneck_file[50], bitfilename[60], bitending[10]="_bits.pcm"; local
271 sscanf(argv[argc-1], "%s", outname);
277 if ((outp = fopen(outname,"wb")) == NULL) {
278 printf(" iSAC: Cannot write file %s.\n", outname);
281 printf("\nInput:%s\nOutput:%s\n", inname, outname);
284 while (outname[i]!='\0') {
285 bitfilename[i]=outname[i];
kenny.c 96 char inname[100], outname[100], outbitsname[100], bottleneck_file[100]; local
419 sscanf(argv[argc-1], "%s", outname);
422 while ((int)outname[h] != 0) {
423 outbitsname[h] = outname[h];
434 if ((outp = fopen(outname,"wb")) == NULL) {
435 printf(" iSAC: Cannot write file %s\n", outname);
443 printf("\nInput:%s\nOutput:%s\n\n", inname, outname);
  /external/libpng/contrib/gregbook/
wpng.c 163 char *inname = NULL, outname[256]; local
364 /* make outname from inname */
368 strcpy(outname, inname);
369 strcpy(outname+len, ".png");
372 strncpy(outname, inname, len);
373 strcpy(outname+len, ".png");
375 /* check if outname already exists; if not, open */
376 if ((wpng_info.outfile = fopen(outname, "rb")) != NULL) {
378 outname);
381 } else if (!(wpng_info.outfile = fopen(outname, "wb")))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
libiberty.h 407 OUTNAME, or, if OUTNAME is NULL, to standard output of caller. Do
416 /* OUTNAME is a suffix. */
458 OUTNAME Sets the output file name as follows:
460 PEX_SUFFIX set (OUTNAME may not be NULL):
463 and OUTNAME.
466 OUTNAME.
468 OUTNAME not NULL:
469 Output file name is OUTNAME.
470 OUTNAME NULL, TEMPBASE not NULL
    [all...]
  /external/libpng/
pngtest.c 829 test_one_file(PNG_CONST char *inname, PNG_CONST char *outname)
861 if ((fpout = fopen(outname, "wb")) == NULL)
863 fprintf(STDERR, "Could not open output file %s\n", outname);
910 fprintf(STDERR, "%s -> %s: libpng read error\n", inname, outname);
928 fprintf(STDERR, "%s -> %s: libpng write error\n", inname, outname);
1689 static PNG_CONST char *outname = "pngout\/png"; variable
1692 static PNG_CONST char *outname = "pngout.png"; variable
    [all...]
  /external/cmockery/cmockery_0_1_2/
depcomp 226 outname="$stripped.o"
230 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
231 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
  /external/genext2fs/
depcomp 226 outname="$stripped.o"
230 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
231 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
  /external/libogg/
depcomp 226 outname="$stripped.o"
230 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
231 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
  /external/libusb/
depcomp 240 outname="$stripped.o"
244 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
245 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
  /external/libvorbis/
depcomp 226 outname="$stripped.o"
230 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
231 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
  /hardware/intel/img/libdrm/
depcomp 240 outname="$stripped.o"
244 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
245 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"

Completed in 1621 milliseconds

1 2