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

  /external/antlr/antlr-3.4/runtime/Perl5/t/author/
perlcritic.t 17 my $rcfile = File::Spec->catfile( 't', 'author', 'perlcriticrc' );
18 Test::Perl::Critic->import( -profile => $rcfile );
  /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/antlr/antlr-3.4/runtime/Python/
hudson-build.sh 58 pylint --rcfile=pylintrc --output-format=parseable --include-ids=yes antlr3 | tee pylint-report.txt
pylintrc 12 #rcfile=
  /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,
  /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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
python.py 79 '--rcfile=' + wkf.path_from_webkit_base('Tools', 'Scripts', 'webkitpy', 'pylintrc'),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pdb.py 81 rcFile = open(os.path.join(envHome, ".pdbrc"))
85 for line in rcFile.readlines():
87 rcFile.close()
89 rcFile = open(".pdbrc")
93 for line in rcFile.readlines():
95 rcFile.close()
    [all...]
ftplib.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pdb.py 81 rcFile = open(os.path.join(envHome, ".pdbrc"))
85 for line in rcFile.readlines():
87 rcFile.close()
89 rcFile = open(".pdbrc")
93 for line in rcFile.readlines():
95 rcFile.close()
    [all...]
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);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/
pylintrc 34 #rcfile=
  /external/chromium_org/tools/grit/grit/tool/
rc2grd.py 99 Usage: grit [global options] rc2grd [OPTIONS] RCFILE
  /external/chromium_org/tools/gyp/
pylintrc 4 #rcfile=

Completed in 1831 milliseconds