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

1 2

  /external/chromium_org/build/android/pylib/
device_settings.py 29 sdk_version = int(device.GetProp('ro.build.version.sdk'))
32 device.GetProp('ro.build.version.sdk'))
39 if device.GetProp('ro.build.type') == 'userdebug':
69 device.GetProp('ro.build.type') != 'userdebug'):
content_settings.py 15 sdk_version_string = device.GetProp('ro.build.version.sdk')
  /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...]
  /external/chromium_org/build/android/buildbot/
bb_device_status_check.py 50 device_type = device_adb.GetProp('ro.build.product')
51 device_build = device_adb.GetProp('ro.build.id')
52 device_build_type = device_adb.GetProp('ro.build.type')
53 device_product_name = device_adb.GetProp('ro.product.name')
75 (device_build, device_adb.GetProp('ro.build.fingerprint')),
80 ' Wifi IP: %s' % device_adb.GetProp('dhcp.wlan0.ipaddress'),
90 device_adb.GetProp('ro.setupwizard.mode') == 'DISABLED')
  /external/chromium_org/content/test/plugin/
plugin_get_javascript_url_test.cc 49 if (!::GetProp(window_handle, L"Plugin_Instance")) {
70 (::GetProp(window, L"Plugin_Instance"));
plugin_npobject_lifetime_test.cc 29 if (!::GetProp(window_handle, L"Plugin_Instance")) {
47 (::GetProp(window, L"Plugin_Instance"));
plugin_create_instance_in_paint.cc 66 (::GetProp(window, L"Plugin_Instance"));
plugin_windowed_test.cc 127 (::GetProp(window, L"Plugin_Instance"));
  /external/chromium_org/tools/telemetry/telemetry/core/backends/
adb_commands.py 74 return self._device.GetProp('ro.build.type') == 'user'
108 has_device_prebuilt = adb.device().GetProp('ro.product.cpu.abi').startswith(
  /external/chromium_org/third_party/angle/src/libEGL/
Surface.cpp 240 Surface* surf = reinterpret_cast<Surface*>(GetProp(hwnd, kSurfaceProperty));
246 WNDPROC prevWndFunc = reinterpret_cast<WNDPROC >(GetProp(hwnd, kParentWndProc));
285 LONG_PTR parentWndFunc = reinterpret_cast<LONG_PTR>(GetProp(mWindow, kParentWndProc));
  /external/chromium_org/build/android/pylib/perf/
perf_control.py 59 product_model = self._device.GetProp('ro.product.model')
  /external/chromium_org/chrome/browser/hang_monitor/
hung_window_detector.cc 100 reinterpret_cast<int>(GetProp(child_window, kHungChildWindowTimeout));
hung_plugin_action.cc 128 reinterpret_cast<int>(GetProp(
  /external/chromium_org/gpu/config/
gpu_dx_diagnostics_win.cc 41 hr = container->GetProp(prop_name16, &variant);
  /external/chromium_org/build/android/
tombstones.py 176 'device_abi': device.GetProp('ro.product.cpu.abi'),
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
tcmalloc_heap_profiler.py 39 device_property = self._browser_backend.adb.device().GetProp(values[0])
  /external/chromium_org/tools/memory_inspector/memory_inspector/backends/
android_backend.py 182 self._name = '%s %s' % (adb.GetProp('ro.product.model'),
183 adb.GetProp('ro.build.id'))
199 abi = adb.GetProp('ro.product.cpu.abi')
  /external/chromium_org/tools/telemetry/telemetry/core/forwarders/
android_forwarder.py 130 dnschange = self._adb.device().GetProp('net.dnschange')
147 self._adb.device().GetProp('net.dns1'),
148 self._adb.device().GetProp('net.dns2'),
262 while [ `getprop sys.usb.state` != "none" ]; do
  /external/chromium_org/build/android/pylib/device/
device_utils_test.py 240 ('adb -s 0123456789abcdef shell getprop ro.build.type',
249 ('adb -s 0123456789abcdef shell getprop ro.build.type', 'user\r\n')]):
255 ('adb -s 0123456789abcdef shell getprop ro.build.type',
286 ('adb -s 0123456789abcdef shell getprop sys.boot_completed', '1\r\n'),
303 ('adb -s 0123456789abcdef shell getprop sys.boot_completed', '1\r\n'),
322 ('adb -s 0123456789abcdef shell getprop sys.boot_completed',
332 ('adb -s 0123456789abcdef shell getprop sys.boot_completed',
347 ('adb -s 0123456789abcdef shell getprop sys.boot_completed',
362 ('adb -s 0123456789abcdef shell getprop sys.boot_completed',
404 ('adb -s 0123456789abcdef shell getprop sys.boot_completed'
    [all...]
  /external/chromium_org/build/android/pylib/instrumentation/
test_jar.py 297 device_utils.DeviceUtils.parallel().GetProp(
  /external/chromium_org/content/browser/renderer_host/
legacy_render_widget_host_win.cc 286 if (::GetProp(hwnd(), ui::kIgnoreTouchMouseActivateForWindow)) {
  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl_win.cc 656 GetProp(hwnd, kWebPluginDelegateProperty));
    [all...]

Completed in 436 milliseconds

1 2