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

  /sdk/traceview/src/com/android/traceview/
MethodData.java 398 return (mDirection == Direction.INCREASING) ? result : -result;
402 return (mDirection == Direction.INCREASING) ? -1 : 1;
404 return (mDirection == Direction.INCREASING) ? 1 : -1;
409 return (mDirection == Direction.INCREASING) ? -1 : 1;
411 return (mDirection == Direction.INCREASING) ? 1 : -1;
416 return (mDirection == Direction.INCREASING) ? -1 : 1;
418 return (mDirection == Direction.INCREASING) ? 1 : -1;
423 return (mDirection == Direction.INCREASING) ? -1 : 1;
425 return (mDirection == Direction.INCREASING) ? 1 : -1;
432 return (mDirection == Direction.INCREASING) ? result : -result
    [all...]
ProfileProvider.java 450 if (direction == MethodData.Sorter.Direction.INCREASING)
  /external/v8/src/
heap.h     [all...]
heap.cc 700 set_survival_rate_trend(INCREASING);
    [all...]

Completed in 52 milliseconds