HomeSort by relevance Sort by last modified time
    Searched full:schemes (Results 1 - 25 of 122) sorted by null

1 2 3 4 5

  /external/webkit/LayoutTests/http/tests/appcache/
different-scheme-expected.txt 1 Test that application cache doesn't block loading resources with different schemes.
different-scheme.html 3 <p>Test that application cache doesn't block loading resources with different schemes.</p>
  /external/clearsilver/man/man3/
cgi_url_validate.3 29 one of the accepted safe schemes.
31 Currently accepted schemes are http, https, ftp and mailto.
  /external/apache-http/src/org/apache/http/conn/scheme/
SchemeRegistry.java 41 * A set of supported protocol {@link Scheme schemes}.
42 * Schemes are identified by lowercase names.
54 /** The available schemes in this registry. */
164 * Obtains the names of the registered schemes in their default order.
173 * Populates the internal collection of registered {@link Scheme protocol schemes}
176 * @param map protocol schemes
Scheme.java 39 * Schemes are identified by lowercase names.
40 * Supported schemes are typically collected in a
  /external/apache-http/src/org/apache/http/auth/
AuthScheme.java 57 * Authentication schemes may ignore method name and URI parameters
61 * Authentication schemes may be stateful involving a series of
74 * Processes the given challenge token. Some authentication schemes
75 * may involve multiple challenge-response exchanges. Such schemes must be able
AuthSchemeRegistry.java 127 * schemes} in their default order.
136 * Populates the internal collection of registered {@link AuthScheme authentication schemes}
139 * @param map authentication schemes
  /bootable/diskinstaller/libdiskconfig/
diskconfig.h 26 /* known partition schemes */
116 /* For MBR partition schemes */
  /system/core/include/diskconfig/
diskconfig.h 30 /* known partition schemes */
121 /* For MBR partition schemes */
  /bionic/libc/
CAVEATS 8 slower code for no good reason (even when so-called zero-cost exception schemes are
  /dalvik/dx/src/com/android/dx/ssa/
RegisterMapper.java 24 * Represents a mapping between two register numbering schemes.
  /external/apache-http/src/org/apache/http/impl/conn/
DefaultClientConnectionOperator.java 81 * @param schemes the scheme registry
83 public DefaultClientConnectionOperator(SchemeRegistry schemes) {
84 if (schemes == null) {
88 schemeRegistry = schemes;
  /external/ppp/pppd/plugins/radius/
pppd-radius.8 59 schemes (login, checking the /etc/ppp/*-secrets files) are skipped. The
  /external/webkit/WebKit/qt/Api/
qwebsecurityorigin.cpp 221 Adds the given \a scheme to the list of schemes that are considered equivalent
232 Removes the given \a scheme from the list of local schemes.
243 Returns a list of all the schemes that were set by the application as local schemes,
  /external/apache-http/src/org/apache/http/impl/auth/
AuthSchemeBase.java 43 * for all authentication schemes supported by HttpClient. This class
62 * Processes the given challenge token. Some authentication schemes
63 * may involve multiple challenge-response exchanges. Such schemes must be able
RFC2617Scheme.java 46 * RFC 2617 compliant authetication schemes and provides capabilities common
47 * to all authentication schemes defined in RFC 2617.
59 * Default constructor for RFC2617 compliant authetication schemes.
  /external/apache-http/src/org/apache/http/client/params/
AuthPolicy.java 43 * authentication schemes).
  /external/bluetooth/glib/gio/
gdesktopappinfo.h 74 * handlers with URI schemes.
  /external/netcat/data/
xor.c 10 Written because there are so many lame schemes for "masking" plaintext
  /external/webkit/WebCore/platform/network/
CredentialStorage.h 44 // These methods work for authentication schemes that support sending credentials without waiting for a request. E.g., for HTTP Basic authentication scheme
  /frameworks/base/core/java/android/content/
IntentFilter.java 72 * you must also specify one or more schemes that it is associated with.
74 * one or more schemes it is associated with.
99 * formal RFC schemes!</em> You should thus always use lower case letters
100 * for your schemes.
567 * Add a new Intent data scheme to match against. If any schemes are
569 * one of these schemes <em>or</em> a matching data type. If no schemes
573 * case-sensitive, unlike formal RFC schemes. As a result,
574 * you should always write your schemes with lower case letters,
575 * and any schemes you receive from outside of Android should b
899 final ArrayList<String> schemes = mDataSchemes; local
    [all...]
  /frameworks/base/core/java/android/net/http/
HttpAuthHeader.java 40 * An authentication scheme. We currently support two different schemes:
180 * support two schemes:
235 * server is supported; currently supported schemes:
  /external/webkit/WebCore/page/
SecurityOrigin.cpp 151 DEFINE_STATIC_LOCAL(HashSet<String>, schemes, ());
152 return schemes;
430 // call for the file: and http: schemes.
450 // call for the file: and http: schemes.
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SmsBroadcastConfigInfo.java 28 * fromCodeScheme - toCodeScheme defines a range of CBM data coding schemes
  /frameworks/base/wifi/java/android/net/wifi/
ScanResult.java 34 * Describes the authentication, key management, and encryption schemes

Completed in 51 milliseconds

1 2 3 4 5