OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_log
(Results
1 - 8
of
8
) 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
156
std::ofstream
test_log
;
local
159
g_test_log_path = base::FilePath(FILE_PATH_LITERAL("
test_log
.log"));
160
test_log
.open(g_test_log_path.value().c_str());
173
test_log
<< "Last Change: ";
174
test_log
<< last_change << std::endl;
180
test_log
<< "Test Start: ";
181
test_log
<< base::TimeFormatFriendlyDateAndTime(time_now) << std::endl;
196
test_log
<< "browser_launched_seconds=";
197
test_log
<< (time_now.ToDoubleT() - time_start) << std::endl;
233
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 760 milliseconds