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

/external/chromium_org/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.cc240 const PrecomputedShortest current_test = precomputed[i]; local
242 double v = current_test.v;
248 CHECK_EQ(current_test.decimal_point, point);
249 CHECK_EQ(current_test.representation, buffer.start());
271 const PrecomputedPrecision current_test = precomputed[i]; local
272 double v = current_test.v;
273 int number_digits = current_test.number_digits;
283 CHECK_EQ(current_test.decimal_point, point);
284 CHECK_EQ(current_test.representation, buffer.start());
/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_org/ppapi/tests/
H A Dtest_case.cc58 std::string current_test; local
59 while (std::getline(filter_stream, current_test, ',')) {
60 // |current_test| might include a prefix, like DISABLED_Foo_TestBar, so we
62 std::string stripped_test_name(StripPrefix(current_test));
69 bool should_run_test = (current_test == stripped_test_name);
/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...]
/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_store_mac_unittest.cc743 unsigned int current_test = 0; local
746 CHECK(current_test < kTestCount);
747 test_data[KEYCHAIN_INPUT][current_test].push_back(&keychain_user_1);
748 test_data[KEYCHAIN_INPUT][current_test].push_back(&keychain_user_2);
749 test_data[DATABASE_INPUT][current_test].push_back(&db_user_1);
750 test_data[DATABASE_INPUT][current_test].push_back(&db_user_1_with_path);
751 test_data[DATABASE_INPUT][current_test].push_back(&db_user_3_with_path);
752 test_data[MERGE_OUTPUT][current_test].push_back(&merged_user_1);
753 test_data[MERGE_OUTPUT][current_test].push_back(&merged_user_1_with_db_path);
754 test_data[KEYCHAIN_OUTPUT][current_test]
[all...]
/external/chromium_org/chrome/browser/net/
H A Dnetwork_stats.cc489 TestType current_test = test_sequence_[current_test_index_]; local
490 DCHECK_LT(current_test, TEST_TYPE_MAX);
491 if (current_test != TOKEN_REQUEST)
492 RecordHistograms(current_test);
501 current_test = GetNextTest();
502 if (current_test_index_ <= maximum_tests_ && current_test < TEST_TYPE_MAX) {
503 DVLOG(1) << "NetworkStat: Start Probe test: " << current_test;

Completed in 249 milliseconds