HomeSort by relevance Sort by last modified time
    Searched defs:Site (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/browser/managed_mode/
managed_mode_site_list.h 29 // This class represents a "site list" that is part of a content pack. It is
32 // Every site has -- among other attributes -- a whitelist of URLs that are
35 // can tell for a given URL if it is part of the whitelist for any site.
41 struct Site {
42 Site(const string16& name, int category_id);
43 ~Site();
45 // The human-readable name for the site.
53 // A list of URL patterns that should be whitelisted for the site.
57 // for the site.
65 // Creates a copy of the site list
    [all...]
managed_mode_site_list.cc 70 // (via URL patterns or hostname hashes) and the URL in the corresponding Site
73 ManagedModeSiteList::Site* site) {
74 std::vector<std::string>* patterns = &site->patterns;
92 std::vector<std::string>* hashes = &site->hostname_hashes;
129 ManagedModeSiteList::Site::Site(const string16& name,
134 ManagedModeSiteList::Site::~Site() {}
158 void ManagedModeSiteList::GetSites(std::vector<Site>* sites)
    [all...]
  /external/chromium_org/chrome/test/chromedriver/
archive.py 20 class Site(object):
25 def GetLatestRevision(site=Site.CONTINUOUS):
29 site: the archive site to check against, default to the continuous one.
31 url = site + '/%s/LAST_CHANGE'
35 def DownloadChrome(revision, dest_dir, site=Site.CONTINUOUS):
41 site: the archive site to download from, default to the continuous one
    [all...]
  /external/chromium_org/third_party/cld/base/
vlog_is_on.h 51 // Atomic32 at every VLOG_IS_ON() call site. The level determines
52 // whether the site should log, and the epoch determines whether the
53 // site is stale and should be reinitialized. A verbosity level of
55 // the verbosity level. When the site is (re)initialized, a verbosity
90 // Each log site determines whether its log level is up to date by
93 // global epoch is advanced, invalidating all site epochs.
108 // The least significant half of a site is the epoch.
109 inline int SiteEpoch(Atomic32 site) { return site & 0x0000FFFF; }
111 // The most significant half of a site is the logging level
    [all...]
  /packages/apps/Browser/src/com/android/browser/preferences/
WebsiteSettingsFragment.java 62 private static final String EXTRA_SITE = "site";
66 private Site mSite = null;
68 static class Site implements Parcelable {
74 // These constants provide the set of features that a site may support
83 public Site(String origin) {
103 * Gets the number of features supported by this site.
114 * Gets the ID of the nth (zero-based) feature supported by this site.
117 * position in the list of features for this site. This is used both
173 private Site(Parcel in) {
180 public static final Parcelable.Creator<Site> CREATO
236 Site site = null; local
309 Site site = entry.getValue(); local
345 Site site = sitesIter.next(); local
387 Site site = entry.getValue(); local
480 Site site = getItem(position); local
622 Site site = (Site) view.getTag(); local
    [all...]
  /external/opencv/cvaux/src/
cvlee.cpp 118 CvVoronoiSiteInt* site; member in struct:CvVoronoiEdgeInt
199 // (site is an edge of polygon or a reflex vertex).
361 pReflexSite: out, pointer to reflex site,if any exist,else NULL
382 pTopSite: out, pointer to the most left site of polygon (it is the most left
418 pTopSite : in, the most left site of hole
429 Description : Compute the initial Voronoi Diagram for single site
433 pSite: in, pointer to site
491 Description : Function finds the nearest site for top vertex
502 Description : Function seeks for site, which has common bisector in
517 Description : Function seeks for site, which has common bisector i
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /prebuilts/devtools/tools/lib/
sdklib.jar 

Completed in 1607 milliseconds