Searched defs:current_test (Results 1 - 7 of 7) sorted by relevance

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

Completed in 109 milliseconds