HomeSort by relevance Sort by last modified time
    Searched full:timeline (Results 51 - 75 of 189) sorted by null

1 23 4 5 6 7 8

  /external/blktrace/btt/
unplug_hist.c 2 * blktrace output analysis: generate a timeline & gather statistics
misc.c 2 * blktrace output analysis: generate a timeline & gather statistics
mmap.c 2 * blktrace output analysis: generate a timeline & gather statistics
q2d.c 2 * blktrace output analysis: generate a timeline & gather statistics
trace.c 2 * blktrace output analysis: generate a timeline & gather statistics
  /external/chromium/chrome/browser/resources/net_internals/
loggrouper.js 9 * This is used internally by the log and timeline views to pretty print
  /external/webkit/Source/WebCore/css/
mediaControlsQuickTime.css 61 audio::-webkit-media-controls-timeline-container, video::-webkit-media-controls-timeline-container {
115 audio::-webkit-media-controls-timeline, video::-webkit-media-controls-timeline {
  /external/webkit/Source/WebCore/platform/audio/
ReverbAccumulationBuffer.h 62 size_t m_readTimeFrame; // for debugging (frame on continuous timeline)
  /packages/apps/VideoEditor/res/layout/
timeline_layout.xml 27 android:id="@+id/timeline"
  /external/chromium/webkit/glue/
inspector_strings.grd 500 <message name="IDS_DETAILS" desc="A label for additional details about timeline event.">
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
NetworkPanel.js 140 this._timelineGrid.element.addStyleClass("network-timeline-grid");
146 var columns = {name: {}, method: {}, status: {}, type: {}, size: {}, time: {}, timeline: {}};
174 columns.timeline.title = "";
175 columns.timeline.sortable = false;
176 columns.timeline.width = "37%";
177 columns.timeline.sort = "ascending";
206 option.label = WebInspector.UIString("Timeline");
234 var header = this._dataGrid.headerTableHeader("timeline");
251 this._sortingFunctions.timeline = WebInspector.NetworkDataGridNode.ResourcePropertyComparator.bind(null, "startTime", false);
262 this._calculators.timeline = timeCalculator
    [all...]
  /external/chromium/chrome/browser/chromeos/
boot_times_loader.h 72 // Add a time marker for login. A timeline will be dumped to
78 // Add a time marker for logout. A timeline will be dumped to
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
MovieOverlay.java 157 * timeline. Default value is 0.
167 * timeline.
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
PlayheadView.java 41 // Timeline text size.
138 // We only draw the origin when there is nothing on the timeline.
MediaItemView.java 47 * Media item preview view on the timeline. This class assumes the media item is always put on a
48 * MediaLinearLayout and is wrapped with a timeline scroll view.
83 // Convenient handle to the parent timeline scroll view.
85 // Convenient handle to the parent timeline linear layout.
426 // Dim myself if some view on the timeline is selected but not me
  /frameworks/base/media/java/android/media/videoeditor/
AudioTrack.java 103 * timeline)
324 * timeline.
345 * Get the audio track timeline duration
347 * @return The timeline duration as defined by the begin and end boundaries
406 * audio tracks in the timeline can have the loop mode enabled. When looping
  /external/webkit/Source/WebCore/html/shadow/
MediaControlElements.cpp 143 DEFINE_STATIC_LOCAL(AtomicString, id, ("-webkit-media-controls-timeline-container"));
639 RefPtr<MediaControlTimelineElement> timeline = adoptRef(new MediaControlTimelineElement(mediaElement, controls)); local
640 timeline->setType("range");
641 timeline->setAttribute(precisionAttr, "float");
642 return timeline.release();
705 DEFINE_STATIC_LOCAL(AtomicString, id, ("-webkit-media-controls-timeline"));
907 // We want the timeline slider to be at least 100 pixels wide.
MediaControlRootElement.cpp 117 RefPtr<MediaControlTimelineElement> timeline = MediaControlTimelineElement::create(mediaElement, controls.get());
118 controls->m_timeline = timeline.get();
119 timelineContainer->appendChild(timeline.release(), ec, true);
  /frameworks/base/docs/html/guide/developing/debugging/
debugging-tracing.jd 15 <li><a href="#timelinepanel">Timeline Panel</a></li>
54 <li>A <a href="#timelinepanel">timeline panel</a> -- describes when each thread and method
63 <h3 id="timelinepanel">Timeline Panel</h3>
65 <p>The image below shows a close up of the timeline panel. Each thread&rsquo;s execution is shown
73 alt="Traceview timeline panel"
76 <p class="img-caption"><strong>Figure 1.</strong> The Traceview Timeline Panel</p>
89 <code>LoadListener.nativeFinished();</code> looking at the timeline panel shows that one of those calls took
  /external/chromium/chrome/browser/resources/gpu_internals/
profiling_view.js 8 * gpu.Timeline component.
  /external/webkit/Source/WebCore/inspector/
InspectorTimelineAgent.h 150 InspectorFrontend::Timeline* m_frontend;
  /external/webkit/Source/WebKit/chromium/src/js/
devTools.css 115 .timeline-category-statusbar-item input {
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebinspector.cpp 310 * WebKitWebInspector:timeline-profiling-enabled
312 * This is enabling Timeline profiling in the Inspector.
319 "timeline-profiling-enabled",
320 _("Enable Timeline profiling"),
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebInspector.cpp 151 // FIXME: show the Timeline panel.
  /external/webkit/Source/WebKit/cf/
ChangeLog 83 WebInspector: On the way to Remote Debugging we want to transfer dom/timeline/etc
110 WebInspector: On the way to Remote Debugging we want to transfer dom/timeline/etc

Completed in 7761 milliseconds

1 23 4 5 6 7 8