HomeSort by relevance Sort by last modified time
    Searched full:_log (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /development/tools/axl/
log.py 38 def _log(self, *logstrs): member in class:Log
45 self._log("D", *logstrs)
47 self._log("I", *logstrs)
49 self._log("W", *logstrs)
51 self._log("E", *logstrs)
  /system/core/debuggerd/arm/
machine.c 68 _LOG(tfd, only_in_tombstone, "\ncode around pc:\n");
93 _LOG(tfd, only_in_tombstone, "%s\n", code_buffer);
97 _LOG(tfd, only_in_tombstone, "\ncode around lr:\n");
122 _LOG(tfd, only_in_tombstone, "%s\n", code_buffer);
145 _LOG(tfd, only_in_tombstone, "\nstack:\n");
172 _LOG(tfd, (sp_depth > 2) || only_in_tombstone,
186 _LOG(tfd, (sp_depth > 2) || only_in_tombstone,
199 _LOG(tfd, !at_fault, "tid %d not responding!\n", pid);
204 _LOG(tfd, !at_fault, " #%02d pc %08x %s\n", 0, r.ARM_pc,
207 _LOG(tfd, !at_fault, " #%02d lr %08x %s\n", 1, r.ARM_lr
    [all...]
  /system/core/debuggerd/x86/
unwind.c 34 _LOG(tfd, !at_fault, " #%02d eip: %08x %s (%s)\n",
37 _LOG(tfd, !at_fault, " #%02d eip: %08x %s\n",
51 _LOG(tfd, !at_fault, "stack: \n");
63 _LOG(tfd, !at_fault, " #%02d %08x %08x %s (%s)\n",
66 _LOG(tfd, !at_fault, " #%02d %08x %08x %s\n",
73 _LOG(tfd, !at_fault, " ...... ...... \n");
machine.c 45 _LOG(tfd, only_in_tombstone,
52 _LOG(tfd, only_in_tombstone, " eax %08x ebx %08x ecx %08x edx %08x\n",
54 _LOG(tfd, only_in_tombstone, " esi %08x edi %08x\n",
56 _LOG(tfd, only_in_tombstone, " xcs %08x xds %08x xes %08x xfs %08x xss %08x\n",
58 _LOG(tfd, only_in_tombstone,
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
rebaseline_chromium_webkit_tests.py 63 _log = logging.getLogger(__name__) variable
94 _log.error(msg)
96 _log.warn(msg)
98 _log.info(msg)
114 _log.info('Html directory: "%s"', html_directory)
118 _log.info('Deleted html directory: "%s"', html_directory)
142 _log.debug(' Result file full path: "%s".', fullpath)
196 _log.info('')
198 _log.error('No archive found.')
211 _log.warning('NOT ALL TESTS THAT NEED REBASELINING HAVE BEEN REBASELINED.'
    [all...]
  /system/core/debuggerd/
utility.h 57 extern void _LOG(int tfd, bool in_tombstone_only, const char *fmt, ...);
59 #define LOG(fmt...) _LOG(-1, 0, fmt)
63 #define XLOG(fmt...) _LOG(-1, 0, fmt)
70 #define XLOG2(fmt...) _LOG(-1, 0, fmt)
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_runner2.py 46 _log = logging.getLogger(__name__) variable
90 _log.error('')
92 _log.error('')
167 _log.error('')
168 _log.error('Remaining workers are wedged, bailing out.')
169 _log.error('')
171 _log.debug('No wedged threads')
180 _log.info("Interrupted, exiting")
184 _log.info(e.reason)
189 _log.info("Exception raised, exiting"
    [all...]
worker_mixin.py 37 _log = logging.getLogger(__name__) variable
94 _log.debug('Acquiring http lock ...')
96 _log.debug('Starting HTTP server ...')
98 _log.debug('Starting WebSocket server ...')
104 _log.debug('Stopping HTTP server ...')
106 _log.debug('Stopping WebSocket server ...')
108 _log.debug('Releasing server lock ...')
137 _log.debug("%s %s failed:" % (self._name, test_name))
139 _log.debug("%s %s" % (self._name, f.message()))
141 _log.debug("%s %s passed" % (self._name, test_name)
    [all...]
worker.py 41 _log = logging.getLogger(__name__) variable
71 _log.debug("%s starting" % self._name)
83 _log.debug("%s done%s" % (self._name, exception_msg))
86 stack_utils.log_traceback(_log.error, exception_traceback)
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
chromium_linux.py 38 _log = logging.getLogger("webkitpy.layout_tests.port.chromium_linux") variable
86 _log.warning('Could not determine architecture from "file" output: %s' % file_output)
113 _log.error('For complete Linux build requirements, please see:')
114 _log.error('')
115 _log.error(' http://code.google.com/p/chromium/wiki/'
144 _log.error(' Please install using: "sudo apt-get install '
146 _log.error('')
157 _log.error(' Please install using: "sudo apt-get install '
159 _log.error('')
165 _log.error(' Please install using: "sudo apt-get install
    [all...]
http_lock.py 43 _log = logging.getLogger("webkitpy.layout_tests.port.http_lock") variable
64 _log.debug("Removing lock file: %s" % self._process_lock_file_name)
96 _log.debug("Removing stuck lock file: %s" % lock_list[0])
108 _log.debug("Lock directory does not exist: %s" % self._lock_path)
112 _log.debug("Guard lock timed out!")
117 _log.debug("Creating lock file: %s" % self._process_lock_file_name)
129 _log.debug("Warning, http locking failed!")
http_server_base.py 39 _log = logging.getLogger("webkitpy.layout_tests.port.http_server_base") variable
54 _log.debug("Waiting for action: %s" % action)
71 _log.debug("Server running at %s" % url)
73 _log.debug("Server NOT running at %s: %s" % (url, e))
chromium_mac.py 41 _log = logging.getLogger("webkitpy.layout_tests.port.chromium_mac") variable
97 _log.error('For complete Mac build requirements, please see:')
98 _log.error('')
99 _log.error(' http://code.google.com/p/chromium/wiki/'
133 _log.warning('wdiff not found. Install using MacPorts or some '
chromium.py 48 _log = logging.getLogger("webkitpy.layout_tests.port.chromium") variable
76 _log.error('Unable to find %s' % file_description)
77 _log.error(' at %s' % path_to_file)
79 _log.error(' %s' % override_step)
80 _log.error('')
98 _log.error('')
125 _log.error('System dependencies check failed.')
126 _log.error('To override, invoke with --nocheck-sys-deps')
127 _log.error('')
128 _log.error(output
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/system/
logutils_unittest.py 82 self._log = logger
92 logger = self._log
109 self._log.info("test message")
117 self._log.log(level, "test message")
121 self._log.info("message1")
122 self._log.info("message2")
137 self._log.log(self._level, "test message")
141 self._log.log(self._level - 1, "test message")
autoinstall.py 49 _log = logging.getLogger(__name__) variable
105 log_method = _log.debug
113 log = _log.debug
127 _log.debug("Creating file...")
128 _log.debug(' "%s"' % path)
212 _log.debug('Checking %s URL downloaded...' % target_name)
213 _log.debug(' "%s"' % version_path)
217 _log.debug("No URL file found.")
228 _log.debug("Recording URL downloaded...")
229 _log.debug(' URL: "%s"' % url
    [all...]
logtesting.py 87 self._log = LogTesting.setUp(self) # Turn logging on.
90 self._log.tearDown() # Turn off and reset logging.
93 call_some_method() # Contains calls to _log.info(), etc.
96 self._log.assertMessages(["INFO: expected message #1",
227 call_some_method() # Contains calls to _log.info(), etc.
236 self._log = LogTesting.setUp(self)
239 self._log.tearDown()
243 return self._log.messages()
258 self._log.assertMessages(messages)
user.py 39 _log = logging.getLogger("webkitpy.common.system.user") variable
47 _log.warn("Unable to import readline.")
51 _log.warn("If you're using MacPorts, try running:")
52 _log.warn(" sudo port install py25-readline")
147 _log.warn("Failed to open %s" % url)
file_lock.py 35 _log = logging.getLogger("webkitpy.common.system.file_lock") variable
70 _log.debug("File locking failed: %s" % str(sys.exc_info()))
83 _log.debug("Warning in release lock: %s" % str(sys.exc_info()))
  /external/webkit/Tools/Scripts/
check-inspector-strings 46 _log = logging.getLogger("check-inspector-strings") variable
95 _log.error("WebKit checkout not found: You must run this script "
99 _log.debug("WebKit checkout found with root: %s" % checkout_root)
113 _log.info("New: \"%s\"" % (s))
117 _log.info("Suspicious: \"%s\"" % (s))
120 _log.info("Unused: \"%s\"" % (s))
125 _log.info("Duplicate: \"%s\"" % (s))
check-webkit-style 58 _log = logging.getLogger("check-webkit-style") variable
87 _log.debug("Verbose logging enabled.")
96 _log.error("WebKit checkout not found: You must run this script "
102 _log.debug("WebKit checkout not found for current directory.")
105 _log.debug("WebKit checkout found with root: %s" % checkout_root)
127 _log.info("Total errors found: %d in %d files"
  /external/webkit/Tools/Scripts/webkitpy/style/
main_unittest.py 56 self._log = LogTesting.setUp(self)
60 self._log.tearDown()
72 self._log.assertMessages(expected_log_messages)
78 self._log.assertMessages([])
filereader.py 39 _log = logging.getLogger(__name__) variable
112 _log.error("File does not exist: '%s'" % file_path)
116 _log.debug("Skipping file: '%s'" % file_path)
118 _log.debug("Processing file: '%s'" % file_path)
125 _log.warn(message)
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
confirmdiff.py 38 _log = logutils.get_logger(__file__) variable
62 _log.warning("PrettyPatch failed. :(")
64 _log.warning("PrettyPatch unavailable.")
  /external/webkit/Tools/Scripts/webkitpy/common/net/
statusserver.py 40 _log = logging.getLogger("webkitpy.common.net.statusserver") variable
79 _log.warn("Attempted to set %s to value exceeding %s characters, truncating." % (field_name, limit))
123 _log.info("Submitting attachment %s to EWS queues" % attachment_id)
127 _log.debug("Fetching next work item for %s" % queue_name)
140 _log.info("Releasing work item %s from %s" % (patch.id(), queue_name))
144 _log.debug("Recording work items: %s for %s" % (work_items, queue_name))

Completed in 1363 milliseconds

1 2 3 4