HomeSort by relevance Sort by last modified time
    Searched defs:_patch (Results 1 - 10 of 10) sorted by null

  /external/python/cpython2/Lib/
_threading_local.py 169 def _patch(self): function
192 _patch(self)
205 _patch(self)
218 _patch(self)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_threading_local.py 169 def _patch(self): function
192 _patch(self)
205 _patch(self)
218 _patch(self)
  /prebuilts/gdb/linux-x86/lib/python2.7/
_threading_local.py 169 def _patch(self): function
192 _patch(self)
205 _patch(self)
218 _patch(self)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_threading_local.py 169 def _patch(self): function
192 _patch(self)
205 _patch(self)
218 _patch(self)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_threading_local.py 169 def _patch(self): function
192 _patch(self)
205 _patch(self)
218 _patch(self)
  /external/python/cpython3/Lib/
_threading_local.py 195 def _patch(self): function
226 with _patch(self):
234 with _patch(self):
242 with _patch(self):
  /external/opencv/cv/src/
cvsurf.cpp 353 CvMat _patch = cvMat(PATCH_SZ+1, PATCH_SZ+1, CV_8U, PATCH); local
470 cvGetQuadrangleSubPix( src, &_patch, &W );
  /external/pdfium/third_party/pymock/
mock.py 1111 class _patch(object): class in inherits:object
    [all...]
  /external/python/cpython2/Lib/test/
_mock_backport.py 1064 class _patch(object): class in inherits:object
    [all...]
  /external/python/cpython3/Lib/unittest/
mock.py 1093 class _patch(object): class in inherits:object
    [all...]

Completed in 303 milliseconds