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

1 2

  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3HALHeader.h 42 VALID,
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3HALHeader.h 45 VALID,
  /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, "");
MonitorApplication.java 126 // So see if the folder one level up from the install location is a valid SDK.
168 return locator.isValidInstallation() == SdkInstallStatus.VALID;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/
BinaryXMLDescriber.java 64 status = 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/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.
phonenumbermatcher.cc 374 leniency_(VALID),
408 // If leniency is set to VALID or stricter, we also want to skip numbers that
411 if (leniency_ >= VALID) {
472 case PhoneNumberMatcher::VALID:
590 // Try to come up with a valid match given the entire candidate.
    [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/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_test_util.cc 54 WalletItems::MaskedInstrument::VALID);
64 WalletItems::MaskedInstrument::VALID);
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.
wallet_items.cc 68 if (status_string == "VALID")
69 return WalletItems::MaskedInstrument::VALID;
  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
PhoneNumberMatcherTest.java 248 // Numbers should not be considered valid, if they are surrounded by Latin characters, but
286 // Numbers should not be considered valid, if they have trailing Latin characters, but should be
299 // Numbers should be considered valid, since they start with punctuation.
310 // Numbers should be considered valid, since they are surrounded by Chinese.
321 // Numbers should be considered valid, since they are surrounded by punctuation.
375 // US numbers cannot start with 7 in the test metadata to be valid.
386 * Strings with number-like things that should only be found up to and including the "valid"
479 doTestNumberMatchesForLeniency(testCases, Leniency.VALID);
486 doTestNumberNonMatchesForLeniency(testCases, Leniency.VALID);
560 * matching is set to VALID; else no test number should be extracted at that leniency leve
    [all...]
  /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
onc_validator_unittest.cc 50 EXPECT_EQ(Validator::VALID, validation_result_);
101 // Ensure that the constant |kEmptyUnencryptedConfiguration| describes a valid
109 // This test case is about validating valid ONC objects without any errors. Both
onc_utils.cc 92 // Make sure iterations != 0, since that's not valid.
361 << " is not a valid JSON dictionary.";
397 validation_result == Validator::VALID);
  /external/chromium_org/chromeos/tools/onc_validator/
onc_validator.cc 59 "Valid TYPEs are:\n");
65 "Valid OPTIONs are:\n");
72 " %i File is valid without warnings.\n"
73 " %i File is valid with warnings,\n"
76 " %i File couldn't be read or is not a valid JSON dictionary.\n"
154 case chromeos::onc::Validator::VALID:
  /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/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberMatcher.java 308 // Try to come up with a valid match given the entire candidate.
397 // If leniency is set to VALID or stricter, we also want to skip numbers that are surrounded
399 if (leniency.compareTo(Leniency.VALID) >= 0) {
  /external/eigen/blas/testing/
cblat2.f 737 9993 FORMAT( ' ******* FATAL ERROR - ERROR-EXIT TAKEN ON VALID CALL *',
    [all...]
dblat2.f 726 9993 FORMAT( ' ******* FATAL ERROR - ERROR-EXIT TAKEN ON VALID CALL *',
    [all...]
sblat2.f 726 9993 FORMAT( ' ******* FATAL ERROR - ERROR-EXIT TAKEN ON VALID CALL *',
    [all...]
zblat2.f 739 9993 FORMAT( ' ******* FATAL ERROR - ERROR-EXIT TAKEN ON VALID CALL *',
    [all...]

Completed in 556 milliseconds

1 2