/external/chromium_org/build/android/pylib/ |
D | 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'):
|
D | content_settings.py | 15 sdk_version_string = device.GetProp('ro.build.version.sdk')
|
/external/chromium_org/build/android/buildbot/ |
D | 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/tools/telemetry/telemetry/core/backends/ |
D | 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/content/test/plugin/ |
D | plugin_get_javascript_url_test.cc | 49 if (!::GetProp(window_handle, L"Plugin_Instance")) { in SetWindow() 70 (::GetProp(window, L"Plugin_Instance")); in TimerProc()
|
D | plugin_npobject_lifetime_test.cc | 29 if (!::GetProp(window_handle, L"Plugin_Instance")) { in SetWindow() 47 (::GetProp(window, L"Plugin_Instance")); in TimerProc()
|
D | plugin_create_instance_in_paint.cc | 66 (::GetProp(window, L"Plugin_Instance")); in WindowProc()
|
D | plugin_windowed_test.cc | 127 (::GetProp(window, L"Plugin_Instance")); in WindowProc()
|
/external/chromium_org/third_party/angle/src/libEGL/ |
D | Surface.cpp | 240 Surface* surf = reinterpret_cast<Surface*>(GetProp(hwnd, kSurfaceProperty)); in SurfaceWindowProc() 246 WNDPROC prevWndFunc = reinterpret_cast<WNDPROC >(GetProp(hwnd, kParentWndProc)); in SurfaceWindowProc() 285 LONG_PTR parentWndFunc = reinterpret_cast<LONG_PTR>(GetProp(mWindow, kParentWndProc)); in unsubclassWindow()
|
/external/chromium_org/tools/memory_inspector/memory_inspector/backends/ |
D | 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/ |
D | 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'),
|
/external/chromium_org/chrome/browser/hang_monitor/ |
D | hung_window_detector.cc | 100 reinterpret_cast<int>(GetProp(child_window, kHungChildWindowTimeout)); in CheckChildWindow()
|
D | hung_plugin_action.cc | 128 reinterpret_cast<int>(GetProp( in OnHungWindowDetected()
|
/external/chromium_org/build/android/pylib/perf/ |
D | perf_control.py | 59 product_model = self._device.GetProp('ro.product.model')
|
/external/chromium_org/gpu/config/ |
D | gpu_dx_diagnostics_win.cc | 41 hr = container->GetProp(prop_name16, &variant); in RecurseDiagnosticTree()
|
/external/chromium_org/build/android/ |
D | tombstones.py | 176 'device_abi': device.GetProp('ro.product.cpu.abi'),
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/ |
D | tcmalloc_heap_profiler.py | 39 device_property = self._browser_backend.adb.device().GetProp(values[0])
|
/external/chromium_org/build/android/pylib/device/ |
D | device_utils_test.py | 1367 self.device.GetProp('this.is.a.test.property')) 1373 self.assertEqual('', self.device.GetProp('this.property.does.not.exist')) 1379 self.assertEqual('userdebug', self.device.GetProp('ro.build.type')) 1380 self.assertEqual('userdebug', self.device.GetProp('ro.build.type'))
|
/external/chromium_org/build/android/pylib/instrumentation/ |
D | test_jar.py | 297 device_utils.DeviceUtils.parallel().GetProp(
|
/external/chromium_org/content/browser/renderer_host/ |
D | legacy_render_widget_host_win.cc | 286 if (::GetProp(hwnd(), ui::kIgnoreTouchMouseActivateForWindow)) { in OnMouseActivate()
|
D | render_widget_host_view_aura.cc | 132 if (GetProp(window, kWidgetOwnerProperty) == widget) { in WindowDestroyingCallback() 143 if (GetProp(window, kWidgetOwnerProperty) == widget) in HideWindowsCallback() 152 if (GetProp(window, kWidgetOwnerProperty) == widget && in ShowWindowsCallback() 173 if (GetProp(window, kWidgetOwnerProperty) == params->widget) { in SetCutoutRectsCallback() 766 if (!GetProp(window, kWidgetOwnerProperty)) in MovePluginWindows()
|
/external/chromium_org/tools/telemetry/telemetry/unittest/ |
D | system_stub.py | 85 def GetProp(self, property_name): member in AdbDevice
|
/external/chromium_org/content/child/npapi/ |
D | webplugin_delegate_impl_win.cc | 656 GetProp(hwnd, kWebPluginDelegateProperty)); in DummyWindowProc() 903 GetProp(hwnd, kWebPluginDelegateProperty)); in NativeWndProc() 1458 ::GetProp(child, content::kPluginDummyParentProperty)) in WindowFromPointPatch()
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/ |
D | android_platform_backend.py | 193 return self._device.GetProp('ro.build.id')[0]
|
/external/chromium_org/content/browser/compositor/ |
D | gpu_process_transport_factory.cc | 148 if (::GetProp(compositor->widget(), kForceSoftwareCompositor)) { in CreateOutputSurface()
|