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 400 return (mDirection == Direction.INCREASING) ? result : -result;
404 return (mDirection == Direction.INCREASING) ? -1 : 1;
406 return (mDirection == Direction.INCREASING) ? 1 : -1;
411 return (mDirection == Direction.INCREASING) ? -1 : 1;
413 return (mDirection == Direction.INCREASING) ? 1 : -1;
418 return (mDirection == Direction.INCREASING) ? -1 : 1;
420 return (mDirection == Direction.INCREASING) ? 1 : -1;
425 return (mDirection == Direction.INCREASING) ? -1 : 1;
427 return (mDirection == Direction.INCREASING) ? 1 : -1;
434 return (mDirection == Direction.INCREASING) ? result : -result
    [all...]
ProfileProvider.java 460 if (direction == MethodData.Sorter.Direction.INCREASING)
  /external/v8/src/
heap.h     [all...]
heap.cc 755 set_survival_rate_trend(INCREASING);
    [all...]

Completed in 29 milliseconds