/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/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 | 92 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/samples/browseable/StorageProvider/src/com.example.android.storageprovider/ |
D | MyCloudProvider.java | 185 final File file = pending.removeFirst(); in queryRecentDocuments() local 197 final File file = lastModifiedFiles.remove(); in queryRecentDocuments() local 229 final File file = pending.removeFirst(); in querySearchDocuments() local 251 final File file = getFileForDocId(documentId); in openDocumentThumbnail() local 301 final File file = getFileForDocId(documentId); in openDocument() local
|
/development/samples/BackupRestore/src/com/example/android/backuprestore/ |
D | BackupRestoreActivity.java | 151 RandomAccessFile file; in populateUI() local 222 void writeDataToFileLocked(RandomAccessFile file, in writeDataToFileLocked() 245 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/rmtypedefs/src/com/android/tools/rmtypedefs/ |
D | RmTypeDefs.java | 89 File file = new File(arg); in run() local 122 private void checkFile(File file) { in checkFile() 145 private void checkClass(File file) { in checkClass() 175 private void addTypeDef(String name, File file) { in addTypeDef() 278 public TypeDefVisitor(File file) { in TypeDefVisitor()
|
/development/tools/idegen/src/com/android/idegen/ |
D | DirectorySearch.java | 70 public static void findAndInitRepoRoot(File file) { in findAndInitRepoRoot() 132 public static ImmutableList<File> findSourceDirs(File file) { in findSourceDirs() 165 public static ImmutableList<File> findExcludeDirs(File file) { in findExcludeDirs()
|
/development/samples/Vault/src/com/example/android/vault/ |
D | Utils.java | 49 public static void writeFully(File file, byte[] data) throws IOException { in writeFully() 58 public static byte[] readFully(File file) throws IOException { in readFully()
|
D | EncryptedDocument.java | 100 public EncryptedDocument(long docId, File file, SecretKey dataKey, SecretKey macKey) in EncryptedDocument()
|
/development/samples/Support4Demos/src/com/example/android/supportv4/content/ |
D | FileProviderExample.java | 50 final File file = new File(thumbsDir, "private.png"); in onShareFileClick() local 64 private void saveThumbnail(View view, File file) { in saveThumbnail()
|
/development/tools/rmtypedefs/test/com/android/tools/rmtypedefs/ |
D | RmTypeDefsTest.java | 183 private void assertDoesNotContainBytes(File file, String sub) throws IOException { in assertDoesNotContainBytes() 212 private void list(StringBuilder sb, File file, String prefix, int depth, String rootName) { in list()
|
/development/samples/Vault/tests/src/com/example/android/vault/ |
D | VaultProviderTest.java | 58 final String file = mProvider.createDocument( in testDeleteDirectory() local
|
/development/tools/axl/ |
D | log.py | 24 def __init__(self, file): argument
|
/development/samples/ApiDemos/src/com/example/android/apis/os/ |
D | MmsFileProvider.java | 76 File file = new File(getContext().getCacheDir(), uri.getPath()); in openFile() local
|
/development/testrunner/test_defs/ |
D | gtest.py | 117 def _EvaluateFile(self, test_list, file): argument
|
/development/apps/Development/src/com/android/development/ |
D | CacheAbuser.java | 72 File file = new File(dir, Long.toString(dir2num)); in doInBackground() local
|
/development/tools/findunused/ |
D | find_unused_resources.rb | 54 attr_accessor :file, :lineNumber accessor in FilePosition
|
/development/ndk/platforms/android-18/samples/MoreTeapots/src/com/sample/helper/ |
D | NDKHelper.java | 86 File file = new File(context.getExternalFilesDir(null), str); in loadTexture() local
|
/development/ndk/platforms/android-17/samples/Teapot/src/com/sample/helper/ |
D | NDKHelper.java | 86 File file = new File(context.getExternalFilesDir(null), str); in loadTexture() local
|
/development/samples/TtsEngine/src/com/example/android/ttsengine/ |
D | RobotSpeakTtsService.java | 137 InputStream file = getAssets().open(lang + "-" + loadCountry + ".freq"); in onLoadLanguage() local
|
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/ |
D | DiskLruCache.java | 455 private static void deleteIfExists(File file) throws IOException { in deleteIfExists() 640 File file = entry.getCleanFile(i); in remove() local
|