Searched refs:_logging (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/mojo/tools/ |
D | test_runner.py | 13 _logging = logging.getLogger() variable 30 _logging.debug("Test list file: %s", argv[1]) 34 _logging.debug("Test list: %s" % gtest_list) 50 _logging.debug("Trying to read successes cache file: %s", 54 _logging.debug("Successes: %s", successes) 63 _logging.debug("Setting GTEST_COLOR=yes") 72 _logging.debug("%s is marked as non-cacheable" % gtest) 78 _logging.debug("Getting transitive hash for %s ... " % gtest) 84 _logging.debug(" Transitive hash: %s" % gtest_hash)
|
/external/chromium_org/mojo/tools/pylib/ |
D | transitive_hash.py | 12 _logging = logging.getLogger() variable 28 _logging.debug("Hashing %s ...", filename) 30 _logging.debug(" => %s", rv) 36 _logging.debug("Getting dependencies for %s ...", filename) 42 _logging.debug(" => no file found in line: %s", line) 45 _logging.debug(" => %s", rv) 58 _logging.debug("Already seen %s (%s) ...", current_filename, current_hash) 60 _logging.debug("Haven't seen %s (%s) ...", current_filename, current_hash)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
D | server_process.py | 92 self._logging = logging 134 if self._logging: 241 if self._logging and data and len(data): 372 if self._logging:
|