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

<<51525354555657585960>>

  /external/proguard/src/proguard/optimize/
MethodDescriptorShrinker.java 163 // variable frame.
210 // variable frame.
256 // variable frame.
  /external/quake/quake/src/QW/client/
cl_pred.c 140 // this is the last frame received from the server
143 // we can now render a frame
184 // now interpolate some fraction of the final frame
  /external/quake/quake/src/QW/docs/
glqwcl-readme.txt 17 by well under one frame per second.
102 This causes the game to not issue a glFinish() call each frame, which may make
114 every other frame, clear this variable.
  /external/speex/include/speex/
speex_preprocess.h 72 /** Preprocess a frame
79 /** Preprocess a frame (deprecated, use speex_preprocess_run() instead)*/
206 /** Get speech probability in last frame (int32). */
  /external/tcpdump/
ieee802_11_radio.h 160 * FCS from frame in network byte order.
206 #define IEEE80211_RADIOTAP_F_FCS 0x10 /* frame includes FCS */
207 #define IEEE80211_RADIOTAP_F_DATAPAD 0x20 /* frame has padding between
print-802_11.c 116 "Received an Authentication frame with authentication transaction " \
119 "Authentication rejected due to timeout waiting for next frame in sequence", /* 16 */
133 "Class 2 frame received from nonauthenticated station", /* 6 */
134 "Class 3 frame received from nonassociated station", /* 7 */
293 * Print Handle functions for the management frame types
456 /* the frame body for ATIM is null. */
612 * Handles printing all the control frame types
677 * Data Frame - Address field contents
857 printf("unknown IEEE802.11 frame type (%d)", FC_TYPE(fc));
901 printf("(header) unknown IEEE802.11 frame type (%d)"
    [all...]
  /external/v8/src/
compiler.h 32 #include "frame-element.h"
57 // variables to worry about ('this' can be found in the stack frame).
281 // for frame elements. When the zone gets deleted, we make sure to
  /external/webkit/WebCore/bindings/v8/
V8DOMWrapper.h 64 class Frame;
191 // Set hidden references in a DOMWindow object of a frame.
192 static void setHiddenWindowReference(Frame*, const int internalIndex, v8::Handle<v8::Object>);
  /external/webkit/WebCore/dom/
ProcessingInstruction.cpp 30 #include "Frame.h"
107 if (m_target == "xml-stylesheet" && document()->frame() && parentNode() == document()) {
168 charset = document()->frame()->loader()->encoding();
  /external/webkit/WebKit/chromium/src/
WebBindings.cpp 241 Frame* frame = V8Proxy::retrieveFrame(context); local
242 if (!current || !V8BindingSecurity::canAccessFrame(V8BindingState::Only(), frame, false))
WebWorkerBase.cpp 60 virtual void didCreateDataSource(WebFrame* frame, WebDataSource* ds)
135 webFrame->frame()->loader()->load(ResourceRequest(url), substData, false);
138 m_loadingDocument = webFrame->frame()->document();
  /external/webkit/WebKit/qt/docs/
qtwebkit.qdoc 121 frame in HTML is represented using the QWebFrame class. This class includes the
123 Each QWebPage has one QWebFrame object as its main frame, and the main frame
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps.c 164 * @msg: WPS IE contents from Beacon or Probe Response frame
190 * @msg: WPS IE contents from Beacon or Probe Response frame
221 * @msg: WPS IE contents from Beacon or Probe Response frame
  /frameworks/base/camera/libcameraservice/
CameraService.h 106 // release a recording frame
158 CAMERA_PREVIEW_MODE = 0, // frame automatically released
159 CAMERA_RECORDING_MODE = 1, // frame has to be explicitly released by releaseRecordingFrame()
  /frameworks/base/docs/html/guide/developing/tools/
hierarchy-viewer.jd 35 <li>Wire-frame View: a wire-frame drawing of the layout, on the bottom-right.</li>
41 the Properties View. When a node is selected, the Wire-frame View
  /frameworks/base/docs/html/guide/topics/graphics/
2d-graphics.jd 21 <li><a href="#frame-animation">Frame Animation</a></li>
436 <h2 id="frame-animation">Frame Animation</h2>
440 class is the basis for frame animations.</p>
446 the instructions are the order and duration for each frame of the animation.</p>
449 of child <code>&lt;item></code> nodes that each define a frame: a drawable resource for the frame and the frame duration.
450 Here's an example XML file for a frame-by-frame animation:</p
    [all...]
  /frameworks/base/libs/camera/
Camera.cpp 214 // release a recording frame
321 // callback from camera service when frame or image is ready
334 // callback from camera service when timestamped frame is ready
  /system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
public_descriptors.h 165 /* Bit0-1: Band the frame was received */
240 int8 rx_level; /* The computed RSSI value in db of current frame */
242 uint8 rx_snr; /* The computed SNR value in db of current frame */
  /build/core/combo/
TARGET_linux-arm.mk 59 -fomit-frame-pointer \
71 -fomit-frame-pointer \
88 TARGET_arm_CFLAGS += -fno-omit-frame-pointer -fno-strict-aliasing
89 TARGET_thumb_CFLAGS += -marm -fno-omit-frame-pointer
  /dalvik/docs/opcodes/
opcode-0a-move-result.html 46 A must be a valid register index in the current stack frame.
opcode-0b-move-result-wide.html 46 A+1 must be a valid register index in the current stack frame (which
opcode-0c-move-result-object.html 46 A must be a valid register index in the current stack frame.
opcode-16-const-wide.html 63 A must be a valid register index in the current stack frame.
opcode-1b-const-class.html 46 A must be a valid register index in the current stack frame.
opcode-1d-monitor-enter.html 43 A must be a valid register index for the current stack frame.

Completed in 1080 milliseconds

<<51525354555657585960>>