/external/python/cpython2/Lib/test/ |
D | test_float.py | 1029 def identical(self, x, y): member in HexFloatTestCase 1040 self.identical(self.MIN, ldexp(1.0, -1022)) 1041 self.identical(self.TINY, ldexp(1.0, -1074)) 1042 self.identical(self.EPS, ldexp(1.0, -52)) 1043 self.identical(self.MAX, 2.*(ldexp(1.0, 1023) - ldexp(1.0, 970))) 1132 self.identical(got, expected) 1142 self.identical(fromHex('inf'), INF) 1143 self.identical(fromHex('+Inf'), INF) 1144 self.identical(fromHex('-INF'), -INF) 1145 self.identical(fromHex('iNf'), INF) [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_float.py | 1016 def identical(self, x, y): member in HexFloatTestCase 1027 self.identical(self.MIN, ldexp(1.0, -1022)) 1028 self.identical(self.TINY, ldexp(1.0, -1074)) 1029 self.identical(self.EPS, ldexp(1.0, -52)) 1030 self.identical(self.MAX, 2.*(ldexp(1.0, 1023) - ldexp(1.0, 970))) 1119 self.identical(got, expected) 1129 self.identical(fromHex('inf'), INF) 1130 self.identical(fromHex('+Inf'), INF) 1131 self.identical(fromHex('-INF'), -INF) 1132 self.identical(fromHex('iNf'), INF) [all …]
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowPendingIntentTest.java | 292 Intent identical = new Intent(); in getActivity_withFlagNoCreate_shouldReturnExistingIntent() local 293 PendingIntent saved = PendingIntent.getActivity(context, 99, identical, FLAG_NO_CREATE); in getActivity_withFlagNoCreate_shouldReturnExistingIntent() 365 Intent identical = new Intent(); in getBroadcast_withFlagNoCreate_shouldReturnExistingIntent() local 366 PendingIntent saved = PendingIntent.getBroadcast(context, 99, identical, FLAG_NO_CREATE); in getBroadcast_withFlagNoCreate_shouldReturnExistingIntent() 376 Intent identical = new Intent(); in getBroadcast_withNoFlags_shouldReturnExistingIntent() local 377 PendingIntent saved = PendingIntent.getBroadcast(context, 99, identical, 0); in getBroadcast_withNoFlags_shouldReturnExistingIntent() 401 Intent identical = new Intent(); in getService_withFlagNoCreate_shouldReturnExistingIntent() local 402 PendingIntent saved = PendingIntent.getService(context, 99, identical, FLAG_NO_CREATE); in getService_withFlagNoCreate_shouldReturnExistingIntent() 412 Intent identical = new Intent(); in getService_withNoFlags_shouldReturnExistingIntent() local 413 PendingIntent saved = PendingIntent.getService(context, 99, identical, 0); in getService_withNoFlags_shouldReturnExistingIntent() [all …]
|
/external/llvm/test/MC/ARM/ |
D | thumb2-ldrd.s | 12 @ CHECK: error: destination operands can't be identical 14 @ CHECK: error: destination operands can't be identical
|
D | diagnostics.s | 514 @ CHECK-ERRORS: error: source register and base register can't be identical 520 @ CHECK-ERRORS: error: source register and base register can't be identical 526 @ CHECK-ERRORS: error: source register and base register can't be identical 532 @ CHECK-ERRORS: error: source register and base register can't be identical 538 @ CHECK-ERRORS: error: source register and base register can't be identical 544 @ CHECK-ERRORS: error: source register and base register can't be identical 571 @ CHECK-ERRORS: error: destination register and base register can't be identical 577 @ CHECK-ERRORS: error: destination register and base register can't be identical 583 @ CHECK-ERRORS: error: destination register and base register can't be identical 589 @ CHECK-ERRORS: error: destination register and base register can't be identical [all …]
|
D | twice.ll | 3 ; is bit-identical to the first) nor crash. Either failure would most
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
D | thumb2-ldrd.s | 12 @ CHECK: error: destination operands can't be identical 14 @ CHECK: error: destination operands can't be identical
|
D | diagnostics.s | 452 @ CHECK-ERRORS: error: source register and base register can't be identical 595 @ CHECK-ERRORS: error: source register and base register can't be identical 601 @ CHECK-ERRORS: error: source register and base register can't be identical 607 @ CHECK-ERRORS: error: source register and base register can't be identical 613 @ CHECK-ERRORS: error: source register and base register can't be identical 619 @ CHECK-ERRORS: error: source register and base register can't be identical 625 @ CHECK-ERRORS: error: source register and base register can't be identical 652 @ CHECK-ERRORS: error: destination register and base register can't be identical 658 @ CHECK-ERRORS: error: destination register and base register can't be identical 664 @ CHECK-ERRORS: error: destination register and base register can't be identical [all …]
|
/external/skia/tools/ |
D | compare_codereview.py | 367 identical = formatted_results[0] == formatted_results[1] 374 if status != 'failure' and not identical: 378 if identical: 384 if identical:
|
/external/skqp/tools/ |
D | compare_codereview.py | 367 identical = formatted_results[0] == formatted_results[1] 374 if status != 'failure' and not identical: 378 if identical: 384 if identical:
|
/external/mesa3d/docs/specs/ |
D | MESA_texture_array.spec | 163 Change the first paragraph (page 150) to say (spec changes identical to 179 Change the fourth paragraph on page 151 to say (spec changes identical 190 Change the fourth paragraph on page 156 to say (spec changes identical 228 Change the second paragraph (page 159) (spec changes identical 424 Change second paragraph on page 181 to say (spec changes identical to 433 Change second paragraph on page 182 to say (spec changes identical to 569 Add to the end of the section (spec changes identical to 595 identical to EXT_texture_array): 608 identical to EXT_texture_array): 624 identical to EXT_texture_array): [all …]
|
/external/boringssl/src/crypto/cipher_extra/test/ |
D | aes_128_ccm_bluetooth_tests.txt | 78 # Section 8.3.13's test vector is identical to 8.3.11. 103 # Section 8.3.17's test vector is identical to 8.3.16.
|
/external/python/cpython2/Tools/scripts/ |
D | treesync.py | 129 if identical(sf, mf): 157 def identical(sf, mf): function
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_CollectiveReduce.pbtxt | 3 summary: "Mutually reduces multiple tensors of identical type and shape."
|
D | api_def_CollectiveGather.pbtxt | 3 summary: "Mutually accumulates multiple tensors of identical type and shape."
|
D | api_def_QuantizeAndDequantizeV3.pbtxt | 5 This is almost identical to QuantizeAndDequantizeV2, except that num_bits is a
|
/external/clang/test/Modules/Inputs/modules-with-same-name/path1/A/ |
D | module.modulemap | 1 // path1. This comment keeps this file from being identical to
|
/external/clang/test/Modules/Inputs/modules-with-same-name/path2/A/ |
D | module.modulemap | 1 // path2. This comment keeps this file from being identical to
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | TablePrinter.java | 380 int identical = findIdentical(sortedFlat, i, j); in toTableInternal() local 381 if (identical == 0) continue; in toTableInternal() 395 if (identical != 1) { in toTableInternal() 396 result.append(" rowSpan='").append(identical).append('\''); in toTableInternal()
|
/external/llvm/test/Verifier/ |
D | alloc-size-failedparse.ll | 3 ; We handle allocsize with identical args in the parser, rather than the
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Verifier/ |
D | alloc-size-failedparse.ll | 3 ; We handle allocsize with identical args in the parser, rather than the
|
/external/deqp/data/gles31/shaders/es31/ |
D | linkage_shader_storage_block.test | 311 desc "Unnamed shader storage block variable and global variable with identical names" 344 desc "Two unnamed shader storage blocks with variables with identical names" 380 desc "Two unnamed shader storage blocks in different stages with variables with identical names"
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/Native/ |
D | pdb-native-summary.test | 6 ; `-native` option produces identical output.
|
/external/curl/tests/data/ |
D | test272 | 22 FTP timed conditioned get file with identical time stamp
|
/external/hyphenation-patterns/en-GB/ |
D | README.android | 11 repository. They are identical to that for en-GB in the main tree except that
|