Searched defs:Site (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_site_list.h35 struct Site { struct in class:SupervisedUserSiteList
36 Site(const base::string16& name, int category_id);
37 ~Site();
69 void GetSites(std::vector<Site>* sites);
H A Dsupervised_user_site_list.cc69 // (via URL patterns or hostname hashes) and the URL in the corresponding Site
72 SupervisedUserSiteList::Site* site) {
128 SupervisedUserSiteList::Site::Site(const base::string16& name, function in class:SupervisedUserSiteList::Site
133 SupervisedUserSiteList::Site::~Site() {}
158 void SupervisedUserSiteList::GetSites(std::vector<Site>* sites) {
189 sites->push_back(Site(name, category_id));
209 LOG(ERROR) << "Site list " << path_.value() << " is invalid";
215 LOG(ERROR) << "Site lis
[all...]
/external/chromium_org/chrome/test/chromedriver/
H A Darchive.py20 class Site(object): class in inherits:object
26 def GetLatestRevision(site=Site.CONTINUOUS):
36 def DownloadChrome(revision, dest_dir, site=Site.CONTINUOUS):
95 return Site.CHROMIUM_SNAPSHOT
97 return Site.BLINK_SNAPSHOT
/external/chromium_org/third_party/cld/base/
H A Dvlog_is_on.h115 inline Atomic32 Site(int level, int epoch) { function in namespace:base::internal
/external/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h364 void setCallSiteBeginLabel(MCSymbol *BeginLabel, unsigned Site) { argument
365 CallSiteMap[BeginLabel] = Site;
382 void setCurrentCallSite(unsigned Site) { CurCallSite = Site; } argument
/external/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp241 CallSiteEntry Site = { LastLabel, BeginLabel, nullptr, 0 }; local
242 CallSites.push_back(Site);
254 CallSiteEntry Site = { local
264 if (Site.PadLabel == Prev.PadLabel && Site.Action == Prev.Action) {
266 Prev.EndLabel = Site.EndLabel;
273 CallSites.push_back(Site);
280 CallSites[SiteNo - 1] = Site;
291 CallSiteEntry Site = { LastLabel, nullptr, nullptr, 0 }; local
292 CallSites.push_back(Site);
[all...]
/external/opencv/cvaux/src/
H A Dcvlee.cpp2130 CvVoronoiSiteInt Site = {NULL,NULL,NULL,NULL,NULL,NULL,NULL}; local
2197 pSite = _cvSeqPush(SiteSeq, &Site);
2203 pSite = _cvSeqPush(SiteSeq, &Site);
2210 pSite = _cvSeqPush(SiteSeq, &Site);
2275 CvVoronoiSiteInt Site = {NULL,NULL,NULL,NULL,NULL,NULL,NULL}; local
2292 pTopSite = pSite = _cvSeqPush(SiteSeq, &Site);
2354 pSite = _cvSeqPush(SiteSeq, &Site);
2360 pSite = _cvSeqPush(SiteSeq, &Site);
2371 pSite = _cvSeqPush(SiteSeq, &Site);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 172 milliseconds