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

1 2

  /libcore/luni/src/main/java/java/nio/channels/
SelectionKey.java 147 public final boolean isAcceptable() {
  /external/icu4c/samples/udata/
reader.c 53 isAcceptable(void *context,
96 result=udata_openChoice(curPathBuffer, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &status);
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
NameConstraints.java 165 public boolean isAcceptable(X509Certificate cert) {
189 return isAcceptable(names);
196 public boolean isAcceptable(List<GeneralName> names) {
212 if (excluded_names[type].get(i).isAcceptable(name)) {
223 if (permitted_names[type].get(i).isAcceptable(name)) {
GeneralName.java 340 public boolean isAcceptable(GeneralName gname) {
  /external/chromium_org/third_party/icu/source/common/unicode/
udata.h 213 * The caller's <code>isAcceptable()</code> function is called to make
234 * @param isAcceptable This function is called to verify that loaded data
238 * @param context Arbitrary parameter to be passed into isAcceptable.
247 UDataMemoryIsAcceptable *isAcceptable, void *context,
  /external/icu4c/common/unicode/
udata.h 213 * The caller's <code>isAcceptable()</code> function is called to make
234 * @param isAcceptable This function is called to verify that loaded data
238 * @param context Arbitrary parameter to be passed into isAcceptable.
247 UDataMemoryIsAcceptable *isAcceptable, void *context,
  /external/chromium_org/third_party/icu/source/common/
udata.cpp 892 UDataMemoryIsAcceptable *isAcceptable, /* App's call-back function */
    [all...]
udataswp.h 329 * isAcceptable, if not NULL, may accept data with endianness and charset family
336 * @param isAcceptable Same as for udata_openChoice(). May be NULL.
342 UDataMemoryIsAcceptable *isAcceptable, void *isAcceptableContext,
uresdata.c 132 isAcceptable(void *context,
235 if(!isAcceptable(formatVersion, NULL, NULL, pInfo)) {
250 pResData->data=udata_openChoice(path, "res", name, isAcceptable, formatVersion, errorCode);
    [all...]
ucnv_io.c 201 isAcceptable(void *context,
245 data = udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, pErrorCode);
    [all...]
normalizer2impl.h 369 isAcceptable(void *context, const char *type, const char *name, const UDataInfo *pInfo);
normalizer2impl.cpp 262 Normalizer2Impl::isAcceptable(void *context,
288 memory=udata_openChoice(packageName, "nrm", name, isAcceptable, this, &errorCode);
    [all...]
unames.c 174 isAcceptable(void *context,
207 data=udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, pErrorCode);
    [all...]
  /external/icu4c/common/
udata.cpp     [all...]
udataswp.h 329 * isAcceptable, if not NULL, may accept data with endianness and charset family
336 * @param isAcceptable Same as for udata_openChoice(). May be NULL.
342 UDataMemoryIsAcceptable *isAcceptable, void *isAcceptableContext,
uresdata.c 139 isAcceptable(void *context,
242 if(!isAcceptable(formatVersion, NULL, NULL, pInfo)) {
257 pResData->data=udata_openChoice(path, "res", name, isAcceptable, formatVersion, errorCode);
    [all...]
ucnv_io.cpp 201 isAcceptable(void * /*context*/,
245 data = udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, pErrorCode);
    [all...]
normalizer2impl.h 464 isAcceptable(void *context, const char *type, const char *name, const UDataInfo *pInfo);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
SelectionKeyTest.java 203 * @tests java.nio.channels.SelectionKey#isAcceptable()
207 assertTrue(mockSelectionKey1.isAcceptable());
209 assertFalse(mockSelectionKey2.isAcceptable());
248 selectionKey.isAcceptable();
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/tcp/
SelectorKernel.java 428 if( key.isAcceptable() )
  /external/chromium_org/third_party/icu/source/test/intltest/
tsmthred.cpp 532 UBool U_CALLCONV isAcceptable(void *, const char *, const char *, const UDataInfo *) {
569 UDataMemory *data1 = udata_openChoice(0, "res", "en_US", isAcceptable, 0, &status);
570 UDataMemory *data2 = udata_openChoice(0, "res", "fr", isAcceptable, 0, &status);
    [all...]
  /external/icu4c/test/intltest/
tsmthred.cpp 683 UBool U_CALLCONV isAcceptable(void *, const char *, const char *, const UDataInfo *) {
720 UDataMemory *data1 = udata_openChoice(0, "res", "en_US", isAcceptable, 0, &status);
721 UDataMemory *data2 = udata_openChoice(0, "res", "fr", isAcceptable, 0, &status);
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
udatatst.c 677 isAcceptable(void *context,
690 log_verbose("The data from\"%s.%s\" IS acceptable using the verifing function isAcceptable()\n", name, type);
694 log_verbose("The data from \"%s.%s\" IS NOT acceptable using the verifing function isAcceptable()\n", name, type);
700 /* This test checks to see if the isAcceptable function is being called correctly. */
716 result=udata_openChoice(path, type, name, isAcceptable, &p, &status);
718 log_data_err("failed to load data at p=%s t=%s n=%s, isAcceptable", path, type, name);
726 result=udata_openChoice(path, type, name, isAcceptable, &p, &status);
    [all...]
  /external/icu4c/test/cintltst/
udatatst.c 680 isAcceptable(void *context,
693 log_verbose("The data from\"%s.%s\" IS acceptable using the verifing function isAcceptable()\n", name, type);
697 log_verbose("The data from \"%s.%s\" IS NOT acceptable using the verifing function isAcceptable()\n", name, type);
703 /* This test checks to see if the isAcceptable function is being called correctly. */
719 result=udata_openChoice(path, type, name, isAcceptable, &p, &status);
721 log_data_err("failed to load data at p=%s t=%s n=%s, isAcceptable", path, type, name);
729 result=udata_openChoice(path, type, name, isAcceptable, &p, &status);
    [all...]
  /libcore/luni/src/main/java/java/security/cert/
X509CertSelector.java     [all...]

Completed in 961 milliseconds

1 2