/external/angle/third_party/vulkan-deps/spirv-tools/src/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
|
/external/deqp-deps/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
|
/external/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
|
/external/python/google-api-python-client/docs/ |
D | oauth-installed.md | 51 #### http://localhost 57 #### urn:ietf:wg:oauth:2.0:oob 65 #### urn:ietf:wg:oauth:2.0:oob:auto
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/ |
D | URI.java | 65 final class URI class 152 public URI(){} in URI() method in URI 160 public URI(URI p_other) in URI() method in URI 180 public URI(String p_uriSpec) throws MalformedURIException in URI() method in URI 197 public URI(URI p_base, String p_uriSpec) throws MalformedURIException in URI() method in URI 214 public URI(String p_scheme, String p_schemeSpecificPart) in URI() method in URI 256 public URI(String p_scheme, String p_host, String p_path, String p_queryString, String p_fragment) in URI() method in URI 287 …public URI(String p_scheme, String p_userinfo, String p_host, int p_port, String p_path, String p_… in URI() method in URI
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | URI.java | 60 public class URI implements Serializable class 149 public URI(){} in URI() method in URI 157 public URI(URI p_other) in URI() method in URI 177 public URI(String p_uriSpec) throws MalformedURIException in URI() method in URI 194 public URI(URI p_base, String p_uriSpec) throws MalformedURIException in URI() method in URI 211 public URI(String p_scheme, String p_schemeSpecificPart) in URI() method in URI 253 public URI(String p_scheme, String p_host, String p_path, String p_queryString, String p_fragment) in URI() method in URI 284 …public URI(String p_scheme, String p_userinfo, String p_host, int p_port, String p_path, String p_… in URI() method in URI
|
/external/kotlinx.coroutines/buildSrc/src/main/kotlin/ |
D | CacheRedirector.kt | 60 private fun URI.toCacheRedirectorUri() = URI("https://cache-redirector.jetbrains.com/$host/$path") in toCacheRedirectorUri() method 62 private fun URI.maybeRedirect(): URI? { in toCacheRedirectorUri() method 73 private fun URI.isCachedOrLocal() = scheme == "file" || in isCachedOrLocal() method
|
/external/libxml2/doc/examples/ |
D | io1.c | 35 sqlMatch(const char * URI) { in sqlMatch() 51 sqlOpen(const char * URI) { in sqlOpen()
|
/external/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 {
|
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
D | span.go | 28 URI span.URI member 33 func NewURI(uri span.URI) string {
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/lsp/protocol/ |
D | span.go | 28 URI span.URI member 33 func NewURI(uri span.URI) string {
|
/external/rust/crates/grpcio-sys/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
|
/external/nist-sip/java/javax/sip/address/ |
D | URI.java | 5 public interface URI extends Cloneable, Serializable { interface
|
/external/python/google-api-python-client/samples/storage_serviceaccount_appengine/ |
D | main.py | 52 URI = 'http://commondatastorage.googleapis.com' variable
|
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowContentUrisTest.java | 14 Uri URI; field in ShadowContentUrisTest
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowContentUrisTest.java | 14 Uri URI; field in ShadowContentUrisTest
|
/external/python/pyopenssl/ |
D | setup.py | 46 URI = find_meta("uri") variable
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/datasource/src/test/java/com/google/android/exoplayer2/upstream/ |
D | ResolvingDataSourceContractTest.java | 35 private static final String URI = "test://simple.test"; field in ResolvingDataSourceContractTest
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/datasource/src/test/java/com/google/android/exoplayer2/upstream/ |
D | ResolvingDataSourceContractTest.java | 35 private static final String URI = "test://simple.test"; field in ResolvingDataSourceContractTest
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/address_utils/ |
D | parse_address.cc | 125 bool grpc_parse_unix(const grpc_core::URI& /* uri */, in grpc_parse_unix() 130 bool grpc_parse_unix_abstract(const grpc_core::URI& /* uri */, in grpc_parse_unix_abstract()
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsonFormatVisitors/ |
D | JsonValueFormat.java | 79 URI("uri"), enumConstant
|
/external/libxml2/ |
D | SAX2.c | 498 xmlChar *URI; in xmlSAX2ResolveEntity() local 629 xmlChar *URI; in xmlSAX2EntityDecl() local 648 xmlChar *URI; in xmlSAX2EntityDecl() local 875 xmlChar *URI; in xmlSAX2UnparsedEntityDecl() local 895 xmlChar *URI; in xmlSAX2UnparsedEntityDecl() local 2203 const xmlChar *URI, in xmlSAX2StartElementNs()
|