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

1 23 4 5 6 7 8 91011>>

  /external/clang/test/SemaTemplate/
instantiate-exception-spec.cpp 3 // FIXME: the "note" should be down at the call site!
  /external/libpng/projects/
netware.txt 3 site such as http://libpng.sourceforge.net
wince.txt 3 site such as http://libpng.sourceforge.net/index.html
  /frameworks/base/docs/html/shareables/
README.txt 8 of the Android Developers site
  /sdk/eclipse/sites/external/
.project 3 <name>site-external</name>
  /sdk/eclipse/sites/internal/
.project 3 <name>site-internal</name>
  /external/chromium_org/chrome/browser/browsing_data/
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;
mock_browsing_data_flash_lso_helper.cc 20 const std::string& site) {
22 std::find(domains_.begin(), domains_.end(), site);
  /external/compiler-rt/lib/msan/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", "msan", "lit_tests", "lit.site.cfg")
  /external/compiler-rt/lib/ubsan/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", "ubsan", "lit_tests", "lit.site.cfg")
  /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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
sm_inter.x 44 /* if res_stat == stat_succ, state = state number of site sm_name */
49 /* stat consists of state number of local site */
52 /* stat consists of state number of local site */
55 /* stat consists of state number of local site */
70 string my_name<SM_MAXSTRLEN>; /* name of the site initiating the monitoring request*/
77 string mon_name<SM_MAXSTRLEN>; /* name of the site to be monitored */
90 * status of the site changes:
91 * an even number (>= 0) indicates the site is down and
92 * an odd number (> 0) indicates the site is up;
110 * when monitor site status change
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
sm_inter.x 44 /* if res_stat == stat_succ, state = state number of site sm_name */
49 /* stat consists of state number of local site */
52 /* stat consists of state number of local site */
55 /* stat consists of state number of local site */
70 string my_name<SM_MAXSTRLEN>; /* name of the site initiating the monitoring request*/
77 string mon_name<SM_MAXSTRLEN>; /* name of the site to be monitored */
90 * status of the site changes:
91 * an even number (>= 0) indicates the site is down and
92 * an odd number (> 0) indicates the site is up;
110 * when monitor site status change
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
sm_inter.x 44 /* if res_stat == stat_succ, state = state number of site sm_name */
49 /* stat consists of state number of local site */
52 /* stat consists of state number of local site */
55 /* stat consists of state number of local site */
70 string my_name<SM_MAXSTRLEN>; /* name of the site initiating the monitoring request*/
77 string mon_name<SM_MAXSTRLEN>; /* name of the site to be monitored */
90 * status of the site changes:
91 * an even number (>= 0) indicates the site is down and
92 * an odd number (> 0) indicates the site is up;
110 * when monitor site status change
    [all...]
  /external/chromium_org/content/public/browser/
site_instance.h 26 // (the site) and which tabs have references to each other (the instance).
27 // Here, a "site" is similar to the page's origin, but it only includes the
37 // In process-per-site-instance (the current default process model),
40 // across site boundaries (which uses the same BrowsingInstance). If the user
41 // navigates within a site, the same SiteInstance is used.
42 // (Caveat: we currently allow renderer-initiated cross-site navigations to
44 // cross-site iframes that open popups.)
47 // creates a new tab, but not when navigating across site boundaries (unless
52 // In --process-per-site, we consolidate all SiteInstances for a given site int
    [all...]
  /external/chromium_org/ppapi/api/private/
ppp_flash_browser_operations.idl 32 cstr_t site;
48 * This function allows the plugin to implement the "Clear site data" feature.
55 * @param[in] site String specifying which site to clear the data for. This
69 [in] str_t site,
106 * site-specific settings.
112 * @param[in] clear_site_specific Whether to remove all site-specific
125 * Sets site-specific permission. If a site has already got site-specifi
    [all...]
  /external/clang/test/
CMakeLists.txt 11 ${CMAKE_CURRENT_SOURCE_DIR}/lit.site.cfg.in
12 ${CMAKE_CURRENT_BINARY_DIR}/lit.site.cfg
16 ${CMAKE_CURRENT_SOURCE_DIR}/Unit/lit.site.cfg.in
17 ${CMAKE_CURRENT_BINARY_DIR}/Unit/lit.site.cfg
35 clang_site_config=${CMAKE_CURRENT_BINARY_DIR}/lit.site.cfg
41 clang_unit_site_config=${CMAKE_CURRENT_BINARY_DIR}/Unit/lit.site.cfg
  /prebuilts/devtools/repository/
sdk-addons-list-2.xsd 28 - v1: Defines <addon-site>
29 - v2: Adds support for <sys-img-site>
37 A simple list of add-ons site.
41 <xsd:element name="addon-site" type="sa1:addonSiteType" />
42 <xsd:element name="sys-img-site" type="sa1:sysImgSiteType" />
46 <!-- The definition of an Add-on Site. -->
50 <xsd:documentation>An SDK add-on site.</xsd:documentation>
53 <!-- The URL of the site.
70 <!-- The UI-visible name of the add-on site. -->
76 <!-- The definition of an Sys-Img Site. --
    [all...]
  /external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/
site.xml 9 <logo name="ANTLR Web Site" href="http://antlr.org/"
15 <item name="Antlr Web Site" href="http://www.antlr.org/"/>
  /external/chromium/chrome/browser/download/
download_request_infobar_delegate.h 16 // multiple downloads from the same site. This confirmation step protects
17 // against "carpet-bombing", where a malicious site forces multiple downloads
  /external/chromium_org/v8/src/
allocation-site-scopes.h 56 void update_current_site(AllocationSite* site) {
57 *(current_.location()) = site;
60 void InitializeTraversal(Handle<AllocationSite> site) {
61 top_ = site;
80 void ExitScope(Handle<AllocationSite> site, Handle<JSObject> object);
88 AllocationSiteUsageContext(Isolate* isolate, Handle<AllocationSite> site,
91 top_site_(site),
98 // Advance current site
  /external/clang/test/Unit/
lit.cfg 40 # Otherwise, we haven't loaded the site specific configuration (the user is
41 # probably trying to run on a test file directly, and either the site
55 # automagically generate the lit.site.cfg if we are in some kind of fresh
61 lit.fatal('No site specific configuration available!')
73 lit.fatal('No site specific configuration available!')
75 # Check that the site specific configuration exists.
76 site_cfg = os.path.join(clang_obj_root, 'test', 'Unit', 'lit.site.cfg')
78 lit.fatal('No site specific configuration available!')
  /external/e2fsprogs/
e2fsprogs.lsm 10 Primary-site: download.sourceforge.net /pub/sourceforge/e2fsprogs
14 Alternate-site:
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/11/data/982983255/
artifacts.xml 3 <repository name='update site: file:/usr/local/google/home/vsiva/internal/master/out/host/eclipse/rcp/target/repos/platform/' type='org.eclipse.equinox.p2.artifact.repository.simpleRepository' version='1'>
6 <property name='site.checksum' value='0'/>
  /external/llvm/test/Unit/
lit.cfg 40 # Otherwise, we haven't loaded the site specific configuration (the user is
41 # probably trying to run on a test file directly, and either the site
55 # automagically generate the lit.site.cfg if we are in some kind of fresh
61 lit.fatal('No site specific configuration available!')
70 lit.fatal('No site specific configuration available!')
72 # Check that the site specific configuration exists.
73 site_cfg = os.path.join(llvm_obj_root, 'test', 'Unit', 'lit.site.cfg')
75 lit.fatal('No site specific configuration available!')

Completed in 796 milliseconds

1 23 4 5 6 7 8 91011>>