Home
last modified time | relevance | path

Searched defs:file (Results 1 – 13 of 13) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/content/
DExternalStorage.java187 File file = new File(path, "DemoPicture.jpg"); in createExternalStoragePublicPicture() local
229 File file = new File(path, "DemoPicture.jpg"); in deleteExternalStoragePublicPicture() local
240 File file = new File(path, "DemoPicture.jpg"); in hasExternalStoragePublicPicture() local
254 File file = new File(path, "DemoPicture.jpg"); in createExternalStoragePrivatePicture() local
293 File file = new File(path, "DemoPicture.jpg"); in deleteExternalStoragePrivatePicture() local
305 File file = new File(path, "DemoPicture.jpg"); in hasExternalStoragePrivatePicture() local
316 File file = new File(getExternalFilesDir(null), "DemoFile.jpg"); in createExternalStoragePrivateFile() local
341 File file = new File(getExternalFilesDir(null), "DemoFile.jpg"); in deleteExternalStoragePrivateFile() local
350 File file = new File(getExternalFilesDir(null), "DemoFile.jpg"); in hasExternalStoragePrivateFile() local
/development/samples/BackupRestore/src/com/example/android/backuprestore/
DBackupRestoreActivity.java149 RandomAccessFile file; in populateUI() local
220 void writeDataToFileLocked(RandomAccessFile file, in writeDataToFileLocked()
243 RandomAccessFile file = new RandomAccessFile(mDataFile, "rw"); in recordNewUIState() local
DExampleAgent.java95 RandomAccessFile file = new RandomAccessFile(mDataFile, "r"); in onBackup() local
232 RandomAccessFile file = new RandomAccessFile(mDataFile, "rw"); in onRestore() local
DMultiRecordExampleAgent.java71 RandomAccessFile file = new RandomAccessFile(mDataFile, "r"); in onBackup() local
191 RandomAccessFile file = new RandomAccessFile(mDataFile, "rw"); in onRestore() local
/development/tools/idegen/src/
DFiles.java28 static String toString(File file) throws IOException { in toString()
43 static void toFile(String contents, File file) throws IOException { in toFile()
DIntelliJ.java79 private static boolean isTests(File file) { in isTests()
DConfiguration.java203 private static String parsePackageName(File file) throws IOException { in parsePackageName()
252 public static void parseFile(File file, Collection<Pattern> patterns) in parseFile()
DEclipse.java168 private static String trimmed(File file) { in trimmed()
/development/tools/axl/
Dlog.py24 def __init__(self, file): argument
/development/samples/BrowserPlugin/jni/audio/
DAudioPlugin.h35 FILE* file; member
/development/tools/findunused/
Dfind_unused_resources.rb54 attr_accessor :file, :lineNumber accessor in FilePosition
/development/tools/monkeyrunner/src/com/android/monkeyrunner/
DMonkeyRecorder.java218 File file = new File(filename); in addScreenShot() local
/development/simulator/wrapsim/
DIntercept.c462 int execlp(const char* file, const char* arg, ...) in execlp()
490 int execvp(const char* file, char* const argv[]) in execvp()