HomeSort by relevance Sort by last modified time
    Searched defs:files (Results 251 - 275 of 680) sorted by null

<<11121314151617181920>>

  /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/skia/debugger/QT/
SkDebuggerGUI.cpp 612 // don't add a '/' to files in the local directory
623 tr("Files (*.*)"));
952 const QStringList files = dir.entryList(); local
    [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/core/java/android/os/
FileUtils.java 42 * Tools for managing files. Not for public consumption.
220 * @param file to read (will not seek, so things like /proc files are OK)
324 * Delete older files in a directory until only those matching the given
327 * @param minCount Always keep at least this many files.
328 * @param minAge Always keep files younger than this age.
329 * @return if any files were deleted.
336 final File[] files = dir.listFiles(); local
337 if (files == null) return false;
339 // Sort with newest files first
340 Arrays.sort(files, new Comparator<File>()
389 File[] files = dir.listFiles(); local
    [all...]
  /frameworks/base/services/usage/java/com/android/server/usage/
UsageStatsService.java 166 File[] files = f.listFiles(); local
167 if (files != null) {
168 for (File subFile : files) {
  /frameworks/multidex/library/src/android/support/multidex/
MultiDexExtractor.java 43 * Exposes application secondary dex files as files in the application data
51 * We look for additional dex files named {@code classes2.dex},
74 * Extracts application secondary dexes into files in the application data
77 * @return a list of files that were created. The list may be empty if there
78 * are no secondary dex files.
80 * secondary dex files
89 List<File> files; local
92 files = loadExistingExtractions(context, sourceApk, dexDir);
94 Log.w(TAG, "Failed to reload existing extracted secondary dex files,"
116 final List<File> files = new ArrayList<File>(totalDexNumber); local
172 List<File> files = new ArrayList<File>(); local
271 File[] files = dexDir.listFiles(filter); local
    [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) {
286 VolleyLog.v("pruned %d files, %d bytes, %d ms"
    [all...]
  /frameworks/webview/chromium/java/com/android/webview/chromium/
WebViewChromiumFactoryProvider.java 163 File[] files = dir.listFiles(); local
164 if (files != null) {
165 for (File file : files) {
  /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
494 * @return this files's hash value.
748 * Gets a list of the files in the directory represented by this file. This
749 * list is then filtered through a FilenameFilter and the names of files
759 * @return an array of files or {@code null}.
776 * Returns an array of files contained in the directory represented by this
778 * paths of the files in the array are absolute if the path of this file is
781 * @return an array of files or {@code null}.
788 * Gets a list of the files in the directory represented by this file. Thi
819 File[] files = listFiles(); local
    [all...]
  /libcore/luni/src/test/java/dalvik/system/
DexClassLoaderTest.java 70 /** two classpath elements, both raw dex files */
74 /** two classpath elements, both jar files */
82 Configuration(int expectedFiles, File... files) {
83 this(DEFAULT_OPTIMIZED_DIR, expectedFiles, files);
86 Configuration(File optimizedDir, int expectedFiles, File... files) {
87 assertTrue(files != null && files.length > 0);
91 String path = files[0].getAbsolutePath();
92 for (int i = 1; i < files.length; i++) {
93 path += File.pathSeparator + files[i].getAbsolutePath()
122 File[] files = dir.listFiles(); local
    [all...]
  /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 295 * files.
320 * attachment files.
375 File[] files = getAttachmentDirectory(context, accountId).listFiles(); local
376 if (files == null) return;
377 for (File file : files) {
425 // Although the download manager can scan media files, scanning only happens
  /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/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 7 # Pick a reasonable string to use to identify files.
24 define check-product-copy-files
37 $(call check-product-copy-files,$(cf)) \
99 # when the target-files is signed in a post-build step.
549 # NOTICE files
557 # ALL_DEFAULT_INSTALLED_MODULES, which those use to pick which files
562 # Create the rule to combine the files into text and html forms
566 # $(4) - Directory to use. Notice files are all $(4)/src. Other
568 # $(5) - Dependencies for the output files
571 # files and write the names of the files that match that hash. The
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-apache-bcel.jar 
ant-netrexx.jar 

Completed in 1732 milliseconds

<<11121314151617181920>>