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

  /external/chromium_org/third_party/skia/debugger/
SkDebugger.cpp 72 void SkDebugger::getOverviewText(const SkTDArray<double>* typeTimes,
96 SkASSERT(NULL == typeTimes || 0.0 == (*typeTimes)[i]);
103 if (NULL != typeTimes && totTime >= 0.0) {
105 overview->appendf("%.2f", (*typeTimes)[i]/(float)numRuns);
108 double percent = 100.0*(*typeTimes)[i]/totTime;
113 tempSum += (*typeTimes)[i];
120 if (NULL != typeTimes) {
SkDebugger.h 132 void getOverviewText(const SkTDArray<double>* typeTimes, double totTime,
  /external/skia/debugger/
SkDebugger.cpp 72 void SkDebugger::getOverviewText(const SkTDArray<double>* typeTimes,
96 SkASSERT(NULL == typeTimes || 0.0 == (*typeTimes)[i]);
103 if (NULL != typeTimes && totTime >= 0.0) {
105 overview->appendf("%.2f", (*typeTimes)[i]/(float)numRuns);
108 double percent = 100.0*(*typeTimes)[i]/totTime;
113 tempSum += (*typeTimes)[i];
120 if (NULL != typeTimes) {
SkDebugger.h 132 void getOverviewText(const SkTDArray<double>* typeTimes, double totTime,
  /external/chromium_org/third_party/skia/debugger/QT/
SkDebuggerGUI.h 349 void setupOverviewText(const SkTDArray<double>* typeTimes, double totTime, int numRuns);
SkDebuggerGUI.cpp 200 const SkTDArray<double>* typeTimes() const { return &fTypeTimes; }
296 const SkTDArray<double>* typeTimes() const { return ((SkTimedPicturePlayback*) fPlayback)->typeTimes(); }
415 setupOverviewText(picture->typeTimes(), picture->totTime(), kNumRepeats);
    [all...]
  /external/skia/debugger/QT/
SkDebuggerGUI.h 349 void setupOverviewText(const SkTDArray<double>* typeTimes, double totTime, int numRuns);
SkDebuggerGUI.cpp 200 const SkTDArray<double>* typeTimes() const { return &fTypeTimes; }
296 const SkTDArray<double>* typeTimes() const { return ((SkTimedPicturePlayback*) fPlayback)->typeTimes(); }
415 setupOverviewText(picture->typeTimes(), picture->totTime(), kNumRepeats);
    [all...]
  /frameworks/base/core/java/android/widget/
TimePickerSpinnerDelegate.java 485 private void setTypedTimes(ArrayList<Integer> typeTimes) {
486 mTypedTimes = typeTimes;
    [all...]

Completed in 800 milliseconds