Searched refs:SetProp (Results 1 – 9 of 9) sorted by relevance
/external/chromium-trace/catapult/devil/devil/android/tools/ |
D | system_app_test.py | 59 mock_device.SetProp.side_effect = dict_setprop 66 mock_device.SetProp.assert_called_once_with( 74 self.assertFalse(mock_device.SetProp.mock_calls) # assert not called 77 mock_device.SetProp.assert_called_once_with(
|
D | system_app.py | 178 device.SetProp(_ENABLE_MODIFICATION_PROP, '1') 215 device.SetProp(_ENABLE_MODIFICATION_PROP, '0')
|
/external/tcpdump/tests/ |
D | forces1vvv.out | 85 Oper TLV SetProp(0x2) length 28 111 Oper TLV SetProp(0x2) length 28 134 Oper TLV SetProp(0x2) length 28 160 Oper TLV SetProp(0x2) length 28
|
D | forces1vvvv.out | 121 Oper TLV SetProp(0x2) length 28 154 Oper TLV SetProp(0x2) length 28 184 Oper TLV SetProp(0x2) length 28 217 Oper TLV SetProp(0x2) length 28
|
/external/chromium-trace/catapult/systrace/profile_chrome/ |
D | chrome_tracing_agent.py | 78 self._device.SetProp(_HEAP_PROFILE_MMAP_PROPERTY, 1) 105 self._device.SetProp(_HEAP_PROFILE_MMAP_PROPERTY, 0)
|
/external/chromium-trace/catapult/devil/devil/android/ |
D | device_utils_devicetest.py | 266 self.device.SetProp('service.adb.root', '0')
|
D | device_utils_test.py | 2766 self.call.device.SetProp('dalvik.vm.enableassertions', 'all')): 2780 self.call.device.SetProp('dalvik.vm.enableassertions', '')): 2869 self.device.SetProp('test.property', 'test value') 2876 self.device.SetProp('test.property', 'new_value', check=True) 2884 self.device.SetProp('test.property', 'new_value', check=True)
|
D | device_utils.py | 2714 self.SetProp(self.JAVA_ASSERT_PROPERTY, new_value) 2974 def SetProp(self, member in DeviceUtils
|
/external/chromium-trace/catapult/devil/docs/ |
D | device_utils.md | 1028 ### DeviceUtils.SetProp
|