HomeSort by relevance Sort by last modified time
    Searched refs:scheme (Results 201 - 225 of 877) sorted by null

1 2 3 4 5 6 7 891011>>

  /system/tpm/trunks/
tpm_utility_impl.cc 408 TPM_ALG_ID scheme,
417 if (scheme == TPM_ALG_RSAES) {
418 in_scheme.scheme = TPM_ALG_RSAES;
419 } else if (scheme == TPM_ALG_OAEP || scheme == TPM_ALG_NULL) {
420 in_scheme.scheme = TPM_ALG_OAEP;
423 LOG(ERROR) << __func__ << ": Invalid Signing scheme used.";
468 TPM_ALG_ID scheme,
477 if (scheme == TPM_ALG_RSAES) {
478 in_scheme.scheme = TPM_ALG_RSAES
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
Log.java 379 String scheme = uri.getScheme(); local
381 if (!TextUtils.isEmpty(scheme)) {
382 sb.append(scheme).append(":");
386 if (PhoneAccount.SCHEME_TEL.equals(scheme)) {
391 } else if (PhoneAccount.SCHEME_SIP.equals(scheme)) {
PhoneAccount.java 219 * URI scheme for telephone number URIs.
224 * URI scheme for voicemail URIs.
229 * URI scheme for SIP URIs.
390 * Specifies an additional URI scheme supported by the {@link PhoneAccount}.
392 * @param uriScheme The URI scheme.
698 * scheme.
700 * @param uriScheme The URI scheme to check.
702 * specified URI scheme.
709 for (String scheme : mSupportedUriSchemes) {
710 if (scheme != null && scheme.equals(uriScheme))
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
BaseBlockCipher.java 118 private int scheme = -1; field in class:BaseBlockCipher
154 int scheme,
161 this.scheme = scheme;
534 // Was: if (scheme == PKCS12 || key instanceof PKCS12Key)
535 // If the key is a BCPBE one without an IV, ignore the fact that the scheme is PKCS12.
537 if ((scheme == PKCS12 || key instanceof PKCS12Key) && !isBCPBEKeyWithoutIV(key))
678 param = PBE.Util.makePBEParameters(k.getEncoded(), scheme, digest, keySizeInBits, ivLength * 8, pbeSpec, cipher.getAlgorithmName());
689 if (scheme == PKCS5S1 || scheme == PKCS5S1_UTF8 || scheme == PKCS5S2 || scheme == PKCS5S2_UTF8
    [all...]
  /external/libmicrohttpd/src/spdy2http/
proxy.c 78 char * scheme; member in struct:URI
194 free(uri->scheme);
214 scheme = $2
251 asprintf(&((*uri)->scheme),
279 /*if(0 == strcasecmp("http", uri->scheme))
284 else if(0 == strcasecmp("https", uri->scheme))
291 PRINT_INFO("no standard scheme!");
837 const char *scheme,
844 (void)scheme;
882 ret = asprintf(&(proxy->url),"%s://%s%s", scheme, glob_opt.http_backend, path)
    [all...]
  /frameworks/base/drm/java/android/drm/
DrmManagerClient.java 838 String scheme = uri.getScheme(); local
839 if (null == scheme || scheme.equals("") ||
840 scheme.equals(ContentResolver.SCHEME_FILE)) {
843 } else if (scheme.equals("http")) {
846 } else if (scheme.equals(ContentResolver.SCHEME_CONTENT)) {
    [all...]
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PicasaSource.java 111 .scheme("content")
215 .scheme("content")
260 .scheme("content")
294 .scheme("content")
335 .scheme("content")
437 .scheme("content")
  /prebuilts/go/darwin-x86/src/net/http/
http.go 111 // include HTTP/2 pseudo header fields like ":path" and ":scheme",
126 // URL that contains a valid host and the same scheme as the parent request.
127 // If the target is a path, it will inherit the scheme and host of the
  /prebuilts/go/linux-x86/src/net/http/
http.go 111 // include HTTP/2 pseudo header fields like ":path" and ":scheme",
126 // URL that contains a valid host and the same scheme as the parent request.
127 // If the target is a path, it will inherit the scheme and host of the
  /external/apache-http/src/org/apache/http/impl/client/
DefaultHttpClient.java 56 import org.apache.http.conn.scheme.PlainSocketFactory;
57 import org.apache.http.conn.scheme.Scheme;
58 import org.apache.http.conn.scheme.SchemeRegistry;
181 new Scheme("http", PlainSocketFactory.getSocketFactory(), 80));
183 new Scheme("https", SSLSocketFactory.getSocketFactory(), 443));
  /external/libcups/cups/
tlscheck.c 50 scheme[32], /* URI scheme */ local
114 httpSeparateURI(HTTP_URI_CODING_ALL, argv[i], scheme, sizeof(scheme), userpass, sizeof(userpass), host, sizeof(host), &port, resource, sizeof(resource));
  /external/protobuf/
tests.sh 226 -scheme ProtocolBuffers \
238 -scheme ProtocolBuffers \
249 -scheme ProtocolBuffers \
  /external/protobuf/util/
tests.sh 226 -scheme ProtocolBuffers \
238 -scheme ProtocolBuffers \
249 -scheme ProtocolBuffers \
  /external/syslinux/gpxe/src/core/
uri.c 43 if ( uri->scheme )
44 DBG ( " scheme \"%s\"", uri->scheme );
101 * URI with scheme="C",opaque="\path\to\file".
105 uri->scheme = raw;
216 static char separators[] = { /* scheme */ 0, /* opaque */ ':',
247 /* Print :// if we're non-opaque and had a scheme */
  /frameworks/base/media/java/android/media/
MediaExtractor.java 108 String scheme = uri.getScheme(); local
109 if (scheme == null || scheme.equals("file")) {
394 * the crypto scheme, and the bytes being the data specific to that scheme.
  /developers/build/prebuilts/gradle/SynchronizedNotifications/Application/src/main/java/com/example/android/wearable/synchronizednotifications/
DismissListener.java 103 new Uri.Builder().scheme(WEAR_URI_SCHEME).path(Constants.BOTH_PATH).build();
  /developers/samples/android/wearable/wear/SynchronizedNotifications/Application/src/main/java/com/example/android/wearable/synchronizednotifications/
DismissListener.java 103 new Uri.Builder().scheme(WEAR_URI_SCHEME).path(Constants.BOTH_PATH).build();
  /development/samples/browseable/SynchronizedNotifications/Application/src/com.example.android.wearable.synchronizednotifications/
DismissListener.java 103 new Uri.Builder().scheme(WEAR_URI_SCHEME).path(Constants.BOTH_PATH).build();
  /external/autotest/client/site_tests/autoupdate_CannedOmahaUpdate/
autoupdate_CannedOmahaUpdate.py 16 (split_url.scheme, split_url.netloc, '', '', ''))
  /external/autotest/server/site_tests/autoupdate_CatchBadSignatures/
autoupdate_CatchBadSignatures.py 16 (split_url.scheme, split_url.netloc, '', '', ''))
  /external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
ApacheHttpClient.java 30 import org.apache.http.conn.scheme.Scheme;
47 new Scheme("https", 443, new SSLSocketFactory(sslContext)));
  /external/opencv/cv/src/
cvsnakes.cpp 64 // scheme - image energy scheme
79 int coeffUsage, CvSize win, CvTermCriteria criteria, int scheme )
144 if( scheme == _CV_SNAKE_GRAD )
288 if( scheme == _CV_SNAKE_GRAD )
399 if( scheme == _CV_SNAKE_GRAD )
  /frameworks/base/core/java/android/nfc/
NfcActivityManager.java 389 String scheme = uri.getScheme(); local
390 if (scheme == null || (!scheme.equalsIgnoreCase("file") &&
391 !scheme.equalsIgnoreCase("content"))) {
393 "either scheme file or scheme content");
  /packages/apps/Camera2/src/com/android/camera/data/
PlaceholderItem.java 60 builder.scheme(SIMPLE_VIEW_URI_SCHEME).appendPath(uuid);
  /packages/apps/Launcher3/src/com/android/launcher3/util/
PackageManagerHelper.java 147 .scheme("market")

Completed in 3331 milliseconds

1 2 3 4 5 6 7 891011>>