Home
last modified time | relevance | path

Searched refs:test_log (Results 1 – 25 of 31) sorted by relevance

12

/external/chromium-trace/catapult/devil/devil/android/
Dlogcat_monitor_test.py23 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/
Drunxmlconf.c111 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 …]
Drunsuite.c166 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/
Dtask.py417 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/
Dlogging_test.py26 def test_log(self): member in EventLoaderTest
/external/u-boot/test/py/tests/
Dtest_log.py16 def test_log(u_boot_console): function
/external/llvm/test/CodeGen/AArch64/
Dillegal-float-ops.ll77 define void @test_log(float %float, double %double, fp128 %fp128) {
78 ; CHECK-LABEL: test_log:
Darm64-illegal-float-ops.ll77 define void @test_log(float %float, double %double, fp128 %fp128) {
78 ; CHECK-LABEL: test_log:
Df16-instructions.ll640 ; CHECK-LABEL: test_log:
648 define half @test_log(half %a) #0 {
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
D2011-11-29-128bitArithmetics.ll152 define void @test_log(<4 x float>* %X) nounwind {
154 ; CHECK-LABEL: test_log:
Dfp16-promote.ll530 ; CHECK-FP16-LABEL: test_log:
534 ; CHECK-LIBCALL-LABEL: test_log:
538 define void @test_log(half* %p) #0 {
/external/llvm/test/CodeGen/ARM/
D2011-11-29-128bitArithmetics.ll152 define void @test_log(<4 x float>* %X) nounwind {
154 ; CHECK-LABEL: test_log:
Dfp16-promote.ll528 ; 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/
Darm64-illegal-float-ops.ll77 define void @test_log(float %float, double %double, fp128 %fp128) {
78 ; CHECK-LABEL: test_log:
Dillegal-float-ops.ll78 define void @test_log(float %float, double %double, fp128 %fp128) {
79 ; CHECK-LABEL: test_log:
Df16-instructions.ll867 ; CHECK-COMMON-LABEL: test_log:
875 define half @test_log(half %a) #0 {
/external/tensorflow/tensorflow/core/util/
DBUILD83 "test_log.proto",
605 srcs = ["test_log.proto"],
/external/python/cpython2/Lib/test/
Dtest_cgi.py190 def test_log(self): member in CgiTests
Dtest_asyncore.py245 def test_log(self): member in DispatcherTests
/external/python/cpython3/Lib/test/
Dtest_cgi.py190 def test_log(self): member in CgiTests
Dtest_asyncore.py255 def test_log(self): member in DispatcherTests
/external/minijail/tools/
Dcompiler_unittest.py274 def test_log(self): member in CompileFilterStatementTests
/external/u-boot/doc/
DREADME.log222 implemented! If you do one, please add a test in test/py/tests/test_log.py
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/translate/
Dimport.hlotxt426 // 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/
Dmain.cpp436 int test_log( cl_device_id deviceID, cl_context context, cl_command_queue queue, int num_elements ) in test_log() function

12