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

  /external/chromium_org/content/browser/appcache/
appcache_entry.h 21 MASTER = 1 << 0,
44 bool IsMaster() const { return (types_ & MASTER) != 0; }
appcache_update_job_unittest.cc 339 // Add ability for frontend to add master entries to an inprogress update.
    [all...]
appcache_database_unittest.cc 197 entry.flags = AppCacheEntry::MASTER;
223 EXPECT_EQ(AppCacheEntry::MASTER, found[0].flags);
232 EXPECT_EQ(AppCacheEntry::MASTER | AppCacheEntry::FOREIGN, found[0].flags);
    [all...]
appcache_update_job.cc 596 // Wait for pending master entries to download.
628 // Associate all pending master hosts with the newly created cache.
640 // Must be done after associating all pending master hosts.
756 // no longer fetches master entries directly. For now, we cancel all pending
757 // master entry fetches when entering cache failure state so this will never
774 // Add fetched master entry to the appropriate cache.
778 AppCacheEntry master_entry(AppCacheEntry::MASTER,
820 // In downloading case, update result is different if all master entries
823 // Only count successful downloads to know if all master entries failed.
    [all...]
appcache_unittest.cc 69 AppCacheEntry entry1(AppCacheEntry::MASTER, kFooResponseId, kFooSize);
87 EXPECT_EQ((AppCacheEntry::MASTER | AppCacheEntry::EXPLICIT),
appcache_storage_impl_unittest.cc 658 cache2_->AddEntry(kEntryUrl, AppCacheEntry(AppCacheEntry::MASTER, 1,
705 cache_->AddEntry(kEntryUrl, AppCacheEntry(AppCacheEntry::MASTER, 1, 100));
738 EXPECT_EQ(AppCacheEntry::MASTER, entry_records[0].flags);
    [all...]
mock_appcache_storage_unittest.cc 311 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/libnl/lib/route/
link.c 443 struct rtnl_link *master = rtnl_link_get(cache, link->l_master); local
444 nl_dump(p, "master %s ", master ? master->l_name : "inv");
445 if (master)
446 rtnl_link_put(master);
607 struct rtnl_link *master = rtnl_link_get(cache, link->l_master); local
609 master ? master->l_name : "none");
610 if (master)
    [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 449 milliseconds