HomeSort by relevance Sort by last modified time
    Searched full:min_time (Results 1 - 11 of 11) 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,
  /external/eigen/bench/btl/generic_bench/static/
intel_bench_fixed_size.hh 34 while (time_baseline < MIN_TIME) {
46 while (time_action < 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/eigen/bench/btl/generic_bench/
bench_parameter.hh 26 #define MIN_TIME 0.2
  /external/bluetooth/bluedroid/stack/gap/
gap_api.c 439 ** min_time - Minimum amount of time between consecutive inquiries.
463 UINT16 GAP_StartPeriodicInquiry (tGAP_INQ_PARMS *p_inq_parms, UINT16 min_time,
476 min_time <= p_inq_parms->duration ||
477 min_time < GAP_PER_INQ_MIN_MIN_PERIOD ||
478 min_time > GAP_PER_INQ_MAX_MIN_PERIOD ||
479 max_time <= min_time ||
491 btm_status = BTM_SetPeriodicInquiryMode(p_inq_parms, max_time, min_time,
    [all...]
  /external/eigen/bench/btl/generic_bench/timers/
portable_perf_analyzer.hh 47 while (m_time_action < MIN_TIME)
portable_perf_analyzer_old.hh 61 while (time_action < MIN_TIME)
  /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...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
json_results_generator.py 102 MIN_TIME = 1
570 # filesize. If a test passes every run, but takes > MIN_TIME to run,
572 if is_all_no_data or (is_all_pass and max_time <= self.MIN_TIME):
  /external/bluetooth/bluedroid/stack/include/
gap_api.h 308 UINT16 min_time,
    [all...]

Completed in 787 milliseconds