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

  /external/chromium_org/native_client_sdk/src/tools/lib/
get_shared_deps.py 147 full_paths = set()
150 full_paths.add(filename)
153 full_paths.add(path)
155 cmd = [objdump, '-p'] + list(full_paths)
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
annotate.h 143 struct perf_evsel *evsel, bool full_paths,
151 bool full_paths, int min_pcnt, int max_lines);
annotate.c 1215 struct perf_evsel *evsel, bool full_paths,
1234 if (full_paths)
1356 bool full_paths, int min_pcnt, int max_lines)
1374 symbol__annotate_printf(sym, map, evsel, full_paths,
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-annotate.c 38 bool full_paths; member in struct:perf_annotate
116 ann->print_line, ann->full_paths, 0, 0);
309 OPT_BOOLEAN('P', "full-paths", &annotate.full_paths,
  /external/chromium_org/tools/resources/
list_unused_grit_header.py 216 full_paths = [os.path.join(root, f) for f in files if ShouldScanFile(f)]
218 [f for f in full_paths

Completed in 92 milliseconds