Home
last modified time | relevance | path

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

12

/external/chromium-trace/catapult/devil/devil/android/
Dlogcat_monitor_test.py25 test_log = logcat_monitor.LogcatMonitor(test_adb, clear=False)
26 return test_log
76 test_log = _CreateTestLog(
78 test_log.Start()
79 actual_match = test_log.WaitFor(r'.*(fatal|error) logcat monitor.*', None)
85 test_log.Stop()
86 test_log.Close()
90 test_log = _CreateTestLog(
92 test_log.Start()
93 actual_match = test_log.WaitFor(r'.*My Success Regex.*',
[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 xsdIncorrectTestCase()
335 test_log("Failed to detect incorrect RNG line %ld\n", in xsdIncorrectTestCase()
348 test_log("Validation of tests starting line %ld leaked %d\n", in xsdIncorrectTestCase()
471 test_log("Failed to parse RNGtest line %ld\n", in xsdTestCase()
502 test_log("Failed to parse valid instance line %ld\n", in xsdTestCase()
513 test_log("Failed to validate valid instance line %ld\n", in xsdTestCase()
517 test_log("Internal error validating instance line %ld\n", in xsdTestCase()
525 test_log("Validation of instance line %ld leaked %d\n", in xsdTestCase()
557 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/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-macro-repeated-side-effects.c123 void test_log(int a) { in test_log() 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/llvm-project/llvm/test/CodeGen/ARM/
D2011-11-29-128bitArithmetics.ll152 define void @test_log(<4 x float>* %X) nounwind {
154 ; CHECK-LABEL: test_log:
Dfp16-fullfp16.ll338 define void @test_log(half* %p) {
339 ; CHECK-LABEL: test_log:
Dfp16-promote.ll545 ; CHECK-FP16-LABEL: test_log:
549 ; CHECK-LIBCALL-LABEL: test_log:
553 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/llvm-project/llvm/test/CodeGen/AArch64/
Dillegal-float-ops.ll78 define void @test_log(float %float, double %double, fp128 %fp128) {
79 ; CHECK-LABEL: test_log:
Df16-instructions.ll936 ; FALLBACK-NOT: remark:{{.*}}test_log
937 ; FALLBACK-FP16-NOT: remark:{{.*}}test_log
939 ; CHECK-COMMON-LABEL: test_log:
948 ; GISEL-LABEL: test_log:
957 define half @test_log(half %a) #0 {
/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/jinja/tests/
Dtest_loader.py204 def test_log(self, prefix_loader): member in TestModuleLoader
/external/python/cpython3/Lib/test/
Dtest_cgi.py204 def test_log(self): member in CgiTests
Dtest_asyncore.py255 def test_log(self): member in DispatcherTests
/external/minijail/tools/
Dcompiler_unittest.py282 def test_log(self): member in CompileFilterStatementTests
/external/llvm-project/llvm/test/Transforms/HardwareLoops/ARM/
Dcalls.ll156 ; CHECK-LABEL: test_log
159 define float @test_log(float* %a) {
/external/tensorflow/tensorflow/compiler/mlir/tosa/tests/
Dtf-to-tosa-pipeline.mlir322 // CHECK-LABEL: test_log
324 func @test_log(%arg0: tensor<13x21x3xf32>) -> tensor<13x21x3xf32> {
/external/tensorflow/tensorflow/core/util/
DBUILD817 srcs = ["test_log.proto"],

12