Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/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
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowPendingIntentTest.java364 Intent identical = new Intent(); in getActivity_withFlagNoCreate_shouldReturnExistingIntent() local
437 Intent identical = new Intent(); in getBroadcast_withFlagNoCreate_shouldReturnExistingIntent() local
448 Intent identical = new Intent(); in getBroadcast_withNoFlags_shouldReturnExistingIntent() local
473 Intent identical = new Intent().setPackage("dummy.package"); in getService_withFlagNoCreate_shouldReturnExistingIntent() local
484 Intent identical = new Intent().setPackage("dummy.package"); in getService_withNoFlags_shouldReturnExistingIntent() local
513 Intent identical = new Intent(); in getForegroundService_withFlagNoCreate_shouldReturnExistingIntent() local
526 Intent identical = new Intent().setPackage("dummy.package"); in getForegroundService_withNoFlags_shouldReturnExistingIntent() local
/external/cronet/tot/net/third_party/quiche/src/quiche/common/test_tools/
Dquiche_test_utils.cc68 bool identical = (actual_len == expected_len); in CompareCharArraysWithHexError() local
/external/cronet/stable/net/third_party/quiche/src/quiche/common/test_tools/
Dquiche_test_utils.cc68 bool identical = (actual_len == expected_len); in CompareCharArraysWithHexError() local
/external/cronet/stable/net/third_party/quiche/src/quiche/http2/test_tools/
Dspdy_test_utils.cc67 bool identical = (actual_len == expected_len); in CompareCharArraysWithHexError() local
/external/cronet/tot/net/third_party/quiche/src/quiche/http2/test_tools/
Dspdy_test_utils.cc67 bool identical = (actual_len == expected_len); in CompareCharArraysWithHexError() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DTablePrinter.java447 int identical = findIdentical(sortedFlat, i, j); in toTableInternal() local
/external/python/cpython3/Lib/test/
Dtest_float.py1063 def identical(self, x, y): member in HexFloatTestCase
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h7393 bool identical = true; in Transpose() local