Home
last modified time | relevance | path

Searched defs:identical (Results 1 – 10 of 10) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DintersectionTypeReadonly.js19 let identical: Base & Identical; variable
32 var identical; variable
DunionTypeReadonly.js19 let identical: Base | Identical; variable
33 var identical; variable
/third_party/typescript/tests/cases/conformance/types/intersection/
DintersectionTypeReadonly.ts18 let identical: Base & Identical; variable
/third_party/typescript/tests/cases/conformance/types/union/
DunionTypeReadonly.ts18 let identical: Base | Identical; variable
/third_party/node/test/parallel/
Dtest-promise-unhandled-throw.js26 const identical = [true, false]; variable
Dtest-promise-unhandled-error.js26 const identical = [true, false]; variable
Dtest-promise-unhandled-default.js25 const identical = [true, false]; variable
/third_party/cJSON/
DcJSON_Utils.c655 cJSON_bool identical = compare_json(a, b, case_sensitive); in compare_json() local
677 cJSON_bool identical = false; in compare_json() local
/third_party/python/Lib/test/
Dtest_float.py1061 def identical(self, x, y): member in HexFloatTestCase
/third_party/skia/tests/
DSkVMTest.cpp2159 auto identical = [&](float x, float y) { in DEF_TEST() local