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

  /external/lisa/libs/utils/
report.py 116 for base_idx in sorted(_results[tid].keys()):
119 if not base_rexp.match(base_idx):
123 if test_idx == base_idx:
128 self.__rtapp_reference(tid, base_idx)
132 self.__rtapp_compare(tid, base_idx, test_idx, formats)
136 def __rtapp_reference(self, tid, base_idx):
140 tid, base_idx)
141 res_line = '{0:12s}: {1:22s} | '.format(tid, base_idx)
145 res_base = _results[tid][base_idx]['energy'][cpus]['avg']
151 if 'performance' not in _results[tid][base_idx].keys()
    [all...]
  /system/core/init/
init_first_stage.cpp 242 size_t base_idx = uevent.path.rfind('/'); local
243 if (base_idx != std::string::npos) {
244 return HandleBlockDevice(uevent.path.substr(base_idx + 1), uevent);
  /external/mesa3d/src/compiler/glsl/
ir.cpp 1425 static const unsigned char base_idx[26] = { local
    [all...]

Completed in 131 milliseconds