HomeSort by relevance Sort by last modified time
    Searched refs:GetProp (Results 1 - 23 of 23) sorted by null

  /development/scripts/
add-accounts 43 def GetProp(adb_flags, name):
45 "/system/bin/getprop", name)
97 hosted_account = GetProp(adb_flags, "ro.config.hosted_account").strip()
98 google_account = GetProp(adb_flags, "ro.config.google_account").strip()
add-accounts-sdk 43 def GetProp(adb_flags, name):
44 args = ("adb",) + adb_flags + ("shell", "/system/bin/getprop", name)
94 hosted_account = GetProp(adb_flags, "ro.config.hosted_account").strip()
95 google_account = GetProp(adb_flags, "ro.config.google_account").strip()
  /external/chromium-trace/catapult/devil/devil/android/tools/
system_app_test.py 47 mock_device.GetProp.side_effect = dict_getprop
51 mock_device.GetProp.assert_called_once_with(
59 mock_device.GetProp.assert_called_once_with(
system_app.py 83 if device.GetProp(_ENABLE_MODIFICATION_PROP) == '1':
device_status.py 115 wifi_ip = device.GetProp('dhcp.wlan0.ipaddress')
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxdiag.h 72 #undef GetProp
88 STDMETHOD(GetProp)(THIS_ LPCWSTR pwszPropName, VARIANT* pvarProp) PURE;
103 #define IDxDiagContainer_GetProp(p,a,b) (p)->lpVtbl->GetProp(p,a,b)
115 #define IDxDiagContainer_GetProp(p,a,b) (p)->GetProp(a,b)
qmgr.h 245 virtual HRESULT WINAPI GetProp(GROUPPROP propID,VARIANT *pvarVal) = 0;
267 HRESULT (WINAPI *GetProp)(IBackgroundCopyGroup *This,GROUPPROP propID,VARIANT *pvarVal);
291 #define IBackgroundCopyGroup_GetProp(This,propID,pvarVal) (This)->lpVtbl->GetProp(This,propID,pvarVal)
    [all...]
winuser.h     [all...]
  /external/perfetto/tools/
run_android_test 90 def GetProp(prop):
91 cmd = [ADB_PATH, 'shell', 'getprop', prop]
102 return GetProp('sys.boot_completed') == '1'
  /external/chromium-trace/catapult/devil/devil/android/
device_utils_test.py 222 AnyStringWith('getprop'),
319 self.assertCall(self.call.adb.Shell('getprop service.adb.root'),
333 self.assertCall(self.call.adb.Shell('getprop service.adb.root'),
344 (self.call.device.GetProp('service.adb.root', cache=False), '1')):
366 self.call.device.GetProp('ro.build.type', cache=True), 'user'):
371 self.call.device.GetProp('ro.build.type', cache=True), 'userdebug'):
394 (self.call.device.GetProp('ro.build.version.sdk', cache=True), '19'),
403 (self.call.device.GetProp('ro.build.version.sdk', cache=True), '19'),
412 (self.call.device.GetProp('ro.build.version.sdk', cache=True), '19'),
421 (self.call.device.GetProp('ro.build.version.sdk', cache=True), '19')
    [all...]
device_utils.py 417 return self.GetProp('service.adb.root') == '1'
489 return self.GetProp('service.adb.root', cache=False) == '1'
726 return self.GetProp('sys.boot_completed', cache=False) == '1'
    [all...]
device_utils_devicetest.py 229 self.assertIn(self.device.GetProp('service.adb.root'), ('', '0'))
232 self.assertEquals(self.device.GetProp('service.adb.root'), '1')
  /external/lzma/CPP/7zip/UI/Common/
IFileExtractCallback.h 95 STDMETHOD(GetProp)(PROPID propID, PROPVARIANT *value) x; \
104 STDMETHOD(GetStream7)(const wchar_t *name, Int32 isDir, ISequentialOutStream **outStream, Int32 askExtractMode, IGetProp *getProp) x; \
LoadCodecs.cpp 295 static HRESULT GetProp(
296 Func_GetHandlerProperty getProp,
302 return getProp(propID, &prop);
306 Func_GetHandlerProperty getProp,
312 RINOK(GetProp(getProp, getProp2, index, propID, prop));
321 Func_GetHandlerProperty getProp,
328 RINOK(GetProp(getProp, getProp2, index, propID, prop));
340 Func_GetHandlerProperty getProp,
    [all...]
ArchiveExtractCallback.h 171 CMyComPtr<IGetProp> GetProp;
ArchiveExtractCallback.cpp 421 STDMETHODIMP CGetProp::GetProp(PROPID propID, PROPVARIANT *value)
924 if (!GetProp)
927 GetProp = GetProp_Spec;
942 return ExtractToStreamCallback->GetStream7(name, BoolToInt(_item.IsDir), outStream, askExtractMode, GetProp);
    [all...]
  /external/libmojo/third_party/catapult/devil/devil/android/
device_utils_test.py 197 AnyStringWith('getprop'), check_return=True, large_output=True), ret)
320 self.call.device.GetProp('ro.build.type', cache=True), 'user'):
325 self.call.device.GetProp('ro.build.type', cache=True), 'userdebug'):
348 (self.call.device.GetProp('ro.build.version.sdk', cache=True), '19'),
357 (self.call.device.GetProp('ro.build.version.sdk', cache=True), '19'),
366 (self.call.device.GetProp('ro.build.version.sdk', cache=True), '19'),
437 (self.call.device.GetProp('sys.boot_completed', cache=False), '1')):
451 (self.call.device.GetProp('sys.boot_completed', cache=False), '1'),
476 (self.call.device.GetProp('sys.boot_completed', cache=False), '1')):
490 (self.call.device.GetProp('sys.boot_completed', cache=False)
    [all...]
device_utils.py 564 return self.GetProp('sys.boot_completed', cache=False) == '1'
    [all...]
  /development/tools/
monkey 141 def GetProp(self, name):
143 return self.Get(["shell", "getprop", name])
153 while self.GetProp("sys.boot_completed") != "1":
  /external/libmojo/third_party/catapult/devil/devil/android/tools/
device_status.py 124 build_fingerprint = device.GetProp('ro.build.fingerprint', cache=True)
125 wifi_ip = device.GetProp('dhcp.wlan0.ipaddress')
  /external/lzma/CPP/7zip/UI/FileManager/
ExtractCallback.cpp 781 static HRESULT GetTime(IGetProp *getProp, PROPID propID, FILETIME &ft, bool &ftDefined)
785 RINOK(getProp->GetProp(propID, &prop));
797 static HRESULT GetItemBoolProp(IGetProp *getProp, PROPID propID, bool &result)
801 RINOK(getProp->GetProp(propID, &prop));
813 IGetProp *getProp)
824 GetItemBoolProp(getProp, kpidIsAltStream, _isAltStream);
838 RINOK(getProp->GetProp(kpidSize, &prop));
    [all...]
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 848 milliseconds