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

  /external/chromium_org/mojo/tools/pylib/
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)
68 # _logging.setLevel(logging.DEBUG)
  /external/chromium_org/mojo/tools/
test_runner.py 13 _logging = logging.getLogger() variable
23 # _logging.setLevel(logging.DEBUG)
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
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
server_process.py 92 self._logging = logging
134 if self._logging:
241 if self._logging and data and len(data):
372 if self._logging:

Completed in 219 milliseconds