/development/tools/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
D | ViewManager.java | 30 public static void invalidate(IDevice device, Window window, String params) { in invalidate() argument 31 sendCommand("INVALIDATE", device, window, params); in invalidate() 34 public static void requestLayout(IDevice device, Window window, String params) { in requestLayout() argument 35 sendCommand("REQUEST_LAYOUT", device, window, params); in requestLayout() 38 private static void sendCommand(String command, IDevice device, Window window, String params) { in sendCommand() argument 49 out.write(command + " " + window.encode() + " " + params); in sendCommand()
|
D | CaptureLoader.java | 34 public static Image loadCapture(IDevice device, Window window, String params) { in loadCapture() argument 47 out.write("CAPTURE " + window.encode() + " " + params); in loadCapture()
|
D | ProfilesLoader.java | 32 public static double[] loadProfiles(IDevice device, Window window, String params) { in loadProfiles() argument 45 out.write("PROFILE " + window.encode() + " " + params); in loadProfiles()
|
D | ViewHierarchyLoader.java | 39 public static ViewHierarchyScene loadScene(IDevice device, Window window) { in loadScene() argument 61 out.write("DUMP " + window.encode()); in loadScene()
|
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/ |
D | AvdManagerAction.java | 40 public void init(IWorkbenchWindow window) { in init() argument 47 UpdaterWindow window = new UpdaterWindow( in run() local 52 window.addListeners(new UpdaterWindow.ISdkListener() { in run() 57 window.open(); in run()
|
D | OpenWizardAction.java | 89 public void init(IWorkbenchWindow window) { in init() argument 105 IWorkbenchWindow window = workbench.getActiveWorkbenchWindow(); in run() local 111 selection = window.getSelectionService().getSelection(); in run() 119 IWorkbenchPart part = window.getPartService().getActivePart(); in run() 137 Shell parent = window.getShell(); in run() 150 window.getWorkbench().getHelpSystem().setHelp(dialog.getShell(), in run()
|
/development/ide/xcode/ports/ |
D | skia_mac.cp | 52 WindowRef window; local 66 // Then create a window. "MainWindow" is the name of the window object. This name is set in 68 err = CreateWindowFromNib(nibRef, CFSTR("MainWindow"), &window); 76 (void)create_sk_window(window); 79 MoveWindow(window, x, y, false); 80 SizeWindow(window, width, height, false); 82 // The window was created hidden so show it. 83 ShowWindow( window );
|
/development/tools/axl/ |
D | chewperf.py | 77 window = [0 for x in range(5)] 80 window[x % len(window)] = buckets.items()[x][1] 81 print "%s\t%s" % (buckets.items()[x][0], sum(window) / len(window))
|
/development/samples/BrowserPlugin/jni/animation/ |
D | AnimationPlugin.cpp | 117 const int W = obj->window->width; in drawPlugin() 118 const int H = obj->window->height; in drawPlugin() 153 bounce(&m_x, &m_dx, obj->window->width - OW); in drawPlugin() 154 bounce(&m_y, &m_dy, obj->window->height - OH); in drawPlugin() 163 NPWindow *window = obj->window; in showEntirePluginOnScreen() local 169 visibleRects[0].right = window->width; in showEntirePluginOnScreen() 170 visibleRects[0].bottom = window->height; in showEntirePluginOnScreen()
|
/development/simulator/app/ |
D | README | 47 "log-*" (various) Preferences for the log window. 48 "window-*" (int) Positions and sizes of windows. 55 "window-device-x" (int) Position of device window. 56 "window-device-y" (int) Position of device window. 58 "refocus-on-restart" (bool) When runtime rstarts, give focus to phone window.
|
D | DeviceManager.h | 57 bool SetDisplayConfig(int displayIndex, wxWindow* window, 202 bool Create(int displayNum, wxWindow* window, int width, int height,
|
D | DeviceManager.cpp | 121 bool DeviceManager::SetDisplayConfig(int displayIndex, wxWindow* window, in SetDisplayConfig() argument 126 if (!mDisplay[displayIndex].Create(displayIndex, window, width, height, in SetDisplayConfig() 391 bool DeviceManager::Display::Create(int displayNum, wxWindow* window, in Create() argument 396 assert(window != NULL); in Create() 403 mDisplayWindow = window; in Create()
|
/development/ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
D | atmsap.h | 73 unsigned char window; member 84 unsigned char window; member
|
/development/ndk/build/platforms/android-3/arch-arm/usr/include/linux/ |
D | atmsap.h | 73 unsigned char window; member 84 unsigned char window; member
|
/development/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
D | atmsap.h | 73 unsigned char window; member 84 unsigned char window; member
|
/development/pdk/doxygen_config/docsfiles/ |
D | main.dox | 3 …st cases, this Doxygen-generated content opens in a new window (or tab), so look for this window's…
|
/development/tools/scripts/app_engine_server/gae_shell/static/ |
D | shell.js | 66 if (window.XMLHttpRequest) { 68 } else if (window.ActiveXObject) {
|
/development/samples/BrowserPlugin/jni/ |
D | PluginObject.h | 76 NPWindow* window; member
|
D | main.cpp | 43 NPError NPP_SetWindow(NPP instance, NPWindow* window); 252 NPError NPP_SetWindow(NPP instance, NPWindow* window) in NPP_SetWindow() argument 258 obj->window = window; in NPP_SetWindow()
|
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ |
D | ExtractStringAction.java | 83 public void init(IWorkbenchWindow window) { in init() argument 84 mWindow = window; in init()
|
/development/samples/BrowserPlugin/jni/form/ |
D | FormPlugin.cpp | 137 const int W = obj->window->width; in draw() 138 const int H = obj->window->height; in draw() 359 NPWindow *window = obj->window; in scrollIntoView() local
|
/development/samples/BrowserPlugin/jni/paint/ |
D | PaintPlugin.cpp | 154 const int W = obj->window->width; in drawCleanPlugin() 155 const int H = obj->window->height; in drawCleanPlugin() 228 const int pW = obj->window->width; in surfaceChanged() 229 const int pH = obj->window->height; in surfaceChanged()
|
/development/ndk/build/platforms/android-4/arch-arm/usr/include/ |
D | zlib.h | 1328 unsigned char FAR *window, 1340 #define inflateBackInit(strm, windowBits, window) \ argument 1341 inflateBackInit_((strm), (windowBits), (window), \
|
/development/ndk/build/platforms/android-5/arch-arm/usr/include/ |
D | zlib.h | 1328 unsigned char FAR *window, 1340 #define inflateBackInit(strm, windowBits, window) \ argument 1341 inflateBackInit_((strm), (windowBits), (window), \
|
/development/ndk/build/platforms/android-3/arch-arm/usr/include/ |
D | zlib.h | 1328 unsigned char FAR *window, 1340 #define inflateBackInit(strm, windowBits, window) \ argument 1341 inflateBackInit_((strm), (windowBits), (window), \
|