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

<<41424344454647484950>>

  /dalvik/libcore/dalvik/src/main/java/dalvik/system/
VMStack.java 58 * The topmost stack frame (this method) and the one above that (the
69 * stop when a privileged frame is reached
  /dalvik/vm/mterp/x86/
entry.S 87 * We're not going to build a standard frame here, so the arg accesses will
98 addl $$60,%esp # Strip dvmMterpStdRun's frame
  /external/dropbear/libtommath/
makefile.cygwin_dll 11 CFLAGS += -fomit-frame-pointer
51 cd mtest ; $(CC) -O3 -fomit-frame-pointer -funroll-loops mtest.c -o mtest -s
  /external/grub/netboot/
cs89x0.h 26 #define PP_DmaFrameCnt 0x0028 /* ISA DMA Frame count */
66 #define PP_RxStatus 0x0400 /* Receive start of frame */
67 #define PP_RxLength 0x0402 /* Receive Length of frame */
68 #define PP_RxFrame 0x0404 /* Receive frame pointer */
69 #define PP_TxFrame 0x0A00 /* Transmit frame pointer */
310 #define RCV_FIXED_DATA 0x800 /* Every frame same */
335 #define RBUF_EVENT_LOW 0 /* Low byte of RxEvent - status of received frame */
336 #define RBUF_EVENT_HIGH 1 /* High byte of RxEvent - status of received frame */
  /external/kernel-headers/original/asm-x86/
ptrace.h 90 /* cpu exception frame or undefined */
109 void signal_fault(struct pt_regs *regs, void __user *frame, char *where);
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/
sp_dec.h 37 * Purpose : Decoding and post filtering of one speech frame.
104 enum RXFrameType frame_type, /* i : Frame type */
  /external/opencore/codecs_v2/audio/mp3/dec/include/
pvmp3decoder_api.h 119 * bytes consumed varies frame to frame.
147 * holds the predicted frame size. It used on the test console, for parsing
192 * is calculated using the number of bits consumed for the current frame,
193 * and then multiplying by the sampling_rate, divided by points in a frame.
194 * This value can changes frame to frame.
201 * Out: Size of the output frame in 16-bit words, This value depends on the mp3 version
  /external/opencore/codecs_v2/omx/omx_common/include/
pv_omxdefs.h 27 // while there is no documented number of max NALs per frame, this should be more than enough
28 // this used to keep track of the NAL sizes in full-frame, multiple NAL output buffers
  /external/opencore/fileformats/rawgsmamr/parser/src/
amrfileparser.cpp 41 /* Table containing the sum of the frame type byte */
58 1, /* future use; 0 length but set to 1 to skip the frame type byte */
59 1, /* future use; 0 length but set to 1 to skip the frame type byte */
60 1, /* future use; 0 length but set to 1 to skip the frame type byte */
80 1, /* future use; 0 length but set to 1 to skip the frame type byte */
81 1, /* future use; 0 length but set to 1 to skip the frame type byte */
82 1, /* future use; 0 length but set to 1 to skip the frame type byte */
98 1, /* For future use : Set to 1 to skip the frame type byte */
99 1, /* For future use : Set to 1 to skip the frame type byte */
100 1, /* For future use : Set to 1 to skip the frame type byte *
    [all...]
  /external/opencore/nodes/pvmp4ffcomposernode/src/
pvmp4ffcn_node.cpp 161 aFrame.clear(); // Release the frame
166 Request frame = {aFrame, aMemFrag, aFormat, aTimestamp, aTrackId, aPort}; local
167 mQueue.push_back(frame);
189 void releaseQueuedFrame(Request *frame)
191 if (!frame) {
192 LOGE("Frame not valid");
195 frame->mFrame.clear();
199 frame->mFrag = kEmptyFrag; // FIXME: This assignement to decr the ref count is ugly.
200 mQueue.erase(frame);
221 Request frame = mQueue[0]; // Make a local cop local
    [all...]
  /external/openssl/crypto/
ia64cpuid.S 35 // register frame. The latter is required, because it might be
36 // insufficient to wipe backing storage for the current frame
  /external/proguard/src/proguard/classfile/editor/
VariableEditor.java 48 * @param maxLocals the length of the local variable frame that will be
126 // Update the length of local variable frame.
  /external/proguard/src/proguard/optimize/peephole/
VariableShrinker.java 88 // Get the total size of the local variable frame.
101 // Delete unused local variables from the local variable frame.
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_BView.h 36 SDL_BView(BRect frame) :
37 BView(frame, "SDL View", B_FOLLOW_ALL_SIDES,
  /external/qemu/
dyngen-exec.h 99 /* Note $15 is the frame pointer, so anything in op-i386.c that would
100 require a frame pointer, like alloca, would probably loose. */
  /external/quake/quake/src/QW/client/
d_scana.s 43 pushl %ebp // preserve caller's stack frame pointer
85 popl %ebp // restore caller's stack frame pointer
  /external/quake/quake/src/QW/progs/
buttons.qc 13 self.frame = 1; // use alternate textures
25 self.frame = 0; // use normal textures
  /external/quake/quake/src/WinQuake/
d_scana.s 43 pushl %ebp // preserve caller's stack frame pointer
85 popl %ebp // restore caller's stack frame pointer
  /external/webkit/WebCore/bindings/js/
JSDOMBinding.h 41 class Frame;
96 // needing to reach through the frame to get to the Document*. See bug 27640.
416 bool allowsAccessFromFrame(JSC::ExecState*, Frame*);
417 bool allowsAccessFromFrame(JSC::ExecState*, Frame*, String& message);
418 bool shouldAllowNavigation(JSC::ExecState*, Frame*);
419 void printErrorMessageForFrame(Frame*, const String& message);
422 Frame* toLexicalFrame(JSC::ExecState*);
423 Frame* toDynamicFrame(JSC::ExecState*);
JSDOMGlobalObject.cpp 93 return toJSDOMWindow(document->frame(), currentWorld(exec));
112 return toJSDOMWindow(document->frame(), world);
JSDOMWindowBase.h 34 class Frame;
101 JSDOMWindow* toJSDOMWindow(Frame*, DOMWrapperWorld*);
  /external/webkit/WebCore/css/
mathml.css 174 mtable[frame="solid"] {
177 mtable[frame="dashed"] {
  /external/webkit/WebCore/editing/
Editor.cpp 49 #include "Frame.h"
918 Editor::Editor(Frame* frame)
919 : m_frame(frame)
920 , m_deleteButtonController(new DeleteButtonController(frame))
    [all...]
  /external/webkit/WebCore/loader/
MainResourceLoader.h 47 static PassRefPtr<MainResourceLoader> create(Frame*);
72 MainResourceLoader(Frame*);
  /external/webkit/WebCore/page/
Settings.cpp 30 #include "Frame.h"
44 for (Frame* frame = page->mainFrame(); frame; frame = frame->tree()->traverseNext())
45 frame->setNeedsReapplyStyles();
143 // A Frame may not have been created yet, so we initialize the AtomicString

Completed in 502 milliseconds

<<41424344454647484950>>