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

1 2

  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
UConverterAliasDataReader.java 125 final class UConverterAliasDataReader implements ICUBinary.Authenticate {
UConverterDataReader.java 407 private static final class IsAcceptable implements ICUBinary.Authenticate {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ICUBinaryTest.java 81 ICUBinary.Authenticate authenticate local
82 = new ICUBinary.Authenticate() {
90 ICUBinary.readHeader(bytes, formatid, authenticate);
92 errln("Failed: Lenient authenticate object should pass ICUBinary.readHeader");
99 errln("Failed: Null authenticate object should pass ICUBinary.readHeader");
105 ICUBinary.readHeader(bytes, formatid, authenticate);
107 errln("Failed: Lenient authenticate object should pass ICUBinary.readHeader");
113 ICUBinary.readHeader(bytes, formatid, authenticate);
114 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 77 ICUBinary.Authenticate authenticate local
78 = new ICUBinary.Authenticate() {
86 ICUBinary.readHeader(bytes, formatid, authenticate);
88 errln("Failed: Lenient authenticate object should pass ICUBinary.readHeader");
95 errln("Failed: Null authenticate object should pass ICUBinary.readHeader");
101 ICUBinary.readHeader(bytes, formatid, authenticate);
103 errln("Failed: Lenient authenticate object should pass ICUBinary.readHeader");
109 ICUBinary.readHeader(bytes, formatid, authenticate);
110 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/icu/android_icu4j/src/main/java/android/icu/impl/
StringPrepDataReader.java 27 public final class StringPrepDataReader implements ICUBinary.Authenticate {
UCharacterNameReader.java 27 final class UCharacterNameReader implements ICUBinary.Authenticate
108 protected boolean authenticate(byte dataformatid[], method in class:UCharacterNameReader
ICUBinary.java 43 private static final class IsAcceptable implements Authenticate {
403 public static interface Authenticate
556 Authenticate authenticate)
558 return getVersionInfoFromCompactInt(readHeader(bytes, dataFormat, authenticate));
573 public static int readHeader(ByteBuffer bytes, int dataFormat, Authenticate authenticate)
596 // TODO: Change Authenticate to take int major, int minor, int milli, int micro
605 (authenticate != null && !authenticate.isDataVersionAcceptable(formatVersion)))
    [all...]
UBiDiProps.java 88 // implement ICUBinary.Authenticate
89 private final static class IsAcceptable implements ICUBinary.Authenticate {
UPropertyAliases.java 69 private static final class IsAcceptable implements ICUBinary.Authenticate {
UCaseProps.java 86 // implement ICUBinary.Authenticate
87 private final static class IsAcceptable implements ICUBinary.Authenticate {
    [all...]
UCharacterProperty.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
StringPrepDataReader.java 25 public final class StringPrepDataReader implements ICUBinary.Authenticate {
UCharacterNameReader.java 27 final class UCharacterNameReader implements ICUBinary.Authenticate
108 protected boolean authenticate(byte dataformatid[], method in class:UCharacterNameReader
ICUBinary.java 39 private static final class IsAcceptable implements Authenticate {
399 public static interface Authenticate
552 Authenticate authenticate)
554 return getVersionInfoFromCompactInt(readHeader(bytes, dataFormat, authenticate));
569 public static int readHeader(ByteBuffer bytes, int dataFormat, Authenticate authenticate)
592 // TODO: Change Authenticate to take int major, int minor, int milli, int micro
601 (authenticate != null && !authenticate.isDataVersionAcceptable(formatVersion)))
    [all...]
UBiDiProps.java 84 // implement ICUBinary.Authenticate
85 private final static class IsAcceptable implements ICUBinary.Authenticate {
UPropertyAliases.java 68 private static final class IsAcceptable implements ICUBinary.Authenticate {
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RBBIDataWrapper.java 17 import android.icu.impl.ICUBinary.Authenticate;
44 private static final class IsAcceptable implements Authenticate {
SpoofChecker.java 33 import android.icu.impl.ICUBinary.Authenticate;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RBBIDataWrapper.java 16 import com.ibm.icu.impl.ICUBinary.Authenticate;
43 private static final class IsAcceptable implements Authenticate {
SpoofChecker.java 32 import com.ibm.icu.impl.ICUBinary.Authenticate;
    [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 492 private static final class IsAcceptable implements ICUBinary.Authenticate {
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationDataReader.java 491 private static final class IsAcceptable implements ICUBinary.Authenticate {

Completed in 375 milliseconds

1 2