HomeSort by relevance Sort by last modified time
    Searched refs:site (Results 1 - 25 of 294) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/iproute2/etc/iproute2/
rt_scopes 11 200 site
  /external/chromium_org/ppapi/shared_impl/
ppp_flash_browser_operations_shared.h 20 : site(in_site), permission(in_permission) {}
22 std::string site; member in struct:ppapi::FlashSiteSetting
  /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...]
  /external/chromium_org/v8/src/
allocation-site-scopes.h 33 void update_current_site(AllocationSite* site) {
34 *(current_.location()) = site;
37 void InitializeTraversal(Handle<AllocationSite> site) {
38 top_ = site;
57 void ExitScope(Handle<AllocationSite> site, Handle<JSObject> object);
65 AllocationSiteUsageContext(Isolate* isolate, Handle<AllocationSite> site,
68 top_site_(site),
75 // Advance current site
  /external/chromium_org/content/browser/
browsing_instance.cc 23 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, we just won't register the new one
72 std::string site = site_instance->GetSiteURL().possibly_invalid_spec(); local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_site.py 1 """Tests for 'site'.
19 # Need to make sure to not import 'site' if someone specified ``-S`` at the
20 # command-line. Detect this by just making sure 'site' has not been imported
22 if "site" in sys.modules:
23 import site namespace
25 raise unittest.SkipTest("importation of site.py suppressed")
27 if site.ENABLE_USER_SITE and not os.path.isdir(site.USER_SITE):
28 # need to add user site directory for tests
29 os.makedirs(site.USER_SITE
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_site.py 1 """Tests for 'site'.
19 # Need to make sure to not import 'site' if someone specified ``-S`` at the
20 # command-line. Detect this by just making sure 'site' has not been imported
22 if "site" in sys.modules:
23 import site namespace
25 raise unittest.SkipTest("importation of site.py suppressed")
27 if site.ENABLE_USER_SITE and not os.path.isdir(site.USER_SITE):
28 # need to add user site directory for tests
29 os.makedirs(site.USER_SITE
    [all...]
  /external/llvm/test/
Makefile 41 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-cfg: FORC
    [all...]
  /external/doclava/src/com/google/doclava/
DoclavaDiff.java 103 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 : sites)
    [all...]
FederationTagger.java 37 * Adds a Doclava documentation site for federation. Accepts the base URL of
40 public void addSiteUrl(String name, URL site) {
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, ClassInfo federatedClass, ClassInfo localClass)
    [all...]
  /external/chromium_org/content/public/browser/
web_contents.cc 23 BrowserContext* context, SiteInstance* site)
25 site_instance(site),
  /external/chromium_org/tools/gyp/tools/emacs/
run-unit-tests.sh 5 emacs --no-site-file --no-init-file --batch \
  /external/chromium_org/chrome/test/chromedriver/
archive.py 20 class Site(object):
26 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
    [all...]
  /external/chromium_org/ppapi/c/private/
ppp_flash_browser_operations.h 59 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-specifi
    [all...]
  /external/chromium_org/chrome/browser/browsing_data/
mock_browsing_data_flash_lso_helper.cc 20 const std::string& site) {
22 std::find(domains_.begin(), domains_.end(), site);
browsing_data_flash_lso_helper.cc 26 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;
browsing_data_flash_lso_helper.h 30 virtual void DeleteFlashLSOsForSite(const std::string& site) = 0;
mock_browsing_data_flash_lso_helper.h 21 virtual void DeleteFlashLSOsForSite(const std::string& site) OVERRIDE;
  /external/libunwind/src/arm/
getcontext.S 42 @ 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
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-site-plugin/3.3/
maven-site-plugin-3.3.jar 
  /external/clang/test/
Makefile 11 # '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.cfg' file...
    [all...]
  /external/chromium_org/content/ppapi_plugin/
broker_process_dispatcher.cc 59 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.empty() ? NULL : site.c_str(), flags, max_age)
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTooltipProvider.java 50 IPropertyTooltipSite site);
84 public HideListener(IPropertyTooltipSite site) {
85 m_site = site;
  /external/chromium_org/chrome/browser/resources/options/
handler_options.css 17 .handlers-site-column {
21 .handlers-site-column select {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
UnpackUpdateJars.java 40 private String site; field in class:UnpackUpdateJars
47 up.site="C:\\updatejars\\eclipse";
63 File featureDir=new File(site,"features");
82 File jardPlugin=new File(site,"plugins/"+(String)unpackedPlugins.get(i)+".jar");
146 return site;
149 public void setSite(String site) {
150 this.site = site;
206 File jardPlugin=new File(site,"plugins/"+pluginDirName+".jar");

Completed in 1565 milliseconds

1 2 3 4 5 6 7 8 91011>>