HomeSort by relevance Sort by last modified time
    Searched refs:Frame (Results 176 - 200 of 459) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/testing/
InternalsGeolocation.cpp 47 ASSERT(document && document->frame());
50 for (Frame* childFrame = document->page()->mainFrame(); childFrame; childFrame = childFrame->tree().traverseNext()) {
58 ASSERT(document && document->frame());
67 ASSERT(document && document->frame());
76 ASSERT(document && document->frame());
85 ASSERT(document && document->frame());
94 GeolocationController* controller = GeolocationController::from(document->frame());
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
stream.py 41 from mod_pywebsocket._stream_hybi import Frame
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
plotTimingTest.m 5 %DEBUG ; ( 9:53:33:859 | 0) VIDEO CODING:-1 ; 7132; Frame decoded: timeStamp=3000 decTime=10 at 10012
28 [p, count] = sscanf(line, 'Frame decoded: timeStamp=%lu decTime=%d maxDecTime=%d, at %lu');
  /external/chromium_org/tools/memory_inspector/memory_inspector/core/
native_heap.py 17 self.stack_frames = {} # absolute_address (int) -> |stacktrace.Frame|.
27 stack_frame = stacktrace.Frame(absolute_addr)
  /external/clang/lib/ASTMatchers/Dynamic/
Diagnostics.cpp 160 static void printContextFrameToStream(const Diagnostics::ContextFrame &Frame,
162 maybeAddLineAndColumn(Frame.Range, OS);
163 formatErrorString(contextTypeToFormatString(Frame.Type), Frame.Args, OS);
  /external/javassist/src/main/javassist/convert/
TransformAccessArrayField.java 28 import javassist.bytecode.analysis.Frame;
40 private Frame[] frames;
98 private Frame getFrame(int pos) throws BadBytecode {
117 Frame frame = getFrame(pos); local
118 if (frame == null)
121 CtClass clazz = frame.peek().getCtClass();
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
GLFrame.java 20 import android.filterfw.core.Frame;
47 public class GLFrame extends Frame {
60 * storing the frame, as the user may delete, and regenerate it.
88 throw new IllegalArgumentException("Initializing GL frame with zero size!");
91 // Create correct frame
94 if (bindingType == Frame.NO_BINDING) {
108 throw new RuntimeException("Attempting to create GL frame with unknown binding type "
117 throw new RuntimeException("Could not allocate external GL frame!");
121 throw new RuntimeException("Could not allocate GL frame!");
130 throw new RuntimeException("Could not allocate texture backed GL frame!");
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FrameBuffer1D.java 25 public class FrameBuffer1D extends Frame {
30 * Access frame's data using a {@link ByteBuffer}.
36 * @return The byte buffer instance holding the Frame's data.
44 * Access frame's data using a RenderScript {@link Allocation}.
48 * @return The Allocation instance holding the Frame's data.
66 * TODO: Documentation. Note that frame contents are invalidated.
86 throw new RuntimeException("Cannot access Frame of type " + type + " as a FrameBuffer "
91 throw new RuntimeException("Cannot access Frame with no dimensions as a FrameBuffer "
ThroughputFilter.java 41 .addInputPort("frame", Signature.PORT_REQUIRED, FrameType.any())
43 .addOutputPort("frame", Signature.PORT_REQUIRED, FrameType.any())
53 port.attachToOutputPort(getConnectedOutputPort("frame"));
66 Frame inputFrame = getConnectedInputPort("frame").pullFrame();
93 getConnectedOutputPort("frame").pushFrame(inputFrame);
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
BackDropperFilter.java 23 import android.filterfw.core.Frame;
126 // Frame count for learning bg model
128 // Frame count for learning verification
259 // tex_sampler_0: Mip-map for foreground (live) video frame.
262 // subsample_level: Level on foreground frame's mip-map.
280 // Foreground/background mask decision shader. Decides whether a frame is in the foreground or
322 // tex_sampler_0: Mip-map for foreground (live) video frame.
323 // tex_sampler_1: Mip-map for background (playback) video frame.
347 // tex_sampler_0: Foreground (live) video frame.
348 // tex_sampler_1: Background (playback) video frame
    [all...]
  /external/chromium_org/v8/test/mjsunit/
debug-evaluate-arguments.js 35 function checkArguments(frame, names, values) {
37 assertEquals(argc, frame.argumentCount());
40 assertEquals(names[i], frame.argumentName(i));
42 assertEquals(void 0, frame.argumentName(i));
46 assertEquals(values[i], frame.argumentValue(i).value());
48 assertEquals(void 0, frame.argumentValue(i).value());
57 // Frame 0 - called with less parameters than arguments.
58 checkArguments(exec_state.frame(0), ['x', 'y'], [1]);
60 // Frame 1 - called with more parameters than arguments.
61 checkArguments(exec_state.frame(1), ['x', 'y'], [1, 2, 3])
    [all...]
  /external/llvm/lib/MC/
MCObjectStreamer.cpp 115 void MCObjectStreamer::EmitCFIStartProcImpl(MCDwarfFrameInfo &Frame) {
117 Frame.Begin = getContext().CreateTempSymbol();
118 EmitLabel(Frame.Begin);
121 void MCObjectStreamer::EmitCFIEndProcImpl(MCDwarfFrameInfo &Frame) {
122 Frame.End = getContext().CreateTempSymbol();
123 EmitLabel(Frame.End);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
keybindingDialog.py 49 frameMain = Frame(self,borderwidth=2,relief=SUNKEN)
51 frameButtons=Frame(self)
59 self.frameKeySeqBasic = Frame(frameMain)
60 self.frameKeySeqAdvanced = Frame(frameMain)
61 self.frameControlsBasic = Frame(frameMain)
62 self.frameHelpAdvanced = Frame(frameMain)
configSectionNameDialog.py 41 self.frameMain = Frame(self,borderwidth=2,relief=SUNKEN)
49 frameButtons=Frame(self)
textView.py 42 frameText = Frame(self, relief=SUNKEN, height=700)
43 frameButtons = Frame(self)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
keybindingDialog.py 49 frameMain = Frame(self,borderwidth=2,relief=SUNKEN)
51 frameButtons=Frame(self)
59 self.frameKeySeqBasic = Frame(frameMain)
60 self.frameKeySeqAdvanced = Frame(frameMain)
61 self.frameControlsBasic = Frame(frameMain)
62 self.frameHelpAdvanced = Frame(frameMain)
configSectionNameDialog.py 41 self.frameMain = Frame(self,borderwidth=2,relief=SUNKEN)
49 frameButtons=Frame(self)
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalFrame.h 31 #include "core/frame/Frame.h"
63 class LocalFrame : public Frame, public WillBePersistentHeapSupplementable<LocalFrame> {
86 RenderView* contentRenderer() const; // Root of the render tree for the document contained in this frame.
102 // LocalFrame in this frame's in-process subtree. When user gesture tokens
240 DEFINE_TYPE_CASTS(LocalFrame, Frame, localFrame, localFrame->isLocalFrame(), localFrame.isLocalFrame());
  /external/chromium_org/third_party/WebKit/Source/core/page/
ChromeClient.h 29 #include "core/frame/ConsoleTypes.h"
58 class Frame;
234 virtual void forwardInputEvent(WebCore::Frame*, WebCore::Event*) { }
  /external/chromium_org/third_party/WebKit/Source/web/
FrameLoaderClientImpl.cpp 41 #include "core/frame/FrameView.h"
42 #include "core/frame/Settings.h"
104 FrameLoaderClientImpl::FrameLoaderClientImpl(WebLocalFrameImpl* frame)
105 : m_webFrame(frame)
117 Document* document = m_webFrame->frame()->document();
240 Frame* FrameLoaderClientImpl::opener() const
245 void FrameLoaderClientImpl::setOpener(Frame* opener)
247 // FIXME: Temporary hack to stage converting locations that really should be Frame.
251 Frame* FrameLoaderClientImpl::parent() const
256 Frame* FrameLoaderClientImpl::top() cons
    [all...]
SpellCheckerClientImpl.cpp 33 #include "core/frame/LocalFrame.h"
34 #include "core/frame/Settings.h"
61 const LocalFrame* frame = toLocalFrame(m_webView->focusedWebCoreFrame()); local
62 if (!frame)
64 if (frame->spellChecker().isSpellCheckingEnabledInFocusedNode())
66 const Document* document = frame->document();
99 for (Frame* frame = page->mainFrame(); frame; frame = frame->tree().traverseNext())
121 const LocalFrame* frame = toLocalFrame(m_webView->focusedWebCoreFrame()); local
127 const Frame* frame = m_webView->focusedWebCoreFrame(); local
    [all...]
  /external/eigen/demos/opengl/
quaternion_demo.cpp 126 // linear interpolation of a frame using the type OrientationType
129 inline static Frame lerpFrame(float alpha, const Frame& a, const Frame& b)
131 return Frame(lerp(alpha,a.position,b.position),
221 Frame aux;
277 Frame currentFrame;
322 // add a frame
515 Frame aux0 = mCamera.frame();
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
MethodWriter.java 48 * Frame has exactly the same locals as the previous stack map frame and
54 * Frame has exactly the same locals as the previous stack map frame and
65 * Frame has exactly the same locals as the previous stack map frame and
71 * Frame where current locals are the same as the locals in the previous
72 * frame, except that the k last locals are absent. The value of k is given
78 * Frame has exactly the same locals as the previous stack map frame and
273 private int[] frame; field in class:MethodWriter
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
Frame.java 44 * A symbolic execution stack frame. A stack frame contains a set of local
51 public class Frame {
54 * The local variables and operand stack of this frame.
59 * The number of local variables of this frame.
69 * Constructs a new frame with the given size.
71 * @param nLocals the maximum number of local variables of the frame.
72 * @param nStack the maximum stack size of the frame.
74 public Frame(final int nLocals, final int nStack) {
80 * Constructs a new frame that is identical to the given frame.
    [all...]
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
SurfaceTextureSource.java 21 import android.filterfw.core.Frame;
72 /** The width of the output image frame. If the texture width for the
77 /** The height of the output image frame. If the texture height for the
82 /** Whether the filter will always wait for a new frame from its
83 * SurfaceTexture, or whether it will output an old frame again if a new
84 * frame isn't available. The filter will always wait for the first frame,
85 * to avoid outputting a blank frame. Defaults to true.
90 /** Maximum timeout before signaling error when waiting for a new frame. Set
182 if (mLogVerbose) Log.v(TAG, "Processing new frame");
    [all...]

Completed in 674 milliseconds

1 2 3 4 5 6 78 91011>>