| /external/chromium_org/v8/test/webkit/fast/regex/ |
| parentheses.js | 109 "([^:/?#]+):" + /* scheme */ 135 "([^:/?#]+):" + /* scheme */
|
| /external/libxml2/ |
| nanohttp.c | 306 if ((uri->scheme == NULL) || (uri->server == NULL)) { 311 ctxt->protocol = xmlMemStrdup(uri->scheme); 364 if ((uri == NULL) || (uri->scheme == NULL) || 365 (strcmp(uri->scheme, "http")) || (uri->server == NULL)) { [all...] |
| /frameworks/base/core/java/android/app/ |
| SearchManager.java | [all...] |
| /frameworks/base/core/tests/coretests/src/android/net/http/ |
| AbstractProxyTest.java | 37 import org.apache.http.conn.scheme.Scheme; 73 .register(new Scheme("https", sslSocketFactory, server.getPort())); 164 .register(new Scheme("https", sslSocketFactory, 443));
|
| /packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
| DataAction.java | 199 final Uri imUri = new Uri.Builder().scheme(ContactsUtils.SCHEME_IMTO).authority(
|
| /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/ |
| NotificationImportExportListener.java | 206 // Scheme and Authority is arbitorary, assuming CancelActivity never refers them. 209 .scheme("invalidscheme")
|
| /packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/ |
| SourceLatency.java | 175 .scheme(ContentResolver.SCHEME_CONTENT)
|
| /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/ |
| wizard.rb | 283 def self.parse( pattern_str, scheme ) 285 pattern_str, scheme, PatternAdaptor.new( scheme.token_class )
|
| /external/chromium_org/chrome/browser/extensions/updater/ |
| extension_downloader.cc | 569 std::string scheme("https"); 570 replacements.SetScheme(scheme.c_str(), 571 url::Component(0, scheme.size()));
|
| /external/chromium_org/chrome/browser/google/ |
| google_url_tracker_unittest.cc | 560 // the scheme, regardless of what the last prompted URL was. 785 // As should fetching a URL that differs from the accepted only by the scheme. 793 const std::string& scheme("https"); 794 replacements.SetScheme(scheme.data(), url::Component(0, scheme.length())); 813 // And one that differs from the last prompted URL only by the scheme. 854 // infobar's only by scheme, the infobar should stay showing. [all...] |
| /external/chromium_org/chrome/utility/importer/ |
| ie_importer_win.cc | 504 (std::find(kSchemes, kSchemes + total_schemes, url.scheme()) == 605 if (!(LowerCaseEqualsASCII(url.scheme(), url::kHttpScheme) || 606 LowerCaseEqualsASCII(url.scheme(), url::kHttpsScheme))) { 621 // This is not precise, because a scheme of https does not imply a valid 623 // import a password from IE whose scheme is https, we give it the benefit
|
| /external/chromium_org/components/password_manager/core/browser/ |
| password_form_manager_unittest.cc | 456 credentials.scheme = PasswordForm::SCHEME_HTML; 489 credentials.scheme = PasswordForm::SCHEME_BASIC; 684 incomplete_form->scheme = PasswordForm::SCHEME_HTML;
|
| /external/chromium_org/components/url_matcher/ |
| url_matcher.cc | 54 // Remove scheme, port and segment from URL: 58 // We remove the scheme and port number because they can be checked later 101 // - the scheme is not removed 103 // port for the given scheme. 386 // Clear port if it is implicit from scheme. 388 const std::string& port = url.scheme(); 407 // Clear port if it is implicit from scheme. 409 const std::string& port = url.scheme(); 677 return std::find(filters_.begin(), filters_.end(), url.scheme()) != [all...] |
| /external/chromium_org/content/browser/appcache/ |
| appcache_request_handler_unittest.cc | 146 const std::string& scheme, 162 virtual bool IsHandledProtocol(const std::string& scheme) const OVERRIDE { 163 return scheme == "http"; [all...] |
| appcache_url_request_job_unittest.cc | 68 const std::string& scheme, 82 virtual bool IsHandledProtocol(const std::string& scheme) const OVERRIDE { 83 return scheme == "http";
|
| /external/chromium_org/net/url_request/ |
| url_request.cc | 551 bool URLRequest::IsHandledProtocol(const std::string& scheme) { 552 return URLRequestJobManager::SupportsScheme(scheme); 562 return IsHandledProtocol(url.scheme()); [all...] |
| /packages/apps/ContactsCommon/src/com/android/contacts/common/model/ |
| ContactLoader.java | 516 final String scheme = uri.getScheme(); local 517 if ("http".equals(scheme) || "https".equals(scheme)) { [all...] |
| /packages/apps/Gallery/src/com/android/camera/ |
| MenuHelper.java | 148 String scheme = uri.getScheme(); 151 if (scheme.equals("content") && authority.equals("media")) { 155 if (scheme.equals("file")) { [all...] |
| /packages/services/Telephony/src/com/android/phone/ |
| PhoneUtils.java | 633 // if the uri does not have a "content" scheme, then we treat 1200 String scheme = uri.getScheme(); local [all...] |
| /external/chromium_org/content/renderer/npapi/ |
| webplugin_impl.cc | 659 // scheme and url path. 663 if (parsed.path.begin <= parsed.scheme.end()) 666 string_to_search.assign(url_to_check + parsed.scheme.end(), 667 parsed.path.begin - parsed.scheme.end()); [all...] |
| /packages/apps/ContactsCommon/src/com/android/contacts/common/ |
| ContactPhotoManager.java | 1515 final String scheme = uri.getScheme(); local [all...] |
| /external/chromium_org/chrome/browser/captive_portal/ |
| captive_portal_browsertest.cc | 356 const std::string& scheme); 414 const std::string& scheme) { 2189 std::string scheme = "http"; local [all...] |
| /external/chromium_org/chrome/browser/chromeos/attestation/ |
| platform_verification_flow.cc | 439 // Build a pattern to represent scheme and host. 442 builder->WithScheme(url.scheme())
|
| /external/chromium_org/chrome/browser/chromeos/drive/ |
| file_system_util.cc | 178 if (!url.is_valid() || url.scheme() != chrome::kDriveScheme)
|
| /external/chromium_org/chrome/browser/chromeos/net/ |
| onc_utils.cc | 41 net::ProxyServer::Scheme default_proxy_scheme, 45 // Parse |host| according to the format [<scheme>"://"]<server>[":"<port>]. 53 proxy_server.scheme(), 68 net::ProxyServer::Scheme default_proxy_scheme = net::ProxyServer::SCHEME_HTTP;
|