HomeSort by relevance Sort by last modified time
    Searched defs:files (Results 276 - 300 of 446) sorted by null

<<1112131415161718

  /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/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. */
599 File[] files = mDropBoxDir.listFiles(); local
600 if (files == null) throw new IOException("Can't list files: " + mDropBoxDir);
605 // Scan pre-existing files.
606 for (File file : files) {
633 // mFilesByTag is used for trimming, so don't list empty files.
634 // (Zero-length/lost files are trimmed by date from mAllFiles.)
691 * Trims the files on disk to make sure they aren't using too much space
    [all...]
  /frameworks/base/services/java/com/android/server/firewall/
IntentFirewall.java 255 * Reads rules from all xml files (*.xml) in the given directory, and replaces our set of rules
258 * We only check for files ending in ".xml", to allow for temporary files that are atomically
270 File[] files = rulesDir.listFiles(); local
271 for (int i=0; i<files.length; i++) {
272 File file = files[i];
391 * Represents a single activity/service/broadcast rule within one of the xml files.
542 * Monitors for the creation/deletion/modification of any .xml files in the rule directory
  /libcore/crypto/src/test/java/org/conscrypt/
TrustedCertificateStoreTest.java 213 File[] files = dir.listFiles(); local
214 if (files == null) {
217 for (File file : files) {
  /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/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...]
  /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 325 " -S <size>[K|M|G] automatically sparse files greater than\n"
543 int files; local
551 files = sparse_file_resparse(s, max_size, NULL, 0);
552 if (files < 0) {
556 out_s = calloc(sizeof(struct sparse_file *), files + 1);
561 files = sparse_file_resparse(s, max_size, out_s, files);
562 if (files < 0) {
  /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/internal/net/sf/proguard/proguard-gradle/4.9/
proguard-gradle-4.9.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.2.0/
lint-api-22.2.0.jar 
  /prebuilts/devtools/tools/lib/
lint-api.jar 
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
antlr3.jar 
  /external/bison/
maint.mk 63 VC_LIST = $(srcdir)/$(_build-aux)/vc-list-files -C $(srcdir)
66 # matching files to ignore.
170 @echo "No version control files detected; skipping syntax check"
202 # This macro searches for a given construct in the selected files and
221 # grep-E-style regexp selecting the files to check. For in_vc_files,
222 # the regexp is used to select matching files from the list of all
223 # version-controlled files; for in_files, it's from the names printed
224 # by "find $(srcdir)". When neither is specified, use all files that
229 # Select the files (non) containing strings matching this regexp.
245 # Finally, you may exempt files based on an ERE matching file names
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_view_host_impl.cc 594 // local files.
903 fileapi::IsolatedContext::FileInfoSet files; local
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.cc 389 std::vector<ui::OSExchangeData::FileInfo> files; local
390 if (data.GetFilenames(&files) && !files.empty()) {
392 it = files.begin(); it != files.end(); ++it) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLInputElement.cpp 1318 FileList* HTMLInputElement::files() function in class:WebCore::HTMLInputElement
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
db_impl.cc 60 // Files produced by compaction
140 // Reserve ten files or so for other uses and give the rest to TableCache.
225 // Make a set of all of the live files
250 // Any temp files that are currently being written to must
308 // Recover from all newer log files than the ones named in the
309 // descriptor (new log files may have been added by the previous
336 snprintf(buf, sizeof(buf), "%d missing files; e.g.",
649 // Previous compaction may have produced too many files in a level,
836 Log(options_.info_log, "Compacted %d@%d + %d@%d files => %lld bytes",
859 Log(options_.info_log, "Compacting %d@%d + %d@%d files",
1380 int files = versions_->NumLevelFiles(level); local
    [all...]
db_test.cc 72 // Force sync of manifest files to fail while this pointer is non-NULL
75 // Force write to manifest files to fail while this pointer is non-NULL
381 db_->GetProperty("leveldb.num-files-at-level" + NumberToString(level),
394 // Return spread of files per level
412 std::vector<std::string> files; local
413 env_->GetChildren(dbname_, &files);
414 return static_cast<int>(files.size());
452 fprintf(stderr, " level %3d : %d files\n", level, num);
487 // Returns number of files renamed.
581 // Check that we process level-0 files in correct order. The cod
    [all...]
  /external/chromium_org/third_party/libxml/src/
xmllint.c 3081 int files = 0; local
    [all...]
  /external/chromium_org/v8/src/
d8.cc 1501 char* files = NULL; local
    [all...]
  /external/libxml2/
xmllint.c 3102 int files = 0; local
    [all...]

Completed in 1511 milliseconds

<<1112131415161718