Searched refs:test_log (Results 1 – 10 of 10) sorted by relevance
/external/chromium-trace/catapult/devil/devil/android/ |
D | logcat_monitor_test.py | 23 test_log = logcat_monitor.LogcatMonitor(test_adb, clear=False) 24 return test_log 67 test_log = _CreateTestLog( 69 test_log.Start() 70 actual_match = test_log.WaitFor(r'.*(fatal|error) logcat monitor.*', None) 77 test_log.Stop() 78 test_log.Close() 82 test_log = _CreateTestLog( 84 test_log.Start() 85 actual_match = test_log.WaitFor( [all …]
|
/external/libxml2/ |
D | runxmlconf.c | 111 static void test_log(const char *msg, ...) { in test_log() function 190 test_log("test %s : %s out of memory\n", in xmlconfTestInvalid() 196 test_log("test %s : %s invalid document turned not well-formed too\n", in xmlconfTestInvalid() 201 test_log("test %s : %s failed to detect invalid document\n", in xmlconfTestInvalid() 220 test_log("test %s : %s out of memory\n", in xmlconfTestValid() 226 test_log("test %s : %s failed to parse a valid document\n", in xmlconfTestValid() 233 test_log("test %s : %s failed to validate a valid document\n", in xmlconfTestValid() 255 test_log("test %s : %s failed to parse the XML\n", in xmlconfTestNotNSWF() 262 test_log("test %s : %s failed to detect namespace error\n", in xmlconfTestNotNSWF() 279 test_log("test %s : %s failed to detect not well formedness\n", in xmlconfTestNotWF() [all …]
|
D | runsuite.c | 166 static void test_log(const char *msg, ...) { in test_log() function 313 test_log("Failed to find test in correct line %ld\n", in xsdIncorectTestCase() 337 test_log("Failed to detect incorect RNG line %ld\n", in xsdIncorectTestCase() 350 test_log("Validation of tests starting line %ld leaked %d\n", in xsdIncorectTestCase() 475 test_log("Failed to parse RNGtest line %ld\n", in xsdTestCase() 506 test_log("Failed to parse valid instance line %ld\n", in xsdTestCase() 519 test_log("Failed to validate valid instance line %ld\n", in xsdTestCase() 523 test_log("Internal error validating instance line %ld\n", in xsdTestCase() 531 test_log("Validation of instance line %ld leaked %d\n", in xsdTestCase() 563 test_log("Failed to parse valid instance line %ld\n", in xsdTestCase() [all …]
|
/external/llvm/test/CodeGen/AArch64/ |
D | illegal-float-ops.ll | 77 define void @test_log(float %float, double %double, fp128 %fp128) { 78 ; CHECK-LABEL: test_log:
|
D | arm64-illegal-float-ops.ll | 77 define void @test_log(float %float, double %double, fp128 %fp128) { 78 ; CHECK-LABEL: test_log:
|
D | f16-instructions.ll | 612 ; CHECK-LABEL: test_log: 620 define half @test_log(half %a) #0 {
|
/external/llvm/test/CodeGen/ARM/ |
D | 2011-11-29-128bitArithmetics.ll | 152 define void @test_log(<4 x float>* %X) nounwind { 154 ; CHECK-LABEL: test_log:
|
D | fp16-promote.ll | 528 ; CHECK-FP16-LABEL: test_log: 532 ; CHECK-LIBCALL-LABEL: test_log: 536 define void @test_log(half* %p) #0 {
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 126 void test_log() in test_log() function 627 test_log(); in main()
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 369 void test_log() in test_log() function 1431 test_log(); in main()
|