Searched refs:patch_call (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/chromium-trace/catapult/devil/devil/android/ |
H A D | device_utils_test.py | 348 with self.patch_call(self.call.device.build_type, 354 with self.patch_call(self.call.device.build_type, return_value='eng'): 358 with self.patch_call(self.call.device.build_type, 901 with self.patch_call( 903 return_value='notflounder'), (self.patch_call( 918 with self.patch_call( 920 return_value='flounder'), (self.patch_call( 935 with self.patch_call( 937 return_value='notflounder'), (self.patch_call( 951 with self.patch_call( [all …]
|
H A D | fastboot_utils_test.py | 255 with self.patch_call(self.call.fastboot.supports_ab, return_value=False): 272 with self.patch_call(self.call.fastboot.supports_ab, return_value=False): 293 with self.patch_call(self.call.fastboot.supports_ab, return_value=True): 294 with self.patch_call(self.call.fastboot.requires_dtbo, return_value=True): 295 with self.patch_call(self.call.fastboot.requires_vbmeta, 459 with self.patch_call(self.call.fastboot.supports_ab, return_value=False): 468 with self.patch_call(self.call.fastboot.supports_ab, return_value=False): 474 with self.patch_call(self.call.fastboot.supports_ab, return_value=False): 480 with self.patch_call(self.call.fastboot.supports_ab, return_value=True): 486 with self.patch_call(self.call.fastboot.supports_ab, return_value=False): [all …]
|
H A D | battery_utils_test.py | 160 with self.patch_call(self.call.device.build_version_sdk, return_value=22): 181 with self.patch_call(self.call.device.build_version_sdk, return_value=22): 601 with self.patch_call( 607 with self.patch_call(self.call.device.product_model, return_value='Other'): 614 with self.patch_call(self.call.device.build_version_sdk, return_value=20): 618 with self.patch_call(self.call.device.build_version_sdk, return_value=22): 636 with self.patch_call(self.call.device.build_version_sdk, return_value=22):
|
/aosp_15_r20/external/chromium-trace/catapult/devil/devil/utils/ |
H A D | mock_calls_test.py | 80 with self.patch_call(self.call.get_answer, return_value=123): 85 with self.patch_call(self.call.adb.Shell, return_value='hello'): 89 with self.patch_call(mock.call.os.getcwd, return_value='/some/path'): 93 with self.patch_call(self.call.adb.Shell, side_effect=ValueError): 99 with self.patch_call(
|
H A D | mock_calls.py | 53 test_case.patch_call(call, side_effect=do_check(call)) 99 def patch_call(self, call, **kwargs): member in TestCase
|
/aosp_15_r20/packages/modules/Virtualization/guest/kernel/android15-6.6/x86_64/ |
D | System.map | 87672 ffffffff823db450 t patch_call
|
/aosp_15_r20/device/google/cuttlefish_prebuilts/kernel/6.6-x86_64-desktop/system_dlkm/ |
D | System.map | 9249 ffffffff81135290 t patch_call
|
/aosp_15_r20/kernel/prebuilts/6.6/x86_64/ |
D | System.map-allsyms | 9283 ffffffff81145b50 t patch_call
|
D | System.map | 9192 ffffffff81133200 t patch_call
|