HomeSort by relevance Sort by last modified time
    Searched full:frame (Results 626 - 650 of 3803) sorted by null

<<21222324252627282930>>

  /external/webkit/WebKit/win/Interfaces/
IWebResource.idl 53 @param frameName The frame name of the resource if the resource represents the contents of an entire HTML frame (can be nil).
89 @result The frame name of the resource if the resource represents the contents of an entire HTML frame (can be nil).
  /frameworks/base/awt/java/awt/event/
WindowEvent.java 26 //import java.awt.Frame;
73 this(source, id, opposite, Frame.NORMAL, Frame.NORMAL);
118 * WindowEvent e = new WindowEvent(new Frame(),
  /frameworks/base/core/tests/coretests/src/android/widget/layout/frame/
FrameLayoutGravity.java 17 package android.widget.layout.frame;
FrameLayoutMargin.java 17 package android.widget.layout.frame;
  /hardware/ti/omap3/dspbridge/libbridge/
Android.mk 20 LOCAL_CFLAGS += -pipe -fomit-frame-pointer -Wall -Wno-trigraphs -Werror-implicit-function-declaration -fno-strict-aliasing -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -msoft-float -Uarm -DMODULE -D__LINUX_ARM_ARCH__=7 -fno-common -DLINUX -DOMAP_3430 -fpic
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_DSP.h 154 /* intra macro blocks in a frame is gaurnteed to be */
214 OMX_U32 inputHeight; /* Input frame height */
215 OMX_U32 inputWidth; /* Input frame width */
216 OMX_U32 refFrameRate; /* Reference or input frame rate*1000 */
217 OMX_U32 targetFrameRate; /* Target frame rate * 1000 */
219 OMX_U32 intraFrameInterval;/* I frame interval e.g. 30 */
226 OMX_U32 forceIFrame; /* Force given frame as I or IDR (in H.264)
227 frame */
238 OMX_U32 airMbPeriod ; /* Adaptive Intra Refesh MB Period: Period at which intra macro blocks should be insterted in a frame*/
245 OMX_U32 log2MaxFNumMinus4 ; /*Limits the maximum frame number in the bit-stream to (1<< (log2MaxFNumMinus4 + 4)) Range[0,12]*
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
spectrumMngmntMgr.c 171 DESCRIPTION: Frame Request Parser function, called by the Measurement
172 object when a measurement request frame is received.
174 - Parsers the received frame request.
177 pData - The frame request
178 dataLen - The frame'sa length
180 OUTPUT: fraemReq - The Parsered Frame Request
271 DESCRIPTION: Send reject measurement report frame Function.
274 - builds measurement report Frame.
275 - Calls the mlmeBuolder to allocate a mangement frame
298 /* Building the measurement report frame contents *
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/Measurement/dot11h/
spectrumMngmntMgr.c 174 DESCRIPTION: Frame Request Parser function, called by the Measurement
175 object when a measurement request frame is received.
177 - Parsers the received frame request.
180 pData - The frame request
181 dataLen - The frame'sa length
183 OUTPUT: fraemReq - The Parsered Frame Request
274 DESCRIPTION: Send reject measurement report frame Function.
277 - builds measurement report Frame.
278 - Calls the mlmeBuolder to allocate a mangement frame
301 /* Building the measurement report frame contents *
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
spectrumMngmntMgr.c 171 DESCRIPTION: Frame Request Parser function, called by the Measurement
172 object when a measurement request frame is received.
174 - Parsers the received frame request.
177 pData - The frame request
178 dataLen - The frame'sa length
180 OUTPUT: fraemReq - The Parsered Frame Request
271 DESCRIPTION: Send reject measurement report frame Function.
274 - builds measurement report Frame.
275 - Calls the mlmeBuolder to allocate a mangement frame
298 /* Building the measurement report frame contents *
    [all...]
  /external/bluetooth/hcidump/parser/
parser.c 125 struct frame frm;
141 memset(&frame_table[i].frm, 0, sizeof(struct frame));
146 struct frame *add_frame(struct frame *frm)
148 struct frame *fr;
172 perror("Can't allocate frame stream buffer");
252 void ascii_dump(int level, struct frame *frm, int num)
273 void hex_dump(int level, struct frame *frm, int num)
294 void ext_dump(int level, struct frame *frm, int num)
323 void raw_ndump(int level, struct frame *frm, int num
    [all...]
  /external/quake/quake/src/WinQuake/
gl_rmain.cpp 149 int i, numframes, frame; local
153 frame = currententity->frame;
155 if ((frame >= psprite->numframes) || (frame < 0))
157 Con_Printf ("R_DrawSprite: no such frame %d\n", frame);
158 frame = 0;
161 if (psprite->frames[frame].type == SPR_SINGLE)
163 pspriteframe = psprite->frames[frame].frameptr
200 mspriteframe_t *frame; local
    [all...]
  /external/webkit/JavaScriptCore/interpreter/
RegisterFile.h 48 frame by its offset from "base", the logical first entry in the register
49 file. The bottom-most register frame's offset from base is 0.
54 | global frame | call frame | call frame | spare capacity |
63 buffer base (frame 0) frame 1 frame 2
66 from their register frame pointers, to keep old global offsets correct, new
73 | global frame |< >
    [all...]
  /external/webkit/WebCore/page/
DOMWindow.h 53 class Frame;
80 static PassRefPtr<DOMWindow> create(Frame* frame) { return adoptRef(new DOMWindow(frame)); }
86 Frame* frame() const { return m_frame; } function in class:WebCore::DOMWindow
112 static bool allowPopUp(Frame* activeFrame);
113 static bool canShowModalDialog(const Frame*);
114 static bool canShowModalDialogNow(const Frame*);
366 DOMWindow(Frame*);
    [all...]
  /external/webkit/WebCore/platform/graphics/
BitmapImage.h 86 // Clear the cached image data on the frame, and (optionally) the metadata.
192 // Decodes and caches a frame. Never accessed except internally.
196 // the entire frame buffer cache and tell the image source to destroy
200 // low without redecoding the whole image on every frame.
209 // decreased by |framesCleared| times the size (in bytes) of a frame.
233 // This check should happen regardless whether m_checkedForSolidColor is already set, as the frame may have
254 size_t m_currentFrame; // The index of the current frame of animation.
264 mutable RetainPtr<NSImage> m_nsImage; // A cached NSImage of frame 0. Only built lazily if someone actually queries for one.
265 mutable RetainPtr<CFDataRef> m_tiffRep; // Cached TIFF rep for frame 0. Only built lazily if someone queries for one.
270 bool m_checkedForSolidColor; // Whether we've checked the frame for solid color
    [all...]
  /external/webkit/WebCore/platform/win/
PasteboardWin.cpp 35 #include "Frame.h"
111 void Pasteboard::writeSelection(Range* selectedRange, bool canSmartCopyOrDelete, Frame* frame)
128 String str = frame->selectedText();
163 void Pasteboard::writeURL(const KURL& url, const String& titleStr, Frame* frame)
251 String Pasteboard::plainText(Frame* frame)
280 PassRefPtr<DocumentFragment> Pasteboard::documentFragment(Frame* frame, PassRefPtr<Range> context, bool allowPlainText, bool& chosePlainText
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebTextCompletionController.mm 35 #import <WebCore/Frame.h>
76 WebFrame *frame = [_htmlView _frame];
78 [frame _replaceSelectionWithText:newText selectReplacement:YES smartReplace:NO];
174 WebFrame *frame = [_htmlView _frame];
175 DOMRange *selection = kit(core(frame)->selection()->toNormalizedRange().get());
176 DOMRange *wholeWord = [frame _rangeByAlteringCurrentSelection:SelectionController::EXTEND
186 NSString *prefixStr = [frame _stringForRange:prefix];
205 _originalString = [[frame _stringForRange:selection] retain];
207 NSRect wordRect = [frame _caretRectAtNode:[wholeWord startContainer] offset:[wholeWord startOffset] affinity:NSSelectionAffinityDownstream];
230 WebFrame *frame = [_htmlView _frame]
    [all...]
  /dalvik/vm/mterp/x86/
header.S 36 push %ebp # save old frame pointer
37 mov %ebp,%esp # establish new frame pointer
43 align frame sizes to 16-byte multiples.
45 If we're not doing variable stack allocation (alloca), the frame pointer can be
56 rFP esi interpreted frame pointer, used for accessing locals and args
81 /* Frame diagram while executing dvmMterpStdRun, high to low addresses */
125 * "export" the PC to the interpreted stack frame, f/b/o future exception
137 * Given a frame pointer, find the stack save area.
  /external/junit/src/junit/awtui/
AboutDialog.java 6 import java.awt.Frame;
19 public AboutDialog(Frame parent) {
  /external/kernel-headers/original/linux/
if_fc.h 32 /* This is NOT the Fibre Channel frame header. The FC frame header is
videodev.h 24 #define VID_TYPE_OVERLAY 8 /* Overlay onto frame buffer */
27 #define VID_TYPE_FRAMERAM 64 /* Uses the frame buffer memory */
178 unsigned int frame; /* Frame (0 - n) for double buffer */ member in struct:video_mmap
211 __s32 start[2]; /* starting line for each frame */
212 __u32 count[2]; /* count of lines for each frame */
258 #define VIDIOCGFBUF _IOR('v',11, struct video_buffer) /* Get frame buffer */
259 #define VIDIOCSFBUF _IOW('v',12, struct video_buffer) /* Set frame buffer - root only */
  /external/proguard/src/proguard/classfile/attribute/preverification/
SameZeroFrame.java 28 * This StackMapFrame represents a "same frame" or a "same frame extended".
  /external/qemu/distrib/sdl-1.2.12/src/video/wscons/
SDL_wsconsvideo.h 53 struct wsdisplay_fbinfo info; /* frame buffer characteristics */
58 int fblinebytes; /* physical frame buffer or shadow. */
  /external/skia/include/utils/
SkTextBox.h 25 within a rectangle. The textbox is positioned and clipped by its Frame.
27 the Frame. Line-breaks occur inside the Margin rectangle.
  /external/webkit/LayoutTests/http/tests/appcache/resources/
remove-cache-frame.html 55 applicationCache.onupdateready = function() { log("updateready"); alert("Unexpected updateready event in frame") }
57 applicationCache.oncached = function() { log("cached"); alert("Unexpected cached event in frame") }
  /external/webkit/WebCore/bindings/js/
ScriptEventListener.h 43 class Frame;
47 PassRefPtr<JSLazyEventListener> createAttributeEventListener(Frame*, Attribute*);

Completed in 298 milliseconds

<<21222324252627282930>>