/external/llvm-project/llvm/test/CodeGen/X86/ |
D | cmpxchg-clobber-flags.ll | 2 …iple=i386-linux-gnu -verify-machineinstrs %s -o - | FileCheck %s --check-prefixes=32-ALL,32-GOOD-RA 27 ; 32-GOOD-RA-LABEL: test_intervening_call: 28 ; 32-GOOD-RA: # %bb.0: # %entry 29 ; 32-GOOD-RA-NEXT: pushl %ebx 30 ; 32-GOOD-RA-NEXT: pushl %esi 31 ; 32-GOOD-RA-NEXT: pushl %eax 32 ; 32-GOOD-RA-NEXT: movl {{[0-9]+}}(%esp), %eax 33 ; 32-GOOD-RA-NEXT: movl {{[0-9]+}}(%esp), %edx 34 ; 32-GOOD-RA-NEXT: movl {{[0-9]+}}(%esp), %ebx 35 ; 32-GOOD-RA-NEXT: movl {{[0-9]+}}(%esp), %ecx [all …]
|
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/ |
D | debug_rnglists_invalid.s | 10 # RUN: not llvm-dwarfdump --debug-rnglists - 2> %t.err | FileCheck %s --check-prefix=GOOD 13 # GOOD: .debug_rnglists contents: 14 # GOOD-NEXT: range list header: length = 0x0000001e, format = DWARF32, version = 0x0005, addr_size … 15 # GOOD-NEXT: offsets: [ 16 # GOOD-NEXT: 0x00000004 17 # GOOD-NEXT: ] 18 # GOOD-NEXT: ranges: 19 # GOOD-NEXT: [0x0000000000000010, 0x0000000000000020) 20 # GOOD-NEXT: <End of list> 21 # GOOD-NEXT: range list header: length = 0x0000001a, format = DWARF32, version = 0x0005, addr_size … [all …]
|
/external/toolchain-utils/llvm_tools/ |
D | update_tryjob_status.py | 26 GOOD = 'good' variable in TryjobStatus 58 GOOD = 0 variable in CustomScriptStatus 64 CustomScriptStatus.GOOD.value: TryjobStatus.GOOD.value, 70 BuilderStatus.PASS.value: TryjobStatus.GOOD.value, 121 (CustomScriptStatus.GOOD.value, CustomScriptStatus.BAD.value, 242 CustomScriptStatus.GOOD.value, CustomScriptStatus.BAD.value, 289 if set_status == TryjobStatus.GOOD: 290 bisect_contents['jobs'][tryjob_index]['status'] = TryjobStatus.GOOD.value
|
D | update_tryjob_status_unittest.py | 135 TryjobStatus.GOOD.value) 181 CustomScriptStatus.GOOD.value, CustomScriptStatus.BAD.value, 216 CustomScriptStatus.GOOD.value 231 TryjobStatus.GOOD.value) 258 revision_to_update, TryjobStatus.GOOD, temp_json_file, chroot_path, 332 TryjobStatus.GOOD, temp_json_file, 340 TryjobStatus.GOOD.value) 476 return_value=TryjobStatus.GOOD.value) 513 update_tryjob_status.TryjobStatus.GOOD.value)
|
/external/rust/crates/ahash/smhasher/ |
D | 0002-Add-support-for-aHash.patch | 122 { xxh3_test, 64, 0x39CD9E4A, "xxh3", "xxHash v3, 64-bit", GOOD }, 123 …xxh3low_test, 32, 0xFAE8467B, "xxh3low", "xxHash v3, 64-bit, low 32-bits part", GOOD }, 124 { xxh128_test, 128, 0xEB61B3A0, "xxh128", "xxHash v3, 128-bit", GOOD }, 125 …xh128low_test, 64, 0x54D1CC70, "xxh128low", "xxHash v3, 128-bit, low 64-bits part", GOOD }, 127 + { ahash64_test, 64, 0x00000000, "ahash64", "ahash 64bit", GOOD }, //Expected value set … 249 …07C4DA5, "t1ha0_aes_avx1", "Fast Positive Hash (machine-specific, requires AES-NI & AVX)", GOOD }, 252 …38C599, "t1ha0_aes_avx2", "Fast Positive Hash (machine-specific, requires AES-NI & AVX2)", GOOD }, 255 { xxh3_test, 64, 0x39CD9E4A, "xxh3", "xxHash v3, 64-bit", GOOD }, 256 …xxh3low_test, 32, 0xFAE8467B, "xxh3low", "xxHash v3, 64-bit, low 32-bits part", GOOD }, 257 { xxh128_test, 128, 0xEB61B3A0, "xxh128", "xxHash v3, 128-bit", GOOD }, [all …]
|
D | 0001-Add-support-for-aHash.patch | 122 { xxh3_test, 64, 0x39CD9E4A, "xxh3", "xxHash v3, 64-bit", GOOD }, 123 …xxh3low_test, 32, 0xFAE8467B, "xxh3low", "xxHash v3, 64-bit, low 32-bits part", GOOD }, 124 { xxh128_test, 128, 0xEB61B3A0, "xxh128", "xxHash v3, 128-bit", GOOD }, 125 …xh128low_test, 64, 0x54D1CC70, "xxh128low", "xxHash v3, 128-bit, low 64-bits part", GOOD }, 127 + { ahash64_test, 64, 0x00000000, "ahash64", "ahash 64bit", GOOD }, //Expected value set …
|
/external/icu/icu4c/source/test/intltest/ |
D | tzregts.cpp | 595 const int32_t GOOD = 1; in Test4154542() local 604 GOOD, INT32_MIN, 0, INT32_MAX, INT32_MIN, in Test4154542() 605 GOOD, UCAL_JANUARY, -5, UCAL_SUNDAY, 0, in Test4154542() 606 GOOD, UCAL_DECEMBER, 5, UCAL_SATURDAY, 24*60*60*1000, in Test4154542() 611 GOOD, UCAL_DECEMBER, 1, 0, 0, in Test4154542() 612 GOOD, UCAL_DECEMBER, 31, 0, 0, in Test4154542() 617 GOOD, UCAL_DECEMBER, 31, -UCAL_SUNDAY, 0, in Test4154542() 618 GOOD, UCAL_DECEMBER, 31, -UCAL_SATURDAY, 0, in Test4154542() 625 UBool shouldBeGood = (DATA[i] == GOOD); in Test4154542() 709 const int32_t GOOD = 1, BAD = 0; in Test4154525() local [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
D | TimeZoneRegressionTest.java | 393 final int GOOD = 1, BAD = 0; in Test4154525() local 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() local 482 GOOD, Integer.MIN_VALUE, 0, Integer.MAX_VALUE, Integer.MIN_VALUE, in Test4154542() 483 GOOD, Calendar.JANUARY, -5, Calendar.SUNDAY, 0, in Test4154542() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/ |
D | TimeZoneRegressionTest.java | 396 final int GOOD = 1, BAD = 0; in Test4154525() local 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() local 485 GOOD, Integer.MIN_VALUE, 0, Integer.MAX_VALUE, Integer.MIN_VALUE, in Test4154542() 486 GOOD, Calendar.JANUARY, -5, Calendar.SUNDAY, 0, in Test4154542() [all …]
|
/external/google-styleguide/ |
D | objcguide.md | 75 // GOOD: 126 // GOOD: 178 // GOOD: 245 // GOOD: 288 // GOOD: 308 // GOOD: 323 // GOOD: 338 // GOOD: 340 - (void)addTarget:(id)target action:(SEL)action; // GOOD; no conjunction n… 341 - (CGPoint)convertPoint:(CGPoint)point fromView:(UIView *)view; // GOOD; conjunction clar… [all …]
|
/external/python/cryptography/tests/x509/ |
D | test_ocsp.py | 220 cert, issuer, hashes.SHA256(), ocsp.OCSPCertStatus.GOOD, time, 225 cert, issuer, hashes.SHA256(), ocsp.OCSPCertStatus.GOOD, time, 236 'bad', issuer, hashes.SHA256(), ocsp.OCSPCertStatus.GOOD, 241 cert, 'bad', hashes.SHA256(), ocsp.OCSPCertStatus.GOOD, 246 cert, issuer, 'notahash', ocsp.OCSPCertStatus.GOOD, 251 cert, issuer, hashes.SHA256(), ocsp.OCSPCertStatus.GOOD, 256 cert, issuer, hashes.SHA256(), ocsp.OCSPCertStatus.GOOD, 266 cert, issuer, hashes.SHA256(), ocsp.OCSPCertStatus.GOOD, 271 cert, issuer, hashes.SHA256(), ocsp.OCSPCertStatus.GOOD, 338 cert, issuer, hashes.SHA1(), ocsp.OCSPCertStatus.GOOD, this_update, [all …]
|
/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/ |
D | irtranslator-exceptions.ll | 12 ; CHECK: successors: %[[GOOD:bb.[0-9]+]]{{.*}}%[[BAD:bb.[0-9]+]] 18 ; CHECK: G_BR %[[GOOD]] 28 ; CHECK: [[GOOD]].{{[a-z]+}}: 94 ; CHECK: successors: %[[GOOD:bb.[0-9]+]]{{.*}}%[[BAD:bb.[0-9]+]] 99 ; CHECK: G_BR %[[GOOD]] 106 ; CHECK: [[GOOD]].{{[a-z]+}}:
|
/external/autotest/client/bin/self-test/tests/ |
D | 087-test-output-out | 2 GOOD selftest.test1 Completed Successfully 5 GOOD selftest.test2 Completed Successfully
|
D | 080-sequencer-out | 2 GOOD selftest.test1 Completed Successfully
|
/external/llvm-project/llvm/test/tools/llvm-objdump/X86/ |
D | source-interleave-invalid-source.test | 10 # RUN: llvm-objdump --source %t.o | FileCheck %s --check-prefixes=CHECK,GOOD 17 # GOOD: ; int *b = &a;
|
/external/toolchain-utils/crosperf/test_cache/test_input/ |
D | results.txt | 1 …GOOD\t----\tsysinfo.before\ttimestamp=1401301368\tlocaltime=May 28 11:22:48\n13:22:48 INFO | autos…
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | abseil-duration-division.rst | 29 double dsec1 = absl::FDivDuration(d, absl::Seconds(1)); // GOOD: No truncation. 30 double dsec2 = absl::ToDoubleSeconds(d); // GOOD: No truncation.
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ocsp/ |
D | CertificateStatus.java | 5 public static final CertificateStatus GOOD = null; field
|
/external/libvpx/libvpx/vp8/encoder/ |
D | onyx_if.c | 687 #define GOOD(x) ((x) + 1) macro 701 0, GOOD(2), 1500, GOOD(3), 2000, RT(0), 1000, RT(2), 2000, INT_MAX 704 static const int thresh_mult_map_vhpred[] = { 1000, GOOD(2), 1500, GOOD(3), 708 static const int thresh_mult_map_bpred[] = { 2000, GOOD(0), 2500, GOOD(2), 709 5000, GOOD(3), 7500, RT(0), 713 static const int thresh_mult_map_tm[] = { 1000, GOOD(2), 1500, GOOD(3), 718 static const int thresh_mult_map_new1[] = { 1000, GOOD(2), 2000, 721 static const int thresh_mult_map_new2[] = { 1000, GOOD(2), 2000, GOOD(3), 722 2500, GOOD(5), 4000, RT(0), 727 2500, GOOD(0), 1700, GOOD(2), 10000, GOOD(3), 25000, GOOD(4), INT_MAX, [all …]
|
/external/autotest/server/site_tests/dummy_PassServer/ |
D | control.sanity | 25 job.record('END GOOD', None, NAME)
|
/external/rust/crates/csv/examples/data/bench/ |
D | nfl.csv | 46 20120905_DAL@NYG,2,39,14,NYG,DAL,4,4,4,(9:14) L.Tynes 22 yard field goal is GOOD Center-Z.DeOssie H… 67 20120905_DAL@NYG,2,31,7,DAL,NYG,,,10,D.Bailey extra point is GOOD Center-L.Ladouceur Holder-C.Jones… 82 20120905_DAL@NYG,3,25,32,DAL,NYG,,,40,D.Bailey extra point is GOOD Center-L.Ladouceur Holder-C.Jone… 93 20120905_DAL@NYG,3,20,19,NYG,DAL,,,10,L.Tynes extra point is GOOD Center-Z.DeOssie Holder-S.Weather… 102 20120905_DAL@NYG,3,15,45,DAL,NYG,4,15,15,(:45) D.Bailey 33 yard field goal is GOOD Center-L.Ladouce… 125 20120905_DAL@NYG,4,6,12,DAL,NYG,,,34,D.Bailey extra point is GOOD Center-L.Ladouceur Holder-C.Jones… 139 20120905_DAL@NYG,4,2,42,NYG,DAL,,,9,L.Tynes extra point is GOOD Center-Z.DeOssie Holder-S.Weatherfo… 160 20120909_IND@CHI,1,56,28,IND,CHI,,,97,A.Vinatieri extra point is GOOD Center-M.Overton Holder-P.McA… 175 20120909_IND@CHI,1,52,21,CHI,IND,,,1,R.Gould extra point is GOOD Center-P.Mannelly Holder-A.Podlesh… 205 20120909_IND@CHI,2,40,37,CHI,IND,,,3,R.Gould extra point is GOOD Center-P.Mannelly Holder-A.Podlesh… [all …]
|
/external/autotest/server/control_segments/ |
D | verify | 37 job.record('END GOOD', None, 'verify',
|
D | reset | 42 job.record('END GOOD', None, 'reset',
|
/external/iputils/ |
D | clockdiff.c | 94 #define GOOD 0 macro 297 return GOOD; in measure() 504 return GOOD; in measure_opt()
|
/external/llvm-project/llvm/test/Transforms/JumpThreading/ |
D | pr33917.ll | 18 ; CHECK-NEXT: to label [[GOOD:%.*]] unwind label [[BAD:%.*]]
|