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

1 2

  /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) {
  /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/webkit/Source/WebCore/page/
GeolocationPositionCache.cpp 85 String newFile = SQLiteFileSystem::appendDatabaseFileNameToPath(path, databaseName);
87 if (m_databaseFile != newFile) {
88 m_databaseFile = 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...]
  /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)
  /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) {
  /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);
  /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);
  /packages/apps/Email/src/com/android/email/provider/
AttachmentProvider.java 157 File newFile = new File(saveIn, id);
159 newFile, ParcelFileDescriptor.MODE_READ_WRITE |
  /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));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResourceParticipant.java 462 String newFile = mNewName + fileName.substring(mOldName.length());
464 change.add(new RenameResourceChange(path, newFile));
  /frameworks/base/services/java/com/android/server/am/
UsageStatsService.java 316 File newFile = mFile;
319 if (newFile.exists()) {
320 readStatsFLOCK(newFile);
324 newFile.createNewFile();
327 Slog.w(TAG,"Error : " + e + " reading data from file:" + newFile);
    [all...]
  /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/Nfc/src/com/android/nfc/handover/
HandoverTransfer.java 452 File newFile = new File(newPath);
454 while (newFile.exists()) {
457 newFile = new File(newPath);
460 return newFile;
  /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/wizards/templates/
TemplateHandler.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jai.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /external/robolectric/lib/main/
junit-dep-4.8.2.jar 
  /external/emma/lib/
emma.jar 
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 

Completed in 587 milliseconds

1 2