Home
last modified time | relevance | path

Searched refs:identical (Results 1 - 25 of 33) sorted by relevance

12

/third_party/python/Lib/test/
H A Dtest_float.py339 # 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 DintersectionTypeReadonly.js19 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 DunionTypeReadonly.js19 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 Dassertion_error.js160 // 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 Dcompare_codereview.py367 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 Dwith-default-options.js33 ../../../../a/lib/lib.d.ts:13:14 - error TS2687: All declarations of 'fullscreen' must have identical modifiers.
38 a.ts:4:5 - error TS2687: All declarations of 'fullscreen' must have identical modifiers.
148 ../../../../a/lib/lib.d.ts:13:14 - error TS2687: All declarations of 'fullscreen' must have identical modifiers.
153 a.ts:4:5 - error TS2687: All declarations of 'fullscreen' must have identical modifiers.
H A Dwith-skipDefaultLibCheck.js33 a.ts:4:5 - error TS2687: All declarations of 'fullscreen' must have identical modifiers.
142 a.ts:4:5 - error TS2687: All declarations of 'fullscreen' must have identical modifiers.
H A Dwith-skipLibCheck.js33 a.ts:4:5 - error TS2687: All declarations of 'fullscreen' must have identical modifiers.
142 a.ts:4:5 - error TS2687: All 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 Dwith-default-options.js30 ../../../../a/lib/lib.d.ts:13:14 - error TS2687: All declarations of 'fullscreen' must have identical modifiers.
35 a.ts:2:5 - error TS2687: All declarations of 'fullscreen' must have identical modifiers.
142 ../../../../a/lib/lib.d.ts:13:14 - error TS2687: All declarations of 'fullscreen' must have identical modifiers.
147 a.ts:2:5 - error TS2687: All declarations of 'fullscreen' must have identical modifiers.
H A Dwith-skipDefaultLibCheck.js30 a.ts:2:5 - error TS2687: All declarations of 'fullscreen' must have identical modifiers.
136 a.ts:2:5 - error TS2687: All declarations of 'fullscreen' must have identical modifiers.
H A Dwith-skipLibCheck.js30 a.ts:2:5 - error TS2687: All declarations of 'fullscreen' must have identical modifiers.
136 a.ts:2:5 - error TS2687: All declarations of 'fullscreen' must have identical modifiers.
/third_party/tzdata/
H A Dchecknow.awk37 printf "zones %s and %s identical from now on\n", zone, zone2
/third_party/cJSON/
H A DcJSON_Utils.c655 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 Dproresdsp.asm3 ;* this is identical to "simple" IDCT written by Michael Niedermayer
H A Dsimple_idct10.asm3 ;* this is identical to "simple" IDCT written by Michael Niedermayer
H A Dvideodsp.asm328 ; these are essentially identical to the vertical extend ones above,
/third_party/libunwind/libunwind/doc/
H A Dunw_backtrace.tex27 Note that many (but not all) systems provide practically identical function
/third_party/ffmpeg/libavfilter/x86/
H A Daf_volume.asm109 ; 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 DPreprocess.pm62 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 DPreprocess.pm62 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 Dsetup.cc81 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 Dassert.js710 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 Dvpx.mak77 # FIXME this file contains two frames with identical timestamps,
/third_party/libabigail/tools/
H A Dfedabipkgdiff1160 '--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 DSkVMTest.cpp2159 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

Completed in 16 milliseconds

12