Home
last modified time | relevance | path

Searched refs:patch1 (Results 1 – 6 of 6) sorted by relevance

/external/toolchain-utils/llvm_tools/patch_sync/src/
Dpatch_parsing.rs385 let patch1 = PatchDictSchema { in test_union() localVariable
399 ..patch1.clone() in test_union()
403 ..patch1.clone() in test_union()
407 patches: vec![patch1, patch2], in test_union()
433 let patch1 = PatchDictSchema { in test_union_empties() localVariable
446 patches: vec![patch1.clone()], in test_union_empties()
450 patches: vec![patch1], in test_union_empties()
/external/python/cpython3/Lib/unittest/test/testmock/
Dtestwith.py133 with patch.object(c, 'f', autospec=True) as patch1:
137 self.assertEqual(patch1.call_count, 0)
139 self.assertEqual(patch1.call_count, 1)
/external/python/cpython3/Lib/test/test_email/data/
Dmsg_39.txt15 Content-Description: patch1
/external/python/cpython2/Lib/email/test/data/
Dmsg_39.txt15 Content-Description: patch1
/external/python/cpython2/Misc/
DHISTORY14495 - _tkinter is now compatible with Tcl 7.5 / Tk 4.1 patch1 on Windows and
/external/python/cpython3/Misc/
DHISTORY31874 - _tkinter is now compatible with Tcl 7.5 / Tk 4.1 patch1 on Windows and