HomeSort by relevance Sort by last modified time
    Searched defs:Window (Results 1 - 21 of 21) sorted by null

  /cts/apps/CtsVerifier/jni/audioquality/
Window.h 20 class Window {
22 Window(int size) : mWindowWeights(0), mWindowSize(0) {
26 Window() : mWindowWeights(0), mWindowSize(0) {
29 virtual ~Window(void) {
33 /* Create a Hann window of length size. This allocates memory that
41 /* Multiply the signal in data by the window weights. Place the
45 void window(short* data, float* output, float preemp);
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/device/
Window.java 19 public class Window {
20 public static final Window FOCUSED_WINDOW = new Window("<Focused Window>", -1);
25 public Window(String title, int hashCode) {
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
xteststr.h 31 #define Window CARD32
66 Window window B32;
94 Window root B32;
116 #undef Window
Xagstr.h 55 #define Window CARD32
120 Window default_root B32;
157 Window window B32;
167 Window window B32;
177 #undef Window
shapestr.h 39 #define Window CARD32
77 Window dest B32;
92 Window dest B32;
107 Window dest B32;
110 Window src B32;
121 Window dest B32;
131 Window window B32;
140 CARD8 boundingShaped; /* window has bounding shape */
141 CARD8 clipShaped; /* window has clip shape *
    [all...]
multibufst.h 51 #define Window CARD32
120 CARD32 window B32; /* associated window */
146 CARD32 window B32; /* associated window */
163 CARD32 window B32; /* associated window */
172 CARD32 window B32; /* associated window */
216 CARD32 window B32
    [all...]
XIproto.h 57 #define Window CARD32
377 Window window B32;
392 Window window B32;
419 Window window B32;
435 Window window B32;
551 Window grabWindow B32
    [all...]
lbxstr.h 46 #define Window CARD32
289 CARD32 id B32; /* window id */
317 Window root B32;
421 Window window B32;
449 Window window B32;
933 #undef Window
XKBproto.h 34 #define Window CARD32
94 Window window B32;
1195 Window window B32;
1276 #undef Window
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_video.h 76 PtWidget_t *Window; /* used to handle input events */
121 int currently_hided; /* 1 - window hided (minimazed), 0 - normal */
122 int currently_maximized; /* 1 - window hided (minimazed), 0 - normal */
129 #define window (this->hidden->Window) macro
  /frameworks/base/core/java/android/view/
Window.java 30 * Abstract base class for a top-level window look and behavior policy. An
32 * window manager. It provides standard UI policies such as a background, title
37 * Window. Eventually that class will be refactored and a factory method
38 * added for creating Window instances without knowing about a particular
41 public abstract class Window {
59 /** Flag for asking for an OpenGL enabled window.
98 private Window mContainer;
99 private Window mActiveChild;
112 // The current window attributes.
117 * API from a Window back to its caller. This allows the client t
    [all...]
  /external/webkit/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 102 for (var i = generics[g].length; i--;) Native.genericize(window[g], generics[g][i], true);
291 The Browser Core. Contains Browser initialization, Window and Document, and the Browser Hash.
301 Platform: {name: (window.orientation != undefined) ? 'ipod' : (navigator.platform.match(/mac|win|linux/i) || ['other'])[0].toLowerCase()},
303 Features: {xpath: !!(document.evaluate), air: !!(window.runtime), query: !!(document.querySelector)},
310 return (!window.opera) ? false : ((arguments.callee.caller) ? 960 : ((document.getElementsByClassName) ? 950 : 925));
314 return (!window.ActiveXObject) ? false : ((window.XMLHttpRequest) ? 5 : 4);
369 if (window.execScript){
370 window.execScript(text);
389 var Window = new Native(
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
X.h 5 /* Definitions for the X window system likely to be used by applications */
101 typedef XID Window;
128 special VisualID and special window
131 #define PointerWindow 0L /* destination window in SendEvent */
132 #define InputFocus 1L /* destination window in SendEvent */
134 #define PointerRoot 1L /* focus window in SetInputFocus */
152 /* Input Event Masks. Used as event-mask window attribute and as arguments
357 #define BadWindow 3 /* parameter not a Window */
363 #define BadDrawable 9 /* parameter not a Pixmap or Window */
385 * WINDOW DEFINITIONS
    [all...]
Xproto.h 5 /* Definitions for the X window system used by server and c bindings */
244 #define Window CARD32
313 /* window root */
336 Window windowId B32;
464 Window root B32;
478 Window root B32, parent B32;
545 Window owner B32;
573 Window root B32, child B32;
598 Window child B32;
611 Window focus B32
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/9/
android.jar 
  /prebuilt/sdk/10/
android.jar 

Completed in 4095 milliseconds