HomeSort by relevance Sort by last modified time
    Searched defs:INCREASING (Results 1 - 2 of 2) 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...]
  /external/v8/src/
heap.h     [all...]

Completed in 334 milliseconds