OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:python2
(Results
1 - 25
of
25
) sorted by null
/frameworks/compile/slang/tests/
run_slang_tests.sh
20
# We use
python2
.7 because we need unittest features added in 2.7
23
/usr/bin/
python2
.7 frameworks/compile/slang/tests/slang_test.py -z 2> "$1"/slang_tests/slang_tests_out.txt
/external/selinux/prebuilts/bin/
audit2allow
6
export PYTHONPATH=$ANDROID_BUILD_TOP/prebuilts/python/linux-x86/2.7.5/lib/
python2
.7/site-packages
audit2why
6
export PYTHONPATH=$ANDROID_BUILD_TOP/prebuilts/python/linux-x86/2.7.5/lib/
python2
.7/site-packages
sediff
5
export PYTHONPATH=$ANDROID_BUILD_TOP/prebuilts/python/linux-x86/2.7.5/lib/
python2
.7/site-packages
sesearch
5
export PYTHONPATH=$ANDROID_BUILD_TOP/prebuilts/python/linux-x86/2.7.5/lib/
python2
.7/site-packages
seinfo
6
export PYTHONPATH=$ANDROID_BUILD_TOP/prebuilts/python/linux-x86/2.7.5/lib/
python2
.7/site-packages
/external/autotest/apache/conf/
django-directives
27
RewriteCond /usr/lib64/
python2
.7/site-packages/django/contrib/admin/static/admin -d
28
RewriteRule ^/media/(css|img|js)(.*) /usr/lib64/
python2
.7/site-packages/django/contrib/admin/static/admin/$1/$2
29
RewriteCond /usr/lib64/
python2
.7/site-packages/django/contrib/admin/static/admin -d
30
RewriteRule ^/afe/server/admin/admin/(css|img|js)(.*) /usr/lib64/
python2
.7/site-packages/django/contrib/admin/static/admin/$1/$2
31
RewriteCond /usr/lib64/
python2
.7/site-packages/django/contrib/admin/static/admin -d
32
RewriteRule ^/afe/server/admin/afe/(aclgroup|host|label|profiler|test)/admin/(css|img|js)(.*) /usr/lib64/
python2
.7/site-packages/django/contrib/admin/static/admin/$2/$3
56
RewriteCond /usr/lib/
python2
.7/site-packages/django/contrib/admin/static/admin -d
57
RewriteRule ^/media/(css|img|js)(.*) /usr/lib/
python2
.7/site-packages/django/contrib/admin/static/admin/$1/$2
58
RewriteCond /usr/lib/
python2
.7/site-packages/django/contrib/admin/static/admin -d
59
RewriteRule ^/afe/server/admin/afe/(aclgroup|host|label|profiler|test)/admin/(css|img|js)(.*) /usr/lib/
python2
.7/site-packages/django/contrib/admin/static/admin/$2/$
[
all
...]
/external/flatbuffers/tests/
PythonTest.sh
44
run_tests
python2
.6 100 100 100
45
run_tests
python2
.7 100 100 100
49
# NOTE: We'd like to support
python2
.5 in the future.
/external/autotest/contrib/
servo-stat
19
PYTHON=$(readlink -f $REPO/chroot/usr/bin/
python2
.7)
20
HDCTOOLS=$(readlink -f $REPO/chroot/usr/lib/
python2
.7/site-packages/servo)
/system/media/camera/docs/
metadata-check-dependencies
109
binary_check python python27
python2
.7
/external/antlr/antlr-3.4/runtime/Python/
hudson-build.sh
69
for PYTHON in /usr/bin/
python2
.?; do
/external/protobuf/
tests.sh
189
# Only install
Python2
.6/3.x on Linux.
194
sudo apt-get install -y
python2
.6
python2
.6-dev
/external/protobuf/util/
tests.sh
189
# Only install
Python2
.6/3.x on Linux.
194
sudo apt-get install -y
python2
.6
python2
.6-dev
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile
198
PYTHON_FOR_BUILD=_PYTHON_PROJECT_BASE=$(abs_builddir) _PYTHON_HOST_PLATFORM=$(_PYTHON_HOST_PLATFORM) PYTHONPATH=/tmp/ndk-andrewhsieh/buildhost/install/prebuilt/linux-x86_64/lib/
python2
.7/lib-dynload:$(shell test -f pybuilddir.txt && echo $(abs_builddir)/`cat pybuilddir.txt`:)$(srcdir)/Lib:$(srcdir)/Lib/plat-$(MACHDEP) /tmp/ndk-andrewhsieh/buildhost/install/prebuilt/linux-x86_64/bin/
python2
.7
870
# $(PYTHON) ->
python2
-> python$(VERSION))
877
-rm -f $(DESTDIR)$(BINDIR)/
python2
$(EXE)
878
(cd $(DESTDIR)$(BINDIR); $(LN) -s python$(VERSION)$(EXE)
python2
$(EXE))
879
(cd $(DESTDIR)$(BINDIR); $(LN) -s
python2
$(EXE) $(PYTHON))
880
-rm -f $(DESTDIR)$(BINDIR)/
python2
-config
881
(cd $(DESTDIR)$(BINDIR); $(LN) -s python$(VERSION)-config
python2
-config)
883
(cd $(DESTDIR)$(BINDIR); $(LN) -s
python2
-config python-config)
885
-rm -f $(DESTDIR)$(LIBPC)/
python2
.p
[
all
...]
/prebuilts/gdb/darwin-x86/lib/python2.7/config/
Makefile
869
# $(PYTHON) ->
python2
-> python$(VERSION))
876
-rm -f $(DESTDIR)$(BINDIR)/
python2
$(EXE)
877
(cd $(DESTDIR)$(BINDIR); $(LN) -s python$(VERSION)$(EXE)
python2
$(EXE))
878
(cd $(DESTDIR)$(BINDIR); $(LN) -s
python2
$(EXE) $(PYTHON))
879
-rm -f $(DESTDIR)$(BINDIR)/
python2
-config
880
(cd $(DESTDIR)$(BINDIR); $(LN) -s python$(VERSION)-config
python2
-config)
882
(cd $(DESTDIR)$(BINDIR); $(LN) -s
python2
-config python-config)
884
-rm -f $(DESTDIR)$(LIBPC)/
python2
.pc
885
(cd $(DESTDIR)$(LIBPC); $(LN) -s python-$(VERSION).pc
python2
.pc)
887
(cd $(DESTDIR)$(LIBPC); $(LN) -s
python2
.pc python.pc
[
all
...]
/prebuilts/gdb/linux-x86/lib/python2.7/config/
Makefile
870
# $(PYTHON) ->
python2
-> python$(VERSION))
877
-rm -f $(DESTDIR)$(BINDIR)/
python2
$(EXE)
878
(cd $(DESTDIR)$(BINDIR); $(LN) -s python$(VERSION)$(EXE)
python2
$(EXE))
879
(cd $(DESTDIR)$(BINDIR); $(LN) -s
python2
$(EXE) $(PYTHON))
880
-rm -f $(DESTDIR)$(BINDIR)/
python2
-config
881
(cd $(DESTDIR)$(BINDIR); $(LN) -s python$(VERSION)-config
python2
-config)
883
(cd $(DESTDIR)$(BINDIR); $(LN) -s
python2
-config python-config)
885
-rm -f $(DESTDIR)$(LIBPC)/
python2
.pc
886
(cd $(DESTDIR)$(LIBPC); $(LN) -s python-$(VERSION).pc
python2
.pc)
888
(cd $(DESTDIR)$(LIBPC); $(LN) -s
python2
.pc python.pc
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile
869
# $(PYTHON) ->
python2
-> python$(VERSION))
876
-rm -f $(DESTDIR)$(BINDIR)/
python2
$(EXE)
877
(cd $(DESTDIR)$(BINDIR); $(LN) -s python$(VERSION)$(EXE)
python2
$(EXE))
878
(cd $(DESTDIR)$(BINDIR); $(LN) -s
python2
$(EXE) $(PYTHON))
879
-rm -f $(DESTDIR)$(BINDIR)/
python2
-config
880
(cd $(DESTDIR)$(BINDIR); $(LN) -s python$(VERSION)-config
python2
-config)
882
(cd $(DESTDIR)$(BINDIR); $(LN) -s
python2
-config python-config)
884
-rm -f $(DESTDIR)$(LIBPC)/
python2
.pc
885
(cd $(DESTDIR)$(LIBPC); $(LN) -s python-$(VERSION).pc
python2
.pc)
887
(cd $(DESTDIR)$(LIBPC); $(LN) -s
python2
.pc python.pc
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_xpickle.py
66
name: short string name of a Python binary such as "
python2
.4".
175
if not run_compat_test("
python2
.4"):
182
python = "
python2
.4"
200
if not run_compat_test("
python2
.5"):
207
python = "
python2
.5"
217
if not run_compat_test("
python2
.6"):
224
python = "
python2
.6"
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_xpickle.py
66
name: short string name of a Python binary such as "
python2
.4".
179
if not run_compat_test("
python2
.4"):
186
python = "
python2
.4"
204
if not run_compat_test("
python2
.5"):
211
python = "
python2
.5"
221
if not run_compat_test("
python2
.6"):
228
python = "
python2
.6"
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test_xpickle.py
66
name: short string name of a Python binary such as "
python2
.4".
179
if not run_compat_test("
python2
.4"):
186
python = "
python2
.4"
204
if not run_compat_test("
python2
.5"):
211
python = "
python2
.5"
221
if not run_compat_test("
python2
.6"):
228
python = "
python2
.6"
/prebuilts/go/darwin-x86/src/runtime/
runtime-lldb_test.go
32
cmd = exec.Command("/usr/bin/
python2
.7", "-c", "import sys;sys.path.append(sys.argv[1]);import lldb; print('go lldb python support')", lldbPath)
174
cmd = exec.Command("/usr/bin/
python2
.7", "script.py", lldbPath)
/prebuilts/go/linux-x86/src/runtime/
runtime-lldb_test.go
32
cmd = exec.Command("/usr/bin/
python2
.7", "-c", "import sys;sys.path.append(sys.argv[1]);import lldb; print('go lldb python support')", lldbPath)
174
cmd = exec.Command("/usr/bin/
python2
.7", "script.py", lldbPath)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xpickle.py
66
name: short string name of a Python binary such as "
python2
.4".
179
if not run_compat_test("
python2
.4"):
186
python = "
python2
.4"
204
if not run_compat_test("
python2
.5"):
211
python = "
python2
.5"
221
if not run_compat_test("
python2
.6"):
228
python = "
python2
.6"
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xpickle.py
66
name: short string name of a Python binary such as "
python2
.4".
179
if not run_compat_test("
python2
.4"):
186
python = "
python2
.4"
204
if not run_compat_test("
python2
.5"):
211
python = "
python2
.5"
221
if not run_compat_test("
python2
.6"):
228
python = "
python2
.6"
/external/libcap-ng/libcap-ng-0.7/
configure
[
all
...]
Completed in 2335 milliseconds