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

  /external/bison/src/
files.h 51 extern char *dir_prefix;
files.c 61 DIR_PREFIX is `dir/' and ALL_BUT_EXT and ALL_BUT_TAB_EXT are `dir/foo'.
63 If --output=dir/foo.tab.c was specified, DIR_PREFIX is `dir/',
72 If neither --output nor --file was specified, DIR_PREFIX is the
78 char *dir_prefix; variable
242 dir_prefix = xstrndup (spec_outfile, base - spec_outfile);
265 dir_prefix =
273 dir_prefix = xstrdup ("");
280 dir_prefix = xstrdup ("");
391 free (dir_prefix);
  /external/chromium_org/third_party/lcov/contrib/galaxy/
genflat.pl 78 our $dir_prefix; # Prefix to remove from all sub directories
117 "prefix=s" => \$dir_prefix,
272 elsif (!defined($dir_prefix))
275 $dir_prefix = get_prefix(@dir_list);
277 if ($dir_prefix)
279 info("Found common filename prefix \"$dir_prefix\"\n");
290 "$dir_prefix\"\n");
342 # Match directory name beginning with $dir_prefix
343 $rel_dir = apply_prefix($rel_dir, $dir_prefix);
388 info("Processing file ".apply_prefix($_[2], $dir_prefix)."\n")
    [all...]
  /external/chromium_org/third_party/lcov-1.9/contrib/galaxy/
genflat.pl 78 our $dir_prefix; # Prefix to remove from all sub directories
117 "prefix=s" => \$dir_prefix,
272 elsif (!defined($dir_prefix))
275 $dir_prefix = get_prefix(@dir_list);
277 if ($dir_prefix)
279 info("Found common filename prefix \"$dir_prefix\"\n");
290 "$dir_prefix\"\n");
342 # Match directory name beginning with $dir_prefix
343 $rel_dir = apply_prefix($rel_dir, $dir_prefix);
388 info("Processing file ".apply_prefix($_[2], $dir_prefix)."\n")
    [all...]
  /external/chromium_org/third_party/lcov/bin/
genhtml 192 our $dir_prefix; # Prefix to remove from all sub directories
292 "prefix=s" => \$dir_prefix,
396 if ($no_prefix && defined($dir_prefix))
400 $dir_prefix = undef;
570 elsif (!defined($dir_prefix))
573 $dir_prefix = get_prefix(@dir_list);
575 if ($dir_prefix)
577 info("Found common filename prefix \"$dir_prefix\"\n");
588 "$dir_prefix\"\n");
632 if (!$no_prefix && $dir_prefix)
    [all...]
  /external/chromium_org/third_party/lcov-1.9/bin/
genhtml 247 our $dir_prefix; # Prefix to remove from all sub directories
364 "prefix|p=s" => \$dir_prefix,
474 if ($no_prefix && defined($dir_prefix))
478 $dir_prefix = undef;
704 elsif (!defined($dir_prefix))
707 $dir_prefix = get_prefix(@dir_list);
709 if ($dir_prefix)
711 info("Found common filename prefix \"$dir_prefix\"\n");
722 "$dir_prefix\"\n");
767 if (!$no_prefix && $dir_prefix)
    [all...]
  /external/chromium_org/chrome/test/functional/
perf_endure.py 139 dir_prefix = 'endure.%s.' % datetime.today().strftime('%Y%m%d.%H%M%S')
140 self._workdir = tempfile.mkdtemp(prefix=dir_prefix, dir=tempdir)
    [all...]
  /external/chromium_org/ppapi/tests/
test_file_ref.cc 662 const char* dir_prefix = "dir_"; local
692 buffer << test_dir_name << '/' << dir_prefix << i;
  /art/compiler/dex/
mir_graph.h 439 void DumpCFG(const char* dir_prefix, bool all_blocks);
mir_graph.cc 710 void MIRGraph::DumpCFG(const char* dir_prefix, bool all_blocks) {
714 fname = StringPrintf("%s%s%x.dot", dir_prefix, fname.c_str(),
    [all...]

Completed in 285 milliseconds