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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorInstrumentation.idl 139 [DOMDebugger, Debugger, Timeline, Inline=FastReturn]
142 [DOMDebugger, Debugger, Timeline, Inline=FastReturn]
145 [Timeline, Inline=FastReturn]
148 [Timeline, Inline=FastReturn]
151 [Timeline, Inline=FastReturn]
154 [Timeline, Inline=FastReturn]
157 [Timeline, Inline=FastReturn]
160 [Timeline, Inline=FastReturn]
175 [Timeline, Inline=FastReturn]
178 [Timeline, Inline=FastReturn
    [all...]
InspectorTimelineAgent.h 132 virtual void stop(ErrorString*, RefPtr<TypeBuilder::Array<TypeBuilder::Timeline::TimelineEvent> >& events) OVERRIDE;
257 void sendEvent(PassRefPtr<TypeBuilder::Timeline::TimelineEvent>);
262 void setFrameIdentifier(TypeBuilder::Timeline::TimelineEvent* record, LocalFrame*);
270 void addRecordToTimeline(PassRefPtr<TypeBuilder::Timeline::TimelineEvent>, double ts);
271 void innerAddRecordToTimeline(PassRefPtr<TypeBuilder::Timeline::TimelineEvent>);
272 PassRefPtr<TypeBuilder::Timeline::TimelineEvent> createCountersUpdate();
274 PassRefPtr<TypeBuilder::Timeline::TimelineEvent> createRecordForEvent(const TraceEventDispatcher::TraceEvent&, const String& type, PassRefPtr<JSONObject> data);
291 InspectorFrontend::Timeline* m_frontend;
302 RefPtr<TypeBuilder::Array<TypeBuilder::Timeline::TimelineEvent> > m_bufferedEvents;
306 RefPtr<TypeBuilder::Timeline::TimelineEvent> m_pendingFrameRecord
    [all...]
TimelineRecordFactory.h 51 static PassRefPtr<TypeBuilder::Timeline::TimelineEvent> createGenericRecord(double startTime, int maxCallStackDepth, const String& type, PassRefPtr<JSONObject> data);
52 static PassRefPtr<TypeBuilder::Timeline::TimelineEvent> createBackgroundRecord(double startTime, const String& thread, const String& type, PassRefPtr<JSONObject> data);
106 static String type(TypeBuilder::Timeline::TimelineEvent*);
TimelineRecordFactory.cpp 45 using TypeBuilder::Timeline::TimelineEvent;
319 String TimelineRecordFactory::type(TypeBuilder::Timeline::TimelineEvent* event)
InspectorTimelineAgent.cpp 142 using TypeBuilder::Timeline::TimelineEvent;
266 m_frontend = frontend->timeline();
287 // Timeline was started from console.timeline, it is not restored.
312 *errorString = "Timeline is already started";
386 *errorString = "Timeline was not started";
417 String message = String::format("Timeline '%s' terminated.", m_consoleTimelines[i].utf8().data());
780 String message = String::format("Timeline '%s' started.", title.utf8().data());
798 String message = String::format("Timeline '%s' was not started.", title.utf8().data());
803 String message = String::format("Timeline '%s' finished.", title.utf8().data())
    [all...]
  /frameworks/av/include/media/nbaio/
NBLog.h 86 // FIXME Timeline was intended to wrap Writer and Reader, but isn't actually used yet.
88 class Timeline : public RefBase {
91 Timeline(size_t size, void *shared = NULL);
92 virtual ~Timeline();
95 // Input parameter 'size' is the desired size of the timeline in byte units.
118 // Input parameter 'size' is the desired size of the timeline in byte units.
119 // The size of the shared memory must be at least Timeline::sharedSize(size).
177 // Input parameter 'size' is the desired size of the timeline in byte units.
178 // The size of the shared memory must be at least Timeline::sharedSize(size).
  /external/chromium_org/third_party/skia/include/animator/
SkAnimator.h 433 /** \class Timeline
434 Returns current time to animator. To return a custom timeline, create a child
437 class Timeline {
439 virtual ~Timeline() {}
449 void setTimeline(const Timeline& );
  /external/skia/include/animator/
SkAnimator.h 433 /** \class Timeline
434 Returns current time to animator. To return a custom timeline, create a child
437 class Timeline {
439 virtual ~Timeline() {}
449 void setTimeline(const Timeline& );
  /frameworks/av/services/medialog/
MediaLogService.cpp 33 shared->size() < NBLog::Timeline::sharedSize(size)) {
  /frameworks/av/media/libnbaio/
NBLog.cpp 51 NBLog::Timeline::Timeline(size_t size, void *shared)
58 NBLog::Timeline::~Timeline()
68 size_t NBLog::Timeline::sharedSize(size_t size)
  /external/chromium_org/third_party/skia/src/animator/
SkAnimateMaker.h 119 const SkAnimator::Timeline* fTimeline;
SkAnimateMaker.cpp 24 class DefaultTimeline : public SkAnimator::Timeline {
SkAnimator.cpp 636 void SkAnimator::setTimeline(const Timeline& timeline) {
637 fMaker->fTimeline = &timeline;
  /external/skia/src/animator/
SkAnimateMaker.h 119 const SkAnimator::Timeline* fTimeline;
SkAnimateMaker.cpp 24 class DefaultTimeline : public SkAnimator::Timeline {
SkAnimator.cpp 636 void SkAnimator::setTimeline(const Timeline& timeline) {
637 fMaker->fTimeline = &timeline;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
externs.js 285 function Timeline() {}
  /external/chromium_org/tools/perf/page_sets/
top_25.py 364 action_runner.ClickElement(text='Back to Barack Obama\'s Timeline')
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/extensions/
ExtensionAPI.js 69 TimelineEventRecorded: "timeline-event-recorded",
192 this.timeline = new Timeline();
445 var Timeline = declareInterfaceClass(TimelineImpl);
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
ui.js 118 ui.html._dashboardLink('Stats Timeline', 'timeline_explorer.html');
  /system/core/libsync/tests/
sync_test.cpp 26 // C++ wrapper class for sync timeline.
128 SyncFence(const SyncTimeline &timeline,
134 int fd = sw_sync_fence_create(timeline.getFd(), name ? name : autoName.c_str(), value);
217 TEST(AllocTest, Timeline) {
218 SyncTimeline timeline; local
219 ASSERT_TRUE(timeline.isValid());
223 SyncTimeline timeline; local
224 ASSERT_TRUE(timeline.isValid());
226 SyncFence fence(timeline, 1);
231 int timeline = sw_sync_timeline_create() local
246 SyncTimeline timeline; local
275 SyncTimeline timeline; local
302 SyncTimeline timeline; local
336 SyncTimeline timeline; local
352 SyncTimeline timeline; local
379 SyncTimeline timeline; local
444 SyncTimeline timeline; local
574 const SyncTimeline& timeline = timelines[timelineOffset]; local
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 485 sp<IMemory> shared = mLogMemoryDealer->allocate(NBLog::Timeline::sharedSize(size));
501 shared = mLogMemoryDealer->allocate(NBLog::Timeline::sharedSize(size));
    [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 799 milliseconds