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

1 2 3 4

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_bugzilla/
buildBugToolsJar.xml 18 destfile="bugTools.jar"
23 destfile="bugTools.jar"
buildBugToolsZip.xml 10 destfile="${zipfile}"
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/
buildFeedToolsJar.xml 19 destfile="feedTools.jar"
24 destfile="feedTools.jar"
buildFeedToolsZip.xml 10 destfile="${zipfile}"
buildFeedValidatorJar.xml 28 destfile="feedValidator.jar"
32 destfile="feedValidator.jar"
  /external/jsr305/ri/
build.xml 24 <jar destfile="build/jsr305.jar">
28 <jar destfile="build/jsr305-src.jar">
  /frameworks/volley/
custom_rules.xml 7 <jar destfile="bin/volley.jar"
  /external/llvm/
copy-diff.py 60 print >> sys.stderr, 'USAGE:', sys.argv[0], '<srcfile> <destfile>'
64 destfile = os.path.abspath(sys.argv[2])
66 if srcfile == destfile:
67 print >> sys.stderr, 'WARNING: <srcfile> is equal to <destfile>'
70 copyfile(srcfile, destfile)
  /sdk/testapps/basicJar/
build.xml 8 <jar destfile="${basedir}/bin/${ant.project.name}.jar">
  /sdk/testapps/basicJar2/
build.xml 8 <jar destfile="${basedir}/bin/${ant.project.name}.jar">
  /sdk/testapps/basicJar3/
build.xml 8 <jar destfile="${basedir}/bin/${ant.project.name}.jar">
  /cts/tools/vm-tests-tf/src/util/build/
JavacBuildStep.java 50 File destFile = new File(destPath);
51 if (!destFile.exists() && !destFile.mkdirs())
  /external/smack/asmack-master/
build.xml 24 destfile="build/asmack-jse${jar.suffix}.jar"
30 destfile="build/asmack-jse-source${jar.suffix}.zip"
60 destfile="build/asmack-${android.version}${jar.suffix}.jar"
66 destfile="build/asmack-${android.version}-source${jar.suffix}.zip"
  /cts/tests/src/android/os/cts/
FileUtils.java 106 * Copy data from a source stream to destFile.
109 public static boolean copyToFile(InputStream inputStream, File destFile) {
111 if (destFile.exists()) {
112 destFile.delete();
114 FileOutputStream out = new FileOutputStream(destFile);
  /external/chromium_org/third_party/icu/source/data/
build.xml 116 <cldr-build toolName="org.unicode.cldr.icu.LDML2ICUConverter" srcFile=".*xml" destFile=".*txt">
147 <cldr-build toolName="org.unicode.cldr.icu.LDML2ICUConverter" destFile="resfiles.mk" noArgs="true">
161 <cldr-build toolName="org.unicode.cldr.icu.LDML2ICUConverter" destFile="resfiles.mk" noArgs="true">
175 <cldr-build toolName="org.unicode.cldr.icu.LDML2ICUConverter" destFile="resfiles.mk" noArgs="true">
189 <cldr-build toolName="org.unicode.cldr.icu.LDML2ICUConverter" destFile="resfiles.mk" noArgs="true">
203 <cldr-build toolName="org.unicode.cldr.icu.LDML2ICUConverter" destFile="resfiles.mk" noArgs="true">
217 <cldr-build toolName="org.unicode.cldr.icu.LDML2ICUConverter" srcFile=".*xml" destFile=".*txt">
231 <cldr-build toolName="org.unicode.cldr.icu.LDML2ICUConverter" destFile="colfiles.mk" noArgs="true">
278 <cldr-build toolName="org.unicode.cldr.icu.LDML2ICUConverter" srcFile=".*xml" destFile=".*txt">
292 <cldr-build toolName="org.unicode.cldr.icu.LDML2ICUConverter" destFile="rbnffiles.mk" noArgs="true"
    [all...]
  /frameworks/base/packages/Keyguard/scripts/
new_merge.py 64 destFile = destDir + file
69 prepareFileForCompare(destFile, TEMP_FILE2, FW_RES_IMPORT,)
71 prepareFileForCompare(destFile, TEMP_FILE1, FW_RES_IMPORT, FW_PKG, PROTO_PKG)
77 diff(sourceFile, destFile)
81 diff(sourceFile, destFile)
  /external/android-mock/src/
build-runtime.xml 42 <jar destfile="${runtime.bin}/${runtime.nodeps-jar}" basedir="${runtime.class-bin}"/>
53 <jar destfile="${runtime.bin}/${runtime.deploy-jar}" basedir="${staging}"/>
build-mockgen.xml 59 <jar destfile="${mockgen.bin}/${mockgen.nodeps-jar}" basedir="${mockgen.class-bin}">
76 <jar destfile="${mockgen.bin}/${mockgen.deploy-jar}" basedir="${staging}">
  /frameworks/base/core/java/android/os/
FileUtils.java 162 // copy a file from srcFile to destFile, return true if succeed, return
164 public static boolean copyFile(File srcFile, File destFile) {
169 result = copyToFile(in, destFile);
180 * Copy data from a source stream to destFile.
183 public static boolean copyToFile(InputStream inputStream, File destFile) {
185 if (destFile.exists()) {
186 destFile.delete();
188 FileOutputStream out = new FileOutputStream(destFile);
  /external/icu4c/data/
build.xml 117 <cldr-build toolName="org.unicode.cldr.icu.NewLdml2IcuConverter" srcFile=".*xml" destFile=".*txt">
152 <cldr-build toolName="org.unicode.cldr.icu.LDML2ICUConverter" destFile="resfiles.mk" noArgs="true">
166 <cldr-build toolName="org.unicode.cldr.icu.LDML2ICUConverter" destFile="resfiles.mk" noArgs="true">
180 <cldr-build toolName="org.unicode.cldr.icu.LDML2ICUConverter" destFile="resfiles.mk" noArgs="true">
194 <cldr-build toolName="org.unicode.cldr.icu.LDML2ICUConverter" destFile="resfiles.mk" noArgs="true">
208 <cldr-build toolName="org.unicode.cldr.icu.LDML2ICUConverter" destFile="resfiles.mk" noArgs="true">
222 <cldr-build toolName="org.unicode.cldr.icu.LDML2ICUConverter" srcFile=".*xml" destFile=".*txt">
236 <cldr-build toolName="org.unicode.cldr.icu.LDML2ICUConverter" destFile="colfiles.mk" noArgs="true">
278 <cldr-build toolName="org.unicode.cldr.icu.LDML2ICUConverter" srcFile=".*xml" destFile=".*txt">
292 <cldr-build toolName="org.unicode.cldr.icu.LDML2ICUConverter" destFile="rbnffiles.mk" noArgs="true"
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/templates/
SimpleFile.java 91 IFile destFile = project.getFile(new Path(op.destination));
92 if (destFile.exists())
97 mkDirs(project, destFile.getParent(), monitor);
106 destFile.create(in, true, monitor);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_shutil.py 777 self.assertRaises(IOError, shutil.copyfile, 'srcfile', 'destfile')
786 if filename == 'destfile':
787 raise IOError('Cannot open "destfile"')
792 shutil.copyfile('srcfile', 'destfile')
796 ('Cannot open "destfile"',))
801 destfile = self.Faux(True)
806 if filename == 'destfile':
807 return destfile
812 shutil.copyfile('srcfile', 'destfile')
814 self.assertTrue(destfile._entered
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_shutil.py 777 self.assertRaises(IOError, shutil.copyfile, 'srcfile', 'destfile')
786 if filename == 'destfile':
787 raise IOError('Cannot open "destfile"')
792 shutil.copyfile('srcfile', 'destfile')
796 ('Cannot open "destfile"',))
801 destfile = self.Faux(True)
806 if filename == 'destfile':
807 return destfile
812 shutil.copyfile('srcfile', 'destfile')
814 self.assertTrue(destfile._entered
    [all...]
  /external/chromium_org/tools/android/findbugs_plugin/
build.xml 41 <jar destfile="${bin.dir}/${jar.name}" basedir="${intermediate.dir}">
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
UsabilityStudyLogUtils.java 214 final File destFile = new File(destPath);
217 final FileOutputStream destStream = new FileOutputStream(destFile);
232 if (!destFile.exists()) {
239 Log.d(USABILITY_TAG, "Destination file URI is " + destFile.toURI());

Completed in 956 milliseconds

1 2 3 4