/external/chromium_org/third_party/WebKit/Source/core/plugins/ |
DOMPluginArray.h | 25 #include "core/frame/DOMWindowProperty.h" 34 class Frame; 39 static PassRefPtr<DOMPluginArray> create(Frame* frame) { return adoptRef(new DOMPluginArray(frame)); } 50 explicit DOMPluginArray(Frame*);
|
/external/chromium_org/third_party/WebKit/Source/core/timing/ |
MemoryInfo.h | 41 class Frame; 45 static PassRefPtr<MemoryInfo> create(Frame* frame) { return adoptRef(new MemoryInfo(frame)); } 52 explicit MemoryInfo(Frame*);
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
SimpleFrameManager.java | 20 import android.filterfw.core.Frame; 37 public Frame newFrame(FrameFormat format) { 42 public Frame newBoundFrame(FrameFormat format, int bindingType, long bindingId) { 43 Frame result = null; 59 private Frame createNewFrame(FrameFormat format) { 60 Frame result = null; 83 throw new RuntimeException("Unsupported frame target type: " + 90 public Frame retainFrame(Frame frame) { [all...] |
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
FrameSlotTarget.java | 32 .addInputPort("frame", Signature.PORT_REQUIRED, FrameType.any()) 38 Frame frame = getConnectedInputPort("frame").pullFrame(); local 39 getFrameManager().storeFrame(frame, mSlotName);
|
OutputPort.java | 24 * Input and output ports share their Frame slot, meaning that when a frame is waiting on an output 27 * Only one frame can be pushed onto an output port at a time. In other words, a Frame must first 28 * be consumed by the target filter before a new frame can be pushed on the output port. If the 52 * Returns true, if there is no frame waiting on this port. 53 * @return true, if no Frame instance is waiting on this port. 60 * Returns a frame for writing. 62 * Call this method to fetch a new frame to write into. When you have finished writing the 63 * frame data, you can push it into the output queue using {@link #pushFrame(Frame)}. Note 71 Frame frame = getQueue().fetchAvailableFrame(dimensions); local [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/ |
x86-mont.pl | 57 $frame=32; # size of above frame rounded up to 16n 69 &lea ("esp",&DWP(-$frame,"esp","edi",4)); # alloca($frame+4*(num+2)) 164 &movd (&DWP($frame-4,"esp",$j,4),$car1); # tp[j-1]= 179 &movd (&DWP($frame-4,"esp",$j,4),$car1); # tp[num-2]= 185 &movq (&QWP($frame,"esp",$num,4),$car1); # tp[num].tp[num-1] 194 &movd ($temp,&DWP($frame,"esp")); # tp[0] 208 &movd ($temp,&DWP($frame+4,"esp")); # tp[1] 225 &movd ($temp,&DWP($frame+4,"esp",$j,4));# tp[j+1 [all...] |
/external/openssl/crypto/bn/asm/ |
x86-mont.pl | 57 $frame=32; # size of above frame rounded up to 16n 69 &lea ("esp",&DWP(-$frame,"esp","edi",4)); # alloca($frame+4*(num+2)) 164 &movd (&DWP($frame-4,"esp",$j,4),$car1); # tp[j-1]= 179 &movd (&DWP($frame-4,"esp",$j,4),$car1); # tp[num-2]= 185 &movq (&QWP($frame,"esp",$num,4),$car1); # tp[num].tp[num-1] 194 &movd ($temp,&DWP($frame,"esp")); # tp[0] 208 &movd ($temp,&DWP($frame+4,"esp")); # tp[1] 225 &movd ($temp,&DWP($frame+4,"esp",$j,4));# tp[j+1 [all...] |
/external/chromium_org/chrome/browser/resources/inline_login/ |
inline_login.css | 9 #signin-frame { 17 #signin-frame, 32 #contents.loading #signin-frame,
|
/external/chromium_org/net/quic/ |
quic_connection_logger.h | 26 virtual void OnFrameAddedToPacket(const QuicFrame& frame) OVERRIDE; 41 virtual void OnStreamFrame(const QuicStreamFrame& frame) OVERRIDE; 42 virtual void OnAckFrame(const QuicAckFrame& frame) OVERRIDE; 44 const QuicCongestionFeedbackFrame& frame) OVERRIDE; 45 virtual void OnRstStreamFrame(const QuicRstStreamFrame& frame) OVERRIDE; 47 const QuicConnectionCloseFrame& frame) OVERRIDE;
|
/external/chromium_org/third_party/libjingle/source/talk/media/devices/ |
filevideocapturer.cc | 55 bool VideoRecorder::RecordFrame(const CapturedFrame& frame) { 62 if (!frame.GetDataSize(&size)) { 63 LOG(LS_ERROR) << "Unable to calculate the data size of the frame"; 68 // Convert the frame header to bytebuffer. 70 buffer.WriteUInt32(frame.width); 71 buffer.WriteUInt32(frame.height); 72 buffer.WriteUInt32(frame.fourcc); 73 buffer.WriteUInt32(frame.pixel_width); 74 buffer.WriteUInt32(frame.pixel_height); 75 buffer.WriteUInt64(frame.elapsed_time) 190 CapturedFrame frame; local [all...] |
/external/replicaisland/src/com/replica/replicaisland/ |
SpriteAnimation.java | 59 // of the frame list. So we'll use a linear search for small animations 60 // and only pull the binary search out when the frame count is large. 69 AnimationFrame frame = frames.get(x); local 70 currentTime += frame.holdTime; 72 result = frame; 83 public void addFrame(AnimationFrame frame) { 85 mFrames.add(frame); 86 mLength += frame.holdTime;
|
/external/chromium_org/cc/trees/ |
layer_tree_host_unittest_delegated.cc | 80 scoped_ptr<DelegatedFrameData> frame(new DelegatedFrameData); 87 frame->render_pass_list.push_back(root_pass.Pass()); 88 return frame.Pass(); 94 scoped_ptr<DelegatedFrameData> frame(new DelegatedFrameData); 106 // An invalid resource id! The resource isn't part of the frame. 130 frame->render_pass_list.push_back(root_pass.Pass()); 131 return frame.Pass(); 134 void AddTransferableResource(DelegatedFrameData* frame, 139 frame->resource_list.push_back(resource); 142 void AddTextureQuad(DelegatedFrameData* frame, 384 scoped_ptr<DelegatedFrameData> frame = variable 405 scoped_ptr<DelegatedFrameData> frame = variable 436 scoped_ptr<DelegatedFrameData> frame = variable 800 scoped_ptr<DelegatedFrameData> frame = variable 852 scoped_ptr<DelegatedFrameData> frame; variable 936 scoped_ptr<DelegatedFrameData> frame; variable 1007 scoped_ptr<DelegatedFrameData> frame; variable 1107 scoped_ptr<DelegatedFrameData> frame; variable 1227 scoped_ptr<DelegatedFrameData> frame; variable 1381 scoped_ptr<DelegatedFrameData> frame; variable 1447 scoped_ptr<DelegatedFrameData> frame; variable 1526 scoped_ptr<DelegatedFrameData> frame; variable 1664 scoped_ptr<DelegatedFrameData> frame; variable 1787 scoped_ptr<DelegatedFrameData> frame = variable 1825 scoped_ptr<DelegatedFrameData> frame = local 1858 scoped_ptr<DelegatedFrameData> frame = variable 1898 scoped_ptr<DelegatedFrameData> frame; variable 1958 scoped_ptr<DelegatedFrameData> frame; variable 2028 scoped_ptr<DelegatedFrameData> frame; variable 2116 scoped_ptr<DelegatedFrameData> frame; variable 2208 scoped_ptr<DelegatedFrameData> frame; variable [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLBodyElement.cpp | 37 #include "core/frame/Frame.h" 38 #include "core/frame/FrameView.h" 116 document().setWindowAttributeEventListener(EventTypeNames::load, createAttributeEventListener(document().frame(), name, value)); 118 document().setWindowAttributeEventListener(EventTypeNames::beforeunload, createAttributeEventListener(document().frame(), name, value)); 120 document().setWindowAttributeEventListener(EventTypeNames::unload, createAttributeEventListener(document().frame(), name, value)); 122 document().setWindowAttributeEventListener(EventTypeNames::pagehide, createAttributeEventListener(document().frame(), name, value)); 124 document().setWindowAttributeEventListener(EventTypeNames::pageshow, createAttributeEventListener(document().frame(), name, value)); 126 document().setWindowAttributeEventListener(EventTypeNames::popstate, createAttributeEventListener(document().frame(), name, value)); 128 document().setWindowAttributeEventListener(EventTypeNames::blur, createAttributeEventListener(document().frame(), name, value)) 192 Frame* frame = document->frame(); local 231 Frame* frame = document.frame(); local 264 Frame* frame = document.frame(); local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
bdb.py | 45 def trace_dispatch(self, frame, event, arg): 49 return self.dispatch_line(frame) 51 return self.dispatch_call(frame, arg) 53 return self.dispatch_return(frame, arg) 55 return self.dispatch_exception(frame, arg) 65 def dispatch_line(self, frame): 66 if self.stop_here(frame) or self.break_here(frame): 67 self.user_line(frame) 71 def dispatch_call(self, frame, arg) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
bdb.py | 45 def trace_dispatch(self, frame, event, arg): 49 return self.dispatch_line(frame) 51 return self.dispatch_call(frame, arg) 53 return self.dispatch_return(frame, arg) 55 return self.dispatch_exception(frame, arg) 65 def dispatch_line(self, frame): 66 if self.stop_here(frame) or self.break_here(frame): 67 self.user_line(frame) 71 def dispatch_call(self, frame, arg) [all...] |
/external/chromium_org/content/common/ |
cc_messages_perftest.cc | 30 static void RunTest(std::string test_name, const CompositorFrame& frame) { 33 IPC::ParamTraits<CompositorFrame>::Write(&msg, frame); 44 IPC::ParamTraits<CompositorFrame>::Write(&msg, frame); 65 scoped_ptr<CompositorFrame> frame(new CompositorFrame); 76 frame->delegated_frame_data.reset(new DelegatedFrameData); 77 frame->delegated_frame_data->render_pass_list.push_back(render_pass.Pass()); 79 RunTest("DelegatedFrame_ManyQuads_1_4000", *frame); 83 scoped_ptr<CompositorFrame> frame(new CompositorFrame); 94 frame->delegated_frame_data.reset(new DelegatedFrameData); 95 frame->delegated_frame_data->render_pass_list.push_back(render_pass.Pass()) [all...] |
/external/chromium_org/native_client_sdk/src/libraries/error_handling/ |
error_handling.c | 68 static void EHPrintFrame(sstream_t* ss, EHFrame* frame) { 73 ssprintf(ss, "\"frame_ptr\": %u,\n", frame->frame_ptr); 74 ssprintf(ss, "\"prog_ctr\": %u,\n", frame->prog_ctr); 78 start = frame->frame_ptr + 8; 80 start = frame->frame_ptr + 16; 83 for (i = start; i < frame->next_ptr && i - start < MAX_FRAME_CAP; i += 4) { 106 EHFrame* frame) { 110 frame->prog_ctr = portable_context->prog_ctr; 111 frame->frame_ptr = portable_context->frame_ptr; 112 frame->next_ptr = EHReadPointer(portable_context->frame_ptr) 157 EHFrame frame; local [all...] |
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
KeyguardViewStateManager.java | 208 View frame = mKeyguardWidgetPager.getPageAt(mKeyguardWidgetPager.getPageWarpIndex()); local 209 ((KeyguardWidgetFrame)frame).showFrame(this); 214 View frame = mKeyguardWidgetPager.getPageAt(mKeyguardWidgetPager.getPageWarpIndex()); local 215 ((KeyguardWidgetFrame)frame).hideFrame(this); 218 private int getChallengeTopRelativeToFrame(KeyguardWidgetFrame frame, int top) { 221 mapPoint((View) mChallengeLayout, frame, mTmpPoint); 261 KeyguardWidgetFrame frame = mKeyguardWidgetPager.getWidgetPageAt(mPageListeningToSlider); local 262 if (frame == null) return; 266 frame.resetSize(); 272 if (frame.isSmall()) 293 KeyguardWidgetFrame frame = mKeyguardWidgetPager.getWidgetPageAt(mPageListeningToSlider); local 325 KeyguardWidgetFrame frame = mKeyguardWidgetPager.getWidgetPageAt(mPageListeningToSlider); local [all...] |
/external/chromium_org/net/websockets/ |
websocket_deflate_stream.cc | 119 scoped_ptr<WebSocketFrame> frame((*frames)[i]); 121 predictor_->RecordInputDataFrame(frame.get()); 124 if (frame->header.final) 126 predictor_->RecordWrittenDataFrame(frame.get()); 127 frames_to_write.push_back(frame.release()); 130 if (frame->data && !deflater_.AddBytes(frame->data->data(), 131 frame->header.payload_length)) { 136 if (frame->header.final && !deflater_.Finish()) { 144 frame->header.final) 173 WebSocketFrame* frame = frames[index]; local 236 WebSocketFrame* frame = (*frames)[i]; local 249 WebSocketFrame* frame = (*frames)[i]; local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorAgent.cpp | 44 #include "core/frame/Frame.h" 70 void InspectorAgent::didClearWindowObjectInWorld(Frame* frame, DOMWrapperWorld* world) 78 String origin = frame->document()->securityOrigin()->toRawString(); 82 int injectedScriptId = m_injectedScriptManager->injectedScriptIdFor(mainWorldScriptState(frame)); 88 frame->script().executeScriptInMainWorld(scriptSource.toString()); 105 void InspectorAgent::didCommitLoad(Frame* frame, DocumentLoader* loader) 107 if (loader->frame() != frame->page()->mainFrame() [all...] |
/external/chromium_org/third_party/WebKit/Source/web/ |
WebRange.cpp | 45 #include "core/frame/Frame.h" 46 #include "core/frame/FrameView.h" 117 WebRange WebRange::fromDocumentRange(WebFrame* frame, int start, int length) 119 WebCore::Frame* webFrame = toWebFrameImpl(frame)->frame(); 130 Frame* frame = m_private->ownerDocument().frame(); [all...] |
/external/javassist/src/main/javassist/bytecode/analysis/ |
FramePrinter.java | 32 * A utility class for printing a merged view of the frame state and the 75 * Prints the instructions and the frame states of the given method. 85 Frame[] frames; 106 Frame frame = frames[pos]; local 107 if (frame == null) { 111 printStack(frame); 114 printLocals(frame); 119 private void printStack(Frame frame) { [all...] |
/sdk/emulator/qtools/ |
read_method.cpp | 12 struct frame { struct 18 frame(uint64_t time, uint32_t addr, const char *name, bool isNative) { function in struct:frame 29 frame *frames[kMaxFrames]; 36 void push(frame *pframe); 37 frame* pop(); 41 void Stack::push(frame *pframe) { 50 frame *Stack::pop() { 58 frame *pframe; 97 frame *pframe; 126 pframe = new frame(method_record.time, method_record.addr [all...] |
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
TypingCommand.cpp | 42 #include "core/frame/Frame.h" 95 Frame* frame = document.frame(); local 96 ASSERT(frame); 98 if (!frame->selection().isRange()) 101 if (RefPtr<TypingCommand> lastTypingCommand = lastTypingCommandIfStillOpenForTyping(frame)) { 113 Frame* frame = document.frame() local 133 Frame* frame = document.frame(); local 158 Frame* frame = document.frame(); local 170 RefPtr<Frame> frame = document.frame(); local 289 Frame* frame = document().frame(); local 314 Frame* frame = document().frame(); local 401 Frame* frame = document().frame(); local 505 Frame* frame = document().frame(); local [all...] |
/external/chromium_org/third_party/libwebp/demux/ |
demux.c | 47 typedef struct Frame { 54 int is_fragment_; // this is a frame fragment (and not a full frame). 55 int frame_num_; // the referent frame number for use in assembling fragments. 58 struct Frame* next_; 59 } Frame; 75 Frame* frames_; 76 Frame** frames_tail_; 188 // Add a frame to the end of the list, ensuring the last frame is complete 309 Frame* frame; local 354 Frame* frame; local 426 Frame* frame; local 591 const Frame* const frame = dmux->frames_; local 859 const Frame* frame; local 893 const Frame* const frame = GetFrame(dmux, iter->frame_num); local [all...] |