/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/icu4c/tools/toolutil/ |
pkg_icu.h | 15 writePackageDatFile(const char *outFilename, const char *outComment,
|
pkg_icu.cpp | 152 writePackageDatFile(const char *outFilename, const char *outComment, const char *sourcePath, const char *addList, Package *pkg, char outType) { 173 pkg->writePackage(outFilename, outType, outComment);
|
pkg_genc.c | 65 getOutFilename(const char *inFilename, const char *destdir, char *outFilename, char *entryName, const char *newSuffix, const char *optFilename); 572 getOutFilename(const char *inFilename, const char *destdir, char *outFilename, char *entryName, const char *newSuffix, const char *optFilename) { 578 *outFilename++=*destdir++; 580 if(*(outFilename-1)!=U_FILE_SEP_CHAR) { 581 *outFilename++=U_FILE_SEP_CHAR; 586 *outFilename++=*inFilename++; 594 uprv_strcpy(outFilename, optFilename); 596 uprv_strcpy(outFilename, inFilename); 598 uprv_strcat(outFilename, newSuffix); 600 char *saveOutFilename = outFilename; [all...] |
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/ |
Compress.java | 63 final String outFilename = mArgs.length >= 2 ? mArgs[1] : STDIN_OR_STDOUT; 66 final OutputStream output = outFilename.equals(STDIN_OR_STDOUT) ? System.out 67 : new BufferedOutputStream(new FileOutputStream(new File(outFilename))); 91 final String outFilename = mArgs.length >= 2 ? mArgs[1] : STDIN_OR_STDOUT; 94 final OutputStream output = outFilename.equals(STDIN_OR_STDOUT) ? System.out 95 : new BufferedOutputStream(new FileOutputStream(new File(outFilename)));
|
/external/icu4c/tools/icupkg/ |
icupkg.cpp | 62 "\tinfilename [outfilename]\n", 85 "outfilename) for a non-package ICU data file.\n" 223 const char *pname, *sourcePath, *destPath, *inFilename, *outFilename, *outComment; 282 outFilename=argv[2]; 287 outFilename=NULL; 289 outFilename=inFilename; 346 pkg->extractItem(destPath, outFilename, 0, outType); 459 if(outFilename==NULL || outFilename[0]==0) { 480 outFilename=outFilenameBuffer [all...] |
/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/webkit/Source/WebCore/loader/appcache/ |
ApplicationCacheStorage.h | 118 bool writeDataToUniqueFileInDirectory(SharedBuffer*, const String& directory, String& outFilename);
|
/external/icu4c/tools/icuswap/ |
icuswap.cpp | 73 udata_swapPackage(const char *inFilename, const char *outFilename, 88 "%csage: %s [ -h, -?, --help ] -tl|-tb|-te|--type=b|... infilename outfilename\n", 335 udata_swapPackage(const char *inFilename, const char *outFilename, 389 ds, outFilename,
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
VideoEditorStressTest.java | [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/ |
VideoEditorPerformance.java | 367 final String outFilename = mVideoEditorHelper 515 mVideoEditor.export(outFilename, outHeight, outBitrate, 518 String outFileName, int progress) { 524 mVideoEditorHelper.checkDeleteExistingFile(outFilename); [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant.jar | |
/prebuilts/tools/common/ant/ |
ant.jar | |
/prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/ |
ant-1.8.0.jar | |