Searched refs:site (Results 1 - 25 of 205) sorted by relevance

123456789

/external/iproute2/etc/iproute2/
H A Drt_scopes11 200 site
/external/chromium_org/ppapi/shared_impl/
H A Dppp_flash_browser_operations_shared.h20 : site(in_site), permission(in_permission) {}
22 std::string site; member in struct:ppapi::FlashSiteSetting
/external/chromium_org/third_party/cld/base/
H A Dvlog_is_on.h51 // 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; } argument
111 // The most significant half of a site i
112 SiteLevel(Atomic32 site) argument
131 VLogEnabled(Atomic32* site, int32 level, const char* const file) argument
[all...]
/external/chromium_org/content/browser/
H A Dbrowsing_instance.cc23 std::string site = local
27 return site_instance_map_.find(site) != site_instance_map_.end();
31 std::string site = local
35 SiteInstanceMap::iterator i = site_instance_map_.find(site);
40 // No current SiteInstance for this site, so let's create one.
43 // Set the site of this new SiteInstance, which will register it with us.
53 std::string site = site_instance->GetSiteURL().possibly_invalid_spec(); local
55 // Only register if we don't have a SiteInstance for this site already.
56 // It's possible to have two SiteInstances point to the same site if two
59 // SiteInstance for this site, w
72 std::string site = site_instance->GetSiteURL().possibly_invalid_spec(); local
[all...]
/external/chromium_org/ui/accessibility/extensions/highcontrast/
H A Dpopup.js5 var site; variable
33 if (site) {
34 setRadio('scheme', getSiteScheme(site));
35 $('make_default').disabled = (getSiteScheme(site) == getDefaultScheme());
42 site ? 'a' + getSiteScheme(site) : 'a' + getDefaultScheme());
68 if (site) {
69 setSiteScheme(site, value);
79 setDefaultScheme(getSiteScheme(site));
125 site
[all...]
H A Dcommon.js27 if (keyAction == 'global' || keyAction == 'site') {
36 if (keyAction != 'global' && keyAction != 'site') {
59 function getSiteScheme(site) {
63 scheme = siteSchemes[site];
73 function setSiteScheme(site, scheme) {
84 siteSchemes[site] = scheme;
H A Dbackground.js53 var site = siteFromUrl(url);
54 var scheme = getSiteScheme(site);
62 setSiteScheme(site, scheme);
/external/llvm/test/
H A DMakefile41 extra-site-cfgs::
42 .PHONY: extra-site-cfgs
49 # Force creation of Clang's lit.site.cfg.
50 clang-site-cfg: FORCE
51 $(MAKE) -C $(PROJ_OBJ_DIR)/../tools/clang/test lit.site.cfg Unit/lit.site.cfg
52 extra-site-cfgs:: clang-site-cfg
58 # Force creation of Clang Tools' lit.site.cfg.
59 clang-tools-site
[all...]
/external/chromium_org/v8/src/
H A Dallocation-site-scopes.h33 void update_current_site(AllocationSite* site) { argument
34 *(current_.location()) = site;
37 void InitializeTraversal(Handle<AllocationSite> site) { argument
38 top_ = site;
57 void ExitScope(Handle<AllocationSite> site, Handle<JSObject> object);
65 AllocationSiteUsageContext(Isolate* isolate, Handle<AllocationSite> site, argument
68 top_site_(site),
75 // Advance current site
/external/doclava/src/com/google/doclava/
H A DDoclavaDiff.java103 for (FederatedSite site : sites) {
105 data.setValue(base + ".name", site.name());
106 data.setValue(base + ".url", site.baseUrl().toString());
118 for (FederatedSite site : sites) {
120 if (site.apiInfo().getPackages().containsKey(pkg)) {
122 data.setValue(siteBase + ".link", site.linkFor(packageInfo.htmlPage()));
139 for (FederatedSite site : sites) {
141 ClassInfo classInfo = site.apiInfo().findClass(qualifiedClassName);
144 data.setValue(siteBase + ".link", site.linkFor(classInfo.htmlPage()));
168 for (FederatedSite site
[all...]
H A DFederationTagger.java37 * Adds a Doclava documentation site for federation. Accepts the base URL of
40 public void addSiteUrl(String name, URL site) { argument
41 federatedUrls.put(name, site);
50 for (FederatedSite site : federatedSites) {
51 applyFederation(site, new ClassInfo[] { classDoc });
57 for (FederatedSite site : federatedSites) {
58 applyFederation(site, classDocs);
69 Errors.error(Errors.NO_FEDERATION_DATA, null, "Unknown documentation site for " + name);
82 String error = "Could not add site for federation: " + name;
116 private void federateMethods(FederatedSite site, ClassInf argument
127 federateConstructors(FederatedSite site, ClassInfo federatedClass, ClassInfo localClass) argument
136 federateFields(FederatedSite site, ClassInfo federatedClass, ClassInfo localClass) argument
[all...]
/external/chromium_org/content/public/browser/
H A Dweb_contents.cc23 BrowserContext* context, SiteInstance* site)
25 site_instance(site),
22 CreateParams( BrowserContext* context, SiteInstance* site) argument
/external/chromium_org/tools/gyp/tools/emacs/
H A Drun-unit-tests.sh5 emacs --no-site-file --no-init-file --batch \
/external/chromium_org/chrome/test/chromedriver/
H A Darchive.py26 def GetLatestRevision(site=Site.CONTINUOUS):
30 site: the archive site to check against, default to the continuous one.
32 url = site + '/%s/LAST_CHANGE'
36 def DownloadChrome(revision, dest_dir, site=Site.CONTINUOUS):
42 site: the archive site to download from, default to the continuous one.
63 url = site + '/%s/%s/%s.zip' % (_GetDownloadPlatform(), revision,
72 """Returns the name for this platform on the archive site."""
88 """Returns the site t
[all...]
/external/chromium_org/ppapi/c/private/
H A Dppp_flash_browser_operations.h59 const char* site; member in struct:PP_Flash_BrowserOperations_SiteSetting
89 * This function allows the plugin to implement the "Clear site data" feature.
96 * @param[in] site String specifying which site to clear the data for. This
110 const char* site,
142 * site-specific settings.
148 * @param[in] clear_site_specific Whether to remove all site-specific
159 * Sets site-specific permission. If a site has already got site
[all...]
/external/chromium_org/chrome/browser/browsing_data/
H A Dmock_browsing_data_flash_lso_helper.cc22 const std::string& site) {
24 std::find(domains_.begin(), domains_.end(), site);
21 DeleteFlashLSOsForSite( const std::string& site) argument
H A Dbrowsing_data_flash_lso_helper.cc26 virtual void DeleteFlashLSOsForSite(const std::string& site) OVERRIDE;
42 // Identifies the request to fetch site data.
45 // Contains the pending requests to clear site data. The key is the request
46 // ID, the value the site for which to clear data.
72 const std::string& site) {
75 site, kClearAllData, std::numeric_limits<uint64>::max());
76 clear_site_data_ids_[id] = site;
71 DeleteFlashLSOsForSite( const std::string& site) argument
H A Dbrowsing_data_flash_lso_helper.h30 virtual void DeleteFlashLSOsForSite(const std::string& site) = 0;
H A Dmock_browsing_data_flash_lso_helper.h22 virtual void DeleteFlashLSOsForSite(const std::string& site) OVERRIDE;
/external/doclava/res/assets/templates/
H A Ddiff.cs127 <?cs each:site = sites ?>
128 <th><?cs var:site.name ?></th>
140 <?cs each:site = package.sites ?>
142 <?cs if:site.hasPackage ?>
143 <a href="<?cs var:site.link ?>">Link</a>
160 <?cs each:site = class.sites ?>
162 <?cs if:site.hasClass ?>
163 <a href="<?cs var:site.link ?>">Link</a>
174 <?cs each:site = method.sites ?>
176 <?cs if:site
[all...]
/external/libunwind/src/arm/
H A Dgetcontext.S42 @ reconstruct r13 at call site, then store
45 @ retrieve r14 from call site, then store
48 @ point lr to instruction after call site's stack adjustment
/external/clang/test/
H A DMakefile11 # 'lit' wants objdir paths, so it will pick up the lit.site.cfg.
25 # Make sure any extra test suites can find the main site config.
26 LIT_ARGS := --param clang_site_config=$(PROJ_OBJ_DIR)/lit.site.cfg
32 all:: lit.site.cfg Unit/lit.site.cfg
39 lit.site.cfg: FORCE
40 @echo "Making Clang 'lit.site.cfg' file..."
54 @sed -f lit.tmp $(PROJ_SRC_DIR)/lit.site.cfg.in > $@
57 Unit/lit.site.cfg: FORCE
58 @echo "Making Clang 'Unit/lit.site
[all...]
/external/chromium_org/content/ppapi_plugin/
H A Dbroker_process_dispatcher.cc59 if (!sites[i].site) {
64 ppapi::FlashSiteSetting(sites[i].site, sites[i].permission));
144 const std::string& site,
148 request_id, ClearSiteData(plugin_data_path, site, flags, max_age)));
228 const std::string& site,
234 data_str.c_str(), site.empty() ? NULL : site.c_str(), flags, max_age);
242 data_str.c_str(), site.empty() ? NULL : site.c_str(), flags, max_age);
248 data_str.c_str(), site
141 OnClearSiteData( uint32 request_id, const base::FilePath& plugin_data_path, const std::string& site, uint64 flags, uint64 max_age) argument
226 ClearSiteData( const base::FilePath& plugin_data_path, const std::string& site, uint64 flags, uint64 max_age) argument
[all...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DPropertyTooltipProvider.java50 IPropertyTooltipSite site);
84 public HideListener(IPropertyTooltipSite site) { argument
85 m_site = site;
47 createTooltipControl(Property property, Composite parent, int availableWidth, IPropertyTooltipSite site) argument
/external/chromium_org/chrome/browser/resources/options/
H A Dhandler_options.css17 .handlers-site-column {
21 .handlers-site-column select {

Completed in 6032 milliseconds

123456789