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

  /device/google/marlin/power/
power-helper.c 673 static int extract_stats(uint64_t *list, char *file, const char**param_names,
696 if (strncmp(line + begin, param_names[index], strlen(param_names[index]))) {
  /art/compiler/debug/
elf_debug_info_writer.h 195 std::vector<const char*> param_names = GetParamNames(mi); local
215 if (i < param_names.size()) {
216 WriteName(param_names[i]);

Completed in 1200 milliseconds