Searched defs:Segment (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/include/gui/
H A DOccupancyTracker.h41 struct Segment : public Parcelable { struct in class:android::OccupancyTracker
42 Segment() function in struct:android::OccupancyTracker::Segment
48 Segment(nsecs_t _totalTime, size_t _numFrames, float _occupancyAverage, function in struct:android::OccupancyTracker::Segment
73 std::vector<Segment> getSegmentHistory(bool forceFlush);
95 std::deque<Segment> mSegmentHistory;
/frameworks/wilhelm/tools/permute/
H A Dpermute.c50 } Segment; typedef in typeref:struct:__anon2193
61 Segment *mSegmentArray; // storage for the segments [max]
69 const Segment *x_ = (Segment *) x;
70 const Segment *y_ = (Segment *) y;
86 Segment *seg = &s->mSegmentArray[s->mSegmentCount++];
221 s.mSegmentArray = (Segment *) malloc(sizeof(Segment) * s.mSegmentMax);
234 Segment tem
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 486 milliseconds