Home
last modified time | relevance | path

Searched defs:real_method (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/zip/tests/
Dend_to_end.rs173 let real_method = file.compression(); in check_archive_file() localVariable
/aosp_15_r20/external/python/apitools/apitools/base/py/testing/
Dmock.py189 def __init__(self, key, mocked_client, real_method): argument