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

  /external/chromium_org/chromeos/network/onc/
onc_validator.h 53 // If no error occurred, |result| is set to VALID and an exact DeepCopy is
58 VALID,
91 // otherwise to VALID.
109 // these. All valid fields are added to the result dictionary. Returns the
  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_items_unittest.cc 40 " \"status\":\"VALID\","
90 " \"status\":\"VALID\","
115 " \"status\":\"VALID\","
130 " \"status\":\"VALID\","
154 " \"status\":\"VALID\","
180 " \"status\":\"VALID\""
254 " \"status\":\"VALID\","
320 " \"status\":\"VALID\","
435 WalletItems::MaskedInstrument::VALID,
538 WalletItems::MaskedInstrument::VALID,
    [all...]
wallet_items.h 71 VALID,
76 // Returns an empty scoped_ptr if input is invalid or a valid masked
170 // Returns null if input is invalid or a valid legal document.
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
phonenumbermatcher.h 55 // Phone numbers accepted are possible, but not necessarily valid.
57 // Phone numbers accepted are possible and valid.
58 VALID,
59 // Phone numbers accepted are valid and are grouped in a possible way for
69 // Phone numbers accepted are valid and are grouped in the same way that we
84 // number of retries and VALID Leniency.
  /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, "");
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3HALHeader.h 42 VALID,
  /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) {
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3HALHeader.h 45 VALID,
  /external/chromium_org/webkit/browser/fileapi/
copy_or_move_file_validator_unittest.cc 185 VALID,
209 : result_(validity == VALID || validity == POST_WRITE_INVALID
212 write_result_(validity == VALID || validity == PRE_WRITE_INVALID
275 new TestCopyOrMoveFileValidatorFactory(VALID));
306 new TestCopyOrMoveFileValidatorFactory(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/chromium_org/third_party/libxml/src/
trio.c 117 #define VALID(x) (NULL != (x))
    [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 2690 milliseconds