HomeSort by relevance Sort by last modified time
    Searched refs:frames (Results 1 - 25 of 212) sorted by null

1 2 3 4 5 6 7 8 9

  /external/chromium/net/websockets/
websocket_frame_handler_unittest.cc 47 std::vector<WebSocketFrameHandler::FrameInfo> frames; local
54 kInputData, kInputDataLen, &frames));
55 EXPECT_EQ(2UL, frames.size());
57 EXPECT_EQ(kInputData, frames[0].frame_start);
58 EXPECT_EQ(kHelloWorldFrameLen, frames[0].frame_length);
59 EXPECT_EQ(kInputData + 1, frames[0].message_start);
60 EXPECT_EQ(kHelloWorldFrameLen - 2, frames[0].message_length);
62 EXPECT_EQ(kInputData + kHelloWorldFrameLen, frames[1].frame_start);
63 EXPECT_EQ(2, frames[1].frame_length);
64 EXPECT_EQ(0, frames[1].message_length)
68 std::vector<WebSocketFrameHandler::FrameInfo> frames; local
106 std::vector<WebSocketFrameHandler::FrameInfo> frames; local
    [all...]
  /external/webkit/Source/WebCore/inspector/
ScriptCallStack.cpp 38 PassRefPtr<ScriptCallStack> ScriptCallStack::create(Vector<ScriptCallFrame>& frames)
40 return adoptRef(new ScriptCallStack(frames));
43 ScriptCallStack::ScriptCallStack(Vector<ScriptCallFrame>& frames)
45 m_frames.swap(frames);
83 RefPtr<InspectorArray> frames = InspectorArray::create(); local
85 frames->pushObject(m_frames.at(i).buildInspectorObject());
86 return frames;
  /external/webkit/Source/WebCore/storage/
StorageEventDispatcher.cpp 51 // We need to copy all relevant frames from every page to a vector since sending the event to one frame might mutate the frame tree
53 Vector<RefPtr<Frame> > frames;
58 frames.append(frame);
61 for (unsigned i = 0; i < frames.size(); ++i) {
63 Storage* storage = frames[i]->domWindow()->sessionStorage(ec);
65 frames[i]->document()->enqueueWindowEvent(StorageEvent::create(eventNames().storageEvent, key, oldValue, newValue, sourceFrame->document()->url(), storage));
74 frames.append(frame);
78 for (unsigned i = 0; i < frames.size(); ++i) {
80 Storage* storage = frames[i]->domWindow()->localStorage(ec);
82 frames[i]->document()->enqueueWindowEvent(StorageEvent::create(eventNames().storageEvent, key, oldValue, (…)
    [all...]
  /external/srec/srec/ca/
utt_proc.c 40 int ii, frames = 0; local
42 frames = get_background_statistics(hUtt->data.gen_utt.frame,
47 /* log_report ("UTT (%d): ", frames); */
54 return (frames);
  /frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
RunData.java 23 public TileData[][] frames; field in class:RunData
26 public RunData(int frames) {
27 this.frames = new TileData[frames][];
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Mosaic.cpp 44 if (frames[i])
45 delete frames[i];
47 delete frames;
75 frames = new MosaicFrame *[max_frames];
82 frames[i] = new MosaicFrame(this->width,this->height,false); // Do no allocate memory for YUV data
89 frames[i] = NULL;
97 LOGV("Max num frames %d", max_frames);
131 if(frames[frames_size]==NULL)
132 frames[frames_size] = new MosaicFrame(this->width,this->height,false);
134 MosaicFrame *frame = frames[frames_size]
    [all...]
Blend.h 37 // of the input image frames for them to be accepted for blending in the
76 int runBlend(MosaicFrame **frames, MosaicFrame **rframes, int frames_size, ImageType &imageMosaicYVU,
94 // Height and width of individual frames
105 void AlignToMiddleFrame(MosaicFrame **frames, int frames_size);
107 int DoMergeAndBlend(MosaicFrame **frames, int nsite, int width, int height, YUVinfo &imgMos, MosaicRect &rect, MosaicRect &cropping_rect, float &progress, bool &cancelComputation);
114 void ComputeBlendParameters(MosaicFrame **frames, int frames_size, int is360);
115 void SelectRelevantFrames(MosaicFrame **frames, int frames_size,
  /external/webkit/Source/WebCore/bindings/js/
ScriptCallStackFactory.cpp 58 Vector<ScriptCallFrame> frames; local
72 // Caller is unknown, but if frames is empty we should still add the frame, because
74 if (!frames.isEmpty())
78 frames.append(ScriptCallFrame(ustringToString(functionName), ustringToString(urlString), lineNumber));
79 if (!function || frames.size() == maxStackSize)
83 return ScriptCallStack::create(frames);
  /external/webkit/Source/WebKit/chromium/src/
StorageEventDispatcherImpl.cpp 61 // We need to copy all relevant frames from every page to a vector since sending the event to one frame might mutate the frame tree
63 Vector<RefPtr<Frame> > frames;
70 frames.append(frame);
74 for (unsigned i = 0; i < frames.size(); ++i) {
76 Storage* storage = frames[i]->domWindow()->localStorage(ec);
78 frames[i]->document()->dispatchWindowEvent(StorageEvent::create(eventNames().storageEvent, key, oldValue, newValue, url, storage));
StorageAreaProxy.cpp 118 // We need to copy all relevant frames from every page to a vector since sending the event to one frame might mutate the frame tree
120 Vector<RefPtr<Frame> > frames;
125 frames.append(frame);
128 for (unsigned i = 0; i < frames.size(); ++i) {
130 Storage* storage = frames[i]->domWindow()->sessionStorage(ec);
132 frames[i]->document()->enqueueWindowEvent(StorageEvent::create(eventNames().storageEvent, key, oldValue, newValue, sourceFrame->document()->url(), storage));
141 frames.append(frame);
145 for (unsigned i = 0; i < frames.size(); ++i) {
147 Storage* storage = frames[i]->domWindow()->localStorage(ec);
149 frames[i]->document()->enqueueWindowEvent(StorageEvent::create(eventNames().storageEvent, key, oldValue, (…)
    [all...]
  /dalvik/hit/src/com/android/hit/
StackTrace.java 25 * For subsets of the stack frame we'll reference the parent list of frames
37 public StackTrace(int serial, int thread, StackFrame[] frames) {
40 mFrames = frames;
  /external/webkit/Source/WebKit/chromium/tests/
WebPageSerializerTest.cpp 124 WebVector<WebURL> frames; local
127 m_webView, m_supportedSchemes, &resources, &frames));
130 EXPECT_EQ(1, frames.size()); // There should be no duplicates.
131 EXPECT_TRUE(webVectorContains(frames, "http://www.test.com"));
152 // Register the mocked frames.
170 WebVector<WebURL> frames; local
173 m_webView, m_supportedSchemes, &resources, &frames));
176 EXPECT_EQ(4, frames.size()); // There should be no duplicates.
177 EXPECT_TRUE(webVectorContains(frames, "http://www.test.com"));
178 EXPECT_TRUE(webVectorContains(frames, "http://www.test.com/simple_iframe.html"))
    [all...]
  /external/chromium/chrome/browser/
session_history_uitest.cc 34 // Simulate clicking a link. Only works on the frames.html testserver page.
40 // Simulate filling in form data. Only works on the frames.html page with
50 // Simulate submitting a form. Only works on the frames.html page with
164 GURL frames(test_server_.GetURL("files/session_history/frames.html"));
165 ASSERT_TRUE(tab_->NavigateToURL(frames));
167 EXPECT_EQ(frames, GetTabURL());
171 EXPECT_EQ(frames, GetTabURL());
175 EXPECT_EQ(frames, GetTabURL());
181 EXPECT_EQ(frames, GetTabURL())
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/wave/
prettyload.js 27 frames,
39 this.frames = frames !== undefined ? frames : ELLIPSIS;
72 const FRAMES = this.frames;
74 const FRAME_COUNT = FRAMES.length;
78 BROWSER_ACTION.setBadgeText({text: FRAMES[i]});
82 BROWSER_ACTION.setBadgeText({text: FRAMES[++i % FRAME_COUNT]});
  /external/v8/test/mjsunit/
debug-backtrace.js 109 var frames = backtrace.frames;
110 assertEquals(4, frames.length);
111 for (var i = 0; i < frames.length; i++) {
112 assertEquals('frame', frames[i].type);
114 assertEquals(0, frames[0].index);
115 assertEquals("f", response.lookup(frames[0].func.ref).name);
116 assertEquals(1, frames[1].index);
117 assertEquals("", response.lookup(frames[1].func.ref).name);
118 assertEquals("m", response.lookup(frames[1].func.ref).inferredName)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm_rate.h 96 snd_pcm_uframes_t (*input_frames)(void *obj, snd_pcm_uframes_t frames);
100 snd_pcm_uframes_t (*output_frames)(void *obj, snd_pcm_uframes_t frames);
  /external/chromium/chrome/browser/ui/gtk/
chrome_gtk_frame.h 44 MetaFrames frames; member in struct:_ChromeGtkFrame
  /external/chromium/webkit/glue/
dom_operations.cc 47 // Collection of all frames we go through when getting all savable resource
49 std::vector<WebFrame*>* frames; member in struct:__anon3978::SavableResourcesUniqueCheck
54 frames(NULL) {}
57 std::set<GURL>* frames_set, std::vector<WebFrame*>* frames)
60 frames(frames) {}
77 unique_check->frames->push_back(sub_frame);
205 std::vector<WebFrame*> frames; local
208 &frames);
219 frames.push_back(main_frame)
    [all...]
  /external/tinyalsa/
pcm.c 216 unsigned int pcm_frames_to_bytes(struct pcm *pcm, unsigned int frames)
218 return frames * pcm->config.channels *
294 unsigned int frames)
296 int size_bytes = pcm_frames_to_bytes(pcm, frames);
311 unsigned int pcm_offset, frames, count = 0; local
314 frames = size;
315 pcm_mmap_begin(pcm, &pcm_areas, &pcm_offset, &frames);
316 pcm_areas_copy(pcm, pcm_offset, src, offset, frames);
317 commit = pcm_mmap_commit(pcm, pcm_offset, frames);
319 oops(pcm, commit, "failed to commit %d frames\n", frames)
333 int frames; local
774 int err = 0, frames, avail; local
    [all...]
  /external/quake/quake/src/WinQuake/
cl_demo.cpp 335 int frames; local
341 frames = (host_framecount - cls.td_startframe) - 1;
345 LOGANDPRINT(("%i frames %5.3f seconds %5.3f fps\n", frames, time, frames/time));
346 if (frames > 0)
349 LOGANDPRINT(("Average: %5.1f ms\n", (time / frames) * 1000.0));
  /external/webkit/Source/WebKit/chromium/public/
WebPageSerializer.h 45 // Get html data by serializing all frames of current page with lists
49 // This function will find out all frames and serialize them to HTML data.
58 // serialize all sub frames of the specified frame or not.
66 // contain all saved auxiliary files included all sub frames and resources.
75 // and sub-frames. Returns true if all resources were retrieved
80 WebVector<WebURL>* frames);
  /sdk/emulator/qtools/
read_method.cpp 29 frame *frames[kMaxFrames]; member in class:Stack
46 frames[top] = pframe;
54 return frames[top];
61 pframe = frames[ii];
  /external/bluetooth/bluez/audio/
android_audio_hw.c 52 /* maximum time allowed by out_write() for frames to be available in in write thread buffer */
110 size_t buf_size; /* size of pcm buffer in frames */
111 size_t buf_rd_idx; /* read index in pcm buffer, in frames*/
112 size_t buf_wr_idx; /* write index in pcm buffer, in frames */
113 size_t buf_frames_ready; /* number of frames ready for writing to a2dp sink */
361 size_t frames = out->buf_size - out->buf_frames_ready; local
362 if (frames > out->buf_size - out->buf_wr_idx) {
363 frames = out->buf_size - out->buf_wr_idx;
365 return frames;
370 size_t frames = out->buf_frames_ready local
433 size_t frames = _out_frames_available_locked(out); local
482 size_t frames; local
    [all...]
  /external/javassist/src/test/test/javassist/bytecode/analysis/
AnalyzerTest.java 72 Frame[] frames = analyzer.analyze(method.getDeclaringClass(), info); local
73 assertNotNull(frames);
75 Frame frame = frames[pos];
106 Frame[] frames = analyzer.analyze(method.getDeclaringClass(), info); local
107 assertNotNull(frames);
108 Frame frame = frames[pos];
126 Frame[] frames = analyzer.analyze(clazz, info); local
127 assertNotNull(frames);
128 Frame frame = frames[pos];
135 frame = frames[pos]
151 Frame[] frames = analyzer.analyze(method.getDeclaringClass(), method.getMethodInfo2()); local
    [all...]
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
HprofData.java 181 StringBuilder frames = new StringBuilder(); local
183 frames.append('\n');
185 frames.append("\t at ");
186 frames.append(stackFrame);
187 frames.append('\n');
190 frames.append("<empty>");
194 + ", frames=" + frames + "]";

Completed in 367 milliseconds

1 2 3 4 5 6 7 8 9