Home
last modified time | relevance | path

Searched refs:GOOD (Results 1 - 14 of 14) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/
H A DTimeZoneRegressionTest.java396 final int GOOD = 1, BAD = 0; in Test4154525()
398 1, GOOD, in Test4154525()
400 -1, GOOD, // #13566 updates SimpleTimeZone to support negative DST saving amount in Test4154525()
401 60*60*1000, GOOD, in Test4154525()
402 Integer.MAX_VALUE, GOOD, // no upper limit on DST savings at this time in Test4154525()
403 Integer.MIN_VALUE, GOOD, // no lower limit as well in Test4154525()
407 boolean valid = DATA[i+1] == GOOD; in Test4154525()
476 final int GOOD = 1; in Test4154542()
485 GOOD, Integer.MIN_VALUE, 0, Integer.MAX_VALUE, Integer.MIN_VALUE, in Test4154542()
486 GOOD, Calenda in Test4154542()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
H A DTimeZoneRegressionTest.java393 final int GOOD = 1, BAD = 0; in Test4154525()
395 1, GOOD, in Test4154525()
397 -1, GOOD, // #13566 updates SimpleTimeZone to support negative DST saving amount in Test4154525()
398 60*60*1000, GOOD, in Test4154525()
399 Integer.MAX_VALUE, GOOD, // no upper limit on DST savings at this time in Test4154525()
400 Integer.MIN_VALUE, GOOD, // no lower limit as well in Test4154525()
404 boolean valid = DATA[i+1] == GOOD; in Test4154525()
473 final int GOOD = 1; in Test4154542()
482 GOOD, Integer.MIN_VALUE, 0, Integer.MAX_VALUE, Integer.MIN_VALUE, in Test4154542()
483 GOOD, Calenda in Test4154542()
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dtzregts.cpp601 const int32_t GOOD = 1; in Test4154542() local
610 GOOD, INT32_MIN, 0, INT32_MAX, INT32_MIN, in Test4154542()
611 GOOD, UCAL_JANUARY, -5, UCAL_SUNDAY, 0, in Test4154542()
612 GOOD, UCAL_DECEMBER, 5, UCAL_SATURDAY, 24*60*60*1000, in Test4154542()
617 GOOD, UCAL_DECEMBER, 1, 0, 0, in Test4154542()
618 GOOD, UCAL_DECEMBER, 31, 0, 0, in Test4154542()
623 GOOD, UCAL_DECEMBER, 31, -UCAL_SUNDAY, 0, in Test4154542()
624 GOOD, UCAL_DECEMBER, 31, -UCAL_SATURDAY, 0, in Test4154542()
637 UBool shouldBeGood = (DATA[i] == GOOD); in Test4154542()
728 const int32_t GOOD in Test4154525() local
791 const int32_t GOOD = 1, BAD = 0; Test4154650() local
[all...]
/third_party/openssl/test/
H A Ddtlsv1listentest.c241 * GOOD == positive return value from DTLSv1_listen, no output yet
245 enum {GOOD, VERIFY, DROP} outtype; enumerator
253 { clienthello_cookie, sizeof(clienthello_cookie), GOOD },
254 { clienthello_cookie_frag, sizeof(clienthello_cookie_frag), GOOD },
330 || (ret == 1 && tp->outtype == GOOD))) in dtls_listen_test()
/third_party/backends/backend/
H A Dsnapscan-usb.h64 #define GOOD 0x00 macro
H A Dkvs20xx_cmd.h43 #define GOOD 0 macro
H A Dkvs40xx_cmd.c60 #define GOOD 0 macro
H A Dsnapscan-usb.c329 case GOOD: in usb_read_status()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/scsi/
H A Dscsi.h73 #define GOOD 0x00 macro
/third_party/musl/porting/liteos_m/kernel/include/scsi/
H A Dscsi.h73 #define GOOD 0x00 macro
/third_party/musl/porting/uniproton/kernel/include/scsi/
H A Dscsi.h73 #define GOOD 0x00 macro
/third_party/musl/include/scsi/
H A Dscsi.h73 #define GOOD 0x00 macro
/third_party/rust/crates/rust-openssl/openssl/src/
H A Docsp.rs64 pub const GOOD: OcspCertStatus = OcspCertStatus(ffi::V_OCSP_CERTSTATUS_GOOD); consts
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 32 milliseconds