/external/iproute2/include/linux/ |
if_ether.h | 27 * IEEE 802.3 Ethernet magic constants. The frame sizes omit the preamble 28 * and FCS/CRC (frame check sequence). 33 #define ETH_ZLEN 60 /* Min. octets in frame sans FCS */ 35 #define ETH_FRAME_LEN 1514 /* Max. octets in frame sans FCS */ 75 #define ETH_P_ATMFATE 0x8884 /* Frame-based ATM Transport 111 #define ETH_P_IEEE802154 0x00F6 /* IEEE802.15.4 frame */ 114 * This is an Ethernet frame header.
|
/external/kernel-headers/original/linux/ |
if_ether.h | 27 * IEEE 802.3 Ethernet magic constants. The frame sizes omit the preamble 28 * and FCS/CRC (frame check sequence). 33 #define ETH_ZLEN 60 /* Min. octets in frame sans FCS */ 35 #define ETH_FRAME_LEN 1514 /* Max. octets in frame sans FCS */ 75 #define ETH_P_ATMFATE 0x8884 /* Frame-based ATM Transport 111 #define ETH_P_IEEE802154 0x00F6 /* IEEE802.15.4 frame */ 114 * This is an Ethernet frame header.
|
/external/skia/include/utils/ |
SkInterpolator.h | 50 frame and the first. 63 frame and the first. 100 /** Add or replace a key frame, copying the values[] data into the 102 @param index The index of this frame (frames must be ordered by time) 103 @param time The millisecond time for this frame 104 @param values The array of values [elemCount] for this frame. The data 107 and the next key frame. [0...1) is a cubic lag/log/lag
|
/external/v8/test/mjsunit/ |
debug-backtrace-text.js | 83 assertEquals("#<a Point>.distanceTo(p=#<a Point>)", exec_state.frame(0).invocationText()); 84 assertEquals("#<a Point>.distanceTo(p=#<a Point>)", exec_state.frame(1).invocationText()); 85 assertEquals("#<an Array>[2](aka distance)(p=#<a Point>, q=#<a Point>)", exec_state.frame(2).invocationText()); 86 assertEquals("[anonymous]()", exec_state.frame(3).invocationText()); 93 assertEquals("new Point(x=0, y=0)", exec_state.frame(0).invocationText()); 94 assertEquals("createPoint(x=0, y=0)", exec_state.frame(1).invocationText()); 95 assertEquals("[anonymous]()", exec_state.frame(2).invocationText());
|
/external/webkit/WebCore/loader/icon/ |
IconLoader.cpp | 30 #include "Frame.h" 46 IconLoader::IconLoader(Frame* frame) 47 : m_frame(frame) 52 auto_ptr<IconLoader> IconLoader::create(Frame* frame) 54 return auto_ptr<IconLoader>(new IconLoader(frame));
|
/external/webkit/WebCore/page/ |
XSSAuditor.h | 35 class Frame; 51 // When you instantiate the XSSAuditor you must specify the Frame of the 57 // ScriptController object and passed the Frame the script originated. The 71 XSSAuditor(Frame*); 145 bool findInRequest(Frame*, const FindTask&) const; 149 // The frame to audit. 150 Frame* m_frame;
|
EventHandler.h | 52 class Frame; 83 EventHandler(Frame*); 126 static Frame* subframeForTargetNode(Node*); 293 bool passMousePressEventToSubframe(MouseEventWithHitTestResults&, Frame* subframe); 294 bool passMouseMoveEventToSubframe(MouseEventWithHitTestResults&, Frame* subframe, HitTestResult* hoveredNode = 0); 295 bool passMouseReleaseEventToSubframe(MouseEventWithHitTestResults&, Frame* subframe); 297 bool passSubframeEventToSubframe(MouseEventWithHitTestResults&, Frame* subframe, HitTestResult* hoveredNode = 0); 339 Frame* m_frame; 382 RefPtr<Frame> m_lastMouseMoveEventSubframe;
|
/external/webkit/WebCore/platform/network/ |
ResourceHandle.h | 83 class Frame; 109 // FIXME: should not need the Frame 110 static PassRefPtr<ResourceHandle> create(const ResourceRequest&, ResourceHandleClient*, Frame*, bool defersLoading, bool shouldContentSniff, bool mightDownloadFromHandle = false); 112 static void loadResourceSynchronously(const ResourceRequest&, StoredCredentials, ResourceError&, ResourceResponse&, Vector<char>& data, Frame* frame); 113 static bool willLoadFromCache(ResourceRequest&, Frame*); 207 bool start(Frame*);
|
/external/webkit/WebKit/qt/Api/ |
qwebpage.h | 281 QWebFrame* frame; member in class:QWebPage::ErrorPageExtensionOption 313 void frameCreated(QWebFrame *frame); 318 void printRequested(QWebFrame *frame); 330 void databaseQuotaExceeded(QWebFrame* frame, QString databaseName); 332 void saveFrameStateRequested(QWebFrame* frame, QWebHistoryItem* item); 333 void restoreFrameStateRequested(QWebFrame* frame); 339 virtual bool acceptNavigationRequest(QWebFrame *frame, const QNetworkRequest &request, NavigationType type);
|
/external/webkit/WebKit/wx/bindings/python/samples/ |
simple.py | 31 def __init__(self, parent, log, frame=None): 39 self.frame = frame 41 if frame: 42 self.titleBase = frame.GetTitle() 145 class wkFrame(wx.Frame): 147 wx.Frame.__init__(self, None, -1, "WebKit in wxPython!")
|
/system/wlan/ti/sta_dk_4_0_4_32/common/inc/ |
bssTypes.h | 57 * \brief enumerates the different types for a result frame 61 SCAN_RFT_BEACON = 0, /**< result frame is a beacon */ 62 SCAN_RFT_PROBE_RESPONSE /**< result frame is a probe response */ 78 UINT64 lastRxTSF; /**< TSF of last received frame */ 83 resultFrameType_e resultType; /**< The type of frame in pBuffer */ 89 UINT8 rxRate; /**< Rate at which last frame was received */ 91 * the host timestamp (in milliseconds) at which last frame
|
/external/webkit/WebKit/gtk/webkit/ |
webkitwebresource.cpp | 43 * MIME type and frame name of the resource. 162 * WebKitWebResource:frame-name: 164 * The frame name for the web resource. 171 "frame-name", 172 _("Frame Name"), 173 _("The frame name of the resource"), 252 * @frame_name: the frame name of the #WebKitWebResource 256 * entire HTML frame, otherwise pass %NULL. 384 * Return value: the frame name of the resource.
|
/external/webkit/WebKit/mac/WebView/ |
WebViewEventHandling.mm | 36 #import <WebCore/Frame.h> 116 if (Frame* frame = [self _mainCoreFrame]) 117 frame->eventHandler()->mouseDown(event); 149 if (Frame* frame = [self _mainCoreFrame]) 150 frame->eventHandler()->mouseUp(event); 175 if (Frame* oldCoreFrame = [oldView _mainCoreFrame]) { 190 if (Frame* coreFrame = core([lastMouseoverView mainFrame]))
|
/frameworks/base/include/media/ |
MediaProfiles.h | 59 * vid.width - video frame width 60 * vid.height - video frame height 61 * vid.fps - video frame rate 84 * enc.vid.width.min - min video frame width 85 * enc.vid.width.max - max video frame width 86 * enc.vid.height.min - min video frame height 87 * enc.vid.height.max - max video frame height 90 * enc.vid.fps.min - min frame rate in frames per second 91 * enc.vid.fps.max - max frame rate in frames per second
|
/dalvik/docs/opcodes/ |
opcode-0f-return.html | 47 A must be a valid register index in the current stack frame. 65 The stack frame of the current method invocation is removed from the stack. 75 The stack frame that caused this method invocation becomes valid. This
|
opcode-10-return-wide.html | 46 A+1 must be a valid register index in the current stack frame (which 65 The stack frame of the current method invocation is removed from the stack. 75 The stack frame that caused this method invocation becomes valid. This
|
/external/opencore/codecs_v2/omx/omx_h264/include/ |
omx_avc_component.h | 40 #define MAX_NAL_PER_FRAME 1 /* this component doesn't need to suppoart more than 1 NAL per frame in this mode, so overwrite default */ 84 // variables for "frame" mode i.e. iOMXComponentNeedsFullAVCFrames is turned on 85 OMX_U32 iNALSizeArray[MAX_NAL_PER_FRAME]; // 100 should be more than enough NALs per frame
|
/external/proguard/src/proguard/classfile/attribute/preverification/ |
StackMapFrame.java | 28 * This abstract class represents a stack map frame. Specific types 55 * frame. 66 * Returns the stack map frame tag that specifies the entry type.
|
/external/quake/quake/src/QW/client/ |
makefile.svgalib | 86 #CFLAGS=-O3 -Wall -fomit-frame-pointer -fno-strength-reduce -funroll-loops 87 #CFLAGS=-mpentium -O3 -Wall -fomit-frame-pointer -fno-strength-reduce 88 CFLAGS=-V2.7.2.1 -bi486-linux/ -O6 -Wall -fomit-frame-pointer -fno-strength-reduce
|
/external/webkit/WebCore/bindings/js/ |
JSHTMLFormElementCustom.cpp | 29 #include "Frame.h" 66 Frame* activeFrame = asJSDOMWindow(exec->dynamicGlobalObject())->impl()->frame();
|
/external/webkit/WebCore/bindings/v8/ |
ScriptState.h | 41 class Frame; 67 friend ScriptState* mainWorldScriptState(Frame*); 82 ScriptState* mainWorldScriptState(Frame*);
|
/external/webkit/WebCore/html/ |
HTMLBaseElement.cpp | 28 #include "Frame.h" 77 if (!m_href.isEmpty() && (!document()->frame() || document()->frame()->script()->xssAuditor()->canSetBaseElementURL(m_hrefAttrValue)))
|
HTMLHtmlElement.cpp | 29 #include "Frame.h" 70 if (!document()->frame()) 73 DocumentLoader* documentLoader = document()->frame()->loader()->documentLoader();
|
/external/webkit/WebCore/loader/ |
ResourceLoadNotifier.h | 39 class Frame; 48 ResourceLoadNotifier(Frame*); 69 Frame* m_frame;
|
/external/webkit/WebCore/platform/android/ |
ClipboardAndroid.h | 56 virtual void declareAndWriteDragImage(Element*, const KURL&, const String&, Frame*); 57 virtual void writeURL(const KURL&, const String&, Frame*); 58 virtual void writeRange(Range*, Frame*);
|