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/node/test/parallel/
Dtest-promise-unhandled-error.js28 const identical = [true, false]; variable
Dtest-promise-unhandled-throw.js28 const identical = [true, false]; variable
/third_party/typescript/tests/cases/conformance/types/union/
DunionTypeReadonly.ts18 let identical: Base | Identical; variable
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_pixels.c878 Map1to1(SDL_Palette * src, SDL_Palette * dst, int *identical) in Map1to1()
940 MapNto1(SDL_PixelFormat * src, SDL_PixelFormat * dst, int *identical) in MapNto1()
/third_party/cJSON/
DcJSON_Utils.c638 cJSON_bool identical = compare_json(a, b, case_sensitive); in compare_json() local
660 cJSON_bool identical = false; in compare_json() local
/third_party/python/Lib/test/
Dtest_float.py1080 def identical(self, x, y): member in HexFloatTestCase
/third_party/skia/tests/
DSkVMTest.cpp2159 auto identical = [&](float x, float y) { in DEF_TEST() local