Home
last modified time | relevance | path

Searched refs:current_test (Results 1 – 7 of 7) sorted by relevance

/external/v8/test/cctest/
Dtest-bignum-dtoa.cc266 const PrecomputedShortest current_test = precomputed[i]; in TEST() local
267 double v = current_test.v; in TEST()
269 CHECK_EQ(current_test.decimal_point, point); in TEST()
270 CHECK_EQ(current_test.representation, buffer.start()); in TEST()
284 const PrecomputedFixed current_test = precomputed[i]; in TEST() local
285 double v = current_test.v; in TEST()
286 int number_digits = current_test.number_digits; in TEST()
288 CHECK_EQ(current_test.decimal_point, point); in TEST()
291 CHECK_EQ(current_test.representation, buffer.start()); in TEST()
305 const PrecomputedPrecision current_test = precomputed[i]; in TEST() local
[all …]
Dtest-dtoa.cc277 const PrecomputedShortest current_test = precomputed[i]; in TEST() local
278 double v = current_test.v; in TEST()
281 CHECK_EQ(current_test.decimal_point, point); in TEST()
282 CHECK_EQ(current_test.representation, buffer.start()); in TEST()
297 const PrecomputedFixed current_test = precomputed[i]; in TEST() local
298 double v = current_test.v; in TEST()
299 int number_digits = current_test.number_digits; in TEST()
302 CHECK_EQ(current_test.decimal_point, point); in TEST()
305 CHECK_EQ(current_test.representation, buffer.start()); in TEST()
320 const PrecomputedPrecision current_test = precomputed[i]; in TEST() local
[all …]
Dtest-fast-dtoa.cc215 const PrecomputedShortest current_test = precomputed[i]; in TEST() local
217 double v = current_test.v; in TEST()
223 CHECK_EQ(current_test.decimal_point, point); in TEST()
224 CHECK_EQ(current_test.representation, buffer.start()); in TEST()
246 const PrecomputedPrecision current_test = precomputed[i]; in TEST() local
247 double v = current_test.v; in TEST()
248 int number_digits = current_test.number_digits; in TEST()
258 CHECK_EQ(current_test.decimal_point, point); in TEST()
259 CHECK_EQ(current_test.representation, buffer.start()); in TEST()
Dtest-fixed-dtoa.cc502 const PrecomputedFixed current_test = precomputed[i]; in TEST() local
503 double v = current_test.v; in TEST()
504 int number_digits = current_test.number_digits; in TEST()
508 CHECK_EQ(current_test.decimal_point, point); in TEST()
510 CHECK_EQ(current_test.representation, buffer.start()); in TEST()
/external/chromium/chrome/browser/password_manager/
Dpassword_store_mac_unittest.cc741 unsigned int current_test = 0; in TEST_F() local
744 CHECK(current_test < kTestCount); in TEST_F()
745 test_data[KEYCHAIN_INPUT][current_test].push_back(&keychain_user_1); in TEST_F()
746 test_data[KEYCHAIN_INPUT][current_test].push_back(&keychain_user_2); in TEST_F()
747 test_data[DATABASE_INPUT][current_test].push_back(&db_user_1); in TEST_F()
748 test_data[DATABASE_INPUT][current_test].push_back(&db_user_1_with_path); in TEST_F()
749 test_data[DATABASE_INPUT][current_test].push_back(&db_user_3_with_path); in TEST_F()
750 test_data[MERGE_OUTPUT][current_test].push_back(&merged_user_1); in TEST_F()
751 test_data[MERGE_OUTPUT][current_test].push_back(&merged_user_1_with_db_path); in TEST_F()
752 test_data[KEYCHAIN_OUTPUT][current_test].push_back(&keychain_user_2); in TEST_F()
[all …]
/external/stlport/test/eh/
Dnc_alloc.h102 static const char* current_test; member
173 current_test = str; in SetCurrentTestName()
Dnc_alloc.cpp39 const char* TestController::current_test = "<unknown>"; member in TestController
313 EH_STD::cerr<<"testing "<<current_test <<" (" << current_test_category <<")"; in PrintTestName()