HomeSort by relevance Sort by last modified time
    Searched refs:current_test (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/v8/test/cctest/
test-bignum-dtoa.cc 266 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 = precomputed[i] local
    [all...]
test-dtoa.cc 277 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 = precomputed[i] local
    [all...]
test-fast-dtoa.cc 240 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());
test-fixed-dtoa.cc 502 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());
  /external/stlport/test/eh/
nc_alloc.h 102 static const char* current_test; member in struct:TestController
173 current_test = str;
nc_alloc.cpp 39 const char* TestController::current_test = "<unknown>"; member in class:TestController
313 EH_STD::cerr<<"testing "<<current_test <<" (" << current_test_category <<")";
  /external/chromium_org/chrome/browser/password_manager/
password_store_mac_unittest.cc 798 unsigned int current_test = 0; local
    [all...]
  /external/chromium_org/ppapi/tests/
test_case.cc 59 std::string current_test; local
60 while (std::getline(filter_stream, current_test, ',')) {
61 // |current_test| might include a prefix, like DISABLED_Foo_TestBar, so we
63 std::string stripped_test_name(StripPrefix(current_test));
70 bool should_run_test = (current_test == stripped_test_name);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
perftestsrunner.py 294 current_test = tests[path[i]]
296 current_test.setdefault('metrics', {})
297 assert metric_name not in current_test['metrics']
298 current_test['metrics'][metric_name] = {'current': iteration_values}
300 current_test.setdefault('tests', {})
301 tests = current_test['tests']
  /external/chromium_org/chrome/browser/net/
network_stats.cc 541 TestType current_test = test_sequence_[current_test_index_]; local
542 DCHECK_LT(current_test, TEST_TYPE_MAX);
543 if (current_test != TOKEN_REQUEST) {
544 RecordHistograms(current_test);
558 current_test = GetNextTest();
559 if (current_test_index_ <= maximum_tests_ && current_test < TEST_TYPE_MAX) {
560 DVLOG(1) << "NetworkStat: Start Probe test: " << current_test;
    [all...]
  /frameworks/base/core/tests/overlaytests/
testrunner.py 469 current_test = None
478 printer.begin(TASK_INSTRUMENTATION_TEST, current_test)
480 printer.end_pass(TASK_INSTRUMENTATION_TEST, current_test)
485 printer.end_fail(TASK_INSTRUMENTATION_TEST, current_test, msg.rstrip() + '\n')
490 current_test = m.group(1)
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c 1565 size_t current_test = 0; local
    [all...]

Completed in 434 milliseconds