/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/ |
H A D | TimeZoneRegressionTest.java | 396 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 D | TimeZoneRegressionTest.java | 393 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 D | tzregts.cpp | 601 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 D | dtlsv1listentest.c | 241 * 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 D | snapscan-usb.h | 64 #define GOOD 0x00 macro
|
H A D | kvs20xx_cmd.h | 43 #define GOOD 0 macro
|
H A D | kvs40xx_cmd.c | 60 #define GOOD 0 macro
|
H A D | snapscan-usb.c | 329 case GOOD: in usb_read_status()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/scsi/ |
H A D | scsi.h | 73 #define GOOD 0x00 macro
|
/third_party/musl/porting/liteos_m/kernel/include/scsi/ |
H A D | scsi.h | 73 #define GOOD 0x00 macro
|
/third_party/musl/porting/uniproton/kernel/include/scsi/ |
H A D | scsi.h | 73 #define GOOD 0x00 macro
|
/third_party/musl/include/scsi/ |
H A D | scsi.h | 73 #define GOOD 0x00 macro
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | ocsp.rs | 64 pub const GOOD: OcspCertStatus = OcspCertStatus(ffi::V_OCSP_CERTSTATUS_GOOD); consts
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |