HomeSort by relevance Sort by last modified time
    Searched refs:VALID (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/wx/
FontPlatformData.h 81 enum FontState { UNINITIALIZED, DELETED, VALID };
126 case VALID:
137 if (m_font && m_fontState == VALID && other.m_fontState == VALID && other.m_font) {
FontPlatformDataWx.cpp 114 m_fontState = VALID;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/
BinaryXMLDescriber.java 69 status = VALID;
75 status == VALID ? "VALID" : "INVALID");
  /external/bluetooth/glib/tests/
unicode-encoding.c 38 VALID,
94 case VALID:
97 fail ("line %d: valid but g_utf8_validate returned FALSE\n", line);
137 if (status == VALID || status == NOTUNICODE)
187 if (status == VALID)
322 Status status = VALID; /* Quiet GCC */
363 if (!strcmp (tmp, "VALID"))
364 status = VALID;
376 if (status != VALID && status != NOTUNICODE)
  /external/dbus/bus/
config-parser-trivial.c 339 VALID,
364 _dbus_verbose ("Failed to load valid file due to OOM\n");
437 _dbus_verbose ("Failed to load valid file due to OOM\n");
441 else if (validity == VALID)
443 _dbus_warn ("Failed to load valid file but still had memory: %s\n",
526 if (validity == VALID)
527 printf ("Testing valid files:\n");
559 validity == VALID ? "valid" :
651 if (validity == VALID)
    [all...]
config-parser.c     [all...]
  /external/iproute2/examples/
cbq.init-v0.7.3 180 # configuration to check whether it is completely valid.
182 # All CBQ parameters are valid for Ethernet interfaces only, The script was
200 # Example of valid config name:
710 VALID=1
713 [ "$2" = "invalidate" -o ! -f $CBQ_CACHE ] && VALID=0
714 if [ $VALID -eq 1 ]; then
716 wc -l` -gt 0 ] && VALID=0
720 if [ $VALID -ne 1 ]; then
    [all...]
  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
PhoneNumberMatcherTest.java 254 // Numbers should not be considered valid, if they are surrounded by Latin characters, but
285 // Numbers should not be considered valid, if they have trailing Latin characters, but should be
298 // Numbers should be considered valid, since they start with punctuation.
309 // Numbers should be considered valid, since they are surrounded by Chinese.
320 // Numbers should be considered valid, since they are surrounded by punctuation.
371 // US numbers cannot start with 7 in the test metadata to be valid.
381 * Strings with number-like things that should only be found up to and including the "valid"
505 * matching is set to VALID; else no test number should be extracted at that leniency level
512 doTestInContext(number, region, contexts, Leniency.VALID);
544 // The digits up to the ", " form a valid US number, but it shouldn't be matched as one sinc
    [all...]
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberMatcher.java 313 // Try to come up with a valid match given the entire candidate.
402 // If leniency is set to VALID or stricter, we also want to skip numbers that are surrounded
404 if (leniency.compareTo(Leniency.VALID) >= 0) {
PhoneNumberUtil.java 237 // least three leading digits, and only valid punctuation, alpha characters and
239 // The symbol 'x' is allowed here as valid punctuation since it is often used as a placeholder for
297 // Regexp of all known extension prefixes used by different regions followed by 1 or more valid
302 // We append optionally the extension pattern to the end here, as a valid phone number may
407 * necessarily {@linkplain PhoneNumberUtil#isValidNumber(Phonenumber.PhoneNumber) valid}.
418 * {@linkplain PhoneNumberUtil#isValidNumber(Phonenumber.PhoneNumber) valid}.
420 VALID {
430 * Phone numbers accepted are {@linkplain PhoneNumberUtil#isValidNumber(PhoneNumber) valid} and
484 * Phone numbers accepted are {@linkplain PhoneNumberUtil#isValidNumber(PhoneNumber) valid} and
    [all...]
  /external/libxml2/
trio.c 117 #define VALID(x) (NULL != (x))
    [all...]

Completed in 282 milliseconds