/dalvik/libdex/ |
CmdUtils.h | 71 const char* outFileName, bool quiet);
|
CmdUtils.cpp | 39 const char* outFileName, bool quiet) 57 fd = open(outFileName, O_WRONLY | O_CREAT | O_EXCL, 0600); 60 outFileName, strerror(errno)); 88 unlink(outFileName);
|
/build/tools/zipalign/ |
ZipAlign.cpp | 100 static int process(const char* inFileName, const char* outFileName, 106 // alignment, inFileName, outFileName, force); 109 if (strcmp(inFileName, outFileName) == 0) { 115 if (!force && access(outFileName, F_OK) == 0) { 116 fprintf(stderr, "Output file '%s' exists\n", outFileName); 124 if (zout.open(outFileName, 128 fprintf(stderr, "Unable to open '%s' as zip archive\n", outFileName); 135 inFileName, 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')
|
/external/chromium_org/third_party/icu/source/tools/genctd/ |
genctd.cpp | 130 const char *outFileName; 156 outFileName = options[3].value; 179 sprintf(msg, "genctd writes dummy %s because of UCONFIG_NO_BREAK_ITERATION and/or UCONFIG_NO_FILE_IO, see uconfig.h", outFileName); 183 pData = udata_create(outDir, NULL, outFileName, &dummyDataInfo, NULL, &status); 214 sprintf(msg, "%s not found, genctd writes dummy %s", wordFileName, outFileName); 411 pData = udata_create(outDir, NULL, outFileName, &(dh.info), copyright, &status); 414 outFileName, u_errorName(status)); 429 fprintf(stderr, "Error writing to output 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...] |
/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/icu4c/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/icu4c/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/icu4c/tools/gendict/ |
gendict.cpp | 63 static void install_watchdog(const char *toolName, const char *outFileName) { 65 wOutname=outFileName; 301 const char *outFileName = argv[2]; 305 install_watchdog(progName, outFileName); 336 sprintf(msg, "gendict writes dummy %s because of UCONFIG_NO_BREAK_ITERATION and/or UCONFIG_NO_FILE_IO, see uconfig.h", outFileName); 340 pData = udata_create(outDir, NULL, outFileName, &dataInfo, NULL, &tempstatus); 442 UNewDataMemory *pData = udata_create(NULL, NULL, outFileName, &dataInfo, copyright, status); 444 fprintf(stderr, "gendict: could not open output file \"%s\", \"%s\"\n", outFileName, status.errorName()); 472 fprintf(stderr, "Error writing to output file \"%s\"\n", outFileName); 476 printf("%s: done writing\t%s (%ds).\n", progName, outFileName, elapsedTime()) [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
DecTestBench.c | 108 char outFileName[256] = ""; 152 strcpy(outFileName, argv[i]+2); 278 if (outFileName[0] == 0) 279 sprintf(outFileName, "out_w%dh%d.yuv", 344 WriteOutput(outFileName, tmpImage, picSize); 348 WriteOutput(outFileName, imageData, picSize); 403 WriteOutput(outFileName, tmpImage, picSize); 407 WriteOutput(outFileName, imageData, picSize); 421 DEBUG(("Output file: %s\n", outFileName));
|
TestBenchMultipleInstance.c | 51 char outFileName[256]; 73 char outFileName[256] = "out.yuv"; 113 strcpy(outFileName, argv[i]+2); 172 if (strcmp(outFileName, "none") != 0) 177 sprintf(decoder[i]->outFileName, "%s%i", outFileName, i); 178 decoder[i]->foutput = fopen(decoder[i]->outFileName, "wb");
|
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/ |
compile_frontend.py | 562 def unclosure_injected_script(sourceFileName, outFileName): 576 outFileName = open(outFileName, "w") 577 outFileName.write(source) 578 outFileName.close()
|
/frameworks/base/media/java/android/media/videoeditor/ |
OverlayFrame.java | 428 String outFileName = ((OverlayFrame)overlay).getFilename(); 433 if (outFileName != null) { 434 new File(outFileName).delete(); 437 final FileOutputStream fl = new FileOutputStream(outFileName);
|
/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/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/ |
VideoEditorExportTest.java | 105 final String outFilename = mVideoEditorHelper 150 mVideoEditor.export(outFilename, MediaProperties.HEIGHT_720, 153 public void onProgress(VideoEditor ve, String outFileName, 166 mVideoEditorHelper.validateExport(mVideoEditor, outFilename, 169 mVideoEditorHelper.checkDeleteExistingFile(outFilename); 186 final String outFilename = mVideoEditorHelper 275 mVideoEditor.export(outFilename, MediaProperties.HEIGHT_720, 278 public void onProgress(VideoEditor ve, String outFileName, 293 mVideoEditorHelper.validateExport(mVideoEditor, outFilename, 296 mVideoEditorHelper.checkDeleteExistingFile(outFilename); [all...] |
/external/chromium_org/third_party/icu/source/tools/makeconv/ |
makeconv.c | 197 char outFileName[UCNV_MAX_FULL_FILE_NAME_LENGTH]; 265 uprv_strcpy(outFileName, destdir); 267 outBasename = outFileName + destdirlen; 274 outBasename = outFileName; 313 uprv_strcpy(outFileName, arg); 340 fprintf(stderr, "Error creating converter for \"%s\" file for \"%s\" (%s)\n", outFileName, arg, 393 fprintf(stderr, "Error writing \"%s\" file for \"%s\" (%s)\n", outFileName, arg,
|
/external/icu4c/tools/makeconv/ |
makeconv.c | 197 char outFileName[UCNV_MAX_FULL_FILE_NAME_LENGTH]; 265 uprv_strcpy(outFileName, destdir); 267 outBasename = outFileName + destdirlen; 274 outBasename = outFileName; 313 uprv_strcpy(outFileName, arg); 340 fprintf(stderr, "Error creating converter for \"%s\" file for \"%s\" (%s)\n", outFileName, arg, 393 fprintf(stderr, "Error writing \"%s\" file for \"%s\" (%s)\n", outFileName, arg,
|
/external/chromium_org/third_party/icu/source/tools/gendraft/ |
genheaders.pl | 106 my $outFileName = $outfile; 117 printHeader($outFH, $outFileName, $headerDef, $symbolDef);
|
/external/icu4c/tools/gendraft/ |
genheaders.pl | 106 my $outFileName = $outfile; 117 printHeader($outFH, $outFileName, $headerDef, $symbolDef);
|
/external/emma/core/java12/com/vladium/emma/report/ |
ReportProperties.java | 255 final String outFileName = getReportProperty (properties, type, IReportProperties.OUT_FILE, false); 259 if (outFileName != null) 261 final File fullOutFile = Files.newFile (outDirName, outFileName);
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
PackageManagerTests.java | 581 InstallParams(String outFileName, int rawResId) { 582 this.pkg = getParsedPackage(outFileName, rawResId); 693 private PackageParser.Package getParsedPackage(String outFileName, int rawResId) { 696 File outFile = new File(filesDir, outFileName); 746 private InstallParams installFromRawResource(String outFileName, int rawResId, int flags, 748 InstallParams ip = new InstallParams(outFileName, rawResId); [all...] |
/external/chromium_org/third_party/icu/source/tools/genrb/ |
wrtxml.cpp | 997 const char* language, const char* outFileName, UErrorCode *status) { 1084 if(outFileName) { 1085 outputFileName = (char *)uprv_malloc(sizeof(char)*uprv_strlen(outFileName) + 1); 1086 uprv_memset(outputFileName, 0, sizeof(char)*uprv_strlen(outFileName) + 1); 1087 uprv_strcpy(outputFileName,outFileName); [all...] |