HomeSort by relevance Sort by last modified time
    Searched refs:frames (Results 401 - 425 of 807) sorted by null

<<11121314151617181920>>

  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-150545.js 32 // frames for that.
  /external/chromium_org/v8/test/mjsunit/
stack-traces-custom-lazy.js 39 Error.prepareStackTrace = function(e, frames) {
debug-evaluate-locals-optimized-double.js 77 // All frames except the bottom one have expected locals.
84 // All frames except the bottom one have expected arguments.
91 // All frames except the bottom one have two scopes.
debug-evaluate-locals-optimized.js 68 // All frames except the bottom one have expected locals.
75 // All frames except the bottom one have expected arguments.
82 // All frames except the bottom one have two scopes.
  /external/valgrind/main/none/tests/
cmdline2.stdout.exp 91 --merge-recursive-frames=<number> merge frames between identical
92 program counters in max <number> frames) [0]
107 than <number> good frames found [0, meaning "disabled"]
109 --unw-stack-scan-frames=<number> Max number of frames that can be
132 --debug-dump=frames mimic /usr/bin/readelf --debug-dump=frames
  /frameworks/av/include/media/
MediaProfiles.h 65 * Set default maximum prefetch YUV frames to 6, which means video editor can
66 * queue up to 6 YUV frames in the video encoder source.
68 * engine when the encoder consumes YUV frames at a lower speed
145 * enc.vid.fps.min - min frame rate in frames per second
146 * enc.vid.fps.max - max frame rate in frames per second
158 * maxPrefetchYUVFrames - max prefetch YUV frames in video editor engine. This value is used
379 int outFrameWidth, int outFrameHeight, int frames)
384 mMaxPrefetchYUVFrames(frames) {}
  /system/media/audio_utils/include/audio_utils/
primitives.h 278 * count Number of stereo frames to downmix
300 /* Return the total number of non-zero stereo frames, where a frame is considered non-zero
303 size_t nonZeroStereo32(const int32_t *frames, size_t count);
305 /* Return the total number of non-zero stereo frames, where a frame is considered non-zero
308 size_t nonZeroStereo16(const int16_t *frames, size_t count);
310 /* Copy frames, selecting source samples based on a source channel mask to fit
321 * count Number of frames to copy
328 /* Copy frames, selecting source samples based on an index array (idxary).
355 * count Number of frames to copy
  /external/lldb/examples/darwin/heap_find/
heap.py 230 parser.add_option('-F', '--max-frames', type='int', dest='max_frames', help='the maximum number of stack frames to print when using the --stack or --stack-history options (default=128)', default=128)
291 result.AppendMessage('stack[%u]: addr = 0x%x, type=%s, frames:' % (idx, address, type_str))
294 pc = int(stack_history_entry.frames[idx])
297 frames = symbolicator.symbolicate(pc)
298 if frames:
299 for frame in frames:
306 pc = int(stack_history_entry.frames[idx])
310 result.AppendMessage('warning: the max number of stack frames (%u) was reached, use the "--max-frames=<COUNT>" option to see more frames' % (options.max_frames)
    [all...]
  /external/lldb/examples/python/
crashlog.py 17 # described in the crash log. Only the files that have stack frames
98 self.frames = list()
106 if self.frames:
107 print "%s Frames:" % (prefix)
108 for frame in self.frames:
324 thread.frames.append (CrashLog.Frame(int(frame_match.group(1)), int(frame_match.group(3), 0), frame_match.group(4)))
433 inlined stack frames back to the concrete functions, and disassemble the location of the crash
561 for (frame_idx, frame) in enumerate(thread.frames):
642 # Only load the images found in stack frames for the crashed threads
680 for frame_idx, frame in enumerate(thread.frames)
    [all...]
  /frameworks/av/services/audioflinger/
Tracks.cpp 903 // track, and thus for us to get the frames released of the wrong track.
    [all...]
  /external/chromium_org/net/quic/
quic_connection_test.cc 678 QuicFrames frames; local
679 frames.push_back(QuicFrame(frame));
683 peer_creator_.SerializeAllFrames(frames);
841 QuicFrames frames; local
843 frames.push_back(frame);
845 BuildUnsizedDataPacket(&framer_, header_, frames).packet;
864 QuicFrames frames; local
866 frames.push_back(frame);
868 BuildUnsizedDataPacket(&framer_, header_, frames).packet;
3370 QuicFrames frames; local
3408 QuicFrames frames; local
3453 QuicFrames frames; local
3498 QuicFrames frames; local
3640 QuicFrames frames; local
3915 QuicFrames frames; local
    [all...]
quic_protocol.cc 712 for (size_t i = 0; i < frames().size(); ++i) {
713 if (frames()[i].type == STREAM_FRAME &&
714 frames()[i].stream_frame->stream_id == kCryptoStreamId) {
  /external/chromium_org/v8/src/
isolate.cc 331 // Only display JS frames.
339 // Skip all frames until we've seen the caller.
364 // If the caller parameter is a function we skip frames until we're
367 // First element is reserved to store the number of sloppy frames.
380 List<FrameSummary> frames(FLAG_max_inlining_levels + 1);
381 frame->Summarize(&frames);
382 for (int i = frames.length() - 1; i >= 0; i--) {
383 Handle<JSFunction> fun = frames[i].function();
384 // Filter out frames from other security contexts.
397 Handle<Object> recv = frames[i].receiver()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineView.js 146 _updateFrameBars: function(frames)
164 for (var i = 0; i < frames.length; ++i) {
165 var frame = frames[i];
474 var frames = this._frameModel.filteredFrames(windowStartTime, windowEndTime);
476 if (frames.length && frames.length < maxFramesForFrameBars) {
478 this._updateFrameBars(frames);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configDialog.py 115 #body section frames
179 #body section frames
267 #body section frames
287 frames = [Frame(frameKeySets, padx=2, pady=2, borderwidth=0)
289 self.radioKeysBuiltin=Radiobutton(frames[0],variable=self.keysAreBuiltin,
291 self.radioKeysCustom=Radiobutton(frames[0],variable=self.keysAreBuiltin,
293 self.optMenuKeysBuiltin=DynOptionMenu(frames[0],
295 self.optMenuKeysCustom=DynOptionMenu(frames[0],
297 self.buttonDeleteCustomKeys=Button(frames[1],text='Delete Custom Key Set',
299 buttonSaveCustomKeys=Button(frames[1]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configDialog.py 115 #body section frames
179 #body section frames
267 #body section frames
287 frames = [Frame(frameKeySets, padx=2, pady=2, borderwidth=0)
289 self.radioKeysBuiltin=Radiobutton(frames[0],variable=self.keysAreBuiltin,
291 self.radioKeysCustom=Radiobutton(frames[0],variable=self.keysAreBuiltin,
293 self.optMenuKeysBuiltin=DynOptionMenu(frames[0],
295 self.optMenuKeysCustom=DynOptionMenu(frames[0],
297 self.buttonDeleteCustomKeys=Button(frames[1],text='Delete Custom Key Set',
299 buttonSaveCustomKeys=Button(frames[1]
    [all...]
  /external/chromium_org/net/websockets/
websocket_stream_test.cc 504 ScopedVector<WebSocketFrame> frames; local
506 ASSERT_EQ(OK, stream_->ReadFrames(&frames, callback));
507 ASSERT_EQ(1U, frames.size());
508 ASSERT_EQ(5U, frames[0]->header.payload_length);
509 EXPECT_EQ("Hello", std::string(frames[0]->data->data(), 5));
    [all...]
  /external/ltrace/
output.c 574 number of frames reached). Returns -1 on error. Returns 0 on
575 success (if there are more frames in the thread, call us again). */
582 int *frames = (int *) arg; local
630 /* Max number of frames to print reached? */
631 if ((*frames)-- == 0)
780 int frames = options.bt_depth; local
782 frame_callback, &frames) < 0) {
785 if (frames == options.bt_depth)
  /dalvik/hit/src/com/android/hit/
HprofParser.java 225 StackFrame[] frames = new StackFrame[numFrames]; local
228 frames[i] = mState.getStackFrame(readId());
232 frames);
  /external/chromium_org/content/browser/frame_host/
render_frame_host_impl.cc 137 RoutingIDFrameMap* frames = g_routing_id_frame_map.Pointer(); local
138 RoutingIDFrameMap::iterator it = frames->find(
140 return it == frames->end() ? NULL : it->second;
382 // This message is only sent for top-level frames. TODO(avi): when frame tree
718 // This message is only sent for top-level frames. TODO(avi): when frame tree
727 // This message is only sent for top-level frames. TODO(avi): when frame tree
740 // This message is only sent for top-level frames. TODO(avi): when frame tree
    [all...]
  /external/chromium_org/content/browser/speech/
speech_recognizer_impl_unittest.cc 74 const int frames = audio_packet_length_bytes / channels / bytes_per_sample_; local
75 audio_bus_ = media::AudioBus::Create(channels, frames);
161 &audio_packet_[0], audio_bus_->frames(), bytes_per_sample_);
  /external/chromium_org/third_party/opus/src/tests/
test_opus_encode.c 398 const unsigned char *frames[48]; local
426 if(opus_packet_parse(packet,len,&toc,frames,size,&payload_offset)<=0)test_failed();
428 for(j=(frames[0]-packet);j<len;j++)for(jj=0;jj<8;jj++)packet[j]^=((!no_fuzz)&&((fast_rand()&1023)==0))<<jj;
455 fprintf(stdout," All framesize pairs switching encode, %d frames OK.\n",count);
  /external/libopus/tests/
test_opus_encode.c 398 const unsigned char *frames[48]; local
426 if(opus_packet_parse(packet,len,&toc,frames,size,&payload_offset)<=0)test_failed();
428 for(j=(frames[0]-packet);j<len;j++)for(jj=0;jj<8;jj++)packet[j]^=((!no_fuzz)&&((fast_rand()&1023)==0))<<jj;
455 fprintf(stdout," All framesize pairs switching encode, %d frames OK.\n",count);
  /external/opencv/cvaux/src/
cvcalibfilter.cpp 234 bool CvCalibFilter::SetFrames( int frames )
236 if( frames < 5 )
242 framesTotal = frames;
585 /* Get total number of frames and already accepted pair of frames */
  /frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodUtils.java 80 final StackTraceElement[] frames = e.getStackTrace(); local
82 for (int j = 1; j < frames.length; ++j) {
83 sb.append(frames[j].toString() + "\n");
94 final StackTraceElement[] frames = e.getStackTrace(); local
95 for (int j = 1; j < frames.length; ++j) {
96 final String tempCallStack = frames[j].toString();
    [all...]

Completed in 2421 milliseconds

<<11121314151617181920>>