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

  /external/python/cpython3/Lib/multiprocessing/
util.py 22 'sub_debug', 'debug', 'info', 'sub_warning', 'get_logger',
44 def sub_debug(msg, *args): function
171 sub_debug=sub_debug, getpid=os.getpid):
178 sub_debug('finalizer no longer registered')
181 sub_debug('finalizer ignored because different process')
184 sub_debug('finalizer calling %s with args %s and kwargs %s',
252 sub_debug('calling %s', finalizer)
connection.py 632 util.sub_debug('listener created with address=%r', self._address)
675 util.sub_debug('closing listener with address=%r', address)
  /external/python/cpython2/Lib/multiprocessing/
util.py 46 'sub_debug', 'debug', 'info', 'sub_warning', 'get_logger',
68 def sub_debug(msg, *args): function
199 sub_debug('finalizer no longer registered')
202 sub_debug('finalizer ignored because different process')
205 sub_debug('finalizer calling %s with args %s and kwargs %s',
272 sub_debug('calling %s', finalizer)
reduction.py 46 from multiprocessing.util import register_after_fork, debug, sub_debug
147 sub_debug('reducing handle %d', handle)
154 sub_debug('rebuilding handle %d', handle)
connection.py 47 from multiprocessing.util import get_temp_dir, Finalize, sub_debug, debug
347 sub_debug('listener created with address=%r', self._address)
376 sub_debug('closing listener with address=%r', address)
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
util.py 45 'sub_debug', 'debug', 'info', 'sub_warning', 'get_logger',
67 def sub_debug(msg, *args): function
197 sub_debug('finalizer no longer registered')
199 sub_debug('finalizer calling %s with args %s and kwargs %s',
266 sub_debug('calling %s', finalizer)
reduction.py 46 from multiprocessing.util import register_after_fork, debug, sub_debug
147 sub_debug('reducing handle %d', handle)
154 sub_debug('rebuilding handle %d', handle)
connection.py 47 from multiprocessing.util import get_temp_dir, Finalize, sub_debug, debug
335 sub_debug('listener created with address=%r', self._address)
364 sub_debug('closing listener with address=%r', address)
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
util.py 45 'sub_debug', 'debug', 'info', 'sub_warning', 'get_logger',
67 def sub_debug(msg, *args): function
197 sub_debug('finalizer no longer registered')
199 sub_debug('finalizer calling %s with args %s and kwargs %s',
266 sub_debug('calling %s', finalizer)
reduction.py 46 from multiprocessing.util import register_after_fork, debug, sub_debug
147 sub_debug('reducing handle %d', handle)
154 sub_debug('rebuilding handle %d', handle)
connection.py 47 from multiprocessing.util import get_temp_dir, Finalize, sub_debug, debug
335 sub_debug('listener created with address=%r', self._address)
364 sub_debug('closing listener with address=%r', address)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
util.py 45 'sub_debug', 'debug', 'info', 'sub_warning', 'get_logger',
67 def sub_debug(msg, *args): function
197 sub_debug('finalizer no longer registered')
199 sub_debug('finalizer calling %s with args %s and kwargs %s',
266 sub_debug('calling %s', finalizer)
reduction.py 46 from multiprocessing.util import register_after_fork, debug, sub_debug
147 sub_debug('reducing handle %d', handle)
154 sub_debug('rebuilding handle %d', handle)
connection.py 47 from multiprocessing.util import get_temp_dir, Finalize, sub_debug, debug
335 sub_debug('listener created with address=%r', self._address)
364 sub_debug('closing listener with address=%r', address)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
util.py 45 'sub_debug', 'debug', 'info', 'sub_warning', 'get_logger',
67 def sub_debug(msg, *args): function
197 sub_debug('finalizer no longer registered')
199 sub_debug('finalizer calling %s with args %s and kwargs %s',
266 sub_debug('calling %s', finalizer)
reduction.py 46 from multiprocessing.util import register_after_fork, debug, sub_debug
147 sub_debug('reducing handle %d', handle)
154 sub_debug('rebuilding handle %d', handle)
connection.py 47 from multiprocessing.util import get_temp_dir, Finalize, sub_debug, debug
335 sub_debug('listener created with address=%r', self._address)
364 sub_debug('closing listener with address=%r', address)

Completed in 270 milliseconds