/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
ProjectState.java | 463 File projectFile = mProject.getLocation().toFile(); 466 File libraryFile = libraryProject.getProject().getLocation().toFile(); 531 File projectFile = mProject.getLocation().toFile();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
ApplicationInfoPage.java | 527 File f = path.toFile(); 544 File dest = destPath.toFile(); 584 File java_activity = path.append(osTarget).toFile();
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.extensionlocation_1.2.0.v20100518.jar | |
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar | |
org.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jar | |
/external/testng/ant/ |
build.xml | 287 <copy file="bundle-pom.xml" tofile="${build.maven-bundle.dir}/pom.xml" overwrite="true"> 330 <copy file="README.template" tofile="README.md" /> 340 <copy file="${testng.jar}" tofile="${jdk15.jar}" />
|
/external/jacoco/org.jacoco.doc/ |
pom.xml | 181 <move file="${project.build.directory}/junit/junit-noframes.html" tofile="${project.build.directory}/junit/index.html"/>
|
/external/v8/build/ |
landmines.py | 142 fromfile='old_landmines', tofile='new_landmines',
|
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcomponents-client/4.1/ |
httpcomponents-client-4.1.pom | 230 <move file="target/site/tutorial/pdf/index.pdf" tofile="target/site/tutorial/pdf/httpclient-tutorial.pdf" failonerror="false" />
|
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcomponents-client/4.1.1/ |
httpcomponents-client-4.1.1.pom | 231 <move file="target/site/tutorial/pdf/index.pdf" tofile="target/site/tutorial/pdf/httpclient-tutorial.pdf" failonerror="false" />
|
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcomponents-core/4.2.1/ |
httpcomponents-core-4.2.1.pom | 253 <copy file="target/docbkx/pdf/index.pdf" tofile="target/site/tutorial/pdf/httpcore-tutorial.pdf" failonerror="false" />
|
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcomponents-core/4.3.1/ |
httpcomponents-core-4.3.1.pom | 206 <copy file="target/docbkx/pdf/index.pdf" tofile="target/site/tutorial/pdf/httpcore-tutorial.pdf" failonerror="false" />
|
/prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpcomponents-client/4.1/ |
httpcomponents-client-4.1.pom | 230 <move file="target/site/tutorial/pdf/index.pdf" tofile="target/site/tutorial/pdf/httpclient-tutorial.pdf" failonerror="false" />
|
/prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpcomponents-client/4.1.1/ |
httpcomponents-client-4.1.1.pom | 231 <move file="target/site/tutorial/pdf/index.pdf" tofile="target/site/tutorial/pdf/httpclient-tutorial.pdf" failonerror="false" />
|
/sdk/eclipse/ |
build.gradle | 136 ant.copy(file: destName, tofile: new File(dest, it))
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
BuildHelper.java | 469 apkBuilder.addNativeLibraries(libFolder.getLocation().toFile()); 477 File rsLibFolderFile = rsLibFolder.getLocation().toFile(); 495 apkBuilder.addNativeLibraries(libFolder.getLocation().toFile()); 751 File binFile = binFolder.getLocation().toFile(); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
ProjectContentsPage.java | 324 File dest = Platform.getLocation().append(values.projectName).toFile();
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_array.py | 165 self.assertRaises(TypeError, a.tofile) 166 self.assertRaises(TypeError, a.tofile, cStringIO.StringIO()) 170 a.tofile(f) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_array.py | 165 self.assertRaises(TypeError, a.tofile) 166 self.assertRaises(TypeError, a.tofile, cStringIO.StringIO()) 170 a.tofile(f) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_array.py | 165 self.assertRaises(TypeError, a.tofile) 166 self.assertRaises(TypeError, a.tofile, cStringIO.StringIO()) 170 a.tofile(f) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_array.py | 165 self.assertRaises(TypeError, a.tofile) 166 self.assertRaises(TypeError, a.tofile, cStringIO.StringIO()) 170 a.tofile(f) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
AdtUtils.java | 477 return location.toFile(); 479 return root.getLocation().append(path).toFile(); 482 return path.toFile(); [all...] |
/external/clang/lib/Frontend/ |
CompilerInstance.cpp | 271 const FileEntry *ToFile = FileMgr.getFile(RF.second); 272 if (!ToFile) { 279 FileMgr.getVirtualFile(RF.first, ToFile->getSize(), 0); 287 SourceMgr.overrideFileContents(FromFile, ToFile); [all...] |
/external/jarjar/ |
build.xml | 122 <copy file="${dist}/jarjar-src-${version}.zip" tofile="${maven-sources-jar}" />
|
/external/testng/kobalt/wrapper/ |
kobalt-wrapper.jar | |