| /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/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/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/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 | 94 private fun URI.toCacheRedirectorUri() = URI("https://cache-redirector.jetbrains.com/$host/$path") in toCacheRedirectorUri() method 96 private fun URI.maybeRedirect(): URI? { in toCacheRedirectorUri() method 107 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/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
| D | span.go | 27 URI span.URI member 32 func NewURI(uri span.URI) string {
|
| /external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
| D | span.go | 27 URI span.URI member 32 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/python/pyopenssl/ |
| D | setup.py | 46 URI = find_meta("uri") variable
|
| /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
| D | ShadowContentUrisTest.java | 14 Uri URI; field in ShadowContentUrisTest
|
| /external/llvm-project/clang-tools-extra/clangd/index/ |
| D | IndexAction.cpp | 63 auto URI = toURI(File); in FileChanged() local 110 auto URI = toURI(&SkippedFile.getFileEntry()); in FileSkipped() local
|
| /external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsonFormatVisitors/ |
| D | JsonValueFormat.java | 79 URI("uri"), enumConstant
|
| /external/llvm-project/clang-tools-extra/clangd/ |
| D | URI.cpp | 154 URI::URI(llvm::StringRef Scheme, llvm::StringRef Authority, in URI() function in clang::clangd::URI 226 auto URI = Entry.instantiate()->uriFromAbsolutePath(AbsolutePath); in create() local
|
| /external/nist-sip/java/gov/nist/javax/sip/header/ |
| D | Credentials.java | 49 private static String URI = ParameterNames.URI; field in Credentials
|
| /external/libxml2/python/tests/ |
| D | input_callback.py | 38 def my_input_cb(URI): argument
|
| /external/dokka/core/src/main/kotlin/Utilities/ |
| D | Uri.kt | 6 fun URI.relativeTo(uri: URI): URI { in <lambda>() method
|