Home
last modified time | relevance | path

Searched defs:scheme (Results 151 – 175 of 1694) sorted by relevance

12345678910>>...68

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/google_c2p/
Dgoogle_c2p_resolver.cc277 absl::string_view scheme() const override { return "google-c2p"; } in scheme() function in grpc_core::__anonb53caa870111::GoogleCloud2ProdResolverFactory
297 absl::string_view scheme() const override { in scheme() function in grpc_core::__anonb53caa870111::ExperimentalGoogleCloud2ProdResolverFactory
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/
H A DShareTargetInfo.java59 TargetData(String scheme, String host, String port, String path, String pathPattern, in TargetData()
184 final String scheme = ShortcutService.parseStringAttribute(parser, ATTR_SCHEME); in parseTargetData() local
/aosp_15_r20/external/libcups/cups/
H A Dtesthttp.c26 *scheme, /* Scheme string */ member
230 char scheme[HTTP_MAX_URI], /* Scheme from URI */ in main() local
/aosp_15_r20/external/grpc-grpc/src/core/resolver/google_c2p/
H A Dgoogle_c2p_resolver.cc281 absl::string_view scheme() const override { return "google-c2p"; } in scheme() function in grpc_core::__anonfd554f410111::GoogleCloud2ProdResolverFactory
302 absl::string_view scheme() const override { in scheme() function in grpc_core::__anonfd554f410111::ExperimentalGoogleCloud2ProdResolverFactory
/aosp_15_r20/packages/services/BuiltInPrintService/src/com/android/bips/discovery/
DMdnsDiscovery.java67 public MdnsDiscovery(BuiltInPrintService printService, String scheme) { in MdnsDiscovery()
114 String scheme = info.getServiceType().contains(SERVICE_IPPS) ? SCHEME_IPPS : SCHEME_IPP; in toNetworkPrinter() local
/aosp_15_r20/out/soong/.intermediates/external/libmonet/libmonet/android_common/javac/
Dlibmonet.jar ... .ux.material.libmonet.dynamiccolor.DynamicScheme scheme int argb double percentage int alpha public com.google ...
/aosp_15_r20/out/soong/.intermediates/external/libmonet/libmonet/android_common/repackaged-jarjar/javac/
Dlibmonet.jarcom/google/ux/material/libmonet/utils/StringUtils.class StringUtils.java package ...
/aosp_15_r20/external/curl/src/
H A Dtool_cb_hdr.c98 const char *scheme = NULL; in tool_header_cb() local
433 char *copyloc = NULL, *locurl = NULL, *scheme = NULL, *finalurl = NULL; in write_linked_location() local
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jcajce/provider/symmetric/
H A DDES.java325 private int scheme; field in DES.DESPBEKeyFactory
334 int scheme, in DESPBEKeyFactory()
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/symmetric/
H A DDES.java325 private int scheme; field in DES.DESPBEKeyFactory
334 int scheme, in DESPBEKeyFactory()
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
H A DDES.java303 private int scheme; field in DES.DESPBEKeyFactory
312 int scheme, in DESPBEKeyFactory()
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/net/
H A DUriTest.java454 private static void testHierarchical(String scheme, String authority, in testHierarchical()
538 String scheme, String authority, String path, String query, in compareHierarchical()
882 String scheme, in buildUriFromParts()
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
H A DCryptRsa.c953 TPMT_RSA_DECRYPT *scheme // IN: a sign or decrypt scheme in CryptRsaSelectScheme()
1067 TPMT_RSA_DECRYPT *scheme, // IN: the type of padding and hash in CryptRsaEncrypt()
1147 TPMT_RSA_DECRYPT *scheme, // IN: the padding scheme in CryptRsaDecrypt()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/util/
Durl.py93 scheme=None, argument
274 def _normalize_host(host, scheme): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/util/
Durl.py93 scheme=None, argument
274 def _normalize_host(host, scheme): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/util/
Durl.py93 scheme=None, argument
274 def _normalize_host(host, scheme): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/util/
Durl.py93 scheme=None, argument
274 def _normalize_host(host, scheme): argument
/aosp_15_r20/external/python/cpython2/Lib/
Durlparse.py137 def urlparse(url, scheme='', allow_fragments=True): argument
168 def urlsplit(url, scheme='', allow_fragments=True): argument
/aosp_15_r20/external/google-breakpad/src/tools/windows/converter_exe/
H A Dwinhttp_client.cc96 TCHAR* scheme, in CrackUrl()
284 wchar_t scheme[16] = {0}; in CreateWinHttpClient() local
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/
H A DMediaItem.java535 @Nullable private UUID scheme; field in MediaItem.DrmConfiguration.Builder
549 public Builder(UUID scheme) { in Builder()
577 public Builder setScheme(UUID scheme) { in setScheme()
587 private Builder setNullableScheme(@Nullable UUID scheme) { in setNullableScheme()
685 public final UUID scheme; field in MediaItem.DrmConfiguration
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/
H A DMediaItem.java537 @Nullable private UUID scheme; field in MediaItem.DrmConfiguration.Builder
551 public Builder(UUID scheme) { in Builder()
579 public Builder setScheme(UUID scheme) { in setScheme()
589 private Builder setNullableScheme(@Nullable UUID scheme) { in setNullableScheme()
687 public final UUID scheme; field in MediaItem.DrmConfiguration
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_distutils/command/
Dinstall.py155 def _inject_headers(name, scheme): argument
169 def _scheme_attrs(scheme): argument
/aosp_15_r20/external/python/setuptools/setuptools/_distutils/command/
Dinstall.py151 def _inject_headers(name, scheme): argument
165 def _scheme_attrs(scheme): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_distutils/command/
Dinstall.py155 def _inject_headers(name, scheme): argument
169 def _scheme_attrs(scheme): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_distutils/command/
Dinstall.py155 def _inject_headers(name, scheme): argument
169 def _scheme_attrs(scheme): argument

12345678910>>...68