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

<<11121314151617181920>>

  /external/elfutils/0.153/libdw/
libdwP.h 27 found in the source code files (the "Approved Interfaces"). The files
223 /* Files in line information records. */
244 Dwarf_Files *files; member in struct:Dwarf_Line_s
309 Dwarf_Files *files; member in struct:Dwarf_CU
  /external/elfutils/0.153/src/
nm.c 113 static const char doc[] = N_("List symbols from FILEs (a.out by default).");
256 /* Process all the remaining files. */
496 /* Process all the files contained in the archive. */
666 Dwarf_Files *files; local
668 if (dwarf_getsrcfiles (cudie, &files, &nfiles) != 0)
717 newp->file = dwarf_filesrc (files, fileidx, NULL, NULL);
969 /* We do not print the entries for files. */
    [all...]
  /external/lzma/C/
7zIn.c 110 p->Files = 0;
127 IAlloc_Free(alloc, p->Files);
206 CSzFileItem *file = p->db.Files + i;
269 CObjectVector<CSzFileItem> &files, UInt64 type)
272 RINOK(ReadBoolVector2(files.Size(), boolVector))
277 for (int i = 0; i < files.Size(); i++)
279 CSzFileItem &file = files[i];
955 CSzFileItem *files = 0; local
989 MY_ALLOC(CSzFileItem, files, (size_t)numFiles, allocMain);
991 p->db.Files = files;
    [all...]
  /external/proguard/src/proguard/gradle/
ProGuardTask.java 68 return getProject().files(inJarFiles);
74 return getProject().files(outJarFiles);
80 return getProject().files(libraryJarFiles);
86 return getProject().files(configurationFiles);
989 // with lazy resolution of the files.
1021 // of the files.
1033 // Lazily apply the external configuration files.
1035 getProject().files(configurationFiles);
1037 Iterator<File> files = fileCollection.iterator(); local
1038 while (files.hasNext()
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
ResourceLoader.java 496 File[] files = dir.listFiles(); local
497 if (files != null) {
498 for (File f : files) {
  /frameworks/base/core/tests/coretests/src/android/content/pm/
AppCacheTest.java 133 //this should free up the test files that were created earlier
359 assertTrue("Files should have been removed", removedFlag);
382 //introduce sleep for 1 s to avoid common time stamps for files being created
391 List<String> files = new ArrayList<String>(); local
395 files.add(file1.getName());
398 if (files.size() > 0) {
399 fail("Files should have been deleted: "
400 + Arrays.toString(files.toArray(new String[files.size()])));
432 //introduce sleep for 10 ms to avoid common time stamps for files being create
    [all...]
  /frameworks/base/services/core/java/com/android/server/
DropBoxManagerService.java 85 // Accounting of all currently written log files (set in init()).
102 /** Receives events that might indicate a need to clean up files. */
604 File[] files = mDropBoxDir.listFiles(); local
605 if (files == null) throw new IOException("Can't list files: " + mDropBoxDir);
610 // Scan pre-existing files.
611 for (File file : files) {
638 // mFilesByTag is used for trimming, so don't list empty files.
639 // (Zero-length/lost files are trimmed by date from mAllFiles.)
696 * Trims the files on disk to make sure they aren't using too much space
    [all...]
  /frameworks/base/services/core/java/com/android/server/firewall/
IntentFirewall.java 258 * Reads rules from all xml files (*.xml) in the given directory, and replaces our set of rules
261 * We only check for files ending in ".xml", to allow for temporary files that are atomically
273 File[] files = rulesDir.listFiles(); local
274 if (files != null) {
275 for (int i=0; i<files.length; i++) {
276 File file = files[i];
396 * Represents a single activity/service/broadcast rule within one of the xml files.
553 * Monitors for the creation/deletion/modification of any .xml files in the rule directory
  /ndk/sources/host-tools/nawk-20071023/
run.c 60 /* #define FOPEN_MAX 40 */ /* max number of open files */
1612 struct files { struct
1616 } files[FOPEN_MAX] ={ variable in typeref:struct:files
    [all...]
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider.java 353 // Delete the Gears plugin files
366 // Delete the Gears data files
376 File[] files = currentDir.listFiles(); local
377 for (int i = 0; i < files.length; ++i) {
378 if (files[i].isDirectory()) {
379 deleteDirectory(files[i]);
381 files[i].delete();
    [all...]
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageMeasurement.java 424 // Measure misc files not counted under media
476 final File[] files = dir.listFiles(); local
477 if (files == null) return 0;
483 for (File file : files) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
StorageMeasurement.java 430 // Measure misc files not counted under media
482 final File[] files = dir.listFiles(); local
483 if (files == null) return 0;
489 for (File file : files) {
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
CommandRecognizerEngine.java 64 * <li>A directory tree of audio files may be stepped through.
66 * <li>A {@link RecognizerLogger} may generate a set of log files from
443 * Delete all g2g files in the directory indicated by {@link File},
444 * which is typically /data/data/com.android.voicedialer/files.
457 File[] files = context.getFilesDir().listFiles(ff); local
458 if (files != null) {
459 for (File file : files) {
467 * Delete G2G and OpenEntries files, to force regeneration of the g2g file
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.4.0/
lint-api-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.4.2/
lint-api-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.5.0/
lint-api-22.5.0.jar 
  /sdk/attribute_stats/src/
Analyzer.java 48 * Gathers statistics about attribute usage in layout files. This is how the "topAttrs"
54 * for layout files that are not in folders containing the string "test", and computes and
160 File[] files = directory.listFiles(); local
161 if (files == null) {
165 for (File file : files) {
168 System.out.println("Analyzed " + mFileVisitCount + " files...");
210 // pass -- ignore files we can't parse
212 // pass -- ignore files we can't parse
214 // pass -- ignore files we can't parse
225 // Resource files shouldn't be in the layout/ folder but I came acros
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PreviewIconFactory.java 105 File[] files = imageDir.listFiles(); local
106 for (File file : files) {
  /system/core/fastboot/
fastboot.c 322 " -S <size>[K|M|G] automatically sparse files greater\n"
555 int files; local
563 files = sparse_file_resparse(s, max_size, NULL, 0);
564 if (files < 0) {
568 out_s = calloc(sizeof(struct sparse_file *), files + 1);
573 files = sparse_file_resparse(s, max_size, out_s, files);
574 if (files < 0) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-weblogic.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-gradle/4.10/
proguard-gradle-4.10.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-gradle/4.9/
proguard-gradle-4.9.jar 
  /prebuilts/devtools/tools/lib/
lint-api.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.2.0/
lint-api-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.9.2/
lint-api-22.9.2.jar 

Completed in 1266 milliseconds

<<11121314151617181920>>