OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rcfile
(Results
1 - 11
of
11
) sorted by null
/external/adeb/addons/
run-command
10
chroot debian /bin/bash --
rcfile
'.bashrc.silent' -i -c "$CMD"
/external/grpc-grpc/tools/distrib/
pylint_code.sh
42
$PYTHON -m pylint --
rcfile
=.pylintrc -rn "$dir" || EXIT=1
46
$PYTHON -m pylint --
rcfile
=.pylintrc-tests -rn "$dir" || EXIT=1
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
newslist.py
99
rcfile
= os.path.join(dir, '.newslistrc.py')
variable
100
if os.path.exists(
rcfile
):
101
print
rcfile
102
execfile(
rcfile
)
/external/python/apitools/
run_pylint.py
191
def lint_fileset(filenames,
rcfile
, description):
192
"""Lints a group of files using a given
rcfile
."""
200
rc_flag = '--
rcfile
=%s' % (
rcfile
,)
/external/antlr/runtime/Python/
hudson-build.sh
58
pylint --
rcfile
=pylintrc --output-format=parseable --include-ids=yes antlr3 | tee pylint-report.txt
/external/curl/lib/
checksrc.pl
102
open(my $
rcfile
, "<", "$dir/.checksrc") or return;
104
while(<$
rcfile
>) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
ftplib.py
[
all
...]
/external/python/cpython2/Lib/
ftplib.py
[
all
...]
/external/python/cpython3/Lib/
ftplib.py
[
all
...]
/external/autotest/utils/
run_pylint.py
279
def get_cmdline_options(args_list, pylint_base_opts,
rcfile
):
292
@param
rcfile
: text from pylint_rc.
404
pylint_base_opts = ['--
rcfile
=%s' % pylint_rc,
/external/tensorflow/tensorflow/tools/ci_build/
ci_sanity.sh
175
${PYLINT_BIN} --
rcfile
="${PYLINTRC_FILE}" --output-format=parseable \
Completed in 1480 milliseconds