OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PYTHON
(Results
1 - 8
of
8
) sorted by null
/external/libcap-ng/libcap-ng-0.7/
py-compile
2
# py-compile - Compile a
Python
program
31
if [ -z "$
PYTHON
" ]; then
32
PYTHON
=
python
68
Byte compile some
python
scripts FILES. Use --destdir to specify any
119
$
PYTHON
-c "
124
sys.stdout.write('Byte-compiling
python
modules...\n')
136
# this will fail for
python
< 1.5, but that doesn't matter ...
137
$
PYTHON
-O -c "
141
sys.stdout.write('Byte-compiling
python
modules (optimized versions) ...\n'
[
all
...]
configure
626
PYTHON
770
PYTHON
'
[
all
...]
/external/antlr/antlr-3.4/runtime/Python/
hudson-build.sh
27
wget http://pypi.
python
.org/packages/source/s/stringtemplate3/stringtemplate3-$ST_VERSION.tar.gz
30
(cd tmp/stringtemplate3-$ST_VERSION;
python
setup.py install --install-lib=$WORKSPACE)
37
(cd tmp/antlr-$ANTLR2_VERSION/lib/
python
;
python
setup.py install --install-lib=$WORKSPACE)
49
python
setup.py unittest --xml-output=testout/
50
python
setup.py functest --xml-output=testout/ --antlr-jar="$JAR"
68
python
setup.py sdist --formats=gztar,zip
69
for
PYTHON
in /usr/bin/python2.?; do
70
$
PYTHON
setup.py bdist_egg
/external/llvm/test/
Makefile
76
# Newer versions of
python
try to allocate an insane amount of address space for
86
$(
PYTHON
) $(LLVM_SRC_ROOT)/utils/lit/lit.py $(LIT_ARGS) $(LIT_TESTSUITE) )
93
$(
PYTHON
) $(LLVM_SRC_ROOT)/utils/lit/lit.py $(LIT_ARGS) $(LIT_ALL_TESTSUITES) )
137
@$(ECHOPATH) s=@PYTHON_EXECUTABLE@=$(
PYTHON
)=g >> lit.tmp
/external/webkit/Tools/Scripts/webkitpy/style/
checker.py
41
from checkers.
python
import PythonChecker
93
# List
Python
pep8 categories last.
95
# Because much of WebKit's
Python
code base does not abide by the
99
# FIXME: Consider bringing WebKit's
Python
code base into conformance
190
# For third-party
Python
code, keep only the following checks--
399
# File "/System/Library/Frameworks/
Python
.framework/Versions/2.6/...
426
PYTHON
= 3
484
return FileType.
PYTHON
509
elif file_type == FileType.
PYTHON
:
/external/clang/test/
Makefile
34
@ $(
PYTHON
) $(LLVM_SRC_ROOT)/utils/lit/lit.py \
/external/llvm/
configure
772
PYTHON
[
all
...]
/external/protobuf/gtest/
configure
625
PYTHON
[
all
...]
Completed in 1172 milliseconds