Home
last modified time | relevance | path

Searched defs:URI (Results 1 – 25 of 71) sorted by relevance

123

/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/lsp/span/
Duri.go31 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 {
Dspan.go38 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/
Duri.go31 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 {
Dspan.go38 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/
Duri.go31 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 {
Dspan.go38 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/
Doauth-installed.md51 #### 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/
DURI.java65 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/
DURI.java60 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/
DCacheRedirector.kt60 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/
Dio1.c35 sqlMatch(const char * URI) { in sqlMatch()
51 sqlOpen(const char * URI) { in sqlOpen()
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dspan.go28 URI span.URI member
33 func NewURI(uri span.URI) string {
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dspan.go28 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/
Dspan.go28 URI span.URI member
33 func NewURI(uri span.URI) string {
/external/rust/crates/grpcio-sys/grpc/src/core/lib/uri/
Duri_parser.cc154 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/
DURI.java5 public interface URI extends Cloneable, Serializable { interface
/external/python/google-api-python-client/samples/storage_serviceaccount_appengine/
Dmain.py52 URI = 'http://commondatastorage.googleapis.com' variable
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowContentUrisTest.java14 Uri URI; field in ShadowContentUrisTest
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowContentUrisTest.java14 Uri URI; field in ShadowContentUrisTest
/external/python/pyopenssl/
Dsetup.py46 URI = find_meta("uri") variable
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/datasource/src/test/java/com/google/android/exoplayer2/upstream/
DResolvingDataSourceContractTest.java35 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/
DResolvingDataSourceContractTest.java35 private static final String URI = "test://simple.test"; field in ResolvingDataSourceContractTest
/external/rust/crates/grpcio-sys/grpc/src/core/lib/address_utils/
Dparse_address.cc125 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/
DJsonValueFormat.java79 URI("uri"), enumConstant
/external/libxml2/
DSAX2.c498 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()

123