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

1 2 3

  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ocsp/
CertificateStatus.java 5 public static final CertificateStatus GOOD = null;
  /external/clang/utils/analyzer/
reducer.pl 37 my \$GOOD = 0;
44 if (/$magic/) { exit \$GOOD; }
  /external/icu/icu4c/source/test/intltest/
tzregts.cpp 593 const int32_t GOOD = 1;
602 GOOD, INT32_MIN, 0, INT32_MAX, INT32_MIN,
603 GOOD, UCAL_JANUARY, -5, UCAL_SUNDAY, 0,
604 GOOD, UCAL_DECEMBER, 5, UCAL_SATURDAY, 24*60*60*1000,
609 GOOD, UCAL_DECEMBER, 1, 0, 0,
610 GOOD, UCAL_DECEMBER, 31, 0, 0,
615 GOOD, UCAL_DECEMBER, 31, -UCAL_SUNDAY, 0,
616 GOOD, UCAL_DECEMBER, 31, -UCAL_SATURDAY, 0,
623 UBool shouldBeGood = (DATA[i] == GOOD);
707 const int32_t GOOD = 1, BAD = 0
807 UBool good = DATA[i] == GOOD; local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneRegressionTest.java 391 final int GOOD = 1, BAD = 0;
393 1, GOOD,
396 60*60*1000, GOOD,
402 boolean valid = DATA[i+1] == GOOD;
471 final int GOOD = 1;
480 GOOD, Integer.MIN_VALUE, 0, Integer.MAX_VALUE, Integer.MIN_VALUE,
481 GOOD, Calendar.JANUARY, -5, Calendar.SUNDAY, 0,
482 GOOD, Calendar.DECEMBER, 5, Calendar.SATURDAY, 24*60*60*1000-1,
487 GOOD, Calendar.DECEMBER, 1, 0, 0,
488 GOOD, Calendar.DECEMBER, 31, 0, 0
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneRegressionTest.java 390 final int GOOD = 1, BAD = 0;
392 1, GOOD,
395 60*60*1000, GOOD,
401 boolean valid = DATA[i+1] == GOOD;
470 final int GOOD = 1;
479 GOOD, Integer.MIN_VALUE, 0, Integer.MAX_VALUE, Integer.MIN_VALUE,
480 GOOD, Calendar.JANUARY, -5, Calendar.SUNDAY, 0,
481 GOOD, Calendar.DECEMBER, 5, Calendar.SATURDAY, 24*60*60*1000-1,
486 GOOD, Calendar.DECEMBER, 1, 0, 0,
487 GOOD, Calendar.DECEMBER, 31, 0, 0
    [all...]
  /hardware/interfaces/health/1.0/
types.hal 55 GOOD = 2,
  /external/autotest/frontend/tko/
rpc_interface.py 224 query = ('''SELECT job_name, IF (status = 'GOOD', status, 'FAIL')
231 GROUP BY job_name, IF (status = 'GOOD', status, 'FAIL')'''
240 status = 'passed' if result['test_status'] == 'GOOD' else 'failed'
253 query = '''SELECT IF (status = 'GOOD', status, 'FAIL')
260 GROUP BY IF (status = 'GOOD', status, 'FAIL')'''
269 status = 'passed' if result['test_status'] == 'GOOD' else 'failed'
  /external/r8/src/main/java/com/android/tools/r8/bisect/
BisectOptions.java 16 public static final String BUILD_GOOD_FLAG = "good";
18 public static final String RESULT_GOOD_FLAG = "result-good";
31 public enum Result { UNKNOWN, GOOD, BAD }
45 resultGood = parser.accepts(RESULT_GOOD_FLAG, "Bisect again assuming previous run was good.");
47 goodBuild = parser.accepts(BUILD_GOOD_FLAG, "Known good APK.")
112 result = Result.GOOD;
115 if (result == Result.GOOD) {
BisectState.java 113 final boolean good; field in class:BisectState.Run
118 good = result == Result.GOOD;
124 good = nonLastEntry.substring(0, sep1).trim().equals("good");
130 writer.write(good ? "good" : "bad");
136 return good;
140 return !good;
205 if (result != Result.GOOD) {
286 Range good = new Range(0, 0); local
    [all...]
Bisect.java 161 return Result.GOOD;
166 System.out.println("Exit code: " + result + " (expected 0 for good, 1 for bad)");
  /hardware/qcom/gps/msm8998/android/location_api/
LocationUtil.cpp 137 out = GnssDebug::SatelliteEphemerisHealth::GOOD;
  /hardware/qcom/gps/sdm845/android/location_api/
LocationUtil.cpp 137 out = GnssDebug::SatelliteEphemerisHealth::GOOD;
  /external/r8/src/test/java/com/android/tools/r8/bisect/
BisectTest.java 44 // Build "good" application with no method in "F".
90 return Result.GOOD;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/scsi/
scsi.h 108 #define GOOD 0x00
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/scsi/
scsi.h 108 #define GOOD 0x00
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 525 // we are at good quality (low Q) and most of the blocks were
647 #define GOOD(x) (x + 1)
661 0, GOOD(2), 1500, GOOD(3), 2000, RT(0), 1000, RT(2), 2000, INT_MAX
664 static const int thresh_mult_map_vhpred[] = { 1000, GOOD(2), 1500, GOOD(3),
668 static const int thresh_mult_map_bpred[] = { 2000, GOOD(0), 2500, GOOD(2),
669 5000, GOOD(3), 7500, RT(0),
673 static const int thresh_mult_map_tm[] = { 1000, GOOD(2), 1500, GOOD(3)
    [all...]
  /external/iputils/
clockdiff.c 94 #define GOOD 0
297 return GOOD;
504 return GOOD;
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
ImageGoodnessFilter.java 16 // Takes sharpness score, rates the image good if above 10, bad otherwise
38 private final static String GOOD = "Good Picture!";
159 outStr = GOOD;
  /bionic/libc/kernel/android/scsi/scsi/
scsi_proto.h 126 #define GOOD 0x00
  /external/kernel-headers/modified/scsi/
scsi_proto.h 213 #define GOOD 0x00
  /external/kernel-headers/original/scsi/
scsi_proto.h 211 #define GOOD 0x00
  /libcore/luni/src/test/java/libcore/java/security/cert/
CertPathValidatorTest.java 114 assertFalse("should not fail with good OCSP status", goodStatus);
123 runOCSPStapledTest(CertificateStatus.GOOD, true);
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
OCSP.java 342 public enum CertStatus { GOOD, REVOKED, UNKNOWN };
  /test/vts-testcase/performance/hwbinder_latency_test/
HwBinderLatencyTest.py 38 "ALL":{"SYNC":"GOOD","S":1992,"I":1992,"R":1,
  /external/libvpx/libvpx/vp9/encoder/
vp9_speed_features.c 629 } else if (oxcf->mode == GOOD) {
768 else if (oxcf->mode == GOOD)

Completed in 594 milliseconds

1 2 3