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

1 2 3

  /external/srec/tools/make_g2g/
make_g2g.c 51 LCHAR outFilename[P_PATH_MAX];
85 rc = ESR_CommandLineGetValue(argc, (const char **)argv, L("out"), outFilename, &len);
97 if (base==NULL || (LSTRCMP(outFilename, L(""))==0 ))
103 /* setup the default outfilename if not already set */
104 if (!outFilename[0])
106 LSTRCPY(outFilename,base);
108 p = LSTRCHR(outFilename,L(','));
110 LSTRCAT(outFilename,L(".g2g"));
116 LFPRINTF(stdout,"Saving grammar as binary image %s...\n",outFilename);
117 CHKLOG(rc, SR_GrammarSave(grammar, outFilename));
    [all...]
  /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/chromium_org/third_party/icu/source/tools/toolutil/
pkg_icu.h 15 writePackageDatFile(const char *outFilename, const char *outComment,
  /external/icu/icu4c/source/tools/toolutil/
pkg_icu.h 15 writePackageDatFile(const char *outFilename, const char *outComment,
  /external/chromium_org/third_party/brotli/src/woff2/
woff2_compress.cc 32 string outfilename = filename.substr(0, filename.find_last_of(".")) + ".woff2"; local
34 filename.c_str(), outfilename.c_str());
49 woff2::SetFileContents(outfilename, output);
woff2_decompress.cc 33 string outfilename = filename.substr(0, filename.find_last_of(".")) + ".ttf"; local
35 filename.c_str(), outfilename.c_str());
50 woff2::SetFileContents(outfilename, output);
  /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 107 static int process(const char* inFileName, const char* outFileName,
113 // alignment, inFileName, outFileName, force);
116 if (strcmp(inFileName, outFileName) == 0) {
122 if (!force && access(outFileName, F_OK) == 0) {
123 fprintf(stderr, "Output file '%s' exists\n", outFileName);
131 if (zout.open(outFileName,
135 fprintf(stderr, "Unable to open '%s' as zip archive\n", outFileName);
142 inFileName, outFileName);
  /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);
  /external/chromium_org/third_party/icu/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/chromium_org/third_party/icu/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/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/chromium_org/third_party/icu/source/tools/gendict/
gendict.cpp 64 static void install_watchdog(const char *toolName, const char *outFileName) {
66 wOutname=outFileName;
299 const char *outFileName = argv[2];
304 install_watchdog(progName, outFileName);
335 sprintf(msg, "gendict writes dummy %s because of UCONFIG_NO_BREAK_ITERATION and/or UCONFIG_NO_FILE_IO, see uconfig.h", outFileName);
339 pData = udata_create(outDir, NULL, outFileName, &dataInfo, NULL, &tempstatus);
451 UNewDataMemory *pData = udata_create(NULL, NULL, outFileName, &dataInfo, copyright, status);
453 fprintf(stderr, "gendict: could not open output file \"%s\", \"%s\"\n", outFileName, status.errorName());
481 fprintf(stderr, "Error writing to output file \"%s\"\n", outFileName);
485 printf("%s: done writing\t%s (%ds).\n", progName, outFileName, elapsedTime())
    [all...]
  /external/icu/icu4c/source/tools/gendict/
gendict.cpp 64 static void install_watchdog(const char *toolName, const char *outFileName) {
66 wOutname=outFileName;
299 const char *outFileName = argv[2];
304 install_watchdog(progName, outFileName);
335 sprintf(msg, "gendict writes dummy %s because of UCONFIG_NO_BREAK_ITERATION and/or UCONFIG_NO_FILE_IO, see uconfig.h", outFileName);
339 pData = udata_create(outDir, NULL, outFileName, &dataInfo, NULL, &tempstatus);
451 UNewDataMemory *pData = udata_create(NULL, NULL, outFileName, &dataInfo, copyright, status);
453 fprintf(stderr, "gendict: could not open output file \"%s\", \"%s\"\n", outFileName, status.errorName());
481 fprintf(stderr, "Error writing to output file \"%s\"\n", outFileName);
485 printf("%s: done writing\t%s (%ds).\n", progName, outFileName, elapsedTime())
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
benchmark.cc 100 std::string outFileName;
103 outFileName = (*it)->GetFilePath() + "/" + (*it)->GetName() + "_" +
106 _target = new const VideoSource(outFileName, size[i], frameRate[j]);
108 if (VideoSource::FileExists(outFileName.c_str()))
110 _inname = outFileName;
  /external/checkpolicy/test/
dispol.c 398 char ans[81], OutfileName[121];
517 fgets(OutfileName, sizeof(OutfileName), stdin);
518 OutfileName[strlen(OutfileName) - 1] = '\0'; /* fix_string (remove LF) */
519 if (strlen(OutfileName) == 0)
521 else if ((out_fp = fopen(OutfileName, "w")) == NULL) {
523 OutfileName);
527 printf("\nOutput to file: %s\n", OutfileName);
  /external/chromium_org/third_party/libjpeg_turbo/
jpegtran.c 42 static char * outfilename; /* for -outfile switch */ variable
139 outfilename = NULL;
156 outfilename = NULL; /* -outfile applies to just one input file */
261 outfilename = argv[argn]; /* save it away for later use */
419 if (outfilename == NULL) {
425 outfilename = argv[file_index+1];
505 if (outfilename != NULL) {
506 if ((fp = fopen(outfilename, WRITE_BINARY)) == NULL) {
507 fprintf(stderr, "%s: can't open %s for writing\n", progname, 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);
  /external/qemu/distrib/jpeg-6b/
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);
  /external/srec/tools/dictTest/
dictTest.c 115 LCHAR outfilename[MAX_LINE_LENGTH]; local
148 *outfilename = 0;
171 LSTRCPY(outfilename, argv[++i]);
285 if (*outfilename) /* output file */
287 if ((fout = fopen(outfilename,"w")) == NULL)
289 LPRINTF("Could not open 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...]

Completed in 2228 milliseconds

1 2 3