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

1 2

  /libcore/luni/src/main/java/java/nio/channels/
SelectionKey.java 148 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 192 public boolean isAcceptable(X509Certificate cert) {
216 return isAcceptable(names);
225 public boolean isAcceptable(List names) {
244 .isAcceptable(name)) {
256 .isAcceptable(name)) {
  /external/chromium/third_party/icu/public/common/unicode/
udata.h 212 * The caller's <code>isAcceptable()</code> function is called to make
233 * @param isAcceptable This function is called to verify that loaded data
237 * @param context Arbitrary parameter to be passed into isAcceptable.
246 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/third_party/icu/source/common/
udata.c     [all...]
ubidi_props.c 51 isAcceptable(void *context,
134 bdpProto.mem=udata_openChoice(NULL, UBIDI_DATA_TYPE, UBIDI_DATA_NAME, isAcceptable, &bdpProto, pErrorCode);
174 isAcceptable(&bdpProto, UBIDI_DATA_TYPE, UBIDI_DATA_NAME, &hdr->info))
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,
ucase.c 52 isAcceptable(void *context,
139 cspProto.mem=udata_openChoice(NULL, UCASE_DATA_TYPE, UCASE_DATA_NAME, isAcceptable, &cspProto, pErrorCode);
179 isAcceptable(&cspProto, UCASE_DATA_TYPE, UCASE_DATA_NAME, &hdr->info))
    [all...]
uchar.c 73 isAcceptable(void *context,
125 ucp->propsData=udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, pErrorCode);
ucnv_io.c 201 isAcceptable(void *context,
245 data = udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, pErrorCode);
    [all...]
uresdata.c 200 isAcceptable(void *context,
225 pResData->data=udata_openChoice(path, "res", name, isAcceptable, formatVersion, errorCode);
    [all...]
  /external/icu4c/common/
udata.c     [all...]
ubidi_props.c 51 isAcceptable(void *context,
134 bdpProto.mem=udata_openChoice(NULL, UBIDI_DATA_TYPE, UBIDI_DATA_NAME, isAcceptable, &bdpProto, pErrorCode);
174 isAcceptable(&bdpProto, UBIDI_DATA_TYPE, UBIDI_DATA_NAME, &hdr->info))
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,
unorm.cpp 112 isAcceptable(void * /* context */,
183 data=udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &errorCode);
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...]
ucase.c 52 isAcceptable(void *context,
139 cspProto.mem=udata_openChoice(NULL, UCASE_DATA_TYPE, UCASE_DATA_NAME, isAcceptable, &cspProto, pErrorCode);
179 isAcceptable(&cspProto, UCASE_DATA_TYPE, UCASE_DATA_NAME, &hdr->info))
    [all...]
uchar.c 72 isAcceptable(void *context,
124 ucp->propsData=udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, pErrorCode);
  /libcore/luni/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
SelectionKeyTest.java 281 * @tests java.nio.channels.SelectionKey#isAcceptable()
286 method = "isAcceptable",
291 assertTrue(mockSelectionKey1.isAcceptable());
293 assertFalse(mockSelectionKey2.isAcceptable());
371 selectionKey.isAcceptable();
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
MonitorThread.java 453 if (key.isAcceptable()) {
739 assert key.isAcceptable();
  /external/chromium/third_party/icu/source/test/intltest/
tsmthred.cpp 885 UBool U_CALLCONV isAcceptable(void *, const char *, const char *, const UDataInfo *) {
923 UDataMemory *data1 = udata_openChoice(0, "res", "en_US", isAcceptable, 0, &status);
924 UDataMemory *data2 = udata_openChoice(0, "res", "fr", isAcceptable, 0, &status);
    [all...]
  /external/icu4c/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/chromium/third_party/icu/source/test/cintltst/
udatatst.c 667 isAcceptable(void *context,
680 log_verbose("The data from\"%s.%s\" IS acceptable using the verifing function isAcceptable()\n", name, type);
684 log_verbose("The data from \"%s.%s\" IS NOT acceptable using the verifing function isAcceptable()\n", name, type);
690 /* This test checks to see if the isAcceptable function is being called correctly. */
706 result=udata_openChoice(path, type, name, isAcceptable, &p, &status);
708 log_data_err("failed to load data at p=%s t=%s n=%s, isAcceptable", path, type, name);
716 result=udata_openChoice(path, type, name, isAcceptable, &p, &status);
    [all...]
  /external/icu4c/test/cintltst/
udatatst.c 674 isAcceptable(void *context,
687 log_verbose("The data from\"%s.%s\" IS acceptable using the verifing function isAcceptable()\n", name, type);
691 log_verbose("The data from \"%s.%s\" IS NOT acceptable using the verifing function isAcceptable()\n", name, type);
697 /* This test checks to see if the isAcceptable function is being called correctly. */
713 result=udata_openChoice(path, type, name, isAcceptable, &p, &status);
715 log_data_err("failed to load data at p=%s t=%s n=%s, isAcceptable", path, type, name);
723 result=udata_openChoice(path, type, name, isAcceptable, &p, &status);
    [all...]

Completed in 624 milliseconds

1 2