OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PYTHON
(Results
1 - 22
of
22
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/tests/
python_test.sh
8
test -n "${
PYTHON
}" ||
PYTHON
=
python
15
grep "except None:" ${srcdir}/tools/
python
-yasm/tests/*.py
17
${
PYTHON
} -c "import sys; import glob; sys.path.insert(0, '${srcdir}/tools/
python
-yasm'); sys.path.insert(0, glob.glob('build/lib.*')[0]); import tests; raise SystemExit(tests.unit('$*'.split()))"
/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
90
# Newer versions of
python
try to allocate an insane amount of address space for
100
$(
PYTHON
) $(LLVM_SRC_ROOT)/utils/lit/lit.py $(LIT_ARGS) $(LIT_TESTSUITE) )
107
$(
PYTHON
) $(LLVM_SRC_ROOT)/utils/lit/lit.py $(LIT_ARGS) $(LIT_ALL_TESTSUITES) )
144
@$(ECHOPATH) s=@PYTHON_EXECUTABLE@=$(
PYTHON
)=g >> lit.tmp
/external/chromium_org/third_party/jemalloc/chromium/
Makefile.in
90
$(
PYTHON
) $(srcdir)/build-crt.py $(CRT_OBJ_DIR)
/external/chromium_org/third_party/jemalloc/vendor/
Makefile.in
90
$(
PYTHON
) $(srcdir)/build-crt.py $(CRT_OBJ_DIR)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
checker.py
43
from checkers.
python
import PythonChecker
97
# List
Python
pep8 categories last.
99
# Because much of WebKit's
Python
code base does not abide by the
103
# FIXME: Consider bringing WebKit's
Python
code base into conformance
132
# For third-party
Python
code, keep only the following checks--
359
# File "/System/Library/Frameworks/
Python
.framework/Versions/2.6/...
388
PYTHON
= 5
456
return FileType.
PYTHON
480
elif file_type == FileType.
PYTHON
:
/external/clang/test/
Makefile
34
@ $(
PYTHON
) $(LLVM_SRC_ROOT)/utils/lit/lit.py \
/ndk/build/tools/
make-standalone-toolchain.sh
237
# Copy
python
-related to for gdb.exe
238
PYTHON
=
python
239
PYTHON_x=
python
$(echo "$DEFAULT_PYTHON_VERSION" | cut -d . -f 1)
240
PYTHON_xdotx=
python
$(echo "$DEFAULT_PYTHON_VERSION" | cut -d . -f 1).$(echo "$DEFAULT_PYTHON_VERSION" | cut -d . -f 2)
243
copy_file_list "$NDK_DIR/prebuilt/$SYSTEM/bin" "$TMPDIR/bin" "$
PYTHON
$HOST_EXE" "$PYTHON_x$HOST_EXE" "$PYTHON_xdotx$HOST_EXE"
269
echo '`dirname $0`/
python
`dirname $0`/ndk-bc2native.py --sysroot=`dirname $0`/../sysroot --abi='$TARGET_ABI' --platform='$PLATFORM' --file $output $output'
289
echo '%~dp0\\
python
'$HOST_EXE' %~dp0\\ndk-bc2native.py --sysroot=%~dp0\\..\\sysroot --abi='$TARGET_ABI' --platform='$PLATFORM' --file %output% %output%'
/external/chromium_org/third_party/yasm/source/patched-yasm/
configure
622
PYTHON
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile
2
# Top-level Makefile for
Python
15
# If you have a previous version of
Python
installed that you don't
29
srcdir= /s/ndk-toolchain/src/
python
/
Python
-2.7.5
30
VPATH= /s/ndk-toolchain/src/
python
/
Python
-2.7.5
31
MSYSVPATH= /s/ndk-toolchain/src/
python
/
Python
-2.7.5
32
abs_srcdir= /s/ndk-toolchain/src/
python
/
Python
-2.7.
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile
2
# Top-level Makefile for
Python
15
# If you have a previous version of
Python
installed that you don't
29
srcdir= /s/ndk-toolchain/src/
python
/
Python
-2.7.5
30
VPATH= /s/ndk-toolchain/src/
python
/
Python
-2.7.5
31
MSYSVPATH= /s/ndk-toolchain/src/
python
/
Python
-2.7.5
32
abs_srcdir= /s/ndk-toolchain/src/
python
/
Python
-2.7.
[
all
...]
/external/chromium_org/third_party/libxml/src/
configure
839
PYTHON
[
all
...]
/external/llvm/
configure
774
PYTHON
[
all
...]
/external/protobuf/gtest/
configure
625
PYTHON
[
all
...]
/external/chromium_org/third_party/yasm/source/config/android/
Makefile
321
$(srcdir)/tools/
python
-yasm/Makefile.inc \
322
$(srcdir)/tools/
python
-yasm/tests/Makefile.inc \
329
# yasm_python.c
python
-setup.txt \
330
# .
python
-build
331
#am__append_2 =
PYTHON
=${
PYTHON
}
332
#am__append_3 = tools/
python
-yasm/tests/python_test.sh
560
PYTHON
= /usr/bin/
python
665
tools/
python
-yasm/Makefile.inc tools/re2c/main.c
[
all
...]
/external/chromium_org/third_party/yasm/source/config/ios/
Makefile
321
$(srcdir)/tools/
python
-yasm/Makefile.inc \
322
$(srcdir)/tools/
python
-yasm/tests/Makefile.inc \
329
# yasm_python.c
python
-setup.txt \
330
# .
python
-build
331
#am__append_2 =
PYTHON
=${
PYTHON
}
332
#am__append_3 = tools/
python
-yasm/tests/python_test.sh
560
PYTHON
= /usr/bin/
python
619
pyexecdir = /Library/
Python
/2.5/site-package
[
all
...]
/external/chromium_org/third_party/yasm/source/config/linux/
Makefile
321
$(srcdir)/tools/
python
-yasm/Makefile.inc \
322
$(srcdir)/tools/
python
-yasm/tests/Makefile.inc \
329
# yasm_python.c
python
-setup.txt \
330
# .
python
-build
331
#am__append_2 =
PYTHON
=${
PYTHON
}
332
#am__append_3 = tools/
python
-yasm/tests/python_test.sh
560
PYTHON
= /usr/bin/
python
665
tools/
python
-yasm/Makefile.inc tools/re2c/main.c
[
all
...]
/external/chromium_org/third_party/yasm/source/config/mac/
Makefile
321
$(srcdir)/tools/
python
-yasm/Makefile.inc \
322
$(srcdir)/tools/
python
-yasm/tests/Makefile.inc \
329
# yasm_python.c
python
-setup.txt \
330
# .
python
-build
331
#am__append_2 =
PYTHON
=${
PYTHON
}
332
#am__append_3 = tools/
python
-yasm/tests/python_test.sh
560
PYTHON
= /usr/bin/
python
619
pyexecdir = /Library/
Python
/2.5/site-package
[
all
...]
/external/chromium_org/third_party/yasm/source/config/openbsd/
Makefile
321
$(srcdir)/tools/
python
-yasm/Makefile.inc \
322
$(srcdir)/tools/
python
-yasm/tests/Makefile.inc \
329
# yasm_python.c
python
-setup.txt \
330
# .
python
-build
331
#am__append_2 =
PYTHON
=${
PYTHON
}
332
#am__append_3 = tools/
python
-yasm/tests/python_test.sh
560
PYTHON
= /usr/bin/
python
665
tools/
python
-yasm/Makefile.inc tools/re2c/main.c
[
all
...]
/external/chromium_org/third_party/yasm/source/config/win/
Makefile
321
$(srcdir)/tools/
python
-yasm/Makefile.inc \
322
$(srcdir)/tools/
python
-yasm/tests/Makefile.inc \
329
# yasm_python.c
python
-setup.txt \
330
# .
python
-build
331
#am__append_2 =
PYTHON
=${
PYTHON
}
332
#am__append_3 = tools/
python
-yasm/tests/python_test.sh
560
PYTHON
= /usr/bin/
python
665
tools/
python
-yasm/Makefile.inc tools/re2c/main.c
[
all
...]
Completed in 501 milliseconds