Home
last modified time | relevance | path

Searched defs:patched (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/s390/
Dassembler-s390-inl.h308 bool patched = false; in set_target_address_at() local
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestCheckCLDR.java253 CLDRFile patched = nativeFile; // new CLDRFile(override); in checkLocale() local
/external/python/mock/mock/tests/
Dtestpatch.py1802 def patched(mock_path): function
/external/python/cpython3/Lib/unittest/test/testmock/
Dtestpatch.py1821 def patched(mock_path): function
/external/pdfium/third_party/pymock/
Dmock.py1182 def patched(*args, **keywargs): function
/external/python/cpython2/Lib/test/
D_mock_backport.py1135 def patched(*args, **keywargs): function
/external/python/cpython3/Lib/unittest/
Dmock.py1189 def patched(*args, **keywargs): function
/external/python/mock/mock/
Dmock.py1290 def patched(*args, **keywargs): function
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils_test.py177 def __init__(self, patched=None, mocked=None): argument