/external/webkit/WebKitTools/DumpRenderTree/mac/ |
DumpRenderTree.mm | 110 // This is the topmost frame that is loading, during a given load, or nil when no load is 111 // in progress. Usually this is the same as the main frame, but not always. In the case 113 // that child frame is the "topmost frame that is loading". 299 NSRect windowRect = NSOffsetRect(rect, -10000, [[[NSScreen screens] objectAtIndex:0] frame].size.height - rect.size.height + 10000); 313 // dynamic scrollbars properly. Without it, every frame will always have scrollbars. 631 // <http://webkit.org/b/31200> In order to prevent extra frame load delegate logging being generated if the first test to use SSL 632 // is set to log frame load delegate calls we ignore SSL certificate errors on localhost and 127.0.0.1. 694 [WebCoreStatistics emptyCache]; // Otherwise SVGImages trigger false positives for Frame/Node counts 723 printf(" (in frame \"%s\")", [target UTF8String]) [all...] |
/external/libffi/src/sparc/ |
v9.S | 37 #define ARGS (128) /* Offset of register area in frame */ 50 sub %sp, %i2, %sp ! alloca() space in stack for frame to set up 52 ! frame to set up 54 mov %l0, %o0 ! call routine to set up frame 83 sub %l0, STACK_BIAS, %sp ! (delay) switch to frame
|
/external/opencore/fileformats/mp4/parser/include/ |
sampletableatom.h | 356 // Returns next video frame 361 // Returns next I-frame at time ts (in milliseconds) - or the very next I-frame in the stream 370 // This is mainly to be used when seeking in the bitstream - you request a frame at timestamp 371 // X, but the actual frame you get is Y, this method returns the timestamp for Y so you know which
|
/external/tcpdump/ |
print-fddi.c | 119 * Print FDDI frame-control bits 126 case FDDIFC_VOID: /* Void frame */ 146 case FDDIFC_MAC_BEACON: /* MAC Beacon frame */ 150 case FDDIFC_MAC_CLAIM: /* MAC Claim frame */ 266 /* Frame Control field determines interpretation of packet */
|
/external/v8/src/mips/ |
codegen-mips.h | 131 VirtualFrame* frame() const { return frame_; } function in class:v8::internal::CodeGenerator 136 // Set the virtual frame to be new_frame, with non-frame register 137 // reference counts given by non_frame_registers. The non-frame 138 // register reference counts of the old frame are returned in
|
/external/v8/src/x64/ |
regexp-macro-assembler-x64.h | 126 // Above the frame pointer - function parameters and return address. 147 // if it wants them stored. We push the parameters after the frame pointer. 159 // (that we are using). We push these after the frame pointer. 166 // we use. We push this after the frame pointer (and after the 173 // the frame in GetCode.
|
/external/v8/tools/ |
logreader.js | 172 var frame = stack[i]; 173 var firstChar = frame.charAt(0); 175 // An offset from the previous frame. 176 prevFrame += parseInt(frame, 16); 180 fullStack.push(parseInt(frame, 16));
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Exceptions/ |
errstack-001.js | 43 * The stack frame for A) should begin with '@' 44 * The stack frame for B) should begin with '()' 50 * so that the 0th element will correspond to the highest frame, i.e. will 158 * Make the first frame occur in a function with an empty name - 182 * Make the first frame occur in a function with name 'anonymous' -
|
/external/webkit/WebCore/html/ |
HTMLCanvasElement.cpp | 42 #include "Frame.h" 300 float pageScaleFactor = document()->frame() ? document()->frame()->page()->chrome()->scaleFactor() : 1.0f; 324 float pageScaleFactor = document()->frame() ? document()->frame()->page()->chrome()->scaleFactor() : 1.0f;
|
HTMLImageElement.cpp | 29 #include "Frame.h" 247 float zoomFactor = document()->frame() ? document()->frame()->pageZoomFactor() : 1.0f; 271 float zoomFactor = document()->frame() ? document()->frame()->pageZoomFactor() : 1.0f;
|
HTMLObjectElement.cpp | 30 #include "Frame.h" 124 Frame* frame = document()->frame(); local 125 if (!frame)
|
/external/webkit/WebCore/inspector/ |
InspectorController.h | 101 typedef HashMap<RefPtr<Frame>, ResourcesMap*> FrameResourcesMap; 157 void inspectedWindowScriptObjectCleared(Frame*); 167 void frameDetachedFromParent(Frame*); 202 void didUseDOMStorage(StorageArea* storageArea, bool isLocalStorage, Frame* frame);
|
/external/webkit/WebCore/platform/ |
ScrollbarThemeComposite.cpp | 31 #include "Frame.h" 50 if (!frameView->frame()) 52 return frameView->frame()->page(); 298 Page* page = frameView->frame() ? frameView->frame()->page() : 0;
|
/external/webkit/WebCore/platform/network/win/ |
ResourceHandleWin.cpp | 35 #include "Frame.h" 327 bool ResourceHandle::start(Frame* frame) 350 String userAgentStr = frame->loader()->userAgent() + String("", 1); 373 String referrer = frame->loader()->referrer();
|
/external/webkit/WebCore/plugins/ |
PluginView.h | 80 class Frame; 133 static PassRefPtr<PluginView> create(Frame* parentFrame, const IntSize&, Element*, const KURL&, const Vector<String>& paramNames, const Vector<String>& paramValues, const String& mimeType, bool loadManually); 207 Frame* parentFrame() const { return m_parentFrame.get(); } 249 PluginView(Frame* parentFrame, const IntSize&, PluginPackage*, Element*, const KURL&, const Vector<String>& paramNames, const Vector<String>& paramValues, const String& mimeType, bool loadManually); 273 RefPtr<Frame> m_parentFrame;
|
/external/webkit/WebKit/gtk/webkit/ |
webkitwebdatasource.cpp | 204 * This will return %NULL of the @data_source is not attached to a frame. 258 * %NULL if the @data_source is not attached to the frame or the frame hasn't 331 * Returns the raw data that represents the the frame's content.The data will 333 * frame hasn't loaded any data. Use webkit_web_data_source_is_loading to test
|
/external/wpa_supplicant_6/wpa_supplicant/src/common/ |
ieee802_11_defs.h | 2 * IEEE 802.11 Frame type definitions 208 /* Action frame categories (IEEE 802.11-2007, 7.3.1.11, Table 7-24) */ 220 /* SA Query Action frame (IEEE 802.11w/D8.0, 7.4.9) */ 543 /* body of Recommended Transmit Channel Width action frame */ 552 /* body of MIMO Power Save action frame */
|
/frameworks/base/docs/html/resources/articles/ |
glsurfaceview.jd | 13 <li>Making it easy to choose an appropriate frame buffer pixel format.</li> 77 <p>This program doesn't do much: it clears the screen to black on every frame. 98 <li>The <code>onDrawFrame()</code> method is called every frame, and is 188 <p>This application clears the screen for every frame. When you tap on the 223 close as possible to a 16-bit RGB frame buffer with a 16-bit depth
|
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/ |
OMX_VPP_Utils.h | 216 /* INPUT FRAME */
221 OMX_U32 ulCInOffset; /* offset of the C frame in the *
223 * is no C frame) */
270 OMX_U32 ulCOutOffset; /* Offset of the C frame in the buffer (equal to 0 if there is no C frame) */
|
/external/v8/src/ |
runtime.cc | 555 return Heap::ToBoolean(it.frame()->IsConstructor()); [all...] |
/external/jdiff/src/jdiff/ |
HTMLFiles.java | 8 * Examples are stylesheets, help files, frame files. 47 // Note that the top-level frame file doesn't have the BODY tag 56 h_.writeText(" <FRAME SRC=\"" + tlfLink + "\" SCROLLING=\"no\" NAME=\"topleftframe\">"); 57 h_.writeText(" <FRAME SRC=\"" + allDiffsLink + "\" SCROLLING=\"auto\" NAME=\"bottomleftframe\">"); 59 h_.writeText(" <FRAME SRC=\"" + csnLink + "\" SCROLLING=\"auto\" NAME=\"rightframe\">"); 63 h_.writeText("Frame Alert"); 66 h_.writeText("This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client."); 68 h_.writeText("Link to <A HREF=\"" + csnLink + "\" target=\"_top\">Non-frame version.</A>"); 79 /** Emit a top left frame with all the links to the index files. */ 189 h_.writeText("The indexes shown in the top-left frame help show each type of change in more detail. The index \"All Differences\" contains all the diffe (…) [all...] |
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/ |
d_plsf_5.cpp | 125 bfi = bad frame indicator; set to 1 if a bad frame is received (Word16) 147 This function decodes the 2 sets of LSP parameters in a frame using the 165 Word16 bfi, // i : bad frame indicator (set to 1 if a bad 166 frame is received) 178 if (bfi != 0) // if bad frame 192 // estimate past quantized residual to be used in next frame 303 Word16 bfi, /* i : bad frame indicator (set to 1 if a bad 304 frame is received) */ 322 if (bfi != 0) /* if bad frame */ [all...] |
/external/opencore/codecs_v2/video/m4v_h263/dec/src/ |
get_pred_outside.cpp | 71 values in the previous VOP; the block position in the previous frame is 99 the residual values (sh_d[]) of the current frame. The prediction values are 101 the previous frame is computed from the current block's motion vector. The 272 if (ypos < 0) /* pad top left of frame */ 301 else if ((ypos >> 1) < (height - B_SIZE)) /* pad left of frame */ 328 else /* pad bottom left of frame */ 359 if (ypos < 0) /* pad top of frame */ 393 else /* pad bottom of frame */ 428 if (ypos < 0) /* pad top right of frame */ 456 else if ((ypos >> 1) < (height - B_SIZE)) /* pad right of frame */ [all...] |
/external/v8/tools/gyp/ |
v8.gyp | 87 '-fomit-frame-pointer', 276 '../../src/frame-element.cc', 277 '../../src/frame-element.h', 394 '../../src/virtual-frame.h', 395 '../../src/virtual-frame.cc', 431 '../../src/arm/virtual-frame-arm.cc', 432 '../../src/arm/virtual-frame-arm.h', 470 '../../src/ia32/virtual-frame-ia32.cc', 471 '../../src/ia32/virtual-frame-ia32.h', 501 '../../src/x64/virtual-frame-x64.cc' [all...] |
/external/webkit/WebCore/bindings/objc/ |
DOM.mm | 37 #import "Frame.h" 276 WebCore::Frame* frame = core(self)->document()->frame(); 277 if (!frame) 279 return frame->script()->bindingRootObject(); 375 WebCore::Frame* frame = node->document()->frame(); 376 if (!frame) [all...] |