Home
last modified time | relevance | path

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

1234

/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/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/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/kotlinx.coroutines/buildSrc/src/main/kotlin/
DCacheRedirector.kt94 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/
Dio1.c35 sqlMatch(const char * URI) { in sqlMatch()
51 sqlOpen(const char * URI) { in sqlOpen()
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dspan.go27 URI span.URI member
32 func NewURI(uri span.URI) string {
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dspan.go27 URI span.URI member
32 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/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/python/google-api-python-client/samples/storage_serviceaccount_appengine/
Dmain.py52 URI = 'http://commondatastorage.googleapis.com' variable
/external/llvm-project/clang-tools-extra/clangd/index/
DIndexAction.cpp63 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/
DJsonValueFormat.java79 URI("uri"), enumConstant
/external/llvm-project/clang-tools-extra/clangd/
DURI.cpp154 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/libxml2/
DSAX2.c523 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()
/external/nist-sip/java/gov/nist/javax/sip/header/
DCredentials.java49 private static String URI = ParameterNames.URI; field in Credentials
/external/libxml2/python/tests/
Dinput_callback.py38 def my_input_cb(URI): argument
/external/pdfium/core/fpdfdoc/
Dcpdf_action.h30 URI, enumerator
/external/dokka/core/src/main/kotlin/Utilities/
DUri.kt6 fun URI.relativeTo(uri: URI): URI { in <lambda>() method
/external/llvm-project/clang-tools-extra/clangd/unittests/
DIndexActionTests.cpp37 llvm::StringRef URI = ::testing::get<0>(arg); variable
53 auto URI = toUri(Path); in checkNodesAreInitialized() local

1234