HomeSort by relevance Sort by last modified time
    Searched refs:window (Results 251 - 275 of 1995) sorted by null

<<11121314151617181920>>

  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Netscape/
Standard_Suite.py 119 class window(aetools.ComponentItem): class in inherits:aetools.ComponentItem
120 """window - A Window """
127 """bounds - the boundary rectangle for the window """
131 """busy - Is window loading something right now. 2, window is busy and will reject load requests. 1, window is busy, but will interrupt outstanding loads """
135 """closeable - Does the window have a close box? """
139 """floating - Does the window float? """
143 """index - the number of the window """
    [all...]
  /external/python/cpython3/Doc/tools/static/
version_switch.js 42 var url = window.location.href,
50 window.location.href = new_url;
53 window.location.href = 'https://docs.python.org/' + selected;
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Window_classes.py 1 """Suite Window classes: Classes representing windows
19 """Finder window - A file viewer window """
22 """<Inheritance> - inherits some of its properties from the window class """
26 """current view - the current view for the container window """
30 """icon view options - the icon view options for the container window """
34 """list view options - the list view options for the container window """
44 class window(aetools.ComponentItem): class in inherits:aetools.ComponentItem
45 """window - A window """
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/
Standard_Suite.py 119 class window(aetools.ComponentItem): class in inherits:aetools.ComponentItem
120 """window - A Window """
127 """bounds - the boundary rectangle for the window """
131 """busy - Is window loading something right now. 2, window is busy and will reject load requests. 1, window is busy, but will interrupt outstanding loads """
135 """closeable - Does the window have a close box? """
139 """floating - Does the window float? """
143 """index - the number of the window """
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Window_classes.py 1 """Suite Window classes: Classes representing windows
19 """Finder window - A file viewer window """
22 """<Inheritance> - inherits some of its properties from the window class """
26 """current view - the current view for the container window """
30 """icon view options - the icon view options for the container window """
34 """list view options - the list view options for the container window """
44 class window(aetools.ComponentItem): class in inherits:aetools.ComponentItem
45 """window - A window """
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/
Standard_Suite.py 119 class window(aetools.ComponentItem): class in inherits:aetools.ComponentItem
120 """window - A Window """
127 """bounds - the boundary rectangle for the window """
131 """busy - Is window loading something right now. 2, window is busy and will reject load requests. 1, window is busy, but will interrupt outstanding loads """
135 """closeable - Does the window have a close box? """
139 """floating - Does the window float? """
143 """index - the number of the window """
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/
OpenWizardAction.java 91 public void init(IWorkbenchWindow window) {
106 // get the workbench and the current window
108 IWorkbenchWindow window = workbench.getActiveWorkbenchWindow(); local
110 // This code from NewWizardShortcutAction#run() gets the current window selection
114 selection = window.getSelectionService().getSelection();
122 IWorkbenchPart part = window.getPartService().getActivePart();
140 Shell parent = window.getShell();
153 window.getWorkbench().getHelpSystem().setHelp(dialog.getShell(),
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
SoundGenerator.java 58 private static double[] getPip(double[] window, double frequency) {
59 int pipArrayLength = window.length;
63 pipArray[i] = window[i] * Math.sin(i * radPerSample);
  /cts/tests/inputmethod/src/android/view/inputmethod/cts/util/
TestActivity.java 29 import android.view.Window;
149 final Window window = getWindow(); local
150 final int currentSoftInputMode = window.getAttributes().softInputMode;
154 window.setSoftInputMode(newSoftInputMode);
  /external/libopus/celt/
entenc.c 194 ec_window window; local
196 window=_this->end_window;
201 _this->error|=ec_write_byte_at_end(_this,(unsigned)window&EC_SYM_MAX);
202 window>>=EC_SYM_BITS;
207 window|=(ec_window)_fl<<used;
209 _this->end_window=window;
245 ec_window window; local
268 window=_this->end_window;
271 _this->error|=ec_write_byte_at_end(_this,(unsigned)window&EC_SYM_MAX);
272 window>>=EC_SYM_BITS
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/
cropping_window_capturer.cc 49 void CroppingWindowCapturer::SetExcludedWindow(WindowId window) {
50 excluded_window_ = window;
52 screen_capturer_->SetExcludedWindow(window);
80 LOG(LS_INFO) << "Window no longer on top when ScreenCapturer finishes";
93 LOG(LS_WARNING) << "Window rect is empty";
  /external/webrtc/webrtc/modules/video_render/ios/
video_render_ios_impl.h 27 void* window,
34 int32_t ChangeWindow(void* window) override;
93 int32_t FullScreenRender(void* window, const bool enable);
  /external/webrtc/webrtc/modules/video_render/
video_render.h 36 * window - pointer to the window to render to
43 void* window,
60 * Window functions
65 * Get window for this renderer
67 virtual void* Window() = 0;
70 * Change render window
72 * window - the new render window, assuming same type as originally created.
74 virtual int32_t ChangeWindow(void* window) = 0
    [all...]
  /frameworks/av/cmds/screenrecord/
Overlay.cpp 292 EglWindow window; local
293 err = window.createWindow(outputSurface);
297 window.makeCurrent();
299 int width = window.getWidth();
300 int height = window.getHeight();
318 doDrawInfoPage(window, texProgram, textRenderer);
322 window.release();
327 /*static*/ void Overlay::doDrawInfoPage(const EglWindow& window,
334 int width = window.getWidth();
335 int height = window.getHeight()
    [all...]
  /frameworks/base/core/java/android/database/
AbstractWindowedCursor.java 22 * The cursor owns the cursor window it uses. When the cursor is closed,
23 * its window is also closed. Likewise, when the window used by the cursor is
24 * changed, its old window is closed. This policy of strict ownership ensures
27 * Subclasses are responsible for filling the cursor window with data during
28 * {@link #onMove(int, int)}, allocating a new cursor window if necessary.
29 * During {@link #requery()}, the existing cursor window should be cleared and
32 * If the contents of the cursor change or become invalid, the old window must be closed
38 * The cursor window owned by this cursor.
150 * Sets a new cursor window for the cursor to use
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
DeprecatedTargetSdkVersionDialog.java 30 import android.view.Window;
71 final Window window = mDialog.getWindow(); local
72 window.setType(WindowManager.LayoutParams.TYPE_PHONE);
75 window.getAttributes().setTitle("DeprecatedTargetSdkVersionDialog");
UnsupportedCompileSdkDialog.java 24 import android.view.Window;
60 final Window window = mDialog.getWindow(); local
61 window.setType(WindowManager.LayoutParams.TYPE_PHONE);
64 window.getAttributes().setTitle("UnsupportedCompileSdkDialog");
  /frameworks/native/opengl/libagl/
vertex.cpp 56 // [x,y,z]window = vpt * ([x,y,z]clip / clip.w)
57 // [w]window = 1/w
62 // and 1/w (window.w) is in [1/zFar, 1/zNear], usually this
71 v->window.w = rw;
72 v->window.x = gglMulAddx(gglMulx(v->clip.x, rw, 16), m[ 0], m[12], 28);
73 v->window.y = gglMulAddx(gglMulx(v->clip.y, rw, 16), m[ 5], m[13], 28);
74 v->window.x = TRI_FROM_FIXED(v->window.x);
75 v->window.y = TRI_FROM_FIXED(v->window.y)
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
ViewUtils.java 26 import android.view.Window;
100 final Window window = activity.getWindow(); local
101 if (window != null) {
102 window.setStatusBarColor(activity.getResources().getColor(colorId));
  /sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/
TraceviewLauncher.java 41 // before we open the file in an editor window, we make sure the current
49 IWorkbenchWindow window = workbench.getActiveWorkbenchWindow();
50 IWorkbenchPage page = window.getActivePage();
59 window, input);
  /cts/tests/openglperf2/jni/primitive/fullpipeline/
FullPipelineRenderer.h 25 FullPipelineRenderer(ANativeWindow* window, bool offscreen);
  /device/google/cuttlefish_common/guest/hals/camera/
PreviewWindow.h 27 * of a preview window set via set_preview_window camera HAL API.
34 /* Encapsulates functionality of a preview window set via set_preview_window
57 * window - Preview window to set. This parameter might be NULL, which
58 * indicates preview window reset.
61 * the preview window. If 'window' parameter passed to this method is
66 status_t setPreviewWindow(struct preview_stream_ops* window, int preview_fps);
111 /* Adjusts cached dimensions of the preview window frame according to the
119 * properly adjust frame dimensions, used by the preview window
    [all...]
  /device/google/cuttlefish_common/guest/hals/camera/fake-pipeline2/
Base.h 28 #include <system/window.h>
  /external/deqp/framework/platform/lnx/
tcuLnxVulkanPlatform.cpp 59 VulkanWindowXlib (MovePtr<x11::XlibWindow> window)
60 : vk::wsi::XlibWindowInterface (vk::pt::XlibWindow(window->getXID()))
61 , m_window (window)
83 vk::wsi::Window* createWindow (const Maybe<UVec2>& initialSize) const
102 VulkanWindowXcb (MovePtr<x11::XcbWindow> window)
103 : vk::wsi::XcbWindowInterface (vk::pt::XcbWindow(window->getXID()))
104 , m_window (window)
126 vk::wsi::Window* createWindow (const Maybe<UVec2>& initialSize) const
143 VulkanWindowWayland (MovePtr<wayland::Window> window)
    [all...]
  /external/libvncserver/webclients/novnc/include/
websock.js 24 //window.WEB_SOCKET_FORCE_FLASH = true;
26 //window.WEB_SOCKET_DEBUG=1;
28 if (window.WebSocket && !window.WEB_SOCKET_FORCE_FLASH) {
30 } else if (window.MozWebSocket && !window.WEB_SOCKET_FORCE_FLASH) {
32 window.WebSocket = window.MozWebSocket;
38 window.WEB_SOCKET_SWF_LOCATION = Util.get_include_uri() +
42 window.WEB_SOCKET_SWF_LOCATION += "?" + Math.random()
    [all...]

Completed in 518 milliseconds

<<11121314151617181920>>