/development/samples/ApiDemos/src/com/example/android/apis/content/ |
D | ExternalStorage.java | 187 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/ |
D | BackupRestoreActivity.java | 149 RandomAccessFile file; in populateUI() local 220 void writeDataToFileLocked(RandomAccessFile file, in writeDataToFileLocked() 243 RandomAccessFile file = new RandomAccessFile(mDataFile, "rw"); in recordNewUIState() local
|
D | ExampleAgent.java | 95 RandomAccessFile file = new RandomAccessFile(mDataFile, "r"); in onBackup() local 232 RandomAccessFile file = new RandomAccessFile(mDataFile, "rw"); in onRestore() local
|
D | MultiRecordExampleAgent.java | 71 RandomAccessFile file = new RandomAccessFile(mDataFile, "r"); in onBackup() local 191 RandomAccessFile file = new RandomAccessFile(mDataFile, "rw"); in onRestore() local
|
/development/tools/idegen/src/ |
D | Files.java | 28 static String toString(File file) throws IOException { in toString() 43 static void toFile(String contents, File file) throws IOException { in toFile()
|
D | IntelliJ.java | 79 private static boolean isTests(File file) { in isTests()
|
D | Configuration.java | 203 private static String parsePackageName(File file) throws IOException { in parsePackageName() 252 public static void parseFile(File file, Collection<Pattern> patterns) in parseFile()
|
D | Eclipse.java | 168 private static String trimmed(File file) { in trimmed()
|
/development/tools/axl/ |
D | log.py | 24 def __init__(self, file): argument
|
/development/samples/BrowserPlugin/jni/audio/ |
D | AudioPlugin.h | 35 FILE* file; member
|
/development/tools/findunused/ |
D | find_unused_resources.rb | 54 attr_accessor :file, :lineNumber accessor in FilePosition
|
/development/tools/monkeyrunner/src/com/android/monkeyrunner/ |
D | MonkeyRecorder.java | 218 File file = new File(filename); in addScreenShot() local
|
/development/simulator/wrapsim/ |
D | Intercept.c | 462 int execlp(const char* file, const char* arg, ...) in execlp() 490 int execvp(const char* file, char* const argv[]) in execvp()
|