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

1 2 3 4 5

  /external/conscrypt/src/main/java/org/conscrypt/ct/
VerifiedSCT.java 24 VALID,
CTVerificationResult.java 28 if (result.status == VerifiedSCT.Status.VALID) {
CTLogInfo.java 135 return VerifiedSCT.Status.VALID;
  /external/libunwind/src/ppc/
Ginit_remote.c 57 #error init_remote :: NO VALID PPC ARCH!
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3HALHeader.h 45 VALID,
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3HALHeader.h 52 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;
  /device/huawei/angler/camera/QCamera2/HAL3/
QCamera3HALHeader.h 52 VALID,
  /device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3HALHeader.h 52 VALID,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/
BinaryXMLDescriber.java 64 status = VALID;
  /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 179 # configuration to check whether it is completely valid.
181 # All CBQ parameters are valid for Ethernet interfaces only, The script was
199 # Example of valid config name:
709 VALID=1
712 [ "$2" = "invalidate" -o ! -f $CBQ_CACHE ] && VALID=0
713 if [ $VALID -eq 1 ]; then
715 wc -l` -gt 0 ] && VALID=0
719 if [ $VALID -ne 1 ]; then
    [all...]
  /external/google-breakpad/android/
run-checks.sh 100 ANDROID_NDK_ROOT in your environment to point to a valid Android NDK
113 - Check the stack trace content for valid source file locations.
135 --abi=<name> to override this. Valid ABI names are:
149 Valid options:
184 panic "Your NDK directory is not valid (missing ndk-build): $NDK_DIR"
303 VALID=
306 VALID=true
311 if [ -z "$VALID" ]; then
312 panic "Unknown CPU ABI '$ABI'. Valid values are: $VALID_ABIS"
539 \[*.cpp|\[*.cc|\[*.h) # These are valid source locations in our executabl
    [all...]
  /external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
PhoneNumberMatcherTest.java 322 // Numbers should not be considered valid, if they are surrounded by Latin characters, but
360 // Numbers should not be considered valid, if they have trailing Latin characters, but should be
373 // Numbers should be considered valid, since they start with punctuation.
384 // Numbers should be considered valid, since they are surrounded by Chinese.
395 // Numbers should be considered valid, since they are surrounded by punctuation.
453 // US numbers cannot start with 7 in the test metadata to be valid.
464 * Strings with number-like things that should only be found up to and including the "valid"
561 doTestNumberMatchesForLeniency(testCases, Leniency.VALID);
568 doTestNumberNonMatchesForLeniency(testCases, Leniency.VALID);
640 * matching is set to VALID; else no test number should be extracted at that leniency leve
    [all...]
  /external/libxml2/
trio.c 117 #define VALID(x) (NULL != (x))
    [all...]
  /external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
PhoneNumberMatcher.java 328 // Try to come up with a valid match given the entire candidate.
394 // If leniency is set to VALID or stricter, we also want to skip numbers that are surrounded
396 if (leniency.compareTo(Leniency.VALID) >= 0) {
420 // detect most four digit numbers as being valid for Israel. We are considering moving these
    [all...]
  /external/cblas/testing/
c_cblat2.f 811 9993 FORMAT(' ******* FATAL ERROR - ERROR-EXIT TAKEN ON VALID CALL *',
    [all...]
c_dblat2.f 810 9993 FORMAT( ' ******* FATAL ERROR - ERROR-EXIT TAKEN ON VALID CALL *',
    [all...]
c_sblat2.f 810 9993 FORMAT( ' ******* FATAL ERROR - ERROR-EXIT TAKEN ON VALID CALL *',
    [all...]
c_zblat2.f 812 9993 FORMAT(' ******* FATAL ERROR - ERROR-EXIT TAKEN ON VALID CALL *',
    [all...]
  /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...]

Completed in 842 milliseconds

1 2 3 4 5