HomeSort by relevance Sort by last modified time
    Searched full:outfilename (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/zopfli/src/zopfli/
zopfli_bin.c 80 outfilename: filename to write output to, or 0 to write to stdout instead
85 const char* outfilename) {
98 if (outfilename) {
99 SaveFile(outfilename, out, outsize);
177 char* outfilename; local
180 outfilename = 0;
182 outfilename = AddStrings(filename, ".gz");
184 outfilename = AddStrings(filename, ".zlib");
187 outfilename = AddStrings(filename, ".deflate");
189 if (options.verbose && outfilename) {
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
pkg_icu.h 15 writePackageDatFile(const char *outFilename, const char *outComment,
pkg_genc.c 56 getOutFilename(const char *inFilename, const char *destdir, char *outFilename, char *entryName, const char *newSuffix, const char *optFilename);
588 getOutFilename(const char *inFilename, const char *destdir, char *outFilename, char *entryName, const char *newSuffix, const char *optFilename) {
594 *outFilename++=*destdir++;
596 if(*(outFilename-1)!=U_FILE_SEP_CHAR) {
597 *outFilename++=U_FILE_SEP_CHAR;
602 *outFilename++=*inFilename++;
610 uprv_strcpy(outFilename, optFilename);
612 uprv_strcpy(outFilename, inFilename);
614 uprv_strcat(outFilename, newSuffix);
616 char *saveOutFilename = outFilename;
    [all...]
  /external/openssh/
fixprogs 29 $outfilename=$infilename.".out";
30 if (!open(OUT, ">$outfilename")) {
31 die("Couldn't open output file $outfilename");
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
Compress.java 56 final String outFilename = mArgs.length >= 2 ? mArgs[1] : STDIN_OR_STDOUT;
60 getFileOutputStreamOrStdOut(outFilename))
85 final String outFilename = mArgs.length >= 2 ? mArgs[1] : STDIN_OR_STDOUT;
89 final OutputStream output = getFileOutputStreamOrStdOut(outFilename)
Dicttool.java 53 protected static OutputStream getFileOutputStreamOrStdOut(final String outFilename)
55 if (STDIN_OR_STDOUT.equals(outFilename)) {
58 return getFileOutputStream(new File(outFilename));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
token.py 92 outFileName = "Lib/token.py"
94 outFileName = args[1]
116 fp = open(outFileName)
133 fp = open(outFileName, 'w')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
token.py 92 outFileName = "Lib/token.py"
94 outFileName = args[1]
116 fp = open(outFileName)
133 fp = open(outFileName, 'w')
  /build/tools/zipalign/
ZipAlign.cpp 128 static int process(const char* inFileName, const char* outFileName,
134 // alignment, inFileName, outFileName, force);
137 if (strcmp(inFileName, outFileName) == 0) {
143 if (!force && access(outFileName, F_OK) == 0) {
144 fprintf(stderr, "Output file '%s' exists\n", outFileName);
152 if (zout.open(outFileName,
156 fprintf(stderr, "Unable to open '%s' as zip archive\n", outFileName);
163 inFileName, outFileName);
  /external/sonic/
main.c 76 char *inFileName, *outFileName;
124 outFileName = argv[xArg + 1];
129 outFile = openOutputWaveFile(outFileName, sampleRate, numChannels);
  /dalvik/libdex/
CmdUtils.cpp 39 const char* outFileName, bool quiet)
57 fd = open(outFileName, O_RDWR | O_CREAT | O_EXCL, 0600);
60 outFileName, strerror(errno));
87 unlink(outFileName);
CmdUtils.h 71 const char* outFileName, bool quiet);
  /external/icu/icu4c/source/tools/genbrk/
genbrk.cpp 129 const char *outFileName;
156 outFileName = options[4].value;
178 sprintf(msg, "genbrk writes dummy %s because of UCONFIG_NO_BREAK_ITERATION and/or UCONFIG_NO_FILE_IO, see uconfig.h", outFileName);
182 pData = udata_create(outDir, NULL, outFileName, &dummyDataInfo, NULL, &status);
313 pData = udata_create(outDir, NULL, outFileName, &(dh.info), copyright, &status);
316 outFileName, u_errorName(status));
331 fprintf(stderr, "Error writing to output file \"%s\"\n", outFileName);
  /external/icu/icu4c/source/tools/gencfu/
gencfu.cpp 133 const char *outFileName;
161 outFileName = options[5].value;
186 sprintf(msg, "gencfu writes dummy %s because of UCONFIG_NO_REGULAR_EXPRESSIONS and/or UCONFIG_NO_NORMALIZATION and/or UCONFIG_NO_FILE_IO, see uconfig.h", outFileName);
190 pData = udata_create(outDir, NULL, outFileName, &dummyDataInfo, NULL, &status);
266 pData = udata_create(outDir, NULL, outFileName, &(dh.info), copyright, &status);
269 outFileName, u_errorName(status));
284 fprintf(stderr, "gencfu: Error writing to output file \"%s\"\n", outFileName);
  /external/jpeg/
jpegtran.c 39 static char * outfilename; /* for -outfile switch */ variable
132 outfilename = NULL;
146 outfilename = NULL; /* -outfile applies to just one input file */
234 outfilename = argv[argn]; /* save it away for later use */
385 if (outfilename == NULL) {
391 outfilename = argv[file_index+1];
419 if (outfilename != NULL) {
420 if ((output_file = fopen(outfilename, WRITE_BINARY)) == NULL) {
421 fprintf(stderr, "%s: can't open %s\n", progname, outfilename);
cjpeg.c 137 static char * outfilename; /* for -outfile switch */ variable
230 outfilename = NULL;
240 outfilename = NULL; /* -outfile applies to just one input file */
317 outfilename = argv[argn]; /* save it away for later use */
515 if (outfilename == NULL) {
521 outfilename = argv[file_index+1];
549 if (outfilename != NULL) {
550 if ((output_file = fopen(outfilename, WRITE_BINARY)) == NULL) {
551 fprintf(stderr, "%s: can't open %s\n", progname, outfilename);
djpeg.c 86 static char * outfilename; /* for -outfile switch */ variable
178 outfilename = NULL;
188 outfilename = NULL; /* -outfile applies to just one input file */
315 outfilename = argv[argn]; /* save it away for later use */
480 if (outfilename == NULL) {
486 outfilename = argv[file_index+1];
514 if (outfilename != NULL) {
515 if ((output_file = fopen(outfilename, WRITE_BINARY)) == NULL) {
516 fprintf(stderr, "%s: can't open %s\n", progname, outfilename);
  /external/selinux/checkpolicy/test/
dispol.c 424 char ans[81], OutfileName[121];
555 if (fgets(OutfileName, sizeof(OutfileName), stdin) == NULL) {
560 OutfileName[strlen(OutfileName) - 1] = '\0'; /* fix_string (remove LF) */
561 if (strlen(OutfileName) == 0)
563 else if ((out_fp = fopen(OutfileName, "w")) == NULL) {
565 OutfileName);
569 printf("\nOutput to file: %s\n", OutfileName);
dismod.c 845 char ans[81], OutfileName[121];
964 if (fgets(OutfileName, sizeof(OutfileName), stdin) == NULL) {
969 OutfileName[strlen(OutfileName) - 1] = '\0'; /* fix_string (remove LF) */
970 if (strlen(OutfileName) == 0)
972 else if ((out_fp = fopen(OutfileName, "w")) == NULL) {
974 OutfileName);
978 printf("\nOutput to file: %s\n", OutfileName);
  /external/bzip2/
bzip2recover.c 63 Char outFileName[BZ_MAX_FILENAME];
313 inFileName[0] = outFileName[0] = 0;
470 outFileName[k] = 0;
471 strcpy (outFileName, inFileName);
472 split = strrchr (outFileName, BZ_SPLIT_SYM);
474 split = outFileName;
479 ofs = split - outFileName;
482 strcat (outFileName, inFileName + ofs);
484 if ( !endsInBz2(outFileName)) strcat ( outFileName, ".bz2" )
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/
AAC_E_SAMPLES.c 157 const char *outfileName = NULL;
159 returnCode = parsecmdline(argc,argv, &infileName, &outfileName, &aacpara);
176 outfile = fopen(outfileName, "wb");
  /external/icu/icu4c/source/tools/icupkg/
icupkg.cpp 61 "\tinfilename [outfilename]\n",
84 "outfilename) for a non-package ICU data file.\n"
255 const char *pname, *sourcePath, *destPath, *inFilename, *outFilename, *outComment;
334 outFilename=argv[2];
339 outFilename=NULL;
341 outFilename=inFilename;
398 pkg->extractItem(destPath, outFilename, 0, outType);
511 if(outFilename==NULL || outFilename[0]==0) {
532 outFilename=outFilenameBuffer
    [all...]
  /external/icu/icu4c/source/tools/gendict/
gendict.cpp 263 const char *outFileName = argv[2];
297 sprintf(msg, "gendict writes dummy %s because of UCONFIG_NO_BREAK_ITERATION and/or UCONFIG_NO_FILE_IO, see uconfig.h", outFileName);
301 pData = udata_create(outDir, NULL, outFileName, &dataInfo, NULL, &tempstatus);
413 UNewDataMemory *pData = udata_create(NULL, NULL, outFileName, &dataInfo, copyright, status);
415 fprintf(stderr, "gendict: could not open output file \"%s\", \"%s\"\n", outFileName, status.errorName());
443 fprintf(stderr, "Error writing to output file \"%s\"\n", outFileName);
447 printf("%s: done writing\t%s (%ds).\n", progName, outFileName, elapsedTime());
  /frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/
AMRWB_E_SAMPLE.c 266 char *outFileName = NULL;
345 outFileName = argv[arg];
357 r = encode(mode, allow_dtx, frameType, inFileName, outFileName);
  /frameworks/compile/slang/
slang_rs_reflect_utils.cpp 343 const string &outFileName,
348 printf("Generating %s\n", outFileName.c_str());
360 std::string FilePath = JoinPath(outDirectory, outFileName);
365 fprintf(stderr, "Error: could not write file %s\n", outFileName.c_str());

Completed in 640 milliseconds

1 2 3