/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/Measurement/ |
measurementMgrSM.c | 470 * Called when the SM is in an idle state and we receive a new measurement frame. 482 /* handle frame request only if we're connected and measurement is enabled */ 487 ("%s: Frame received while SM is in disconnected/disabled state\n", __FUNCTION__)); 493 /* Setting the frame Type */ 497 ("%s: Frame Type = %d\n", __FUNCTION__, pMeasurementMgr->currentFrameType)); 525 /* Clean New Frame Params */ 541 ("%s: New frame has been inserted into the queue\n", __FUNCTION__)); 543 /* If frame type isn't Unicast add to Activation Delay a random delay */ 629 * Called when a frame has been received while we are processing another frame [all...] |
/system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/ |
measurementMgrSM.c | 454 * Called when the SM is in an idle state and we receive a new measurement frame. 466 /* handle frame request only if we're connected and measurement is enabled */ 470 TRACE0(pMeasurementMgr->hReport, REPORT_SEVERITY_ERROR, ": Frame received while SM is in disconnected/disabled state\n"); 476 /* Setting the frame Type */ 479 TRACE1(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": Frame Type = %d\n", pMeasurementMgr->currentFrameType); 506 /* Clean New Frame Params */ 520 TRACE0(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": New frame has been inserted into the queue\n"); 522 /* If frame type isn't Unicast add to Activation Delay a random delay */ 608 * Called when a frame has been received while we are processing another frame [all...] |
/external/webkit/WebKit/mac/Plugins/ |
WebNetscapePluginView.mm | 65 #import <WebCore/Frame.h> 201 // the entire window frame (or structure region to use the Carbon term) rather then just the window content. 212 float windowHeight = [currentWindow frame].size.height; 214 NSRect contentRect = [contentView convertRect:[contentView frame] toView:nil]; // convert to window-relative coordinates 281 float borderViewHeight = [[self currentWindow] frame].size.height; 625 Frame* frame = core([self webFrame]); 626 if (!frame) 628 Page* page = frame->page(); [all...] |
/frameworks/base/core/java/android/webkit/ |
BrowserFrame.java | 75 // Is this frame the main frame? 82 // a message posted when a frame loading is completed 177 * @param w A WebViewCore used as the view for this frame. 233 * Load a url from the network or the filesystem into the main frame. 235 * to the main frame, instead they are evaluated immediately. 254 * Load a url with "POST" method from the network into the main frame. 353 * This method will be called once for the main frame. 365 // as didFirstLayout() is only called for the main frame, reset 405 * This method will be called once for the main frame [all...] |
/external/webkit/WebKit/android/nav/ |
CacheBuilder.cpp | 32 #include "Frame.h" 79 CacheBuilder* CacheBuilder::Builder(Frame* frame) { 80 return &((FrameLoaderClientAndroid*) frame->loader()->client())->getCacheBuilder(); 83 Frame* CacheBuilder::FrameAnd(CacheBuilder* cacheBuilder) { 89 Frame* CacheBuilder::FrameAnd(const CacheBuilder* cacheBuilder) { 110 Frame* CacheBuilder::Debug::frameAnd() const { 181 Frame* frame = frameAnd(); 182 Frame* parent = frame->tree()->parent() 201 Frame* frame = frameAnd(); local 315 Frame* frame = frameAnd(); local 721 Frame* frame = frameAnd(); local 843 Frame* frame = FrameAnd(this); local 1391 Frame* frame = FrameAnd(this); local 2749 Frame* frame = FrameAnd(this); local [all...] |
/external/webkit/WebKit/qt/tests/qwebframe/ |
tst_qwebframe.cpp | 2084 QWebFrame* frame = page.mainFrame(); local 2260 QWebFrame* frame = page.mainFrame(); local 2309 QWebFrame* frame = page.mainFrame(); local 2321 QWebFrame* frame = page.mainFrame(); local 2344 QWebFrame* frame = page.mainFrame(); local 2385 QWebFrame* frame = page.mainFrame(); local 2520 QWebFrame* frame = page.mainFrame(); local 2551 QWebFrame* frame = page.mainFrame(); local 2562 QWebFrame* frame = page.mainFrame(); local 2572 QWebFrame* frame = page.mainFrame(); local 2585 QWebFrame* frame = page.mainFrame(); local 2597 QWebFrame* frame = page.mainFrame(); local 2659 QWebFrame* frame = children.at(0); local 2694 QWebFrame *frame = frames.at(0); local 2728 QWebFrame* frame = page.mainFrame(); local [all...] |
/external/webkit/WebKit/mac/WebCoreSupport/ |
WebFrameLoaderClient.mm | 87 #import <WebCore/Frame.h> 151 Frame* m_frame; 153 - (id)initWithWebCoreFrame:(Frame*)frame; 164 // If a top level frame has a <script> element in its <head> for a script named MainPageJavaScript.js, 165 // then for that frame's document, ignore changes to the scrolling attribute of frames. That script 176 Frame* frame = core(client->webFrame()); 177 if (!frame) 179 if (frame->tree()->parent() [all...] |
/external/kernel-headers/original/linux/ |
cdrom.h | 157 __u8 frame; member in struct:cdrom_msf0 172 __u8 cdmsf_frame0; /* start frame */ 175 __u8 cdmsf_frame1; /* end frame */ 239 union cdrom_addr addr; /* frame address */ 242 __u8 __user *buf; /* frame buffer (size: nframes*2352 bytes) */ 248 union cdrom_addr addr; /* frame address: start-of-last-session 249 (not the new "frame 16"!). Only valid 331 #define CD_SYNC_SIZE 12 /* 12 sync bytes per raw data frame */ 332 #define CD_MSF_OFFSET 150 /* MSF numbering offset of first frame */ 334 #define CD_NUM_OF_CHUNKS 98 /* chunks per frame */ [all...] |
if_hippi.h | 33 #define HIPPI_ZLEN 0 /* Min. bytes in frame without FCS */ 36 /* Max. bytes in frame without FCS */ 66 int rx_frame_errors; /* recv'd frame alignment error */
|
/frameworks/base/core/java/android/view/ |
WindowManagerPolicy.java | 109 * Perform standard frame computation. The result can be obtained with 113 * @param parentFrame The frame of the parent container this window 115 * @param displayFrame The frame of the overall display in which this 118 * @param contentFrame The frame within the display in which we would 120 * be resized to match the given content frame. 121 * @param visibleFrame The frame within the display that the window 132 * Retrieve the current frame of the window that has been assigned by 135 * @return Rect The rectangle holding the window frame. 140 * Retrieve the current frame of the window that is actually shown. 143 * @return Rect The rectangle holding the shown window frame [all...] |
/frameworks/base/tests/DumpRenderTree/assets/results/ |
layout_tests_failed.txt | 84 /sdcard/android/layout_tests/editing/pasteboard/drag-image-in-about-blank-frame.html 157 /sdcard/android/layout_tests/fast/encoding/frame-default-enc.html 178 /sdcard/android/layout_tests/fast/events/frame-tab-focus.html 187 /sdcard/android/layout_tests/fast/events/frame-programmatic-focus.html 190 /sdcard/android/layout_tests/fast/events/mouse-drag-from-frame-to-other-frame.html 212 /sdcard/android/layout_tests/fast/events/frame-click-focus.html 219 /sdcard/android/layout_tests/fast/events/contextmenu-scrolled-page-with-frame.html 234 /sdcard/android/layout_tests/fast/events/mouse-drag-from-frame.html 239 /sdcard/android/layout_tests/fast/events/open-window-from-another-frame.htm [all...] |
/external/webkit/WebKit/win/ |
WebView.cpp | 645 if (Frame* frame = m_page->mainFrame()) 646 frame->loader()->detachFromParent(); 891 if (Frame* coreFrame = core(m_mainFrame)) 927 Frame* coreFrame = core(m_mainFrame); [all...] |
/external/opencore/fileformats/id3parcom/src/ |
pv_id3_parcom.cpp | 222 // Minimum for an ID3v2_2 tag is tag header plus 1 frame. The minimum data length of 223 // a frame is 1 byte 234 // Minimum for an ID3v2 tag is tag header plus 1 frame. The minimum data length of 235 // a frame is 1 byte 404 // Find an existing entry in iFrames with matching frame type 501 // Frame of specified type is not found 869 // Comment frame 917 // Genre frame 1044 //calculate start of audio frame. 1047 // set iByteOffsetToStartOfAudioFrames and it must account for the frame heade [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/ |
AVTPart.java | 82 * This function is used to fixup variables from QNames to stack frame 88 * in the stack frame (but variables above the globalsTop value will need 89 * to be offset to the current stack frame).
|
AVTPartSimple.java | 60 * This function is used to fixup variables from QNames to stack frame 66 * in the stack frame (but variables above the globalsTop value will need 67 * to be offset to the current stack frame).
|
/dalvik/libcore/xml/src/main/java/org/apache/xpath/operations/ |
UnaryOperation.java | 41 * This function is used to fixup variables from QNames to stack frame 47 * in the stack frame (but variables above the globalsTop value will need 48 * to be offset to the current stack frame).
|
/dalvik/vm/compiler/template/armv5te/ |
header.S | 30 r11 (fp) is used by gcc (unless -fomit-frame-pointer is set) 57 r5 rFP interpreted frame pointer, used for accessing locals and args 81 * Given a frame pointer, find the stack save area.
|
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/include/ |
gsmamr_encoder_wrapper.h | 68 // Size in bytes of each encoded sample frame; 69 // This variable may point to an array if the sample frame sizes are 71 // iSampleFrameSize[0] = 23 (frame size of frame #1) 72 // iSampleFrameSize[1] = 12 (frame size of frame #2) 74 // iSampleFrameSize[iNumSampleFrames] = 10 (frame size of last frame) 191 ** This codec operates on a 20-msec frame duration corresponding to 160 192 ** samples at the sampling frequency of 8000 samples/sec. The size of a frame [all...] |
/external/opencore/codecs_v2/video/avc_h264/common/src/ |
reflist.cpp | 53 dpb->fs[i]->frame.PicNum = dpb->fs[i]->FrameNumWrap; 77 dpb->fs[i]->frame.PicNum = dpb->fs[i]->FrameNumWrap; 78 video->RefPicList0[list0idx++] = &(dpb->fs[i]->frame); 85 video->RefPicList0[0] = &(dpb->fs[0]->frame); 98 dpb->fs[i]->frame.LongTermPicNum = dpb->fs[i]->LongTermFrameIdx; 99 video->RefPicList0[list0idx++] = &(dpb->fs[i]->frame); 364 if ((dpb->fs[i]->frame.isLongTerm == FALSE) && (dpb->fs[i]->frame.PicNum == picNum)) 366 return &(dpb->fs[i]->frame); 385 if ((dpb->fs[i]->frame.isLongTerm == TRUE) && (dpb->fs[i]->frame.LongTermPicNum == LongtermPicNum) [all...] |
/external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/ |
AudioFilePlayer.h | 68 void (*SetStartFrame)(struct S_AudioFilePlayer *afp, int frame); /* seek in the file */ 69 int (*GetCurrentFrame)(struct S_AudioFilePlayer *afp); /* get the current frame position */ 70 void (*SetStopFrame)(struct S_AudioFilePlayer *afp, int frame); /* set limit in the file */
|
/external/quake/quake/src/QW/client/ |
spritegn.h | 37 // dspriteframe_t frame header structure 39 // <else (single sprite frame)> 40 // dspriteframe_t frame header structure
|
/external/quake/quake/src/WinQuake/ |
spritegn.h | 37 // dspriteframe_t frame header structure
39 // <else (single sprite frame)>
40 // dspriteframe_t frame header structure
|
/external/v8/src/mips/ |
frames-mips.cc | 44 // smi then the frame is a JavaScript frame -- and the marker is 55 // Compute frame type and stack pointer.
|
/external/webkit/WebCore/bindings/js/ |
ScriptCallStack.cpp | 63 // Caller is unknown, but we should still add the frame, because 75 // First frame is pre-populated in constructor, so don't trigger 76 // initialization unless looking beyond the first frame.
|
/external/webkit/WebCore/bindings/v8/ |
V8IsolatedContext.cpp | 35 #include "Frame.h" 69 proxy->windowShell()->installDOMWindow(m_context->get(), proxy->frame()->domWindow()); 79 proxy->frame()->loader()->client()->didCreateIsolatedScriptContext();
|