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

1 2 3 4 5 67 8 91011>>

  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
MockIconLoader.java 54 .scheme(ContentResolver.SCHEME_ANDROID_RESOURCE)
  /packages/apps/Settings/src/com/android/settings/support/
SupportPhone.java 56 .scheme("tel")
  /packages/apps/TV/src/com/android/tv/util/
BitmapUtils.java 168 String scheme = uri.getScheme(); local
169 return ContentResolver.SCHEME_CONTENT.equals(scheme)
170 || ContentResolver.SCHEME_ANDROID_RESOURCE.equals(scheme)
171 || ContentResolver.SCHEME_FILE.equals(scheme);
  /system/tpm/trunks/
tpm_utility.h 104 // to give us the |ciphertext|. |scheme| refers to the encryption scheme
108 TPM_ALG_ID scheme,
116 // to give us the |plaintext|. |scheme| refers to the decryption scheme
120 TPM_ALG_ID scheme,
128 // returned using the |signature| argument. |scheme| is used to specify the
129 // signature scheme used. By default it is TPM_ALG_RSASSA, but TPM_ALG_RSAPPS
134 TPM_ALG_ID scheme,
141 // performed by |key_handle|. |scheme| and |hash| refer to the signatur
    [all...]
tpm_utility_impl.h 61 TPM_ALG_ID scheme,
67 TPM_ALG_ID scheme,
73 TPM_ALG_ID scheme,
79 TPM_ALG_ID scheme,
  /cts/tests/tests/netsecpolicy/src/android/security/
NetworkSecurityPolicyTestBase.java 87 Uri uri = Uri.parse(url.toString()).buildUpon().scheme(null).authority(null).build();
110 Uri uri = Uri.parse(url.toString()).buildUpon().scheme(null).authority(null).build();
131 Uri uri = Uri.parse(url.toString()).buildUpon().scheme(null).authority(null).build();
148 Uri uri = Uri.parse(url.toString()).buildUpon().scheme(null).authority(null).build();
174 uri = uri.buildUpon().scheme(null).authority(null).build();
192 uri = uri.buildUpon().scheme(null).authority(null).build();
201 uri = uri.buildUpon().scheme(null).authority(null).build();
  /external/libmicrohttpd/src/microspdy/
applicationlayer.c 68 char *scheme = NULL; local
118 else if(strcmp(":scheme",iterator->name) == 0)
122 scheme = iterator->value[0];
139 request->scheme=scheme;
147 || NULL == scheme || strlen(scheme) == 0
167 scheme,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
sysconfig.py 132 for scheme in ('posix_prefix', 'posix_home'):
133 _INSTALL_SCHEMES[scheme]['include'] = '{projectbase}/Include'
134 _INSTALL_SCHEMES[scheme]['platinclude'] = '{srcdir}'
152 def _expand_vars(scheme, vars):
158 for key, value in _INSTALL_SCHEMES[scheme].items():
166 # the default scheme for posix is posix_prefix
425 def get_paths(scheme=_get_default_scheme(), vars=None, expand=True):
426 """Returns a mapping containing an install scheme.
428 ``scheme`` is the install scheme name. If not provided, it will
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
sysconfig.py 128 for scheme in ('posix_prefix', 'posix_home'):
129 _INSTALL_SCHEMES[scheme]['include'] = '{projectbase}/Include'
130 _INSTALL_SCHEMES[scheme]['platinclude'] = '{srcdir}'
148 def _expand_vars(scheme, vars):
154 for key, value in _INSTALL_SCHEMES[scheme].items():
162 # the default scheme for posix is posix_prefix
372 def get_paths(scheme=_get_default_scheme(), vars=None, expand=True):
373 """Returns a mapping containing an install scheme.
375 ``scheme`` is the install scheme name. If not provided, it will
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
sysconfig.py 132 for scheme in ('posix_prefix', 'posix_home'):
133 _INSTALL_SCHEMES[scheme]['include'] = '{srcdir}/Include'
134 _INSTALL_SCHEMES[scheme]['platinclude'] = '{projectbase}'
157 def _expand_vars(scheme, vars):
163 for key, value in _INSTALL_SCHEMES[scheme].items():
171 # the default scheme for posix is posix_prefix
427 def get_paths(scheme=_get_default_scheme(), vars=None, expand=True):
428 """Returns a mapping containing an install scheme.
430 ``scheme`` is the install scheme name. If not provided, it wil
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
sysconfig.py 132 for scheme in ('posix_prefix', 'posix_home'):
133 _INSTALL_SCHEMES[scheme]['include'] = '{srcdir}/Include'
134 _INSTALL_SCHEMES[scheme]['platinclude'] = '{projectbase}'
157 def _expand_vars(scheme, vars):
163 for key, value in _INSTALL_SCHEMES[scheme].items():
171 # the default scheme for posix is posix_prefix
427 def get_paths(scheme=_get_default_scheme(), vars=None, expand=True):
428 """Returns a mapping containing an install scheme.
430 ``scheme`` is the install scheme name. If not provided, it wil
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sysconfig.py 132 for scheme in ('posix_prefix', 'posix_home'):
133 _INSTALL_SCHEMES[scheme]['include'] = '{srcdir}/Include'
134 _INSTALL_SCHEMES[scheme]['platinclude'] = '{projectbase}'
157 def _expand_vars(scheme, vars):
163 for key, value in _INSTALL_SCHEMES[scheme].items():
171 # the default scheme for posix is posix_prefix
427 def get_paths(scheme=_get_default_scheme(), vars=None, expand=True):
428 """Returns a mapping containing an install scheme.
430 ``scheme`` is the install scheme name. If not provided, it wil
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sysconfig.py 132 for scheme in ('posix_prefix', 'posix_home'):
133 _INSTALL_SCHEMES[scheme]['include'] = '{srcdir}/Include'
134 _INSTALL_SCHEMES[scheme]['platinclude'] = '{projectbase}'
157 def _expand_vars(scheme, vars):
163 for key, value in _INSTALL_SCHEMES[scheme].items():
171 # the default scheme for posix is posix_prefix
427 def get_paths(scheme=_get_default_scheme(), vars=None, expand=True):
428 """Returns a mapping containing an install scheme.
430 ``scheme`` is the install scheme name. If not provided, it wil
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/
vcs.go 37 scheme []string
58 return v.isSecureScheme(u.Scheme)
61 func (v *vcsCmd) isSecureScheme(scheme string) bool {
66 // fetch/clone. Any scheme not mentioned will be considered insecure.
69 if s == scheme {
76 return defaultSecureScheme[scheme]
125 scheme: []string{"https", "http", "ssh"},
126 pingCmd: "identify {scheme}://{repo}",
162 scheme: []string{"git", "https", "http", "git+ssh", "ssh"},
163 pingCmd: "ls-remote {scheme}://{repo}"
    [all...]
http.go 75 fetch := func(scheme string) (urlStr string, res *http.Response, err error) {
76 u, err := url.Parse(scheme + "://" + importPath)
85 if security == insecure && scheme == "https" { // fail earlier
  /prebuilts/go/linux-x86/src/cmd/go/
vcs.go 37 scheme []string
58 return v.isSecureScheme(u.Scheme)
61 func (v *vcsCmd) isSecureScheme(scheme string) bool {
66 // fetch/clone. Any scheme not mentioned will be considered insecure.
69 if s == scheme {
76 return defaultSecureScheme[scheme]
125 scheme: []string{"https", "http", "ssh"},
126 pingCmd: "identify {scheme}://{repo}",
162 scheme: []string{"git", "https", "http", "git+ssh", "ssh"},
163 pingCmd: "ls-remote {scheme}://{repo}"
    [all...]
http.go 75 fetch := func(scheme string) (urlStr string, res *http.Response, err error) {
76 u, err := url.Parse(scheme + "://" + importPath)
85 if security == insecure && scheme == "https" { // fail earlier
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
HostAuth.java 159 * Builds a URI scheme name given the parameters for a {@code HostAuth}. If
199 * Returns the flags for the specified scheme.
201 public static int getSchemeFlags(String scheme) {
202 String[] schemeParts = scheme.split("\\+");
370 // Set protocol, security, and additional flags based on uri scheme
540 String scheme = uri.getScheme(); local
541 setConnection(scheme, uri.getHost(), uri.getPort());
545 * Legacy code for setting connection values from a "scheme" (see above)
547 public void setConnection(String scheme, String host, int port) {
548 String[] schemeParts = scheme.split("\\+")
567 final String scheme = uri.getScheme(); local
    [all...]
  /frameworks/base/core/java/android/content/
IntentFilter.java 45 * match against actions, categories, and data (either via its type, scheme,
66 * itself divided into three attributes: type, scheme, authority, and path.
68 * specified must match the contents of the Intent. If you specify a scheme
71 * that is supplied by their content provider. Specifying a type with no scheme
91 * <strong>data scheme+authority+path</strong> if specified) must match
108 * <p><strong>Data Scheme</strong> matches if any of the given values match the
109 * Intent data's scheme.
110 * The Intent scheme is determined by calling {@link Intent#getData}
112 * <em>Note that scheme matching here is <b>case sensitive</b>, unlike
116 * <p><strong>Data Scheme Specific Part</strong> matches if any of the given values matc
604 final String scheme = mDataSchemes.get(i); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/
IntentResolver.java 61 mSchemeToFilter, " Scheme: ");
204 mSchemeToFilter, " Scheme: ");
361 final String scheme = intent.getScheme(); local
364 buildResolveList(intent, categories, debug, defaultOnly, resolvedType, scheme,
374 String scheme = intent.getScheme(); local
382 TAG, "Resolving type=" + resolvedType + " scheme=" + scheme
429 // the filters that match its scheme (we will further refine matches
431 if (scheme != null) {
432 schemeCut = mSchemeToFilter.get(scheme);
    [all...]
  /external/apache-http/
Android.mk 59 org.apache.http.conn.scheme \
80 ../../frameworks/base/core/java/org/apache/http/conn/scheme/HostNameResolver.java \
81 ../../frameworks/base/core/java/org/apache/http/conn/scheme/LayeredSocketFactory.java \
82 ../../frameworks/base/core/java/org/apache/http/conn/scheme/SocketFactory.java \
  /external/apache-http/src/org/apache/http/impl/conn/
ProxySelectorRoutePlanner.java 50 import org.apache.http.conn.scheme.Scheme;
51 import org.apache.http.conn.scheme.SchemeRegistry;
74 /** The scheme registry. */
84 * @param schreg the scheme registry
162 final Scheme schm =
165 // a layered scheme implies a secure connection
220 // assume default scheme (http)
  /external/libmicrohttpd/src/examples/
mhd2spdy_structures.c 33 free(uri->scheme);
52 scheme = $2
88 asprintf(&((*uri)->scheme), "%.*s",pmatch[2].rm_eo - pmatch[2].rm_so, &full_uri[pmatch[2].rm_so]);
spdy_response_with_callback.c 85 const char *scheme,
93 (void)scheme;
  /external/libmicrohttpd/src/testspdy/
test_misc.c 160 const char *scheme,
168 (void)scheme;

Completed in 492 milliseconds

1 2 3 4 5 67 8 91011>>