/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/span/ |
D | uri.go | 31 type URI string type 43 func filename(uri URI) (string, error) { 72 func CompareURI(a, b URI) int { 82 func equalURI(a, b URI) bool {
|
D | span.go | 38 URI URI `json:"uri"` member 63 func New(uri URI, start Point, end Point) Span { 118 func (s Span) URI() URI { return s.v.URI } func
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/ |
D | uri.go | 31 type URI string type 43 func filename(uri URI) (string, error) { 72 func CompareURI(a, b URI) int { 82 func equalURI(a, b URI) bool {
|
D | span.go | 38 URI URI `json:"uri"` member 63 func New(uri URI, start Point, end Point) Span { 118 func (s Span) URI() URI { return s.v.URI } func
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
D | mhd2spdy_structures.h | 86 struct URI struct 107 struct URI *uri; argument
|
/third_party/libxml2/doc/examples/ |
D | io1.c | 35 sqlMatch(const char * URI) { in sqlMatch() 51 sqlOpen(const char * URI) { in sqlOpen()
|
/third_party/nghttp2/examples/ |
D | client.c | 103 struct URI { struct 104 const char *host; 106 const char *path; 107 size_t pathlen; 108 const char *hostport; 109 size_t hostlen; 110 size_t hostportlen; 111 uint16_t port;
|
/third_party/skia/third_party/externals/microhttpd/src/spdy2http/ |
D | proxy.c | 75 struct URI struct 77 char * full_uri; 78 char * scheme; 79 char * host_and_port; 81 char * host; 82 char * path; 83 char * path_and_more; 84 char * query; 85 char * fragment; 86 uint16_t port;
|
/third_party/skia/third_party/externals/microhttpd/src/testspdy/ |
D | test_notls.c | 112 struct URI { struct 113 const char *host; 114 size_t hostlen; 115 uint16_t port; 117 const char *path; 118 size_t pathlen; 119 const char *hostport; 120 size_t hostportlen;
|
D | test_new_connection.c | 133 struct URI { struct 134 const char *host; 135 size_t hostlen; 136 uint16_t port; 138 const char *path; 139 size_t pathlen; 140 const char *hostport; 141 size_t hostportlen;
|
D | test_request_response.c | 115 struct URI { struct 116 const char *host; 117 size_t hostlen; 118 uint16_t port; 120 const char *path; 121 size_t pathlen; 122 const char *hostport; 123 size_t hostportlen;
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
D | span.go | 28 URI span.URI member 33 func NewURI(uri span.URI) string {
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/ |
D | span.go | 28 URI span.URI member 33 func NewURI(uri span.URI) string {
|
/third_party/grpc/src/core/lib/uri/ |
D | uri_parser.cc | 154 URI::URI(std::string scheme, std::string authority, std::string path, in URI() function in grpc_core::URI 166 URI::URI(const URI& other) in URI() function in grpc_core::URI
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_uri.js | 20 URI: function (...args) { method
|
/third_party/libxml2/python/tests/ |
D | input_callback.py | 38 def my_input_cb(URI): argument
|
/third_party/cef/libcef/browser/ |
D | xml_reader_impl.cc | 17 const CefString& URI) { in Create() 130 const CefString& URI) { in Initialize()
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | SAX2.c | 551 xmlChar *URI; in xmlSAX2ResolveEntity() local 712 xmlChar *URI; in xmlSAX2EntityDecl() local 731 xmlChar *URI; in xmlSAX2EntityDecl() local 948 xmlChar *URI; in xmlSAX2UnparsedEntityDecl() local 968 xmlChar *URI; in xmlSAX2UnparsedEntityDecl() local 2239 const xmlChar *URI, in xmlSAX2StartElementNs()
|
D | entities.in.h | 86 const xmlChar *URI; /* the full URI as computed */ member
|
D | xinclude.c | 84 xmlChar *URI; /* the fully resolved resource URL */ member 254 xmlXIncludeNewRef(xmlXIncludeCtxtPtr ctxt, const xmlChar *URI, in xmlXIncludeNewRef() 526 xmlChar *URI; in xmlXIncludeAddNode() local 2064 xmlChar *URI; in xmlXIncludeLoadNode() local
|
/third_party/libxml2/ |
D | SAX2.c | 523 xmlChar *URI; in xmlSAX2ResolveEntity() local 654 xmlChar *URI; in xmlSAX2EntityDecl() local 673 xmlChar *URI; in xmlSAX2EntityDecl() local 890 xmlChar *URI; in xmlSAX2UnparsedEntityDecl() local 910 xmlChar *URI; in xmlSAX2UnparsedEntityDecl() local 2183 const xmlChar *URI, in xmlSAX2StartElementNs()
|
D | xinclude.c | 55 xmlChar *URI; /* the fully resolved resource URL */ member 226 xmlXIncludeNewRef(xmlXIncludeCtxtPtr ctxt, const xmlChar *URI, in xmlXIncludeNewRef() 506 xmlChar *URI; in xmlXIncludeAddNode() local 2042 xmlChar *URI; in xmlXIncludeLoadNode() local
|
/third_party/cef/libcef_dll/wrapper/ |
D | cef_xml_object.cc | 22 const CefString& URI) { in Load() 167 const CefString& URI, in Load()
|
/third_party/libxml2/include/libxml/ |
D | entities.h | 57 const xmlChar *URI; /* the full URI as computed */ member
|
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/lib/compile/ |
D | resolve.js | 3 var URI = require('uri-js') variable
|