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

  /external/chromium/chrome/browser/chromeos/cros/
cros_library_loader.cc 21 static const base::TimeDelta min_time = base::TimeDelta::FromMilliseconds(1); local
27 min_time,
  /sdk/emulator/qtools/
trace_reader_base.h 93 inline uint64_t ReadInsnTime(uint64_t min_time);
198 uint64_t ReadInsnTime(uint64_t min_time);
281 inline uint64_t TraceReaderBase::ReadInsnTime(uint64_t min_time)
283 return insn_reader_->ReadInsnTime(min_time);
trace_reader.cpp 288 uint64_t InsnReader::ReadInsnTime(uint64_t min_time)
297 } while (prev_time_ < min_time);
    [all...]
  /external/icu4c/tools/tzcode/
zic.c 203 static zic_t min_time; variable
825 min_time = -1;
827 min_time *= 2;
828 max_time = -(min_time + 1);
1233 z.z_untiltime > min_time &&
1235 zones[nzones - 1].z_untiltime > min_time &&
1317 if (dayoff < min_time / SECSPERDAY) {
    [all...]

Completed in 77 milliseconds