HomeSort by relevance Sort by last modified time
    Searched refs:url (Results 101 - 125 of 1923) sorted by null

1 2 3 45 6 7 8 91011>>

  /development/tools/repo_diff/service/repodiff/tools/migrations/
2018_03_26__22_36_44_upgrade.sql 3 url VARCHAR(255) NOT NULL,
6 UNIQUE INDEX (url, branch)
  /external/curl/src/
tool_operhlp.c 45 Curl_safefree(node->url);
54 bool output_expected(const char *url, const char *uploadfile)
58 if(checkprefix("http://", url) || checkprefix("https://", url))
71 * Adds the file name to the URL if it doesn't already have one.
72 * url will be freed before return if the returned pointer is different
74 char *add_file_name_to_url(CURL *curl, char *url, const char *filename)
76 /* If no file name part is given in the URL, we add this file name */
77 char *ptr = strstr(url, "://");
81 ptr = url;
    [all...]
  /external/scapy/.travis/
pylibpcap.rb 2 url "http://downloads.sourceforge.net/project/pylibpcap/pylibpcap/0.6.4/pylibpcap-0.6.4.tar.gz"
  /external/skia/tools/skiaserve/urlhandlers/
ClipAlphaHandler.cpp 16 bool ClipAlphaHandler::canHandle(const char* method, const char* url) {
19 0 == strncmp(url, kBasePath, strlen(kBasePath));
23 const char* url, const char* method,
26 SkStrSplit(url, "/", &commands);
ColorModeHandler.cpp 16 bool ColorModeHandler::canHandle(const char* method, const char* url) {
19 0 == strncmp(url, kBasePath, strlen(kBasePath));
23 const char* url, const char* method,
26 SkStrSplit(url, "/", &commands);
EnableGPUHandler.cpp 16 bool EnableGPUHandler::canHandle(const char* method, const char* url) {
19 0 == strncmp(url, kBasePath, strlen(kBasePath));
23 const char* url, const char* method,
26 SkStrSplit(url, "/", &commands);
InfoHandler.cpp 16 bool InfoHandler::canHandle(const char* method, const char* url) {
19 0 == strncmp(url, kBaseName, strlen(kBaseName));
23 const char* url, const char* method,
26 SkStrSplit(url, "/", &commands);
OpBoundsHandler.cpp 16 bool OpBoundsHandler::canHandle(const char* method, const char* url) {
19 0 == strncmp(url, kBasePath, strlen(kBasePath));
22 int OpBoundsHandler::handle(Request* request, MHD_Connection* connection, const char* url,
25 SkStrSplit(url, "/", &commands);
OpsHandler.cpp 16 bool OpsHandler::canHandle(const char* method, const char* url) {
18 return 0 == strncmp(url, kBasePath, strlen(kBasePath));
21 int OpsHandler::handle(Request* request, MHD_Connection* connection, const char* url,
24 SkStrSplit(url, "/", &commands);
OverdrawHandler.cpp 16 bool OverdrawHandler::canHandle(const char* method, const char* url) {
19 0 == strncmp(url, kBasePath, strlen(kBasePath));
23 const char* url, const char* method,
26 SkStrSplit(url, "/", &commands);
  /external/skqp/tools/skiaserve/urlhandlers/
ClipAlphaHandler.cpp 16 bool ClipAlphaHandler::canHandle(const char* method, const char* url) {
19 0 == strncmp(url, kBasePath, strlen(kBasePath));
23 const char* url, const char* method,
26 SkStrSplit(url, "/", &commands);
ColorModeHandler.cpp 16 bool ColorModeHandler::canHandle(const char* method, const char* url) {
19 0 == strncmp(url, kBasePath, strlen(kBasePath));
23 const char* url, const char* method,
26 SkStrSplit(url, "/", &commands);
EnableGPUHandler.cpp 16 bool EnableGPUHandler::canHandle(const char* method, const char* url) {
19 0 == strncmp(url, kBasePath, strlen(kBasePath));
23 const char* url, const char* method,
26 SkStrSplit(url, "/", &commands);
InfoHandler.cpp 16 bool InfoHandler::canHandle(const char* method, const char* url) {
19 0 == strncmp(url, kBaseName, strlen(kBaseName));
23 const char* url, const char* method,
26 SkStrSplit(url, "/", &commands);
OpBoundsHandler.cpp 16 bool OpBoundsHandler::canHandle(const char* method, const char* url) {
19 0 == strncmp(url, kBasePath, strlen(kBasePath));
22 int OpBoundsHandler::handle(Request* request, MHD_Connection* connection, const char* url,
25 SkStrSplit(url, "/", &commands);
OpsHandler.cpp 16 bool OpsHandler::canHandle(const char* method, const char* url) {
18 return 0 == strncmp(url, kBasePath, strlen(kBasePath));
21 int OpsHandler::handle(Request* request, MHD_Connection* connection, const char* url,
24 SkStrSplit(url, "/", &commands);
OverdrawHandler.cpp 16 bool OverdrawHandler::canHandle(const char* method, const char* url) {
19 0 == strncmp(url, kBasePath, strlen(kBasePath));
23 const char* url, const char* method,
26 SkStrSplit(url, "/", &commands);
  /external/walt/pywalt/
setup.py 16 url='https://github.com/google/walt', variable
  /external/webrtc/webrtc/base/
proxydetect.h 23 // the given URL.
25 bool GetProxySettingsForUrl(const char* agent, const char* url,
  /external/wpa_supplicant_8/src/utils/
browser-system.c 34 const char *url; local
37 url = http_request_get_uri(req);
38 wpa_printf(MSG_INFO, "Browser response received: %s", url);
40 if (os_strcmp(url, "/") == 0) {
43 } else if (os_strncmp(url, "/osu/", 5) == 0) {
44 data->success = atoi(url + 5);
65 int hs20_web_browser(const char *url)
72 wpa_printf(MSG_INFO, "Launching system browser to %s", url);
101 argv[1] = (void *) url;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
urlparse.py 8 RFC 2732 : "Format for Literal IPv6 Addresses in URL's by R.Hinden, B.Carpenter
14 RFC 2368: "The mailto URL scheme", by P.Hoffman , L Masinter, J. Zwinski, July 1998.
19 RFC 1738: "Uniform Resource Locators (URL)" by T. Berners-Lee, L. Masinter, M.
137 def urlparse(url, scheme='', allow_fragments=True):
138 """Parse a URL into 6 components:
143 tuple = urlsplit(url, scheme, allow_fragments)
144 scheme, netloc, url, query, fragment = tuple
145 if scheme in uses_params and ';' in url:
146 url, params = _splitparams(url)
    [all...]
  /external/python/cpython2/Lib/
urlparse.py 8 RFC 2732 : "Format for Literal IPv6 Addresses in URL's by R.Hinden, B.Carpenter
14 RFC 2368: "The mailto URL scheme", by P.Hoffman , L Masinter, J. Zwinski, July 1998.
19 RFC 1738: "Uniform Resource Locators (URL)" by T. Berners-Lee, L. Masinter, M.
137 def urlparse(url, scheme='', allow_fragments=True):
138 """Parse a URL into 6 components:
143 tuple = urlsplit(url, scheme, allow_fragments)
144 scheme, netloc, url, query, fragment = tuple
145 if scheme in uses_params and ';' in url:
146 url, params = _splitparams(url)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/res/
XSLTInfo.properties 25 vendor-url=http://xml.apache.org/xalan-j
  /external/chromium-libpac/test/js-unittest/
ends_with_statement_no_semicolon.js 2 function FindProxyForURL(url, host) { return "PROXY success:" + x; }
return_unicode.js 2 function FindProxyForURL(url, host) {

Completed in 3689 milliseconds

1 2 3 45 6 7 8 91011>>