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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium-trace/catapult/tracing/third_party/gl-matrix/jsdoc-template/
allclasses.tmpl 1 <div align="center">{+new Link().toFile("index.html").withText("Class Index")+}
2 | {+new Link().toFile("files.html").withText("File Index")+}</div>
  /packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
FileUtils.java 57 public static boolean renameTo(final File fromFile, final File toFile) {
58 toFile.delete();
59 return fromFile.renameTo(toFile);
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.pom 85 <copy file="${basedir}/pom.xml" tofile="${project.build.directory}/upload/${project.artifactId}-${project.version}.pom" />
86 <copy file="${basedir}/saxon9.jar" tofile="${project.build.directory}/upload/${project.artifactId}-${project.version}.jar" />
88 <copy file="${basedir}/saxon9-dom.jar" tofile="${project.build.directory}/upload/${project.artifactId}-${project.version}-dom.jar" />
89 <copy file="${basedir}/saxon9-dom4j.jar" tofile="${project.build.directory}/upload/${project.artifactId}-${project.version}-dom4j.jar" />
90 <copy file="${basedir}/saxon9-jdom.jar" tofile="${project.build.directory}/upload/${project.artifactId}-${project.version}-jdom.jar" />
91 <copy file="${basedir}/saxon9-s9api.jar" tofile="${project.build.directory}/upload/${project.artifactId}-${project.version}-s9api.jar" />
92 <copy file="${basedir}/saxon9-sql.jar" tofile="${project.build.directory}/upload/${project.artifactId}-${project.version}-sql.jar" />
93 <copy file="${basedir}/saxon9-xom.jar" tofile="${project.build.directory}/upload/${project.artifactId}-${project.version}-xom.jar" />
94 <copy file="${basedir}/saxon9-xqj.jar" tofile="${project.build.directory}/upload/${project.artifactId}-${project.version}-xqj.jar" />
95 <copy file="${basedir}/saxon9-xpath.jar" tofile="${project.build.directory}/upload/${project.artifactId}-${project.version}-xpath.jar" /
    [all...]
  /external/pdfium/testing/tools/
text_diff.py 21 str1, str2, fromfile=filename1, tofile=filename2)
  /cts/tests/tests/speech/src/android/speech/tts/cts/
TextToSpeechServiceTest.java 58 int result = getTts().synthesizeToFile(UTTERANCE, createParams("tofile"), sampleFile.getPath());
61 assertTrue("synthesizeToFile() completion timeout", mTts.waitForComplete("tofile"));
68 mTts.verify("tofile");
TextToSpeechTest.java 122 int result = getTts().synthesizeToFile(SAMPLE_TEXT, createParams("tofile"),
126 assertTrue("synthesizeToFile() completion timeout", waitForUtterance("tofile"));
133 mTts.verify("tofile");
  /libcore/dom/src/test/resources/
build.xml 15 tofile="${versionfile}tmp"
18 <move file="${versionfile}tmp" tofile="${versionfile}" />
67 <copy file="README.html" tofile="${dist}/README.html" />
  /development/tools/idegen/src/
Files.java 43 static void toFile(String contents, File file) throws IOException {
IntelliJ.java 35 Files.toFile(ipr, new File(IDEA_IPR));
89 Files.toFile(iml, new File(IDEA_IML));
  /external/clang/utils/check_cfc/
obj_diff.py 39 def first_diff(a, b, fromfile, tofile):
61 tofile)
  /frameworks/base/tools/preload/
Compile.java 71 root.toFile(args[1]);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
NdkHelper.java 142 if (!prebuilt.toFile().exists() || !prebuilt.toFile().canRead()) {
146 File[] platforms = prebuilt.toFile().listFiles();
152 if (exePath.toFile().exists()) {
  /development/tools/idegen/src/com/android/idegen/
IntellijProject.java 180 File toFile = new File(toDir, file.getName());
182 toFile.getCanonicalPath());
183 Files.copy(file, toFile);
  /frameworks/base/services/core/java/com/android/server/
EntropyMixer.java 128 RandomBlock.fromFile(entropyFile).toFile(randomDevice, false);
139 RandomBlock.fromFile(randomDevice).toFile(entropyFile, true);
192 RandomBlock.fromFile(hwRandomDevice).toFile(randomDevice, false);
RandomBlock.java 65 void toFile(String filename, boolean sync) throws IOException {
  /external/compiler-rt/lib/sanitizer_common/scripts/
sancov.py 96 array.array('I', MagicForBits(bits)).tofile(sys.stdout)
98 a.tofile(sys.stdout)
172 array.array('I', MagicForBits(bits)).tofile(f2)
173 arr.tofile(f2)
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler/0.12.613/
kotlin-compiler-0.12.613.pom 78 tofile="${basedir}/target/${project.artifactId}-${project.version}.jar"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
RsSourceChangeHandler.java 60 mMustCompile = oldOutputs.contains(file.getLocation().toFile());
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
ExportGradleTest.java 250 addCleanupDir(AdtUtils.getAbsolutePath(project).toFile());
252 addCleanupDir(project.getFullPath().toFile());
260 addCleanupDir(AdtUtils.getAbsolutePath(project).toFile());
262 addCleanupDir(project.getFullPath().toFile());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PreCompilerBuilder.java 676 .getLocation().toFile());
    [all...]
  /art/test/577-profile-foreign-dex/src/
Main.java 142 private static void copyFile(File fromFile, File toFile) throws Exception {
144 FileOutputStream out = new FileOutputStream(toFile);
  /external/antlr/antlr-3.4/runtime/JavaScript/build/
build.xml 76 <move file="${dest}.tmp" tofile="${dest}" />
82 <move file="${dest}" tofile="${tmp-file}" />
  /external/lzma/Java/Tukaani/
build.xml 124 <copy file="${pom_template}" tofile="${maven_dir}/xz-${version}.pom"
133 <copy file="${jar_dir}/xz.jar" tofile="${maven_dir}/xz-${version}.jar"
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
applesingle.py 86 def tofile(self, path, resonly=False): member in class:AppleSingle
132 asfile.tofile(outpath, resonly=resonly)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
applesingle.py 86 def tofile(self, path, resonly=False): member in class:AppleSingle
132 asfile.tofile(outpath, resonly=resonly)

Completed in 1278 milliseconds

1 2 3 4 5 6 7 8 91011>>