HomeSort by relevance Sort by last modified time
    Searched full:site (Results 26 - 50 of 4550) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/content/browser/
browsing_instance.cc 22 std::string site = local
26 return site_instance_map_.find(site) != site_instance_map_.end();
30 std::string site = local
34 SiteInstanceMap::iterator i = site_instance_map_.find(site);
39 // No current SiteInstance for this site, so let's create one.
42 // Set the site of this new SiteInstance, which will register it with us.
52 std::string site = site_instance->GetSiteURL().possibly_invalid_spec(); local
54 // Only register if we don't have a SiteInstance for this site already.
55 // It's possible to have two SiteInstances point to the same site if two
58 // SiteInstance for this site, we just won't register the new one
71 std::string site = site_instance->GetSiteURL().possibly_invalid_spec(); local
    [all...]
site_instance_impl.cc 42 // the BrowsingInstance. Any future visits to a page from this site
57 // If we would use process-per-site for this site, also check if there is an
73 // with no site set at this point, so it will default to TYPE_NORMAL. This
82 // If we should use process-per-site mode (either in general or for the
83 // given site), then look for an existing RenderProcessHost for the site.
118 // If we are using process-per-site, we need to register this process
119 // for the current site so that we can find it again. (If no site is se
275 GURL site; local
    [all...]
browsing_instance.h 31 // the documents within each BrowsingInstance that are from the same site and
36 // It is important to only have one SiteInstance per site within a given
37 // BrowsingInstance. This is because any two documents from the same site
64 // the site of the given URL.
69 // SiteInstance per site.
73 // another SiteInstance for the same site.
78 // if the user later visits a page from this site, within this
91 // Map of site to SiteInstance, to ensure we only have one SiteInstance per
98 // Map of site to SiteInstance, to ensure we only have one SiteInstance per
99 // site. The site string should be the possibly_invalid_spec() of a GUR
    [all...]
  /external/doclava/src/com/google/doclava/
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/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...]
  /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...]
  /sdk/eclipse/sites/external/
index.html 3 <title>Android Development Toolkit update site.</title>
5 <style>@import url("web/site.css");</style>
16 xmlFile.load("site.xml");
17 stylesheet.load("web/site.xsl");
28 xmlFile.load("site.xml");
31 stylesheet.load("web/site.xsl");
  /sdk/eclipse/sites/internal/
index.html 3 <title>Android Development Toolkit update site.</title>
5 <style>@import url("web/site.css");</style>
16 xmlFile.load("site.xml");
17 stylesheet.load("web/site.xsl");
28 xmlFile.load("site.xml");
31 stylesheet.load("web/site.xsl");
  /external/chromium/net/data/ftp/
dir-listing-ls-2 6 lrwxrwxrwx 1 0 0 27 Oct 16 2007 site -> vol/1/.CLUSTER/var_ftp/site
dir-listing-ls-2.expected 47 site
  /external/chromium_org/chrome/browser/ui/website_settings/
website_settings.h 40 SITE_CONNECTION_STATUS_MIXED_CONTENT, // Site has unencrypted content.
43 SITE_CONNECTION_STATUS_INTERNAL_PAGE, // Internal site.
57 // Site identity could not be verified because the site did not provide a
60 // An error occured while verifying the site identity.
62 // The site is a trusted internal chrome page.
65 // certificate, so the site might be able to intercept data.
70 // object to determine the status of the site's connection. The
125 // Sets (presents) the information about the site's permissions in the |ui_|.
128 // Sets (presents) the information about the site's data in the |ui_|
    [all...]
  /external/chromium_org/content/public/browser/
web_contents.cc 21 BrowserContext* context, SiteInstance* site)
23 site_instance(site),
  /external/chromium_org/net/data/ftp/
dir-listing-ls-2 6 lrwxrwxrwx 1 0 0 27 Oct 16 2007 site -> vol/1/.CLUSTER/var_ftp/site
dir-listing-ls-2.expected 47 site
  /external/chromium_org/ppapi/shared_impl/
ppp_flash_browser_operations_shared.h 21 : site(in_site),
25 std::string site; member in struct:ppapi::FlashSiteSetting
  /external/llvm/utils/lit/lit/ExampleTests/LLVM.InTree/test/
lit.cfg 31 # Otherwise, we haven't loaded the site specific configuration (the user is
32 # probably trying to run on a test file directly, and either the site
40 # automagically generate the lit.site.cfg if we are in some kind of fresh
46 lit.fatal('No site specific configuration available!')
55 lit.fatal('No site specific configuration available!')
57 # Check that the site specific configuration exists.
58 site_cfg = os.path.join(llvm_obj_root, 'test', 'lit.site.cfg')
60 lit.fatal('No site specific configuration available!')
  /external/llvm/utils/lit/lit/ExampleTests/LLVM.OutOfTree/src/test/
lit.cfg 31 # Otherwise, we haven't loaded the site specific configuration (the user is
32 # probably trying to run on a test file directly, and either the site
40 # automagically generate the lit.site.cfg if we are in some kind of fresh
46 lit.fatal('No site specific configuration available!')
55 lit.fatal('No site specific configuration available!')
57 # Check that the site specific configuration exists.
58 site_cfg = os.path.join(llvm_obj_root, 'test', 'lit.site.cfg')
60 lit.fatal('No site specific configuration available!')
  /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..."
48 @sed -f lit.tmp $(PROJ_SRC_DIR)/lit.site.cfg.in > $@
51 Unit/lit.site.cfg: FORCE
52 @echo "Making Clang 'Unit/lit.site.cfg' file...
    [all...]
  /external/llvm/test/
Makefile 47 extra-site-cfgs::
48 .PHONY: extra-site-cfgs
55 # Force creation of Clang's lit.site.cfg.
56 clang-site-cfg: FORCE
57 $(MAKE) -C $(PROJ_OBJ_DIR)/../tools/clang/test lit.site.cfg Unit/lit.site.cfg
58 extra-site-cfgs:: clang-site-cfg
64 # Force creation of Clang Tools' lit.site.cfg.
65 clang-tools-site-cfg: FORC
    [all...]
  /external/chromium_org/content/test/data/accessibility/
list-markers.html 10 <!-- Omission of closing ul as seen in live site -->
  /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/tools/perf/page_sets/data/
mobile_memory.json 6 "https://www.google.com/search?site=&tbm=isch&q=google"
  /external/chromium_org/tools/perf/page_sets/
intl_hi_ru.json 9 "why": "#12 site in Russia"
35 "why": "#49 site in India"
39 "why": "#9 site in India"
43 "why": "#2 site in India"

Completed in 406 milliseconds

12 3 4 5 6 7 8 91011>>