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

<<51525354555657585960>>

  /external/webkit/WebCore/rendering/
RenderTheme.cpp 29 #include "Frame.h"
676 Frame* frame = node->document()->frame();
677 if (!frame)
680 Page* page = frame->page();
725 Frame* frame = document->frame(); local
726 return node == document->focusedNode() && frame && frame->selection()->isFocusedAndActive()
    [all...]
RenderTreeAsText.cpp 33 #include "Frame.h"
441 RenderView* root = view->frame()->contentRenderer();
587 Frame* frame = doc->frame(); local
588 if (!frame)
591 VisibleSelection selection = frame->selection()->selection();
602 String externalRepresentation(Frame* frame, RenderAsTextBehavior behavior)
604 frame->document()->updateLayout()
    [all...]
  /frameworks/base/core/java/android/widget/
ZoomButtonsController.java 630 Rect frame = mTempRect; local
641 child.getHitRect(frame);
642 if (frame.contains(containerCoordsX, containerCoordsY)) {
647 if (containerCoordsX >= frame.left && containerCoordsX <= frame.right) {
650 distanceX = Math.min(Math.abs(frame.left - containerCoordsX),
651 Math.abs(containerCoordsX - frame.right));
654 if (containerCoordsY >= frame.top && containerCoordsY <= frame.bottom) {
657 distanceY = Math.min(Math.abs(frame.top - containerCoordsY)
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrnb/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...]
  /frameworks/base/media/libstagefright/codecs/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/libffi/src/x86/
darwin64.S 39 Bit o trickiness here -- ARGS+BYTES is the base of the stack frame
52 movq %rbp, 16(%rax) /* Save old frame pointer. */
54 movq %rax, %rbp /* Finalize local stack frame. */
77 /* Deallocate stack arg area; local stack frame in redzone. */
82 movq 16(%rbp), %rbp /* Reload old frame pointer. */
225 /* Deallocate stack frame early; return value is now in redzone. */
353 /* New stack frame based off rbp. This is a itty bit of unwind
unix64.S 38 Bit o trickiness here -- ARGS+BYTES is the base of the stack frame
52 movq %rbp, 16(%rax) /* Save old frame pointer. */
54 movq %rax, %rbp /* Finalize local stack frame. */
77 /* Deallocate stack arg area; local stack frame in redzone. */
82 movq 16(%rbp), %rbp /* Reload old frame pointer. */
232 /* Deallocate stack frame early; return value is now in redzone. */
361 /* New stack frame based off rbp. This is a itty bit of unwind
  /external/libpcap/
wlan_filtering.patch 90 + * Load the Frame Control field
103 + * We need to load the Frame control directly, and
125 + * load the Frame Control with absolute access
133 + * Generate the common instructions to check if it's a data frame
304 + * in a SNAP frame with an organization code of
343 + * code to validate the Frame Control bits
362 + * Now check for a data frame.
  /external/opencore/fileformats/mp3/parser/include/
imp3ff.h 205 * @param pgau Frame information structure of type GAU
214 * @param mInfo Frame information structure of type MediaMetaInfo
220 * @brief Reads the next frame from the file
222 * @param buf Buffer containing the frame read
224 * @param framesize Size of the frame data read
225 * @param timestamp Timestamp of the frame
231 * @brief Returns the timestamp of the current frame
  /external/opencore/protocols/systems/3g-324m_pvterminal/common/include/
pv_2way_h324m_interface.h 194 * to the pv2way engine. It causes the 2way engine to immediately send out a fast update frame
320 * A value of 0 indicates a high spatial resolution and a value of 31 indicates a high frame rate.
321 * The values from 0 to 31 indicate monotonically a higher frame rate. Actual values do not correspond
322 * to precise values of spatial resolution or frame rate.
333 * A value of 0 indicates a high spatial resolution and a value of 31 indicates a high frame rate.
334 * The values from 0 to 31 indicate monotonically a higher frame rate. Actual values do not correspond
335 * to precise values of spatial resolution or frame rate.
  /external/proguard/src/proguard/preverify/
CodePreverifier.java 133 // Create and store a new frame.
502 // Start computing the compressed frame.
503 // The default is the full frame.
514 // // Remove the identical frame.
517 // // Move on to the next frame (at the same index).
565 // Remember this frame.
569 // Replace the full frame.
  /external/quake/quake/src/QW/client/
cl_input.c 164 Returns 0.25 if a key was pressed and released during the frame,
182 val = 0.5; // pressed and held this frame
190 val = 0; // released this frame
194 val = 1.0; // held the entire frame
196 val = 0; // up the entire frame
200 val = 0.75; // released and re-pressed this frame
202 val = 0.25; // pressed and released this frame
  /external/quake/quake/src/WinQuake/
cl_input.cpp 165 Returns 0.25 if a key was pressed and released during the frame,
184 val = 0.5; // pressed and held this frame
194 val = 0; // released this frame
200 val = 1.0; // held the entire frame
202 val = 0; // up the entire frame
208 val = 0.75; // released and re-pressed this frame
210 val = 0.25; // pressed and released this frame
  /external/webkit/WebCore/loader/
loader.cpp 32 #include "Frame.h"
355 RefPtr<SubresourceLoader> loader = SubresourceLoader::create(docLoader->doc()->frame(),
466 // If a load starts while the frame is still in the provisional state
486 if (request->docLoader()->frame())
487 request->docLoader()->frame()->loader()->checkCompleted();
507 if (request->docLoader()->frame())
508 request->docLoader()->frame()->loader()->checkCompleted();
  /external/webkit/WebCore/page/animation/
AnimationController.cpp 37 #include "Frame.h"
49 AnimationControllerPrivate::AnimationControllerPrivate(Frame* frame)
52 , m_frame(frame)
438 AnimationController::AnimationController(Frame* frame)
439 : m_data(new AnimationControllerPrivate(frame))
  /external/webkit/WebKit/android/jni/
WebSettings.cpp 35 #include "Frame.h"
232 static void Sync(JNIEnv* env, jobject obj, jint frame)
234 WebCore::Frame* pFrame = (WebCore::Frame*)frame;
235 LOG_ASSERT(pFrame, "%s must take a valid frame pointer!", __FUNCTION__);
251 LOG_ASSERT(pFrame->view(), "No view for this frame when trying to relayout");
  /external/webkit/WebKit/chromium/public/
WebView.h 63 // The WebFrameClient will receive events for the main frame and any
73 // Corresponds to the encoding of the main frame. Setting the page
74 // encoding may cause the main frame to reload.
112 // Returns the frame identified by the given name. This method
114 // the entire frame tree containing this tree looking for a frame that
116 // is specified, then the search begins with the given frame and its
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
widget_design.jd 63 <p>Typical Android widgets have three main components: A bounding box, a frame,
65 leave some padding between the edges of the bounding box and the frame, and
66 between the inner edges of the frame and the widget's controls. Widgets designed
101 <li><strong>Select a matching frame.</strong></li>
147 the edge of these dimensions, but fit inside a frame withing the bounding box,
180 <p>For each of the six standard widget sizes there is a standard frame. You can
182 that frame, which you can use for your own widgets.<p>
  /frameworks/base/libs/audioflinger/
AudioResamplerSinc.cpp 213 // read one frame
253 break; // 0 frame available, 2 frames needed
254 // read first frame
258 break; // 0 frame available, 1 frame needed
259 // read second frame
281 * This function reads only one frame from input buffer and writes it in
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
requestHandler.c 255 measurement object when measuremnt request frame is received.
257 - Parsers the measurement request frame.
259 - Initializes each request according to the its frame
270 measurementFrameReq - The New Frame request that was received.
447 frame that is now being processed.
503 frameToken - Frame token of the received frame in which
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/Measurement/
requestHandler.c 259 measurement object when measuremnt request frame is received.
261 - Parsers the measurement request frame.
263 - Initializes each request according to the its frame
274 measurementFrameReq - The New Frame request that was received.
460 frame that is now being processed.
516 frameToken - Frame token of the received frame in which
  /system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
requestHandler.c 255 measurement object when measuremnt request frame is received.
257 - Parsers the measurement request frame.
259 - Initializes each request according to the its frame
270 measurementFrameReq - The New Frame request that was received.
447 frame that is now being processed.
503 frameToken - Frame token of the received frame in which
  /external/v8/src/
messages.js 769 function FormatSourcePosition(frame) {
771 if (frame.isNative()) {
773 } else if (frame.isEval()) {
774 fileLocation = "eval at " + frame.getEvalOrigin();
776 var fileName = frame.getFileName();
779 var lineNumber = frame.getLineNumber();
782 var columnNumber = frame.getColumnNumber();
793 var functionName = frame.getFunction().name;
794 var methodName = frame.getMethodName();
796 var isConstructor = frame.isConstructor()
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
sme.c 539 * \param pFrameInfo - frame information (if the CB is called due to received frame)
551 /* a frame was received - update the scan result table */
553 TRACE6(pSme->hReport, REPORT_SEVERITY_INFORMATION , "sme_ScanResultCB: received frame from BSSID %02x:%02x:%02x:%02x:%02x:%02x\n", (*pFrameInfo->bssId)[ 0 ], (*pFrameInfo->bssId)[ 1 ], (*pFrameInfo->bssId)[ 2 ], (*pFrameInfo->bssId)[ 3 ], (*pFrameInfo->bssId)[ 4 ], (*pFrameInfo->bssId)[ 5 ]);
705 * \param pFrameInfo - frame information (if the CB is called due to received frame)
714 /* in manual mode, store the frame in the SME scan result table */
719 /* a frame was received - update the scan result table */
721 TRACE6(pSme->hReport, REPORT_SEVERITY_INFORMATION , "sme_AppScanResult: received frame from BSSID %02x:%02x:%02x:%02x:%02x:%02x\n", (*pFrameInfo->bssId)[ 0 ], (*pFrameInfo->bssId)[ 1 ], (*pFrameInfo->bssId)[ 2 ], (*pFrameInfo->bssId)[ 3 ], (*pFrameInfo->bssId)[ 4 ], (*pFrameInfo->bssId)[ 5 ]);
758 * \param pFrameInfo - frame information (if the CB is called due to received frame
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
nl80211_copy.h 144 * frame subtype with %NL80211_ATTR_MGMT_SUBTYPE. The extra IE data to be
145 * added to the end of the specified management frame is specified with
207 * to be added to the frame.
209 * frame in station and IBSS modes when the local MLME processed the
210 * frame, i.e., it was for the local STA and was received in correct
213 * included %NL80211_ATTR_FRAME attribute contains the management frame
214 * (including both the header and frame body, but not FCS). This event is
234 * the frame with invalid MIC, %NL80211_ATTR_KEY_TYPE to show the key
236 * %NL80211_ATTR_KEY_SEQ to indicate the TSC value of the frame; this
477 * @NL80211_ATTR_MGMT_SUBTYPE: Management frame subtype fo
    [all...]

Completed in 699 milliseconds

<<51525354555657585960>>