HomeSort by relevance Sort by last modified time
    Searched refs:newFile (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Tools/Scripts/
do-file-rename 79 my %newFile;
83 $newFile{$file} = $f if $f ne $file;
87 if ($newFile{$file}) {
88 my $newFile = $newFile{$file};
89 print "Renaming $file to $newFile\n";
90 scmMoveOrRenameFile($file, $newFile);
97 $file = $newFile{$file} if $newFile{$file};
do-webcore-rename 194 my $newFile = "";
195 $newFile = "$1$renames{$2}$3" if $file =~ /^(.*\/\w*)($key)(\w*\.\w+)$/;
196 if ($newFile ne "") {
197 return $newFile;
206 my %newFile;
210 $newFile{$file} = $f;
215 if ($newFile{$file}) {
216 my $newFile = $newFile{$file};
217 print "Renaming $file to $newFile\n"
    [all...]
  /external/junit/src/org/junit/rules/
TemporaryFolder.java 20 * File createdFile= folder.newFile("myfile.txt");
51 public File newFile(String fileName) throws IOException {
60 public File newFile() throws IOException {
  /external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
ResourceLoaderAdaptor.java 103 File file = newFile(name);
113 file = newFile(filePath);
130 * one important difference. It calls our subclassable newFile method.
144 File file = newFile(path, filename);
156 File newFile(String filename) {
160 File newFile(String path, String filename) {
  /dalvik/vm/
JarFile.cpp 113 bool newFile = false;
127 /*isBootstrap=*/false, &newFile, /*createIfMissing=*/false);
244 bool newFile = false;
270 isBootstrap, &newFile, /*createIfMissing=*/true);
284 if (newFile) {
RawDexFile.cpp 125 bool newFile = false;
162 adler32, isBootstrap, &newFile, /*createIfMissing=*/true);
177 if (newFile) {
  /cts/tests/tests/os/src/android/os/cts/
FileAccessPermissionTest.java 111 File newFile = new File(dir, System.currentTimeMillis() + "test.txt");
113 assertTrue(newFile.createNewFile());
114 writeFileCheck(newFile);
  /frameworks/base/core/tests/coretests/src/android/os/
MemoryFileTest.java 51 MemoryFile newFile = new MemoryFile("MemoryFileTest", 10000000);
52 newFile.allowPurging(true);
53 newFile.writeBytes(testString, 0, 0, testString.length);
54 files.add(newFile);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/
AaptQuickFixTest.java 182 IFile newFile = project.getFile(path);
183 assertNotNull(path.toPortableString(), newFile);
187 assertEquals(newFile.getProjectRelativePath(),
197 String newFileContents = AdtPlugin.readFile(newFile);
  /external/chromium_org/chrome/browser/resources/file_manager/js/photo/
gallery_item.js 147 function doSave(newFile, fileEntry) {
159 if (newFile) {
168 function getFile(dir, newFile) {
169 dir.getFile(name, {create: newFile, exclusive: newFile},
170 doSave.bind(null, newFile), onError);
  /external/emma/core/java12/com/vladium/emma/instr/
InstrProcessor.java 244 return isClass ? Files.newFile (m_outDir, CLASSES) : Files.newFile (m_outDir, LIB);
251 return Files.newFile (getFullOutDir (pathDir, isClass), file.getPath ());
InstrProcessorST.java 79 final File fullArchiveFile = Files.newFile (parentDir, archive);
126 m_origArchiveFile = Files.newFile (parentDir, archive);
435 final File inFile = Files.newFile (pathDir, file.getPath ());
553 final File inFile = Files.newFile (pathDir, file.getPath ());
665 final File classesDir = Files.newFile (m_outDir, CLASSES);
668 final File libDir = Files.newFile (m_outDir, LIB);
    [all...]
  /external/emma/core/java12/com/vladium/util/
Files.java 203 public static File newFile (final File dir, final File file)
218 public static File newFile (final File dir, final String file)
234 public static File newFile (final String dir, final String file)
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverTransfer.java 465 File newFile = new File(newPath);
467 while (newFile.exists()) {
470 newFile = new File(newPath);
473 return newFile;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib.py 322 newFile = os.fdopen(newFd, "wb")
323 newFile.write(data)
324 newFile.close()
326 try: newFile.close()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib.py 322 newFile = os.fdopen(newFd, "wb")
323 newFile.write(data)
324 newFile.close()
326 try: newFile.close()
    [all...]
  /external/emma/core/java12/com/vladium/emma/rt/
ClassPathProcessorST.java 83 m_archiveFile = Files.newFile (parentDir, archive.getPath ());
201 final File inFile = Files.newFile (pathDir, file.getPath ());
  /packages/apps/Email/src/com/android/email/provider/
AttachmentProvider.java 161 File newFile = new File(saveIn, id);
163 newFile, ParcelFileDescriptor.MODE_READ_WRITE |
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jai.jar 
  /frameworks/base/media/java/android/mtp/
MtpDatabase.java 737 File newFile = new File(newPath);
738 boolean success = oldFile.renameTo(newFile);
758 newFile.renameTo(oldFile);
763 if (newFile.isDirectory()) {
    [all...]
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerActivity.java 230 mCommandEngine.setContactsFile(newFile(getArg(CONTACTS_EXTRA)));
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeRefactoring.java 331 String newFile = sb.toString();
333 newFile = EclipseXmlPrettyPrinter.prettyPrint(newFile,
337 addFile.setEdit(new InsertEdit(0, newFile));
  /frameworks/base/services/java/com/android/server/am/
UsageStatsService.java 346 File newFile = mFile;
349 if (newFile.exists()) {
350 readStatsFLOCK(newFile);
354 newFile.createNewFile();
357 Slog.w(TAG,"Error : " + e + " reading data from file:" + newFile);
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/lcov/
ReportGenerator.java 114 final File fullOutFile = Files.newFile(m_settings.getOutDir(), outFile);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandler.java     [all...]

Completed in 3023 milliseconds

1 2 3