/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/toolchain-utils/bestflags/ |
D | task.py | 417 test_log = '%s/%s/test.txt' % self._log_path 419 _CreateDirectory(test_log) 421 with open(test_log, 'w') as out_file:
|
/external/tensorflow/tensorflow/python/platform/ |
D | logging_test.py | 26 def test_log(self): member in EventLoaderTest
|
/external/u-boot/test/py/tests/ |
D | test_log.py | 16 def test_log(u_boot_console): function
|
/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 | 640 ; CHECK-LABEL: test_log: 648 define half @test_log(half %a) #0 {
|
/external/swiftshader/third_party/llvm-7.0/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 | 530 ; CHECK-FP16-LABEL: test_log: 534 ; CHECK-LIBCALL-LABEL: test_log: 538 define void @test_log(half* %p) #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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | arm64-illegal-float-ops.ll | 77 define void @test_log(float %float, double %double, fp128 %fp128) { 78 ; CHECK-LABEL: test_log:
|
D | illegal-float-ops.ll | 78 define void @test_log(float %float, double %double, fp128 %fp128) { 79 ; CHECK-LABEL: test_log:
|
D | f16-instructions.ll | 867 ; CHECK-COMMON-LABEL: test_log: 875 define half @test_log(half %a) #0 {
|
/external/tensorflow/tensorflow/core/util/ |
D | BUILD | 83 "test_log.proto", 605 srcs = ["test_log.proto"],
|
/external/python/cpython2/Lib/test/ |
D | test_cgi.py | 190 def test_log(self): member in CgiTests
|
D | test_asyncore.py | 245 def test_log(self): member in DispatcherTests
|
/external/python/cpython3/Lib/test/ |
D | test_cgi.py | 190 def test_log(self): member in CgiTests
|
D | test_asyncore.py | 255 def test_log(self): member in DispatcherTests
|
/external/minijail/tools/ |
D | compiler_unittest.py | 274 def test_log(self): member in CompileFilterStatementTests
|
/external/u-boot/doc/ |
D | README.log | 222 implemented! If you do one, please add a test in test/py/tests/test_log.py
|
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/translate/ |
D | import.hlotxt | 426 // CHECK-LABEL: func @test_log(%arg0: tensor<16xf32>) -> tensor<16xf32> { 427 %test_log (arg0.1: f32[16]) -> f32[16] {
|
/external/OpenCL-CTS/test_conformance/math_brute_force/ |
D | main.cpp | 436 int test_log( cl_device_id deviceID, cl_context context, cl_command_queue queue, int num_elements ) in test_log() function
|