Home
last modified time | relevance | path

Searched defs:identical (Results 1 – 16 of 16) 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/boost/libs/numeric/ublas/test/
Dtest_coordinate_vector_inplace_merge.cpp71 bool identical = compare_distance(vector_coord, vector_dense, TOL); in BOOST_UBLAS_TEST_DEF() local
89 bool identical = compare_distance(vector_coord, vector_dense, TOL); in BOOST_UBLAS_TEST_DEF() local
Dtest_coordinate_matrix_inplace_merge.cpp81 bool identical = compare_distance(matrix_coord, matrix_dense, TOL); in BOOST_UBLAS_TEST_DEF() local
100 bool identical = compare_distance(matrix_coord, matrix_dense, TOL); in BOOST_UBLAS_TEST_DEF() local
/third_party/typescript/tests/cases/conformance/types/union/
DunionTypeReadonly.ts18 let identical: Base | 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-throw.js28 const identical = [true, false]; variable
Dtest-promise-unhandled-error.js28 const identical = [true, false]; variable
/third_party/boost/libs/geometry/test/algorithms/
Dtest_overlay.hpp81 static std::string identical[2] = variable
/third_party/boost/libs/locale/test/
Dtest_collate.cpp100 identical = 4; in test_collate() local
Dtest_winapi_collate.cpp91 identical = 4; in test_collate() local
/third_party/boost/boost/locale/
Dcollator.hpp45 identical = 4 ///< identical collation level: include code-point comparison enumerator
/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