| /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));
|
| /frameworks/base/services/core/java/com/android/server/ |
| RandomBlock.java | 65 void toFile(String filename, boolean sync) throws IOException {
|
| /frameworks/base/tools/preload/ |
| Root.java | 134 void toFile(String fileName) throws IOException {
|
| /development/tools/idegen/src/com/android/idegen/ |
| IntellijProject.java | 168 File toFile = new File(toDir, file.getName()); 170 toFile.getCanonicalPath()); 171 Files.copy(file, toFile);
|
| /packages/apps/Camera2/src/com/android/camera/util/ |
| CaptureDataSerializer.java | 66 public static void toFile(String title, CameraMetadata<?> metadata, File file) {
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
| NewProjectWizardState.java | 286 updateSdkTargetToMatchProject(path.toFile());
|
| /packages/apps/UnifiedEmail/src/org/apache/commons/io/ |
| FileUtils.java | 470 public static File toFile(URL url) { 518 files[i] = toFile(url); [all...] |
| /frameworks/base/services/core/java/com/android/server/pm/ |
| PackageInstallerSession.java | 738 final File toFile = new File(toDir, fromFile.getName()); 740 if (LOGD) Slog.d(TAG, "Linking " + fromFile + " to " + toFile); 741 Os.link(fromFile.getAbsolutePath(), toFile.getAbsolutePath()); 743 throw new IOException("Failed to link " + fromFile + " to " + toFile, e); 764 final File toFile = new File(toDir, fromFile.getName()); 765 if (LOGD) Slog.d(TAG, "Renaming " + tmpFile + " to " + toFile); 766 if (!tmpFile.renameTo(toFile)) { 767 throw new IOException("Failed to rename " + tmpFile + " to " + toFile); [all...] |
| /external/fonttools/Lib/fontTools/ |
| cffLib.py | 75 writer.toFile(file) 131 def toFile(self, file): 136 print("CFFWriter.toFile() iteration:", count) 153 print("CFFWriter.toFile() writing to file.") 157 if hasattr(item, "toFile"): 158 item.toFile(file) 208 def toFile(self, file): 220 if hasattr(item, "toFile"): 221 item.toFile(file) 261 def toFile(self, file) [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
| LibraryClasspathContainerInitializer.java | 207 iProject.getFolder(SdkConstants.FD_OUTPUT).getLocation().toFile(), 471 jarFiles.add(location.toFile()); 628 jarFiles.add(new CPEFile(resource.getLocation().toFile(), e));
|
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
| ant-netrexx.jar | |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
| PreCompilerBuilder.java | 676 .getLocation().toFile()); [all...] |
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
| org.eclipse.equinox.simpleconfigurator_1.0.200.v20100503.jar | |
| org.eclipse.equinox.common_3.6.0.v20100503.jar | |
| /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
| org.eclipse.equinox.simpleconfigurator_1.0.400.v20130327-2119.jar | |
| org.eclipse.equinox.common_3.6.200.v20130402-1505.jar | |
| /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
| org.eclipse.equinox.simpleconfigurator_1.0.400.v20130327-2119.jar | |
| org.eclipse.equinox.common_3.6.200.v20130402-1505.jar | |
| /prebuilts/devtools/tools/lib/ |
| org-eclipse-equinox-common-3.6.0.jar | |
| /prebuilts/tools/common/eclipse/ |
| org.eclipse.equinox.common_3.6.0.v20100503.jar | |
| org.eclipse.equinox.common_3.4.0.v20080421-2006.jar | |
| /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/ |
| org-eclipse-equinox-common-3.6.0.jar | |
| /prebuilts/tools/common/gradle-plugins/repository/com/android/tools/internal/internal-plugins/1.0/ |
| internal-plugins-1.0.jar | |
| /prebuilts/tools/common/gradle-plugins/repository/com/android/tools/internal/internal-plugins/1.1/ |
| internal-plugins-1.1.jar | |