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

  /external/python/cpython2/Lib/
threading.py 64 def _note(self, format, *args): member in class:_Verbose
82 def _note(self, *args): member in class:_Verbose
172 self._note("%s.acquire(%s): recursive success", self, blocking)
179 self._note("%s.acquire(%s): initial success", self, blocking)
182 self._note("%s.acquire(%s): failure", self, blocking)
210 self._note("%s.release(): final release", self)
213 self._note("%s.release(): non-final release", self)
226 self._note("%s._acquire_restore()", self)
230 self._note("%s._release_save()", self)
342 self._note("%s.wait(): got it", self
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
threading.py 63 def _note(self, format, *args): member in class:_Verbose
81 def _note(self, *args): member in class:_Verbose
171 self._note("%s.acquire(%s): recursive success", self, blocking)
178 self._note("%s.acquire(%s): initial success", self, blocking)
181 self._note("%s.acquire(%s): failure", self, blocking)
209 self._note("%s.release(): final release", self)
212 self._note("%s.release(): non-final release", self)
225 self._note("%s._acquire_restore()", self)
229 self._note("%s._release_save()", self)
341 self._note("%s.wait(): got it", self
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
threading.py 63 def _note(self, format, *args): member in class:_Verbose
81 def _note(self, *args): member in class:_Verbose
171 self._note("%s.acquire(%s): recursive success", self, blocking)
178 self._note("%s.acquire(%s): initial success", self, blocking)
181 self._note("%s.acquire(%s): failure", self, blocking)
209 self._note("%s.release(): final release", self)
212 self._note("%s.release(): non-final release", self)
225 self._note("%s._acquire_restore()", self)
229 self._note("%s._release_save()", self)
341 self._note("%s.wait(): got it", self
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
threading.py 63 def _note(self, format, *args): member in class:_Verbose
81 def _note(self, *args): member in class:_Verbose
171 self._note("%s.acquire(%s): recursive success", self, blocking)
178 self._note("%s.acquire(%s): initial success", self, blocking)
181 self._note("%s.acquire(%s): failure", self, blocking)
209 self._note("%s.release(): final release", self)
212 self._note("%s.release(): non-final release", self)
225 self._note("%s._acquire_restore()", self)
229 self._note("%s._release_save()", self)
341 self._note("%s.wait(): got it", self
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
threading.py 63 def _note(self, format, *args): member in class:_Verbose
81 def _note(self, *args): member in class:_Verbose
171 self._note("%s.acquire(%s): recursive success", self, blocking)
178 self._note("%s.acquire(%s): initial success", self, blocking)
181 self._note("%s.acquire(%s): failure", self, blocking)
209 self._note("%s.release(): final release", self)
212 self._note("%s.release(): non-final release", self)
225 self._note("%s._acquire_restore()", self)
229 self._note("%s._release_save()", self)
341 self._note("%s.wait(): got it", self
    [all...]
  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
log.py 32 def _note(msg, *args): function
69 _note("trace_event: tracelog name is %s.json" % n)
71 _note("trace_event: tracelog name is %s" % log_file)
84 _note("trace_event: Opened new tracelog, lastpos=%i", lastpos)
96 _note("trace_event: Opened existing tracelog")
132 _note("trace_event: Closed")
136 _note("trace_event: Flushed")
  /test/vts-testcase/kernel/ltp/
test_case.py 58 return self._note
63 self._note = note
  /test/vts-testcase/kernel/ltp/shell_environment/definitions/base_definitions/
check_setup_cleanup.py 48 return self._note
52 self._note = note

Completed in 386 milliseconds