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

1 2 3

  /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 73 ICUBinary.Authenticate authenticate local
74 = new ICUBinary.Authenticate() {
82 ICUBinary.readHeader(bytes, formatid, authenticate);
84 errln("Failed: Lenient authenticate object should pass ICUBinary.readHeader");
91 errln("Failed: Null authenticate object should pass ICUBinary.readHeader");
97 ICUBinary.readHeader(bytes, formatid, authenticate);
99 errln("Failed: Lenient authenticate object should pass ICUBinary.readHeader");
105 ICUBinary.readHeader(bytes, formatid, authenticate);
106 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 72 ICUBinary.Authenticate authenticate local
73 = new ICUBinary.Authenticate() {
81 ICUBinary.readHeader(bytes, formatid, authenticate);
83 errln("Failed: Lenient authenticate object should pass ICUBinary.readHeader");
90 errln("Failed: Null authenticate object should pass ICUBinary.readHeader");
96 ICUBinary.readHeader(bytes, formatid, authenticate);
98 errln("Failed: Lenient authenticate object should pass ICUBinary.readHeader");
104 ICUBinary.readHeader(bytes, formatid, authenticate);
105 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/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 45 private static final class IsAcceptable implements Authenticate {
405 public static interface Authenticate
558 Authenticate authenticate)
560 return getVersionInfoFromCompactInt(readHeader(bytes, dataFormat, authenticate));
575 public static int readHeader(ByteBuffer bytes, int dataFormat, Authenticate authenticate)
598 // TODO: Change Authenticate to take int major, int minor, int milli, int micro
607 (authenticate != null && !authenticate.isDataVersionAcceptable(formatVersion)))
    [all...]
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 41 private static final class IsAcceptable implements Authenticate {
401 public static interface Authenticate
554 Authenticate authenticate)
556 return getVersionInfoFromCompactInt(readHeader(bytes, dataFormat, authenticate));
571 public static int readHeader(ByteBuffer bytes, int dataFormat, Authenticate authenticate)
594 // TODO: Change Authenticate to take int major, int minor, int milli, int micro
603 (authenticate != null && !authenticate.isDataVersionAcceptable(formatVersion)))
    [all...]
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)
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RBBIDataWrapper.java 19 import android.icu.impl.ICUBinary.Authenticate;
46 private static final class IsAcceptable implements Authenticate {
SpoofChecker.java 36 import android.icu.impl.ICUBinary.Authenticate;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RBBIDataWrapper.java 18 import com.ibm.icu.impl.ICUBinary.Authenticate;
45 private static final class IsAcceptable implements Authenticate {
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
WiFi.h 126 /// 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 656 milliseconds

1 2 3