/external/chromium_org/chrome/utility/ |
chrome_content_utility_client.cc | 11 #include "base/files/file_path.h" 799 picasa::AlbumTableFiles files; local 800 files.indicator_file = IPC::PlatformFileForTransitToPlatformFile( 802 files.category_file = IPC::PlatformFileForTransitToPlatformFile( 804 files.date_file = IPC::PlatformFileForTransitToPlatformFile( 806 files.filename_file = IPC::PlatformFileForTransitToPlatformFile( 808 files.name_file = IPC::PlatformFileForTransitToPlatformFile( 810 files.token_file = IPC::PlatformFileForTransitToPlatformFile( 812 files.uid_file = IPC::PlatformFileForTransitToPlatformFile( 815 picasa::PicasaAlbumTableReader reader(files); [all...] |
/external/chromium_org/content/shell/renderer/ |
webkit_test_runner.cc | 14 #include "base/files/file_path.h" 258 std::vector<base::FilePath> files; local 260 files.push_back(base::FilePath::FromUTF16Unsafe(absolute_filenames[i])); 263 routing_id(), files, &filesystem_id));
|
/external/chromium_org/ui/shell_dialogs/ |
select_file_dialog_win.cc | 16 #include "base/files/file_path.h" 86 // Distinguish directories from regular files. 94 // for .txt files, "JPEG Image" for .jpg files, etc. If the registry doesn't 113 // 'All Files' view. The purpose of the filter is to show only files of a 116 // 1. only files that have 'file_ext' as their extension 117 // 2. all files (only added if 'include_all_files' is true) 122 // "All Files\0*.*\0\0" (in one big string) 349 // JPG Image\0*.jpg\0All files\0*.*\0\ 858 std::vector<base::FilePath> files; local [all...] |
/external/oprofile/libpp/ |
arrange_profiles.cpp | 3 * Classify and process a list of candidate sample files 248 if (profile.files.empty()) { 250 list<profile_sample_files> const & files = dep.files; local 251 profile_sample_files const & sample_files = *(files.begin()); 258 = *(profile.files.begin()); 269 void merge_header(profile_sample_files const & files, opd_header & header) 271 if (!files.sample_filename.empty()) { 272 opd_header const temp = read_header(files.sample_filename); 276 list<string>::const_iterator it = files.cg_files.begin() [all...] |
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/ |
EASLib.c | 93 EAS_HW_FILE files[EAS_MAX_FILE_HANDLES]; member in struct:eas_hw_inst_data_tag 815 file = hwInstData->files; 851 /* too many open files */ [all...] |
EASLibVst.c | 91 EAS_HW_FILE files[EAS_MAX_FILE_HANDLES]; member in struct:eas_hw_inst_data_tag 510 file = hwInstData->files; 546 /* too many open files */ 907 dupfile = hwInstData->files; 932 /* too many open files */ 957 file2 = hwInstData->files; 1024 file = hwInstData->files; 1070 /* too many open files */ [all...] |
/frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/ |
DefaultContainerService.java | 317 String[] files = path.list(); local 318 if (files != null) { 319 for (String file : files) { 841 // Check all the native files that need to be copied and add that to the [all...] |
/frameworks/volley/src/com/android/volley/toolbox/ |
DiskBasedCache.java | 39 * Cache implementation that caches files directly onto the hard disk in the specified 86 * Clears the cache. Deletes all cached files from disk. 90 File[] files = mRootDirectory.listFiles(); local 91 if (files != null) { 92 for (File file : files) { 135 * Initializes the DiskBasedCache by scanning for all files currently in the 147 File[] files = mRootDirectory.listFiles(); local 148 if (files == null) { 151 for (File file : files) { 281 VolleyLog.v("pruned %d files, %d bytes, %d ms" [all...] |
/libcore/luni/src/main/java/java/io/ |
File.java | 324 * so calling this method will not ensure that files are deleted</i>. Instead, you should 328 * <li>Maintain your own set of files to delete, and process it at an appropriate point 499 * @return this files's hash value. 753 * Gets a list of the files in the directory represented by this file. This 754 * list is then filtered through a FilenameFilter and the names of files 764 * @return an array of files or {@code null}. 781 * Returns an array of files contained in the directory represented by this 783 * paths of the files in the array are absolute if the path of this file is 786 * @return an array of files or {@code null}. 793 * Gets a list of the files in the directory represented by this file. Thi 824 File[] files = listFiles(); local [all...] |
/libcore/luni/src/test/java/dalvik/system/ |
DexClassLoaderTest.java | 52 /** two classpath elements, both raw dex files */ 55 /** two classpath elements, both jar files */ 75 File[] files = OPTIMIZED_DIR.listFiles(); local 76 for (File file : files) { 152 * checking for the existence of optimized dex files. 410 * raw dex files don't contain resources, these test only work 411 * with jar files. The first couple methods here are helpers,
|
/libcore/luni/src/test/java/libcore/java/util/logging/ |
OldFileHandlerTest.java | 396 File[] files = file.listFiles(); local 397 for (int i = 0; i < files.length; i++) { 398 files[i].delete();
|
/ndk/sources/host-tools/make-3.81/ |
dir.c | 241 struct hash_table dirfiles; /* Files in this directory. */ 380 /* Hash table of files in each directory. */ 528 * on a directory when files are added/deleted from 556 setting the `files' member to a nil pointer. */ 703 * If re-reading a directory, don't cache files that have 949 /* There are no files entered for this directory. */ 987 register unsigned int files; 994 files = impossible = 0; 1062 fputs (_(" files, "), stdout); 1072 files += f 978 register unsigned int files; local [all...] |
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
AttachmentUtilities.java | 297 * files. 322 * attachment files. 377 File[] files = getAttachmentDirectory(context, accountId).listFiles(); local 378 if (files == null) return; 379 for (File file : files) { 426 // Although the download manager can scan media files, scanning only happens
|
/packages/apps/Email/tests/src/com/android/emailcommon/utility/ |
UtilityUnitTests.java | 178 // Case 1: Files don't exist. 185 // Case 2: Files exist already. 186 final MyNewFileCreator files = new MyNewFileCreator( local 193 checkCreateUniqueFile("/a-2", files, "/", "a"); 194 checkCreateUniqueFile("/a-3.txt", files, "/", "a.txt"); 196 checkCreateUniqueFile("/a/b/a-4", files, "/a/b", "a"); 197 checkCreateUniqueFile("/a/b/a-5.txt", files, "/a/b", "a.txt");
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
FileCache.java | 77 File[] files = rootDir.listFiles(); local 78 if (files == null) return; 249 @Table("files") 297 // delete old files
|
/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
GalleryUtils.java | 321 File[] files = dir.listFiles(); local 322 if (files != null) { 323 for (File file : files) {
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/ |
FileUtils.java | 55 * <li>copying files and directories
56 * <li>deleting files and directories
58 * <li>listing files and directories by filter and extension
238 * @param files a Collection containing java.io.File instances
241 public static File[] convertFileCollectionToFileArray(Collection<File> files) {
242 return files.toArray(new File[files.size()]);
247 * Finds files within a given directory (and optionally its
248 * subdirectories). All files found are filtered by an IOFileFilter.
250 * @param files the collection of files found. 317 Collection<File> files = new java.util.LinkedList<File>(); local 510 File[] files = new File[urls.length]; local 923 File[] files = filter == null ? srcDir.listFiles() : srcDir.listFiles(filter); local 1039 File[] files = directory.listFiles(); local 1449 File[] files = directory.listFiles(); local 1518 File[] files = directory.listFiles(); local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
core.h | 87 /* monitor files for graceful shutdown (hotplug) */ 122 struct list_head ctl_files; /* active control files */ 124 struct snd_info_entry *proc_root; /* root for soundcard specific files */ 128 struct snd_monitor_file *files; /* all files associated to this card */ member in struct:snd_card 131 spinlock_t files_lock; /* lock the files for this card */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
core.h | 87 /* monitor files for graceful shutdown (hotplug) */ 122 struct list_head ctl_files; /* active control files */ 124 struct snd_info_entry *proc_root; /* root for soundcard specific files */ 128 struct snd_monitor_file *files; /* all files associated to this card */ member in struct:snd_card 131 spinlock_t files_lock; /* lock the files for this card */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
bundlebuilder.py | 74 knows nothing about executables or icons, it only copies files 75 and creates the PkgInfo and Info.plist files. 96 # List of files that have to be copied to <bundle>/Contents/Resources. 101 files = [] variable in class:BundleBuilder 110 # Make symlinks instead copying files. This is handy during debugging, but 195 files = self.files[:] 197 files.append((path, pathjoin("Contents", "Resources", 200 files.append((path, pathjoin("Contents", "Frameworks", 206 self.message("Copying files", 1 [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/ |
Standard_Suite.py | 587 files = file variable
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/ |
CustomViewDescriptorService.java | 198 Map<ResourceFile, Long> files = findCustomDescriptors(project, type, local 216 project, files); 320 * Finds the set of XML files (if any) in the given library declaring 566 // Check whether the resource files (typically just one) which defined
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/ |
AndroidTypeRenameParticipant.java | 213 // "Update fully qualified names in non-Java files" option is 230 // TODO: Also do the Java elements, if they are in Jar files, since the library 328 // Update references in XML resource files 342 IResource[] files = ((IFolder) folder).members(); local 343 for (int i = 0; i < files.length; i++) { 344 IResource member = files[i];
|
RenameResourceParticipant.java | 93 * the XML files as appropriate; renaming .xml files, updating XML attributes, resource 105 * {@link ResourceFolderType#VALUES}. When refactoring non value files, we need to 106 * rename the files as well. 413 * Adds all changes to resource files (typically XML but also renaming drawable files 434 // Update references in XML resource files 444 IResource[] files = ((IFolder) folder).members(); local 445 for (int i = 0; i < files.length; i++) { 446 IResource member = files[i] [all...] |
/build/core/ |
Makefile | 3 # Pick a reasonable string to use to identify files. 22 define check-product-copy-files 35 $(call check-product-copy-files,$(cf)) \ 97 # when the target-files is signed in a post-build step. 459 # NOTICE files 467 # ALL_DEFAULT_INSTALLED_MODULES, which those use to pick which files 472 # Create the rule to combine the files into text and html forms 476 # $(4) - Directory to use. Notice files are all $(4)/src. Other 478 # $(5) - Dependencies for the output files 481 # files and write the names of the files that match that hash. The [all...] |