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

  /system/extras/tests/sdcard/
testcase.h 91 bool truncateToSize() const { return mTruncateToSize; }
sdcard_perf_test.cpp 433 if (testCase->truncateToSize())
545 if (testCase->truncateToSize())
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 290 static inline int64_t truncateToSize(int64_t Value, unsigned Bytes) {
829 OS.write_hex(truncateToSize(Value, ValueSize));
849 OS << ", " << truncateToSize(Value, ValueSize);
    [all...]

Completed in 83 milliseconds