/frameworks/base/media/jni/mediaeditor/ |
VideoEditorMain.cpp | [all...] |
/frameworks/base/services/java/com/android/server/am/ |
UsageStatsService.java | 457 String fileName = fileList.get(i); 458 File file = new File(mDir, fileName); 459 Slog.i(TAG, "Deleting usage file : " + fileName); [all...] |
/frameworks/base/tools/aapt/ |
Command.cpp | 40 ZipFile* openReadOnly(const char* fileName) 46 result = zip->open(fileName, ZipFile::kOpenReadOnly); 49 fprintf(stderr, "ERROR: '%s' not found\n", fileName); 51 fprintf(stderr, "ERROR: '%s' access denied\n", fileName); 54 fileName); 68 ZipFile* openReadWrite(const char* fileName, bool okayToCreate) 79 result = zip->open(fileName, flags); 444 const char* filename = bundle->getFileSpecEntry(1); local 448 if (!assets.addAssetPath(String8(filename), &assetsCookie)) { [all...] |
/packages/apps/Contacts/src/com/android/contacts/vcard/ |
ImportVCardActivity.java | 286 String filename = null; local 289 filename = VCardService.CACHE_FILE_PREFIX + cache_index + ".vcf"; 290 final File file = context.getFileStreamPath(filename); 300 final Uri localDataUri = copyTo(sourceUri, filename); 383 private Uri copyTo(final Uri sourceUri, String filename) throws IOException { 385 sourceUri, filename)); 393 destUri = Uri.parse(context.getFileStreamPath(filename).toURI().toString()); 394 outputChannel = context.openFileOutput(filename, Context.MODE_PRIVATE).getChannel(); 700 String fileName = file.getName(); 702 fileName, canonicalPath, file.lastModified()) [all...] |
/packages/apps/Email/src/com/android/email/service/ |
AttachmentDownloadService.java | [all...] |
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/ |
NativeHeapPanel.java | 818 final String fileName = fileDialog.open(); 819 if (fileName == null) { 828 out = new PrintWriter(new BufferedWriter(new FileWriter(fileName))); [all...] |
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/ |
LogPanel.java | 700 String fileName; 716 fileName = dlg.open(); 717 if (fileName != null) { 730 FileWriter writer = new FileWriter(fileName); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
AndroidLaunchController.java | [all...] |
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/ |
AvdCreationDialog.java | [all...] |
/dalvik/tools/dmtracedump/ |
TraceDump.c | 166 const char* fileName; 302 const char *signature, const char* fileName, 309 method->fileName = fileName; 844 // This is starting to get awkward. Allow filename and line #. [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
FileTest.java | 143 String fileName = "input.tst"; 145 // Check filename is preserved correctly 147 File f = new File(d, fileName); 149 dirName += fileName; 173 String fileName = null; 175 new File(fileName); 181 fileName = addTrailingSlash(tempDirectory.getPath()); 182 fileName += "input.tst"; 184 File f = new File(fileName); 185 assertEquals("Created incorrect File", fileName, f.getPath()) [all...] |
/external/doclava/src/com/google/doclava/ |
InfoBuilder.java | 48 public InfoBuilder(String filename) { 54 mFilename = filename; [all...] |
/external/proguard/src/proguard/gui/ |
ProGuardGUI.java | [all...] |
/external/valgrind/main/coregrind/m_debuginfo/ |
readdwarf3.c | [all...] |
/packages/apps/Contacts/src/com/android/contacts/editor/ |
ContactEditorFragment.java | 428 String fileName = savedState.getString(KEY_CURRENT_PHOTO_FILE); 429 if (fileName != null) { 430 mCurrentPhotoFile = new File(fileName); [all...] |
/packages/apps/Email/tests/src/com/android/email/provider/ |
ProviderTests.java | [all...] |
/external/emma/lib/ |
emma_ant.jar | |
/prebuilt/common/commons-compress/ |
commons-compress-1.0.jar | |
/packages/apps/Mms/src/com/android/mms/ui/ |
ComposeMessageActivity.java | [all...] |
/cts/tools/dx-tests/lib/ |
junit.jar | |
/cts/tools/utils/lib/ |
junit.jar | |
/cts/tools/vm-tests/lib/ |
junit.jar | |
/cts/tools/vm-tests-tf/lib/ |
junit.jar | |
/prebuilt/common/ecj/ |
ecj.jar | |
/cts/tools/signature-tools/lib/ |
antlr-2.7.7.jar | |