| /third_party/flutter/engine/flutter/web_sdk/ |
| D | libraries.json | 8 "uri": "../dart-sdk/lib/async/async.dart" string 11 "uri": "../dart-sdk/lib/_internal/js_runtime/lib/interceptors.dart" string 16 "uri": "../dart-sdk/lib/mirrors/mirrors.dart" string 19 "uri": "../dart-sdk/lib/_internal/js_runtime/lib/shared/embedded_names.dart" string 24 "uri": "../dart-sdk/lib/io/io.dart" string 28 "uri": "../dart-sdk/lib/internal/internal.dart" string 31 "uri": "../dart-sdk/lib/html/html_common/metadata.dart" string 34 "uri": "../dart-sdk/lib/_internal/js_runtime/lib/shared/async_await_error_codes.dart" string 37 "uri": "../dart-sdk/lib/_http/http.dart" string 40 "uri": "../dart-sdk/lib/_internal/js_runtime/lib/js_primitives.dart" string [all …]
|
| /third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/kernel/ |
| D | libraries.json | 7 "uri": "../../../../../../third_party/dart/runtime/bin/builtin.dart" string 42 "uri": "../../../../../../third_party/dart/sdk/lib/core/core.dart" string 45 "uri": "../../../../../../flutter/shell/platform/fuchsia/dart-pkg/zircon/lib/zircon.dart" string 54 "uri": "../../../../../../third_party/dart/sdk/lib/async/async.dart" string 61 "uri": "../../../../../../third_party/dart/sdk/lib/collection/collection.dart" string 69 "uri": "../../../../../../third_party/dart/sdk/lib/ffi/ffi.dart" string 73 "uri": "../../../../../../third_party/dart/sdk/lib/typed_data/typed_data.dart" string 76 "uri": "../../../../../../third_party/dart/sdk/lib/html/dartium/nativewrappers.dart" string 84 "uri": "../../../../../../third_party/dart/sdk/lib/developer/developer.dart" string 91 "uri": "../../../../../../third_party/dart/sdk/lib/isolate/isolate.dart" string [all …]
|
| /third_party/flutter/engine/flutter/shell/platform/fuchsia/dart_runner/kernel/ |
| D | libraries.json | 7 "uri": "../../../../../../third_party/dart/runtime/bin/builtin.dart" string 42 "uri": "../../../../../../third_party/dart/sdk/lib/core/core.dart" string 45 "uri": "../../../../../../flutter/shell/platform/fuchsia/dart-pkg/zircon/lib/zircon.dart" string 54 "uri": "../../../../../../third_party/dart/sdk/lib/async/async.dart" string 61 "uri": "../../../../../../third_party/dart/sdk/lib/collection/collection.dart" string 69 "uri": "../../../../../../third_party/dart/sdk/lib/ffi/ffi.dart" string 73 "uri": "../../../../../../third_party/dart/sdk/lib/typed_data/typed_data.dart" string 76 "uri": "../../../../../../third_party/dart/sdk/lib/html/dartium/nativewrappers.dart" string 84 "uri": "../../../../../../third_party/dart/sdk/lib/developer/developer.dart" string 91 "uri": "../../../../../../third_party/dart/sdk/lib/isolate/isolate.dart" string [all …]
|
| /third_party/flutter/engine/flutter/lib/snapshot/ |
| D | libraries.json | 7 "uri": "../../../third_party/dart/runtime/bin/builtin.dart" string 42 "uri": "../../../third_party/dart/sdk/lib/core/core.dart" string 51 "uri": "../../../third_party/dart/sdk/lib/async/async.dart" string 58 "uri": "../../../third_party/dart/sdk/lib/collection/collection.dart" string 66 "uri": "../../../third_party/dart/sdk/lib/ffi/ffi.dart" string 70 "uri": "../../../third_party/dart/sdk/lib/typed_data/typed_data.dart" string 73 "uri": "../../../third_party/dart/sdk/lib/html/dartium/nativewrappers.dart" string 81 "uri": "../../../third_party/dart/sdk/lib/developer/developer.dart" string 88 "uri": "../../../third_party/dart/sdk/lib/isolate/isolate.dart" string 96 "uri": "../../../third_party/dart/sdk/lib/mirrors/mirrors.dart" string [all …]
|
| /third_party/gstreamer/gstreamer/gst/ |
| D | gsturi.c | 334 gst_uri_protocol_check_internal (const gchar * uri, gchar ** endptr) in gst_uri_protocol_check_internal() 383 gst_uri_is_valid (const gchar * uri) in gst_uri_is_valid() 404 gst_uri_get_protocol (const gchar * uri) in gst_uri_get_protocol() 426 gst_uri_has_protocol (const gchar * uri, const gchar * protocol) in gst_uri_has_protocol() 460 gst_uri_get_location (const gchar * uri) in gst_uri_get_location() 629 gst_element_make_from_uri (const GstURIType type, const gchar * uri, in gst_element_make_from_uri() 799 gst_uri_handler_set_uri (GstURIHandler * handler, const gchar * uri, in gst_uri_handler_set_uri() 926 gchar *uri, *abs_clean; in gst_filename_to_uri() local 1004 GstUri *uri; in _gst_uri_new() local 1019 _gst_uri_free (GstUri * uri) in _gst_uri_free() [all …]
|
| D | gsturi.h | 356 gst_uri_copy (const GstUri * uri) in gst_uri_copy() 362 gst_uri_ref (GstUri * uri) in gst_uri_ref() 368 gst_uri_unref (GstUri * uri) in gst_uri_unref()
|
| /third_party/libxml2/ |
| D | uri.c | 209 xmlParse3986Scheme(xmlURIPtr uri, const char **str) { in xmlParse3986Scheme() 245 xmlParse3986Fragment(xmlURIPtr uri, const char **str) in xmlParse3986Fragment() 282 xmlParse3986Query(xmlURIPtr uri, const char **str) in xmlParse3986Query() 326 xmlParse3986Port(xmlURIPtr uri, const char **str) in xmlParse3986Port() 365 xmlParse3986Userinfo(xmlURIPtr uri, const char **str) in xmlParse3986Userinfo() 440 xmlParse3986Host(xmlURIPtr uri, const char **str) in xmlParse3986Host() 516 xmlParse3986Authority(xmlURIPtr uri, const char **str) in xmlParse3986Authority() 587 xmlParse3986PathAbEmpty(xmlURIPtr uri, const char **str) in xmlParse3986PathAbEmpty() 627 xmlParse3986PathAbsolute(xmlURIPtr uri, const char **str) in xmlParse3986PathAbsolute() 673 xmlParse3986PathRootless(xmlURIPtr uri, const char **str) in xmlParse3986PathRootless() [all …]
|
| /third_party/node/deps/npm/node_modules/request/ |
| D | index.js | 24 function initParams (uri, options, callback) { argument 31 extend(params, options, {uri: uri}) property 33 extend(params, {uri: uri}) property 42 function request (uri, options, callback) { argument 58 return function (uri, options, callback) { argument 84 return function (uri, opts, callback) { argument
|
| /third_party/libcoap/tests/ |
| D | test_uri.c | 21 coap_uri_t uri; in t_parse_uri1() local 44 coap_uri_t uri; in t_parse_uri2() local 67 coap_uri_t uri; in t_parse_uri3() local 89 coap_uri_t uri; in t_parse_uri4() local 99 coap_uri_t uri; in t_parse_uri5() local 122 coap_uri_t uri; in t_parse_uri6() local 145 coap_uri_t uri; in t_parse_uri7() local 186 coap_uri_t uri; in t_parse_uri8() local 200 coap_uri_t uri; in t_parse_uri9() local 214 coap_uri_t uri; in t_parse_uri10() local [all …]
|
| /third_party/node/deps/npm/test/need-npm5-update/belongs-in-pacote/ |
| D | add-remote-git-get-resolved.js | 14 function tryGetResolved (uri, treeish) { argument 36 function verify (uri) { argument 53 function verify (uri) { argument 75 function verify (uri) { argument
|
| /third_party/libxml2/python/tests/ |
| D | tstURI.py | 8 uri = libxml2.parseURI("http://example.org:8088/foo/bar?query=simple#fragid") variable 33 uri = None variable
|
| /third_party/node/deps/npm/node_modules/request/lib/ |
| D | cookies.js | 23 RequestJar.prototype.setCookie = function (cookieOrStr, uri, options) { argument 27 RequestJar.prototype.getCookieString = function (uri) { argument 31 RequestJar.prototype.getCookies = function (uri) { argument
|
| D | getProxyFromURI.js | 19 function uriInNoProxy (uri, noProxy) { argument 40 function getProxyFromURI (uri) { argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
| D | browser.c | 62 const char *uri) in process_request_starting_uri() 107 const gchar *uri = webkit_uri_request_get_uri(req); in view_cb_resource_load_starting() local 138 const gchar *uri; in view_cb_decide_policy() local 163 const char *uri = NULL; in view_cb_mouse_target_changed() local 227 const gchar *uri = webkit_network_request_get_uri(req); in view_cb_resource_request_starting() local 257 const gchar *uri; in view_cb_download_requested() local 265 gchar *uri, struct browser_context *ctx) in view_cb_hovering_over_link()
|
| /third_party/gstreamer/gstplugins_base/tests/check/libs/ |
| D | discoverer.c | 53 gchar *uri; in GST_START_TEST() local 115 gchar *uri; in GST_START_TEST() local 150 gchar *uri, *path; in test_disco_sync_reuse() local 213 gchar *uri, *path; in GST_START_TEST() local 250 gchar *uri; member 259 const gchar *uri = gst_discoverer_info_get_uri (info); in discovered_cb() local
|
| /third_party/node/deps/npm/node_modules/node-gyp/lib/ |
| D | proxy.js | 22 function uriInNoProxy (uri, noProxy) { argument 43 function getProxyFromURI (gyp, env, uri) { argument
|
| /third_party/lwip/src/apps/http/ |
| D | http_client.c | 98 #define HTTPC_REQ_11_FORMAT(uri) HTTPC_REQ_11, uri, HTTPC_CLIENT_AGENT argument 107 #define HTTPC_REQ_11_HOST_FORMAT(uri, srv_name) HTTPC_REQ_11_HOST, uri, HTTPC_CLIENT_AGENT, srv_name argument 116 #define HTTPC_REQ_11_PROXY_FORMAT(host, uri, srv_name) HTTPC_REQ_11_PROXY, host, uri, HTTPC_CLIENT_… argument 125 #define HTTPC_REQ_11_PROXY_PORT_FORMAT(host, host_port, uri, srv_name) HTTPC_REQ_11_PROXY_PORT, hos… argument 151 char* uri; member 487 …ring(const httpc_connection_t *settings, const char* server_name, int server_port, const char* uri, in httpc_create_request_string() 508 … u16_t server_port, const char* uri, altcp_recv_fn recv_fn, void* callback_arg, int use_host) in httpc_init_connection_common() 595 u16_t server_port, const char* uri, altcp_recv_fn recv_fn, void* callback_arg) in httpc_init_connection() 606 const ip_addr_t* server_addr, u16_t server_port, const char* uri, in httpc_init_connection_addr() 632 httpc_get_file(const ip_addr_t* server_addr, u16_t port, const char* uri, const httpc_connection_t … in httpc_get_file() [all …]
|
| /third_party/gstreamer/gstplugins_base/gst/gio/ |
| D | gstgiosink.c | 176 const gchar *uri = NULL; in gst_gio_sink_set_property() local 233 gchar *uri; in gst_gio_sink_get_property() local 264 gchar *uri; in gst_gio_sink_get_stream() local
|
| D | gstgiosrc.c | 116 gchar *uri = g_file_get_uri (src->file); in gst_gio_src_check_deleted() local 348 const gchar *uri = NULL; in gst_gio_src_set_property() local 431 gchar *uri; in gst_gio_src_get_property() local 520 gchar *uri = NULL; in gst_gio_src_get_stream() local
|
| /third_party/node/deps/npm/node_modules/npm-registry-fetch/ |
| D | index.js | 17 function regFetch (uri, opts) { argument 121 function fetchJSON (uri, opts) { argument 126 function fetchJSONStream (uri, jsonPath, opts) { argument 166 function getHeaders (registry, uri, opts) { argument
|
| /third_party/gstreamer/gstplugins_bad/tests/check/libs/ |
| D | play.c | 88 gchar *uri; in START_TEST() local 529 gchar *uri; in START_TEST() local 705 gchar *uri; in START_TEST() local 768 gchar *uri; in START_TEST() local 831 gchar *uri; in START_TEST() local 893 gchar *uri; in START_TEST() local 951 gchar *uri; in START_TEST() local 1028 gchar *uri; in START_TEST() local 1098 gchar *uri; in START_TEST() local 1128 gchar *uri; in START_TEST() local [all …]
|
| /third_party/ffmpeg/libavformat/ |
| D | tls.c | 32 static void set_options(TLSShared *c, const char *uri) in set_options() 56 int ff_tls_open_underlying(TLSShared *c, URLContext *parent, const char *uri, AVDictionary **option… in ff_tls_open_underlying()
|
| /third_party/node/deps/npm/node_modules/make-fetch-happen/ |
| D | agent.js | 11 function getAgent (uri, opts) { argument 72 function checkNoProxy (uri, opts) { argument 115 function getProxyUri (uri, opts) { argument
|
| /third_party/gstreamer/gstreamer/tests/check/gst/ |
| D | gsturi.c | 122 gchar *uri, *l; in GST_START_TEST() local 229 } uri; member 372 GstUri *uri; in GST_START_TEST() local 425 GstUri *uri; in GST_START_TEST() local 495 GstUri *uri; in GST_START_TEST() local
|
| /third_party/skia/third_party/externals/microhttpd/src/examples/ |
| D | mhd2spdy_structures.c | 28 free_uri(struct URI * uri) in free_uri() 71 struct URI ** uri) in parse_uri()
|