HomeSort by relevance Sort by last modified time
    Searched refs:test_log (Results 1 - 22 of 22) sorted by null

  /external/chromium-trace/catapult/devil/devil/android/
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/libmojo/third_party/catapult/devil/devil/android/
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/
runxmlconf.c 111 static void test_log(const char *msg, ...) { function
190 test_log("test %s : %s out of memory\n",
196 test_log("test %s : %s invalid document turned not well-formed too\n",
201 test_log("test %s : %s failed to detect invalid document\n",
220 test_log("test %s : %s out of memory\n",
226 test_log("test %s : %s failed to parse a valid document\n",
233 test_log("test %s : %s failed to validate a valid document\n",
255 test_log("test %s : %s failed to parse the XML\n",
262 test_log("test %s : %s failed to detect namespace error\n",
279 test_log("test %s : %s failed to detect not well formedness\n"
    [all...]
runsuite.c 166 static void test_log(const char *msg, ...) { function
313 test_log("Failed to find test in correct line %ld\n",
337 test_log("Failed to detect incorect RNG line %ld\n",
350 test_log("Validation of tests starting line %ld leaked %d\n",
475 test_log("Failed to parse RNGtest line %ld\n",
506 test_log("Failed to parse valid instance line %ld\n",
519 test_log("Failed to validate valid instance line %ld\n",
523 test_log("Internal error validating instance line %ld\n",
531 test_log("Validation of instance line %ld leaked %d\n",
563 test_log("Failed to parse valid instance line %ld\n"
    [all...]
  /external/toolchain-utils/bestflags/
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:
428 test_run_log = '%s/%s/test_log.txt' % self._log_path
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_cgi.py 183 def test_log(self): member in class:CgiTests
test_asyncore.py 245 def test_log(self): member in class:DispatcherTests
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
KeyChainTest.java 114 mLogView = (TextView) root.findViewById(R.id.test_log);
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 124 void test_log() function
632 test_log();
  /external/libcxx/test/std/depr/depr.c.headers/
math_h.pass.cpp 366 void test_log() function
    [all...]
  /external/libcxx/test/std/numerics/c.math/
cmath.pass.cpp 368 void test_log() function
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp 276 void test_log() function
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
math_h.pass.cpp 369 void test_log() function
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/numerics/c.math/
cmath.pass.cpp 370 void test_log() function
    [all...]

Completed in 761 milliseconds