/third_party/python/Lib/test/ |
H A D | test_float.py | 339 # identical containers 823 # Since Python 3.2, repr and str are identical 1061 def identical(self, x, y): member in HexFloatTestCase 1062 # check that floats x and y are identical, or that both 1069 self.fail('%r not identical to %r' % (x, y)) 1072 self.identical(self.MIN, ldexp(1.0, -1022)) 1073 self.identical(self.TINY, ldexp(1.0, -1074)) 1074 self.identical(self.EPS, ldexp(1.0, -52)) 1075 self.identical(self.MAX, 2.*(ldexp(1.0, 1023) - ldexp(1.0, 970))) 1164 self.identical(go [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | intersectionTypeReadonly.js | 19 let identical: Base & Identical; 20 identical.value = 12; // error, lhs can't be a readonly property 32 var identical;
variable 33 identical.value = 12; // error, lhs can't be a readonly property
|
H A D | unionTypeReadonly.js | 19 let identical: Base | Identical; 20 identical.value = 12; // error, lhs can't be a readonly property 33 var identical;
variable 34 identical.value = 12; // error, lhs can't be a readonly property
|
/third_party/node/lib/internal/assert/ |
H A D | assertion_error.js | 160 // Strict equal with identical objects that are not identical by reference. 179 // There were at least five identical lines at the end. Mark a couple of 191 let identical = 0; 207 // If more than two former lines are identical, print them. Collapse them 208 // in case more than five lines were identical. 209 if (identical > 2) { 210 if (identical > 3) { 211 if (identical > 4) { 212 if (identical [all...] |
/third_party/skia/tools/ |
H A 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:
|
/third_party/typescript/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-module-file-with-global-definitions-changes/ |
H A D | with-default-options.js | 33 [96m../../../../a/lib/lib.d.ts[0m:[93m13[0m:[93m14[0m - [91merror[0m[90m TS2687: [0mAll declarations of 'fullscreen' must have identical modifiers. 38 [96ma.ts[0m:[93m4[0m:[93m5[0m - [91merror[0m[90m TS2687: [0mAll declarations of 'fullscreen' must have identical modifiers. 148 [96m../../../../a/lib/lib.d.ts[0m:[93m13[0m:[93m14[0m - [91merror[0m[90m TS2687: [0mAll declarations of 'fullscreen' must have identical modifiers. 153 [96ma.ts[0m:[93m4[0m:[93m5[0m - [91merror[0m[90m TS2687: [0mAll declarations of 'fullscreen' must have identical modifiers.
|
H A D | with-skipDefaultLibCheck.js | 33 [96ma.ts[0m:[93m4[0m:[93m5[0m - [91merror[0m[90m TS2687: [0mAll declarations of 'fullscreen' must have identical modifiers. 142 [96ma.ts[0m:[93m4[0m:[93m5[0m - [91merror[0m[90m TS2687: [0mAll declarations of 'fullscreen' must have identical modifiers.
|
H A D | with-skipLibCheck.js | 33 [96ma.ts[0m:[93m4[0m:[93m5[0m - [91merror[0m[90m TS2687: [0mAll declarations of 'fullscreen' must have identical modifiers. 142 [96ma.ts[0m:[93m4[0m:[93m5[0m - [91merror[0m[90m TS2687: [0mAll declarations of 'fullscreen' must have identical modifiers.
|
/third_party/typescript/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-non-module-file-changes/ |
H A D | with-default-options.js | 30 [96m../../../../a/lib/lib.d.ts[0m:[93m13[0m:[93m14[0m - [91merror[0m[90m TS2687: [0mAll declarations of 'fullscreen' must have identical modifiers. 35 [96ma.ts[0m:[93m2[0m:[93m5[0m - [91merror[0m[90m TS2687: [0mAll declarations of 'fullscreen' must have identical modifiers. 142 [96m../../../../a/lib/lib.d.ts[0m:[93m13[0m:[93m14[0m - [91merror[0m[90m TS2687: [0mAll declarations of 'fullscreen' must have identical modifiers. 147 [96ma.ts[0m:[93m2[0m:[93m5[0m - [91merror[0m[90m TS2687: [0mAll declarations of 'fullscreen' must have identical modifiers.
|
H A D | with-skipDefaultLibCheck.js | 30 [96ma.ts[0m:[93m2[0m:[93m5[0m - [91merror[0m[90m TS2687: [0mAll declarations of 'fullscreen' must have identical modifiers. 136 [96ma.ts[0m:[93m2[0m:[93m5[0m - [91merror[0m[90m TS2687: [0mAll declarations of 'fullscreen' must have identical modifiers.
|
H A D | with-skipLibCheck.js | 30 [96ma.ts[0m:[93m2[0m:[93m5[0m - [91merror[0m[90m TS2687: [0mAll declarations of 'fullscreen' must have identical modifiers. 136 [96ma.ts[0m:[93m2[0m:[93m5[0m - [91merror[0m[90m TS2687: [0mAll declarations of 'fullscreen' must have identical modifiers.
|
/third_party/tzdata/ |
H A D | checknow.awk | 37 printf "zones %s and %s identical from now on\n", zone, zone2
|
/third_party/cJSON/ |
H A D | cJSON_Utils.c | 655 cJSON_bool identical = compare_json(a, b, case_sensitive); in compare_json() local 656 if (!identical) in compare_json() 677 cJSON_bool identical = false; in compare_json() local 684 identical = compare_json(a, b, case_sensitive); in compare_json() 685 if (!identical) in compare_json() 1471 /* not identical --> generate a patch */ in generate_merge_patch()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | proresdsp.asm | 3 ;* this is identical to "simple" IDCT written by Michael Niedermayer
|
H A D | simple_idct10.asm | 3 ;* this is identical to "simple" IDCT written by Michael Niedermayer
|
H A D | videodsp.asm | 328 ; these are essentially identical to the vertical extend ones above,
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_backtrace.tex | 27 Note that many (but not all) systems provide practically identical function
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | af_volume.asm | 109 ; NOTE: This is not bit-identical with the C version because it clips to
|
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/Template/ |
H A D | Preprocess.pm | 62 my $t = Text::Template::Preprocess->new(...); # identical to Text::Template 92 In all other respects, C<Text::Template::Preprocess> is identical to
|
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/Template/ |
H A D | Preprocess.pm | 62 my $t = Text::Template::Preprocess->new(...); # identical to Text::Template 92 In all other respects, C<Text::Template::Preprocess> is identical to
|
/third_party/gn/src/gn/ |
H A D | setup.cc | 81 The format of this list is identical to that of "visibility" so see "gn 91 The format of this list is identical to that of "visibility" so see "gn
|
/third_party/node/lib/ |
H A D | assert.js | 710 message += 'an error with identical name but a different prototype.'; 809 `The error message "${actual.message}" is identical to the message.`, 815 `The error "${actual}" is identical to the message.`,
|
/third_party/ffmpeg/tests/fate/ |
H A D | vpx.mak | 77 # FIXME this file contains two frames with identical timestamps,
|
/third_party/libabigail/tools/ |
H A D | fedabipkgdiff | 1160 '--show-identical-binaries' if global_config.show_identical_binaries else '', 1517 '--show-identical-binaries', 1521 help='Show information about binaries whose ABI are identical')
|
/third_party/skia/tests/ |
H A D | SkVMTest.cpp | 2159 auto identical = [&](float x, float y) { 2189 REPORTER_ASSERT(r, identical(mn[j], std::min(f[j], f[i]))); 2190 REPORTER_ASSERT(r, identical(mx[j], std::max(f[j], f[i]))); 2215 REPORTER_ASSERT(r, identical(mn[j], std::min(f[j], f[i]))); 2216 REPORTER_ASSERT(r, identical(mx[j], std::max(f[j], f[i]))); 2240 REPORTER_ASSERT(r, identical(mn[j], std::min(f[i], f[j]))); 2241 REPORTER_ASSERT(r, identical(mx[j], std::max(f[i], f[j]))); 2539 // But we can't soundly dedup two identical loads with a store between. 2561 // we cannot dedup stores either. A different store between two identical stores
|