HomeSort by relevance Sort by last modified time
    Searched refs:MASTER (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/webkit/browser/appcache/
appcache_entry.h 21 MASTER = 1 << 0,
44 bool IsMaster() const { return (types_ & MASTER) != 0; }
appcache_update_job_unittest.cc 336 // Add ability for frontend to add master entries to an inprogress update.
    [all...]
appcache_update_job.cc 492 // Wait for pending master entries to download.
516 // Associate all pending master hosts with the newly created cache.
607 // no longer fetches master entries directly. For now, we cancel all pending
608 // master entry fetches when entering cache failure state so this will never
625 // Add fetched master entry to the appropriate cache.
629 AppCacheEntry master_entry(AppCacheEntry::MASTER,
661 const char* kFormatString = "Master entry fetch failed (%d) %s";
666 // In downloading case, update result is different if all master entries
669 // Only count successful downloads to know if all master entries failed.
    [all...]
appcache_database_unittest.cc 123 entry.flags = AppCacheEntry::MASTER;
149 EXPECT_EQ(AppCacheEntry::MASTER, found[0].flags);
158 EXPECT_EQ(AppCacheEntry::MASTER | AppCacheEntry::FOREIGN, found[0].flags);
    [all...]
appcache_unittest.cc 68 AppCacheEntry entry1(AppCacheEntry::MASTER, kFooResponseId, kFooSize);
86 EXPECT_EQ((AppCacheEntry::MASTER | AppCacheEntry::EXPLICIT),
appcache_storage_impl_unittest.cc 542 cache2_->AddEntry(kEntryUrl, AppCacheEntry(AppCacheEntry::MASTER, 1,
589 cache_->AddEntry(kEntryUrl, AppCacheEntry(AppCacheEntry::MASTER, 1, 100));
622 EXPECT_EQ(AppCacheEntry::MASTER, entry_records[0].flags);
    [all...]
mock_appcache_storage_unittest.cc 310 cache->AddEntry(entry_url, AppCacheEntry(AppCacheEntry::MASTER));
  /external/iproute2/ip/
ipaddress.c 102 _PF(MASTER);
423 fprintf(fp, "master %s ", ll_idx_n2a(*(int*)RTA_DATA(tb[IFLA_MASTER]), b1));
    [all...]
  /external/iproute2/doc/
ip-cref.tex 378 i.e.\ packets send through it are encapsulated and sent via the ``master''
379 device. If the name is \verb|NONE|, the master is unknown.
454 (\verb|MASTER|, \verb|AUTOMEDIA| and \verb|PORTSEL|). We do not discuss
    [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 926 milliseconds