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

  /external/chromium_org/third_party/libxml/src/
runsuite.c 178 static void test_log(const char *msg, ...) { function
325 test_log("Failed to find test in correct line %ld\n",
349 test_log("Failed to detect incorect RNG line %ld\n",
362 test_log("Validation of tests starting line %ld leaked %d\n",
487 test_log("Failed to parse RNGtest line %ld\n",
518 test_log("Failed to parse valid instance line %ld\n",
531 test_log("Failed to validate valid instance line %ld\n",
535 test_log("Internal error validating instance line %ld\n",
543 test_log("Validation of instance line %ld leaked %d\n",
575 test_log("Failed to parse valid instance line %ld\n"
    [all...]
  /external/chromium_org/chrome_frame/test/reliability/
page_load_test.cc 155 std::ofstream test_log; local
158 g_test_log_path = base::FilePath(FILE_PATH_LITERAL("test_log.log"));
159 test_log.open(g_test_log_path.value().c_str());
172 test_log << "Last Change: ";
173 test_log << last_change << std::endl;
179 test_log << "Test Start: ";
180 test_log << base::TimeFormatFriendlyDateAndTime(time_now) << std::endl;
195 test_log << "browser_launched_seconds=";
196 test_log << (time_now.ToDoubleT() - time_start) << std::endl;
232 test_log << "navigate_complete_seconds="
    [all...]
  /external/chromium_org/chrome/test/reliability/
page_load_test.cc 286 std::ofstream test_log; local
289 g_test_log_path = base::FilePath(FILE_PATH_LITERAL("test_log.log"));
290 test_log.open(g_test_log_path.value().c_str());
307 test_log << "Last Change: ";
308 test_log << last_change << std::endl;
313 test_log << "Test Start: ";
314 test_log << base::TimeFormatFriendlyDateAndTime(time_now) << std::endl;
321 test_log << "browser_launched_seconds=";
322 test_log << (time_now.ToDoubleT() - time_start) << std::endl;
336 test_log << "navigate_complete_seconds="
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cgi.py 188 def test_log(self): member in class:CgiTests
test_asyncore.py 246 def test_log(self): member in class:DispatcherTests
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cgi.py 188 def test_log(self): member in class:CgiTests
test_asyncore.py 246 def test_log(self): member in class:DispatcherTests
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 124 void test_log() function
625 test_log();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp 270 void test_log() function
    [all...]

Completed in 8152 milliseconds