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

  /external/linux-tools-perf/util/
setup.py 13 include_dirs = ['util/include'], variable
  /external/webkit/Tools/wx/build/
build_utils.py 142 include_dirs = []
146 if not dirname in include_dirs:
147 include_dirs.append(dirname)
149 return include_dirs
  /external/valgrind/main/cachegrind/
cg_annotate.in 135 my @include_dirs = ("");
243 push(@include_dirs, "$inc/");
258 foreach my $include_dir (@include_dirs) {
263 $readable or die("File $arg not found in any of: @include_dirs\n");
466 my @include_dirs2 = @include_dirs; # copy @include_dirs
737 # Nb: include_dirs already includes "", so it works in the case
739 foreach my $include_dir (@include_dirs) {
754 die("File $src_file not opened in any of: @include_dirs\n");
  /external/valgrind/main/callgrind/
callgrind_annotate.in 150 my @include_dirs = ("");
293 push(@include_dirs, "$inc/");
307 foreach my $include_dir (@include_dirs) {
312 $readable or die("File $arg not found in any of: @include_dirs\n");
734 my @include_dirs2 = @include_dirs; # copy @include_dirs
    [all...]

Completed in 258 milliseconds