OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetProp
(Results
1 - 11
of
11
) 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/chrome/browser/hang_monitor/
hung_plugin_action.cc
76
reinterpret_cast<int>(
GetProp
(
hung_window_detector.cc
87
reinterpret_cast<int>(
GetProp
(child_window, kHungChildWindowTimeout));
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
Surface.cpp
317
Surface* surf = reinterpret_cast<Surface*>(
GetProp
(hwnd, kSurfaceProperty));
322
WNDPROC prevWndFunc = reinterpret_cast<WNDPROC >(
GetProp
(hwnd, kParentWndProc));
346
LONG parentWndFunc = reinterpret_cast<LONG>(
GetProp
(mWindow, kParentWndProc));
/external/webkit/Source/WebKit/win/
WebNodeHighlight.cpp
214
WebNodeHighlight* highlight = reinterpret_cast<WebNodeHighlight*>(::
GetProp
(hwnd, kWebNodeHighlightPointerProp));
/external/webkit/Source/WebCore/plugins/win/
PluginViewWin.cpp
154
PluginView* pluginView = reinterpret_cast<PluginView*>(
GetProp
(hWnd, kWebPluginViewProperty));
187
PluginView* pluginView = reinterpret_cast<PluginView*>(
GetProp
(hWnd, kWebPluginViewProperty));
332
PluginView* pluginView = reinterpret_cast<PluginView*>(
GetProp
(hWnd, kWebPluginViewProperty));
/external/webkit/Source/WebKit/win/WebCoreSupport/
WebInspectorClient.cpp
486
WebInspectorFrontendClient* client = reinterpret_cast<WebInspectorFrontendClient*>(::
GetProp
(hwnd, kWebInspectorPointerProp));
/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 477 milliseconds