Home
last modified time | relevance | path

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

12345678910>>...33

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Utility/
DUriParser.h21 struct URI { struct
27 bool operator==(const URI &R) const { argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Utility/
DUriParser.h21 struct URI { struct
27 bool operator==(const URI &R) const { argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Utility/
DUriParser.h21 struct URI { struct
27 bool operator==(const URI &R) const { argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Utility/
DUriParser.h21 struct URI { struct
27 bool operator==(const URI &R) const { argument
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/utils/
H A 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
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
H A 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
/aosp_15_r20/external/angle/third_party/spirv-tools/src/utils/vscode/src/lsp/span/
H A 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 {
H A 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
/aosp_15_r20/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 {
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/
H A 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 {
H A 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
/aosp_15_r20/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/customization/data/content/
H A DCustomizationProviderContract.kt58 val URI: Uri = constant
82 val URI: Uri = constant
139 val URI: Uri = constant
164 val URI: Uri = BASE_URI.buildUpon().path(TABLE_NAME).build() constant
204 val URI: Uri = BASE_URI.buildUpon().path(TABLE_NAME).build() constant
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/customization/SystemUICustomizationLib/android_common/kapt/gen/stubs/com/android/systemui/shared/customization/data/content/
DCustomizationProviderContract.java38 private static final android.net.Uri URI = null; field in CustomizationProviderContract.FlagsTable
160 private static final android.net.Uri URI = null; field in CustomizationProviderContract.LockScreenQuickAffordances.AffordanceTable
259 private static final android.net.Uri URI = null; field in CustomizationProviderContract.LockScreenQuickAffordances.SelectionTable
318 private static final android.net.Uri URI = null; field in CustomizationProviderContract.LockScreenQuickAffordances.SlotTable
360 private static final android.net.Uri URI = null; field in CustomizationProviderContract.RuntimeValuesTable
/aosp_15_r20/external/cronet/url/android/java/src/org/chromium/url/
H A DURI.java15 public class URI extends GURL { class
17 public URI(String uri) throws URISyntaxException { in URI() method in URI
24 private URI() {} in URI() method in URI
/aosp_15_r20/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
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/net/
H A DURI.java32 public final class URI implements java.lang.Comparable<java.net.URI>, java.io.Serializable { class
34 private URI() { in URI() method in URI
38 public URI(java.lang.String str) throws java.net.URISyntaxException { in URI() method in URI
42 public URI( in URI() method in URI
54 public URI( in URI() method in URI
64 public URI( in URI() method in URI
73 public URI(java.lang.String scheme, java.lang.String ssp, java.lang.String fragment) in URI() method in URI
/aosp_15_r20/external/kotlinx.coroutines/buildSrc/src/main/kotlin/
H A DCacheRedirector.kt62 private fun URI.toCacheRedirectorUri() = URI("https://cache-redirector.jetbrains.com/$host/$path") in toCacheRedirectorUri() method
64 private fun URI.maybeRedirect(): URI? { in toCacheRedirectorUri() method
75 private fun URI.isCachedOrLocal() = scheme == "file" || in isCachedOrLocal() method
/aosp_15_r20/external/grpc-grpc/src/core/lib/address_utils/
H A Dparse_address.cc134 bool grpc_parse_unix(const grpc_core::URI& /* uri */, in grpc_parse_unix()
139 bool grpc_parse_unix_abstract(const grpc_core::URI& /* uri */, in grpc_parse_unix_abstract()
198 bool grpc_parse_vsock(const grpc_core::URI& /* uri */, in grpc_parse_vsock()
/aosp_15_r20/libcore/ojluni/src/main/java/java/net/
H A DURI.java460 public final class URI class
512 private URI() { } // Used internally in URI() method in URI
583 public URI(String str) throws URISyntaxException { in URI() method in URI
660 public URI(String scheme, in URI() method in URI
733 public URI(String scheme, in URI() method in URI
767 public URI(String scheme, String host, String path, String fragment) in URI() method in URI
810 public URI(String scheme, String ssp, String fragment) in URI() method in URI
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/net/
DURI.java460 public final class URI class
512 private URI() { } // Used internally in URI() method in URI
583 public URI(String str) throws URISyntaxException { in URI() method in URI
660 public URI(String scheme, in URI() method in URI
733 public URI(String scheme, in URI() method in URI
767 public URI(String scheme, String host, String path, String fragment) in URI() method in URI
810 public URI(String scheme, String ssp, String fragment) in URI() method in URI
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/6/libcore/ojluni/src/main/java/java/net/
DURI.java460 public final class URI class
512 private URI() { } // Used internally in URI() method in URI
583 public URI(String str) throws URISyntaxException { in URI() method in URI
660 public URI(String scheme, in URI() method in URI
733 public URI(String scheme, in URI() method in URI
767 public URI(String scheme, String host, String path, String fragment) in URI() method in URI
810 public URI(String scheme, String ssp, String fragment) in URI() method in URI
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/adselection/
DJsVersionHelperTest.java37 private static final Uri URI = Uri.parse("https://example.com"); field in JsVersionHelperTest
50 assertEquals(request.getUri(), URI); in testGetRequestWithVersionAttribute() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/
DSarif.h76 std::string URI; variable
79 explicit SarifArtifactLocation(const std::string &URI) : URI(URI) {} in SarifArtifactLocation()
82 static SarifArtifactLocation create(llvm::StringRef URI) { in create()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/
DSarif.h76 std::string URI; variable
79 explicit SarifArtifactLocation(const std::string &URI) : URI(URI) {} in SarifArtifactLocation()
82 static SarifArtifactLocation create(llvm::StringRef URI) { in create()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/
DSarif.h76 std::string URI; variable
79 explicit SarifArtifactLocation(const std::string &URI) : URI(URI) {} in SarifArtifactLocation()
82 static SarifArtifactLocation create(llvm::StringRef URI) { in create()

12345678910>>...33