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

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
runrc.cmd 57 rcfile = stream(dir || name, 'c', 'query exists')
58 if rcfile \= '' then interpret 'call "' || rcfile || '"'
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
bisect-builds 298 my $rcfile = File::Spec->catdir($ENV{HOME}, ".bisect-buildsrc");
299 return if !-f $rcfile;
301 my $result = do $rcfile;
302 die "Could not parse $rcfile: $@" if $@;
  /external/antlr/antlr-3.4/runtime/Python/
hudson-build.sh 58 pylint --rcfile=pylintrc --output-format=parseable --include-ids=yes antlr3 | tee pylint-report.txt
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
cmdline.py 79 rcfile = optparse.make_option( variable in class:Opts
80 '', '--rcfile', action='store',
121 rcfile=True,
230 Opts.rcfile,
466 config_file = options.rcfile,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ftplib.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ftplib.py     [all...]
  /external/qemu-pc-bios/bochs/
bochs.h 126 int bx_read_configuration(const char *rcfile);
127 int bx_write_configuration(const char *rcfile, int overwrite);

Completed in 501 milliseconds