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

  /external/chromium_org/chrome/common/extensions/docs/server2/
integration_test.py 40 _VERBOSE = False
132 # if _VERBOSE:
288 _VERBOSE = opts.verbose
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
threading.py 47 # All the major classes here derive from _Verbose. We force that to
52 _VERBOSE = False
56 class _Verbose(object):
60 verbose = _VERBOSE
78 class _Verbose(object):
124 class _RLock(_Verbose):
132 _Verbose.__init__(self, verbose)
254 class _Condition(_Verbose):
260 _Verbose.__init__(self, verbose)
422 class _Semaphore(_Verbose)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
threading.py 47 # All the major classes here derive from _Verbose. We force that to
52 _VERBOSE = False
56 class _Verbose(object):
60 verbose = _VERBOSE
78 class _Verbose(object):
124 class _RLock(_Verbose):
132 _Verbose.__init__(self, verbose)
254 class _Condition(_Verbose):
260 _Verbose.__init__(self, verbose)
422 class _Semaphore(_Verbose)
    [all...]

Completed in 270 milliseconds