HomeSort by relevance Sort by last modified time
    Searched defs:VALID (Results 1 - 9 of 9) 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) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
SdkToolsLocator.java 90 return SdkInstallStatus.VALID;
97 private SdkInstallStatus(boolean valid, String errorMessage) {
98 mValid = valid;
110 public static final SdkInstallStatus VALID = new SdkInstallStatus(true, "");
  /external/xmlwriter/src/org/jheer/
XMLWriter.java 43 * text remains valid XML.
432 // unicode ranges and valid/invalid characters
438 private static final String[] VALID =
464 boolean valid = true;
469 valid = false;
470 m_out.write(VALID[j]);
474 // if character is valid, don't escape
475 if (valid) {
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberUtil.java 262 // least three leading digits, and only valid punctuation, alpha characters and
264 // The symbol 'x' is allowed here as valid punctuation since it is often used as a placeholder for
330 // Regexp of all known extension prefixes used by different regions followed by 1 or more valid
335 // We append optionally the extension pattern to the end here, as a valid phone number may
459 * possible}, but not necessarily {@linkplain PhoneNumberUtil#isValidNumber(PhoneNumber) valid}.
469 * possible} and {@linkplain PhoneNumberUtil#isValidNumber(PhoneNumber) valid}. Numbers written
473 VALID {
484 * Phone numbers accepted are {@linkplain PhoneNumberUtil#isValidNumber(PhoneNumber) valid} and
515 * Phone numbers accepted are {@linkplain PhoneNumberUtil#isValidNumber(PhoneNumber) valid} and
    [all...]
  /external/libxml2/
trio.c 117 #define VALID(x) (NULL != (x))
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar 
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
  /prebuilts/sdk/tools/lib/
lint_checks.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 332 milliseconds