/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.osgiminimum10_1.0.0.200901281111/ |
about.html | 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 3 <html xmlns="http://www.w3.org/1999/xhtml"> 5 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/> 17 at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>. 25 and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.osgiminimum11_1.0.0.200901281111/ |
about.html | 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 3 <html xmlns="http://www.w3.org/1999/xhtml"> 5 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/> 17 at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>. 25 and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.osgiminimum12_1.0.1.200904031014/ |
about.html | 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 3 <html xmlns="http://www.w3.org/1999/xhtml"> 5 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/> 17 at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>. 25 and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
|
/external/replicaisland/res/layout/ |
good_ending_animation.xml | 2 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" 6 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" 10 <View xmlns:android="http://schemas.android.com/apk/res/android" 21 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" 25 <View xmlns:android="http://schemas.android.com/apk/res/android" 36 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 40 xmlns:android="http://schemas.android.com/apk/res/android"
|
kabocha_ending_animation.xml | 2 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" 6 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" 10 <View xmlns:android="http://schemas.android.com/apk/res/android" 21 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" 25 <View xmlns:android="http://schemas.android.com/apk/res/android" 36 <AbsoluteLayout xmlns:android="http://schemas.android.com/apk/res/android" 40 xmlns:android="http://schemas.android.com/apk/res/android"
|
/prebuilts/misc/common/ecj/ |
about.html | 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 3 <html xmlns="http://www.w3.org/1999/xhtml"> 5 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/> 17 at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>. 25 and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
|
/external/chromium_org/chrome/browser/ |
referrer_policy_browsertest.cc | 183 // http/tests/security/referrer-policy-*. These tests cover (hopefully) all 187 // Some tests are marked as FAILS, see http://crbug.com/124750 189 // Content initiated navigation, from HTTP to HTTP. 196 // Content initiated navigation, from HTTPS to HTTP. 203 // User initiated navigation, from HTTP to HTTP. 210 // User initiated navigation, from HTTPS to HTTP. 217 // User initiated navigation, middle click, from HTTP to HTTP [all...] |
/external/apache-http/src/org/apache/http/impl/client/ |
AbstractAuthenticationHandler.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/client/AbstractAuthenticationHandler.java $ 15 * http://www.apache.org/licenses/LICENSE-2.0 28 * <http://www.apache.org/>. 32 package org.apache.http.impl.client; 42 import org.apache.http.FormattedHeader; 43 import org.apache.http.Header; 44 import org.apache.http.HttpResponse; 45 import org.apache.http.auth.AuthScheme; 46 import org.apache.http.auth.AuthSchemeRegistry [all...] |
BasicResponseHandler.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/client/BasicResponseHandler.java $ 15 * http://www.apache.org/licenses/LICENSE-2.0 28 * <http://www.apache.org/>. 32 package org.apache.http.impl.client; 36 import org.apache.http.HttpEntity; 37 import org.apache.http.HttpResponse; 38 import org.apache.http.StatusLine; 39 import org.apache.http.client.ResponseHandler; 40 import org.apache.http.client.HttpResponseException [all...] |
DefaultConnectionKeepAliveStrategy.java | 15 * http://www.apache.org/licenses/LICENSE-2.0 28 * <http://www.apache.org/>. 31 package org.apache.http.impl.client; 33 import org.apache.http.HeaderElement; 34 import org.apache.http.HeaderElementIterator; 35 import org.apache.http.HttpResponse; 36 import org.apache.http.conn.ConnectionKeepAliveStrategy; 37 import org.apache.http.message.BasicHeaderElementIterator; 38 import org.apache.http.protocol.HTTP; [all...] |
DefaultProxyAuthenticationHandler.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/client/DefaultProxyAuthenticationHandler.java $ 15 * http://www.apache.org/licenses/LICENSE-2.0 28 * <http://www.apache.org/>. 32 package org.apache.http.impl.client; 36 import org.apache.http.Header; 37 import org.apache.http.HttpResponse; 38 import org.apache.http.HttpStatus; 39 import org.apache.http.auth.AUTH; 40 import org.apache.http.auth.MalformedChallengeException [all...] |
DefaultTargetAuthenticationHandler.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/client/DefaultTargetAuthenticationHandler.java $ 15 * http://www.apache.org/licenses/LICENSE-2.0 28 * <http://www.apache.org/>. 32 package org.apache.http.impl.client; 36 import org.apache.http.Header; 37 import org.apache.http.HttpResponse; 38 import org.apache.http.HttpStatus; 39 import org.apache.http.auth.AUTH; 40 import org.apache.http.auth.MalformedChallengeException [all...] |
/external/chromium/net/http/ |
http_vary_data_unittest.cc | 7 #include "net/http/http_request_info.h" 8 #include "net/http/http_response_headers.h" 9 #include "net/http/http_vary_data.h" 36 "HTTP/1.1 200 OK\n\n", 37 "HTTP/1.1 200 OK\nVary: *\n\n", 38 "HTTP/1.1 200 OK\nVary: cookie, *, bar\n\n", 39 "HTTP/1.1 200 OK\nVary: cookie\nFoo: 1\nVary: *\n\n", 58 t1.Init("Foo: 1\r\nbar: 23", "HTTP/1.1 200 OK\nVary: foo, bar\n\n"); 64 t2.Init("Foo: 1\r\nbar: 23", "HTTP/1.1 200 OK\nVary: *\n\n"); 71 a.Init("Foo: 1", "HTTP/1.1 200 OK\nVary: foo\n\n") [all...] |
/external/chromium_org/net/http/ |
http_vary_data_unittest.cc | 7 #include "net/http/http_request_info.h" 8 #include "net/http/http_response_headers.h" 9 #include "net/http/http_vary_data.h" 36 "HTTP/1.1 200 OK\n\n", 37 "HTTP/1.1 200 OK\nVary: *\n\n", 38 "HTTP/1.1 200 OK\nVary: cookie, *, bar\n\n", 39 "HTTP/1.1 200 OK\nVary: cookie\nFoo: 1\nVary: *\n\n", 58 t1.Init("Foo: 1\r\nbar: 23", "HTTP/1.1 200 OK\nVary: foo, bar\n\n"); 64 t2.Init("Foo: 1\r\nbar: 23", "HTTP/1.1 200 OK\nVary: *\n\n"); 71 a.Init("Foo: 1", "HTTP/1.1 200 OK\nVary: foo\n\n") [all...] |
/libcore/luni/src/test/java/libcore/xml/ |
NamespacedAttributesLookupTest.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 38 "http://xml.org/sax/features/namespaces"; 40 "http://xml.org/sax/features/namespace-prefixes"; 43 "<test xmlns='http://foo' xmlns:bar='http://bar' xmlns:baz='http://baz' baz:c='a'>" + 50 "http://foo,test\n" + 51 " http://baz,c\n" + 52 " http://bar+c=null,\n" + 55 "http://foo,b\n" [all...] |
/external/chromium/third_party/libevent/ |
evhttp.h | 45 * Basic support for HTTP serving. 49 * need to write HTTP code. The following prototypes and definitions provide 50 * an application with a minimal interface for making HTTP requests and for 51 * creating a very simple HTTP server. 68 /** Create a new HTTP server 70 * @param base (optional) the event base to receive the HTTP events 76 * Binds an HTTP server on the specified address and port. 78 * Can be called multiple times to bind the same http server 81 * @param http a pointer to an evhttp object 87 int evhttp_bind_socket(struct evhttp *http, const char *address, u_short port) [all...] |
/external/chromium_org/chrome/browser/autocomplete/ |
autocomplete_input_unittest.cc | 23 { ASCIIToUTF16("?http://foo.com/bar"), AutocompleteInput::FORCED_QUERY }, 77 { ASCIIToUTF16("view-source:http://www.foo.com/"), AutocompleteInput::URL }, 83 { ASCIIToUTF16("http:foo"), AutocompleteInput::URL }, 84 { ASCIIToUTF16("http://foo"), AutocompleteInput::URL }, 85 { ASCIIToUTF16("http://foo.c"), AutocompleteInput::URL }, 86 { ASCIIToUTF16("http://foo.com"), AutocompleteInput::URL }, 87 { ASCIIToUTF16("http://foo_bar.com"), AutocompleteInput::URL }, 88 { ASCIIToUTF16("http://foo/bar baz"), AutocompleteInput::URL }, 89 { ASCIIToUTF16("http://-foo.com"), AutocompleteInput::URL }, 90 { ASCIIToUTF16("http://foo-.com"), AutocompleteInput::URL } [all...] |
/external/chromium_org/third_party/libevent/ |
evhttp.h | 45 * Basic support for HTTP serving. 49 * need to write HTTP code. The following prototypes and definitions provide 50 * an application with a minimal interface for making HTTP requests and for 51 * creating a very simple HTTP server. 68 /** Create a new HTTP server 70 * @param base (optional) the event base to receive the HTTP events 76 * Binds an HTTP server on the specified address and port. 78 * Can be called multiple times to bind the same http server 81 * @param http a pointer to an evhttp object 87 int evhttp_bind_socket(struct evhttp *http, const char *address, u_short port) [all...] |
/external/chromium_org/tools/checklicenses/ |
checklicenses.py | 97 'base/hash.cc': [ # http://crbug.com/98100 100 'base/third_party/icu': [ # http://crbug.com/98087 104 # http://code.google.com/p/google-breakpad/issues/detail?id=450 109 'chrome/common/extensions/docs/examples': [ # http://crbug.com/98092 118 'courgette/third_party/bsdiff_create.cc': [ # http://crbug.com/98095 131 'native_client': [ # http://crbug.com/98099 163 'third_party/active_doc': [ # http://crbug.com/98113 167 # http://code.google.com/p/angleproject/issues/detail?id=217 179 # http://crbug.com/222828 180 # http://bugs.python.org/issue1751 [all...] |
/external/apache-http/src/org/apache/http/protocol/ |
HttpService.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/HttpService.java $ 15 * http://www.apache.org/licenses/LICENSE-2.0 28 * <http://www.apache.org/>. 32 package org.apache.http.protocol; 36 import org.apache.http.ConnectionReuseStrategy; 37 import org.apache.http.HttpEntity; 38 import org.apache.http.HttpEntityEnclosingRequest; 39 import org.apache.http.HttpException; 40 import org.apache.http.HttpRequest [all...] |
/external/chromium/chrome/common/extensions/docs/static/ |
match_patterns.html | 16 that begins with a permitted scheme (<code>http</code>, 27 for example, <code>http</code> or <code>file</code> 53 <em><scheme></em> := '*' | 'http' | 'https' | 'file' | 'ftp' 62 then it matches either <code>http</code> or <code>https</code>. 82 <code>http://*/*</code> 85 <td>Matches any URL that uses the <code>http</code> scheme</td> 88 http://www.google.com/<br> 89 http://example.org/foo/bar.html 95 <code>http://*/foo*</code> 99 Matches any URL that uses the <code>http</code> scheme, on any host [all...] |
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
match_patterns.html | 17 that begins with a permitted scheme (<code>http</code>, 29 for example, <code>http</code> or <code>file</code> 55 <em><scheme></em> := '*' | 'http' | 'https' | 'file' | 'ftp' | 'chrome-extension' 64 then it matches either <code>http</code> or <code>https</code>, 86 <code>http://*/*</code> 89 <td>Matches any URL that uses the <code>http</code> scheme</td> 92 http://www.google.com/<br> 93 http://example.org/foo/bar.html 99 <code>http://*/foo*</code> 103 Matches any URL that uses the <code>http</code> scheme, on any host [all...] |
/external/apache-http/src/org/apache/http/client/methods/ |
HttpOptions.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/methods/HttpOptions.java $ 15 * http://www.apache.org/licenses/LICENSE-2.0 28 * <http://www.apache.org/>. 32 package org.apache.http.client.methods; 38 import org.apache.http.Header; 39 import org.apache.http.HeaderElement; 40 import org.apache.http.HeaderIterator; 41 import org.apache.http.HttpResponse; 44 * HTTP OPTIONS method [all...] |
/external/apache-http/src/org/apache/http/client/params/ |
HttpClientParams.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/params/HttpClientParams.java $ 15 * http://www.apache.org/licenses/LICENSE-2.0 27 * <http://www.apache.org/>. 31 package org.apache.http.client.params; 33 import org.apache.http.params.HttpParams; 36 * An adaptor for accessing HTTP client parameters in {@link HttpParams}. 52 throw new IllegalArgumentException("HTTP parameters may not be null"); 60 throw new IllegalArgumentException("HTTP parameters may not be null"); 68 throw new IllegalArgumentException("HTTP parameters may not be null") [all...] |
/external/apache-http/src/org/apache/http/conn/params/ |
ConnRoutePNames.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/conn/params/ConnRoutePNames.java $ 15 * http://www.apache.org/licenses/LICENSE-2.0 27 * <http://www.apache.org/>. 31 package org.apache.http.conn.params; 45 * {@link org.apache.http.conn.routing.HttpRoutePlanner HttpRoutePlanner} 48 * This parameter expects a value of type {@link org.apache.http.HttpHost}. 51 public static final String DEFAULT_PROXY = "http.route.default-proxy"; 60 * {@link org.apache.http.conn.routing.HttpRoutePlanner HttpRoutePlanner} 66 public static final String LOCAL_ADDRESS = "http.route.local-address" [all...] |