HomeSort by relevance Sort by last modified time
    Searched defs:GetProp (Results 1 - 13 of 13) 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()
  /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/chromium-trace/catapult/telemetry/telemetry/testing/
system_stub.py 101 def GetProp(self, property_name):
  /external/lzma/CPP/7zip/UI/Common/
ArchiveExtractCallback.cpp 368 STDMETHODIMP CGetProp::GetProp(PROPID propID, PROPVARIANT *value)
656 if (!GetProp)
659 GetProp = GetProp_Spec;
665 return ExtractToStreamCallback->GetStream7(GetProp_Spec->Name, _fi.IsDir, outStream, askExtractMode, GetProp);
ArchiveExtractCallback.h 150 CMyComPtr<IGetProp> GetProp;
LoadCodecs.cpp 245 static HRESULT GetProp(
246 Func_GetHandlerProperty getProp,
252 return getProp(propID, &prop);
256 Func_GetHandlerProperty getProp,
262 RINOK(GetProp(getProp, getProp2, index, propID, prop));
271 Func_GetHandlerProperty getProp,
278 RINOK(GetProp(getProp, getProp2, index, propID, prop));
290 Func_GetHandlerProperty getProp,
    [all...]
  /external/chromium-trace/catapult/devil/devil/android/
device_utils.py 582 return self.GetProp('sys.boot_completed', cache=False) == '1'
    [all...]
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 935 milliseconds