/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/ |
CMakeLists.txt | 31 ${CMAKE_CURRENT_SOURCE_DIR}/lit.site.cfg.in 32 ${CMAKE_CURRENT_BINARY_DIR}/lit.site.cfg
|
/external/chromium_org/chrome/browser/managed_mode/ |
managed_mode_site_list.cc | 69 // (via URL patterns or hostname hashes) and the URL in the corresponding Site 72 ManagedModeSiteList::Site* site) { 73 std::vector<std::string>* patterns = &site->patterns; 91 std::vector<std::string>* hashes = &site->hostname_hashes; 128 ManagedModeSiteList::Site::Site(const base::string16& name, 133 ManagedModeSiteList::Site::~Site() {} 158 void ManagedModeSiteList::GetSites(std::vector<Site>* sites) [all...] |
/external/chromium_org/content/browser/ |
cross_site_request_manager.h | 18 // CrossSiteRequestManager is used to handle bookkeeping for cross-site 31 // has a pending cross-site request. If so, we will have to delay the 38 // pending cross-site request. Called by RenderViewHost on the UI thread. 55 // RenderViewHosts that have pending cross-site requests. Used to pass
|
site_per_process_browsertest.cc | 202 // Load same-site page into Iframe. 210 // Load cross-site page into Iframe. 237 // Load cross-site client-redirect page into Iframe. 249 // Load cross-site server-redirect page into Iframe, 250 // which redirects to same-site page. 260 // Load cross-site server-redirect page into Iframe, 261 // which redirects to cross-site page. 272 // Load same-site server-redirect page into Iframe, 273 // which redirects to cross-site page. 284 // Load same-site client-redirect page into Iframe [all...] |
/external/chromium_org/net/base/ |
privacy_mode.h | 10 // Privacy Mode is enabled if cookies to particular site are blocked, so
|
/external/llvm/utils/lit/lit/ExampleTests.ObjDir/ |
lit.site.cfg | 3 # Site specific configuration file.
|
/external/skia/ |
skia.gyp | 9 # Full documentation at https://sites.google.com/site/skiadocs/
|
/external/chromium/webkit/glue/ |
site_isolation_metrics.h | 18 // Metrics to check the feasability of blocking cross-site requests that 19 // a renderer shouldn't be making (in case we try to move cross-site frames 21 // mime-types then we strictly need (we'd only consider blocking cross-site
|
/external/chromium_org/chrome_frame/test/ |
external_sites_test.cc | 35 // Test for navigating to a site that has a CF metatag. 37 // Print name of site for debugging purposes. 38 std::wcout << L"Navigating to site: " << GetParam() << std::endl;
|
/external/llvm/utils/llvm-lit/ |
llvm-lit.in | 17 'llvm_site_config' : os.path.join(llvm_obj_root, 'test', 'lit.site.cfg') 24 os.path.join(clang_obj_root, 'test', 'lit.site.cfg') 28 os.path.join(clang_tools_extra_obj_root, 'test', 'lit.site.cfg')
|
/external/guava/guava-tests/test/com/google/common/net/ |
InternetDomainNameTest.java | 140 "site.jp", 143 "site.quick.jp", 144 "site.tenki.jp", 145 "site.or.jp", 146 "site.gr.jp", 147 "site.ne.jp", 148 "site.ac.jp", 149 "site.ad.jp", 150 "site.ed.jp", 151 "site.geo.jp" [all...] |
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
fileapi_util.cc | 26 GURL site = extensions::ExtensionSystem::Get(profile)-> local 28 return content::BrowserContext::GetStoragePartitionForSite(profile, site)-> 79 // extension's site is the one in whose file system context the virtual path 81 GURL site = service->GetSiteForExtensionId(extension_id); 83 content::BrowserContext::GetStoragePartitionForSite(profile, site)->
|
/prebuilts/devtools/repository/ |
sdk-addons-list-1.xsd | 34 A simple list of add-ons site. 38 <xsd:element name="addon-site" type="sa1:addonSiteType" /> 42 <!-- The definition of an Add-on Site. --> 46 <xsd:documentation>An SDK add-on site.</xsd:documentation> 49 <!-- The URL of the site.
|
/external/chromium_org/chrome/browser/ui/website_settings/ |
website_settings_ui.h | 31 // information and controls for site specific data (local stored objects like 32 // cookies), site specific permissions (location, popup, plugin, etc. 33 // permissions) and site specific information (identity, connection status, 63 // Site permission |type|. 73 // |IdentityInfo| contains information about the site's identity and 78 // The site's identity. 80 // Status of the site's identity. 84 // Textual description of the site's identity status that is displayed to 89 // Status of the site's connection. 91 // Textual description of the site's connection status that is displayed t [all...] |
/external/doclava/res/assets/templates/ |
diff.cs | 127 <?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.hasMethod ? [all...] |
/external/compiler-rt/lib/asan/lit_tests/ |
lit.cfg | 10 "to lit.site.cfg " % attr_name) 20 lit.fatal("No site specific configuration available! " + 27 # We probably haven't loaded the site-specific configuration: the user 28 # is likely trying to run a test file directly, and the site configuration 35 # Try to guess the location of site-specific configuration using llvm-config 41 # Find out the presumed location of generated site config. 44 "lib", "asan", "lit_tests", "lit.site.cfg")
|
/external/compiler-rt/lib/tsan/lit_tests/ |
lit.cfg | 10 "to lit.site.cfg " % attr_name) 20 lit.fatal("No site specific configuration available! " + 27 # We probably haven't loaded the site-specific configuration: the user 28 # is likely trying to run a test file directly, and the site configuration 35 # Try to guess the location of site-specific configuration using llvm-config 41 # Find out the presumed location of generated site config. 44 "lib", "tsan", "lit_tests", "lit.site.cfg")
|
/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/chromium_org/chrome/tools/ |
webforms_aggregator_unittests.py | 38 <p>This is a mock site. Its mere purpose is to contribute towards testing \ 125 """Site One has a registration form. 136 'Site One home page', 'Welcome to site one. It has a reg page!', 141 'Site One page 1', 147 'Site One page 2', 'Page 2!', 153 'Site One page 3', 'Page 3!', 159 'Site One signin', 165 'Site One signin', self.files['site1_home']) 175 """ Site Two has no registration page."" [all...] |
/docs/source.android.com/ |
README | 5 iteration of this site is fully static HTML (notably lacking in javascript and 15 This generates the directory ./out, which is the fully built site. Hoorah. 17 The included scripts/micro-httpd.py script is helpful for testing the site on 58 ### Structure of Site Source ### 65 - Please use .md if possible (because this will pick up the global site CSS 77 Once upon a time, source.android.com used to be a site on Sites.
|
/external/doclava/src/com/google/doclava/ |
FederatedSite.java | 28 * site represents a library that has packages, classes, and members that may 49 * Constructs a federated site using an api file not contained on 50 * the site itself.
|
/external/chromium/base/third_party/icu/ |
README.chromium | 2 URL: http://site.icu-project.org/
|
/external/chromium_org/chrome/browser/ui/views/toolbar/ |
site_chip_view.h | 41 // Returns true if the site chip experiment is enabled and thus the site chip 45 // Recalculates the contents of the Site Chip based on the displayed tab. 49 // the site chip needs to update itself to the new state.
|
/external/chromium_org/chrome/common/extensions/docs/templates/articles/manifest/ |
homepage_url.html | 6 <a href="http://developer.chrome.com/extensions/hosting.html">host the extension on your own site</a>. If you distribute your
|
/external/chromium_org/tools/gyp/tools/emacs/ |
run-unit-tests.sh | 5 emacs --no-site-file --no-init-file --batch \
|