HomeSort by relevance Sort by last modified time
    Searched refs:Authenticate (Results 1 - 25 of 37) sorted by null

1 2

  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
UConverterAliasDataReader.java 127 final class UConverterAliasDataReader implements ICUBinary.Authenticate {
UConverterDataReader.java 409 private static final class IsAcceptable implements ICUBinary.Authenticate {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ICUBinaryTest.java 78 ICUBinary.Authenticate authenticate local
79 = new ICUBinary.Authenticate() {
88 ICUBinary.readHeader(bytes, formatid, authenticate);
90 errln("Failed: Lenient authenticate object should pass ICUBinary.readHeader");
97 errln("Failed: Null authenticate object should pass ICUBinary.readHeader");
103 ICUBinary.readHeader(bytes, formatid, authenticate);
105 errln("Failed: Lenient authenticate object should pass ICUBinary.readHeader");
111 ICUBinary.readHeader(bytes, formatid, authenticate);
112 errln("Failed: Invalid version number should not pass authenticate object")
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ICUBinaryTest.java 75 ICUBinary.Authenticate authenticate local
76 = new ICUBinary.Authenticate() {
85 ICUBinary.readHeader(bytes, formatid, authenticate);
87 errln("Failed: Lenient authenticate object should pass ICUBinary.readHeader");
94 errln("Failed: Null authenticate object should pass ICUBinary.readHeader");
100 ICUBinary.readHeader(bytes, formatid, authenticate);
102 errln("Failed: Lenient authenticate object should pass ICUBinary.readHeader");
108 ICUBinary.readHeader(bytes, formatid, authenticate);
109 errln("Failed: Invalid version number should not pass authenticate object")
    [all...]
  /external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/
Authenticate.java 26 public final class Authenticate {
31 @Override public Request authenticate(Proxy proxy, Response response) {
41 return null; // Null indicates no attempt to authenticate.
56 new Authenticate().run();
  /external/ppp/pppd/plugins/radius/etc/
dictionary.merit 16 VALUE Service-Type Authenticate-Only 8
  /external/syzkaller/vendor/golang.org/x/net/http/httpguts/
guts.go 41 "Proxy-Authenticate": true,
49 "Www-Authenticate": true,
  /external/toolchain-utils/cwp/bartlett/
server.py 92 if Authenticate(self):
103 if Authenticate(self):
120 if Authenticate(self):
127 def Authenticate(webpage):
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
StringPrepDataReader.java 29 public final class StringPrepDataReader implements ICUBinary.Authenticate {
UCharacterNameReader.java 29 final class UCharacterNameReader implements ICUBinary.Authenticate
111 protected boolean authenticate(byte dataformatid[], method in class:UCharacterNameReader
ICUBinary.java 46 private static final class IsAcceptable implements Authenticate {
407 public static interface Authenticate
560 Authenticate authenticate)
562 return getVersionInfoFromCompactInt(readHeader(bytes, dataFormat, authenticate));
577 public static int readHeader(ByteBuffer bytes, int dataFormat, Authenticate authenticate)
600 // TODO: Change Authenticate to take int major, int minor, int milli, int micro
609 (authenticate != null && !authenticate.isDataVersionAcceptable(formatVersion)))
    [all...]
RBBIDataWrapper.java 18 import android.icu.impl.ICUBinary.Authenticate;
147 private static final class IsAcceptable implements Authenticate {
UBiDiProps.java 90 // implement ICUBinary.Authenticate
91 private final static class IsAcceptable implements ICUBinary.Authenticate {
UPropertyAliases.java 71 private static final class IsAcceptable implements ICUBinary.Authenticate {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
StringPrepDataReader.java 27 public final class StringPrepDataReader implements ICUBinary.Authenticate {
UCharacterNameReader.java 29 final class UCharacterNameReader implements ICUBinary.Authenticate
111 protected boolean authenticate(byte dataformatid[], method in class:UCharacterNameReader
ICUBinary.java 42 private static final class IsAcceptable implements Authenticate {
402 public static interface Authenticate
555 Authenticate authenticate)
557 return getVersionInfoFromCompactInt(readHeader(bytes, dataFormat, authenticate));
572 public static int readHeader(ByteBuffer bytes, int dataFormat, Authenticate authenticate)
595 // TODO: Change Authenticate to take int major, int minor, int milli, int micro
604 (authenticate != null && !authenticate.isDataVersionAcceptable(formatVersion)))
    [all...]
RBBIDataWrapper.java 17 import com.ibm.icu.impl.ICUBinary.Authenticate;
144 private static final class IsAcceptable implements Authenticate {
UBiDiProps.java 86 // implement ICUBinary.Authenticate
87 private final static class IsAcceptable implements ICUBinary.Authenticate {
UPropertyAliases.java 70 private static final class IsAcceptable implements ICUBinary.Authenticate {
  /external/toolchain-utils/cwp/interpreter/
app_engine_pull.py 11 Authenticate(): Gets login info and returns an auth token
30 def Authenticate(server_name):
45 # Use a cookie to authenticate with GAE.
242 authtoken = Authenticate(SERVER_NAME)
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
WiFi.h 118 /// association to authenticate the stations.
    [all...]
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
web_services.py 58 Process a request to authenticate a client. We assume that the username
66 def authenticate(self): member in class:BaseWebServiceHandler
109 class Authenticate(BaseWebServiceHandler):
119 self.authenticate()
392 [('/auth', Authenticate),
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationDataReader.java 494 private static final class IsAcceptable implements ICUBinary.Authenticate {
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationDataReader.java 493 private static final class IsAcceptable implements ICUBinary.Authenticate {

Completed in 1093 milliseconds

1 2