Home
last modified time | relevance | path

Searched refs:python (Results 1 – 25 of 1053) sorted by relevance

12345678910>>...43

/external/python/cpython2/Doc/
DMakefile7 PYTHON = python
113 cp -pPR build/html dist/python-$(DISTVERSION)-docs-html
114 tar -C dist -cf dist/python-$(DISTVERSION)-docs-html.tar python-$(DISTVERSION)-docs-html
115 bzip2 -9 -k dist/python-$(DISTVERSION)-docs-html.tar
116 (cd dist; zip -q -r -9 python-$(DISTVERSION)-docs-html.zip python-$(DISTVERSION)-docs-html)
117 rm -r dist/python-$(DISTVERSION)-docs-html
118 rm dist/python-$(DISTVERSION)-docs-html.tar
122 cp -pPR build/text dist/python-$(DISTVERSION)-docs-text
123 tar -C dist -cf dist/python-$(DISTVERSION)-docs-text.tar python-$(DISTVERSION)-docs-text
124 bzip2 -9 -k dist/python-$(DISTVERSION)-docs-text.tar
[all …]
/external/libxml2/
D.gitignore68 python/.deps
69 python/.libs
70 python/Makefile
71 python/Makefile.in
72 python/gen_prog
73 python/libxml2-export.c
74 python/libxml2-py.c
75 python/libxml2-py.h
76 python/libxml2.py
77 python/libxml2class.py
[all …]
Dlibxml.spec.in11 BuildRequires: python-devel
60 %package -n python-%{name}
61 %{?python_provide:%python_provide python-%{name}}
65 Obsoletes: %{name}-python < %{version}-%{release}
66 Provides: %{name}-python = %{version}-%{release}
68 %description -n python-%{name}
69 The libxml2-python package contains a Python 2 module that permits applications
102 sed -i 's|#!/usr/bin/python |#!%{__python3} |' py3doc/*.py
117 %configure --with-python=%{__python3}
123 rm -f $RPM_BUILD_ROOT%{_libdir}/python*/site-packages/*.a
[all …]
/external/protobuf/python/
Dtox.ini3 py{26,27,33,34}-{cpp,python}
13 python setup.py -q build_py
14 python: python setup.py -q build
15 cpp: python setup.py -q build --cpp_implementation --warnings_as_errors
16 python: python setup.py -q test -q
17 cpp: python setup.py -q test -q --cpp_implementation
18 python: python setup.py -q test_conformance
19 cpp: python setup.py -q test_conformance --cpp_implementation
/external/python/cpython2/PC/
Dpython.mk1 project : n:\python\python-1.5.1\pc\wat_os2\pyth_os2.exe n:\python\python-1.&
4 !include n:\python\python-1.5.1\pc\wat_os2\pyth_os2.mk1
5 !include n:\python\python-1.5.1\pc\wat_dos\pyth_dos.mk1
/external/google-breakpad/src/third_party/libdisasm/swig/
DMakefile16 dummy: swig swig-python swig-ruby swig-perl swig-tcl install uninstall clean
18 swig: swig-python swig-perl
21 swig-python:
22 cd python && make -f Makefile-swig
34 install: install-python install-perl
37 install-python:
38 cd python && sudo make -f Makefile-swig install
50 uninstall: uninstall-python
53 uninstall-python:
54 cd python && sudo make -f Makefile-swig uninstall
[all …]
/external/python/cpython2/Lib/email/test/data/
Dmsg_06.txt1 Return-Path: <barry@python.org>
2 Delivered-To: barry@python.org
7 Message-ID: <15265.9482.641338.555352@python.org>
9 Sender: barry@python.org
10 To: barry@python.org
20 Return-Path: <barry@python.org>
21 Delivered-To: barry@python.org
22 Message-ID: <15265.9468.713530.98441@python.org>
24 Sender: barry@python.org
25 To: barry@python.org
Dmsg_43.txt1 From SRS0=aO/p=ON=bag.python.org=None@bounce2.pobox.com Fri Nov 26 21:40:36 2004
3 … nil nil "Banned file: auto__mail.python.bat in mail from you" "^From:" nil nil nil nil "Banned fi…
6 Message-Id: <edab.7804f5cb8070@python.org>
13 To: <webmaster@python.org>
14 Subject: Banned file: auto__mail.python.bat in mail from you
48 …ostic-Code: smtp; 550 5.7.1 Message content rejected, id=01956-02-2 - BANNED: auto__mail.python.bat
54 …ostic-Code: smtp; 550 5.7.1 Message content rejected, id=01956-02-2 - BANNED: auto__mail.python.bat
60 …ostic-Code: smtp; 550 5.7.1 Message content rejected, id=01956-02-2 - BANNED: auto__mail.python.bat
66 …ostic-Code: smtp; 550 5.7.1 Message content rejected, id=01956-02-2 - BANNED: auto__mail.python.bat
72 …ostic-Code: smtp; 550 5.7.1 Message content rejected, id=01956-02-2 - BANNED: auto__mail.python.bat
[all …]
/external/google-breakpad/src/third_party/libdisasm/swig/python/
DMakefile-swig26 PYTHON_MOD = $(BASE_NAME)-python.so
30 …_INC = `/bin/echo -e 'import sys\nprint sys.prefix + "/include/python" + sys.version[:3]' | python`
31 …THON_LIB = `/bin/echo -e 'import sys\nprint sys.prefix + "/lib/python" + sys.version[:3]' | python`
37 all: swig-python
39 dummy: swig-python install uninstall clean
41 swig-python: $(PYTHON_MOD)
50 swig -python -shadow -o $(PYTHON_SHADOW) -outdir . $<
/external/protobuf/
DMakefile.in504 python/google/protobuf/internal/api_implementation.cc \
505 python/google/protobuf/internal/api_implementation.py \
506 python/google/protobuf/internal/api_implementation_default_test.py \
507 python/google/protobuf/internal/containers.py \
508 python/google/protobuf/internal/cpp_message.py \
509 python/google/protobuf/internal/decoder.py \
510 python/google/protobuf/internal/descriptor_database_test.py \
511 python/google/protobuf/internal/descriptor_pool_test.py \
512 python/google/protobuf/internal/descriptor_pool_test1.proto \
513 python/google/protobuf/internal/descriptor_pool_test2.proto \
[all …]
DMakefile.am529 python/MANIFEST.in \
530 python/google/__init__.py \
531 python/google/protobuf/__init__.py \
532 python/google/protobuf/descriptor.py \
533 python/google/protobuf/descriptor_database.py \
534 python/google/protobuf/descriptor_pool.py \
535 python/google/protobuf/internal/__init__.py \
536 python/google/protobuf/internal/_parameterized.py \
537 python/google/protobuf/internal/any_test.proto \
538 python/google/protobuf/internal/any_test.proto \
[all …]
/external/gemmlowp/meta/generators/
Dmetagemm_generate_headers.sh2 python streams_arm_32.py > ../streams_arm_32.h
3 python streams_arm_64.py > ../streams_arm_64.h
4 python quantized_mul_kernels_arm_32.py > ../quantized_mul_kernels_arm_32.h
5 python quantized_mul_kernels_arm_64.py > ../quantized_mul_kernels_arm_64.h
6 python transform_kernels_arm_32.py > ../transform_kernels_arm_32.h
7 python transform_kernels_arm_64.py > ../transform_kernels_arm_64.h
/external/python/cpython2/Misc/
DREADME.Emacs5 If you want to edit Python code in Emacs, you should download python-mode.el
8 https://launchpad.net/python-mode
10 While Emacs comes with a python.el file, it is not recommended.
11 python-mode.el is maintained by core Python developers and is generally
12 considered more Python programmer friendly. For example, python-mode.el
17 python-mode.el is compatible with both GNU Emacs from the FSF, and XEmacs.
20 development, or discussions, see the python-mode mailing list:
22 http://mail.python.org/mailman/listinfo/python-mode
/external/protobuf/util/
DMakefile.am529 python/MANIFEST.in \
530 python/google/__init__.py \
531 python/google/protobuf/__init__.py \
532 python/google/protobuf/descriptor.py \
533 python/google/protobuf/descriptor_database.py \
534 python/google/protobuf/descriptor_pool.py \
535 python/google/protobuf/internal/__init__.py \
536 python/google/protobuf/internal/_parameterized.py \
537 python/google/protobuf/internal/any_test.proto \
538 python/google/protobuf/internal/any_test.proto \
[all …]
/external/ltp/testcases/network/nfsv4/acl/
Druntest25 rsh -n $REMOTEHOST python $PWD/create_users.py -u 50 -g 50
54 python create_users.py -u 50 -g 50
57 python test_long_acl.py -l $MAXLENGTH -p $NFSMNTDIR/lacl-testdir
61 python setacl_stress.py -n 100 -u $USER_NB -g $GRP_NB -f $FILE_NB -p $NFSMNTDIR
64 python cleanusers.py
65 python cleangroups.py
66 rsh -n $REMOTEHOST python $PWD/cleanusers.py
/external/llvm/utils/valgrind/
Di386-pc-linux-gnu.supp10 # http://svn.python.org/projects/python/trunk/Misc/README.valgrind
15 obj:/usr/bin/python*
21 obj:/usr/bin/python*
27 obj:/usr/bin/python*
37 We don't care if python leaks
40 obj:/usr/bin/python*
/external/swiftshader/third_party/LLVM/utils/valgrind/
Di386-pc-linux-gnu.supp10 # http://svn.python.org/projects/python/trunk/Misc/README.valgrind
15 obj:/usr/bin/python*
21 obj:/usr/bin/python*
27 obj:/usr/bin/python*
37 We don't care if python leaks
40 obj:/usr/bin/python*
Dx86_64-pc-linux-gnu.supp9 # http://svn.python.org/projects/python/trunk/Misc/README.valgrind
14 obj:/usr/bin/python*
20 obj:/usr/bin/python*
26 obj:/usr/bin/python*
42 We don't care if python leaks
45 obj:/usr/bin/python*
/external/python/cpython2/Mac/
DMakefile.in11 LIBDEST=$(prefix)/lib/python$(VERSION)
14 BUILDPYTHON=$(builddir)/python$(BUILDEXE)
57 ln -sf python$(VERSION) "$(DESTDIR)$(prefix)/bin/python2"
62 lipo $(LIPO_32BIT_FLAGS) -output $(DESTDIR)$(prefix)/bin/python$(VERSION)-32 pythonw
64 ln -sf python$(VERSION)-32 "$(DESTDIR)$(prefix)/bin/python2-32"
79 for fn in python pythonw idle pydoc python-config smtpd.py 2to3 \
83 python$(VERSION) pythonw$(VERSION) idle$(VERSION) \
84 pydoc$(VERSION) python$(VERSION)-config smtpd$(VERSION).py \
90 for fn in python-32 pythonw-32 \
92 python$(VERSION)-32 pythonw$(VERSION)-32 ;\
[all …]
/external/python/cpython2/PC/VC6/
Dpython.dsp1 # Microsoft Developer Studio Project File - Name="python" - Package Owner=<4>
7 CFG=python - Win32 Release
11 !MESSAGE NMAKE /f "python.mak".
16 !MESSAGE NMAKE /f "python.mak" CFG="python - Win32 Release"
20 !MESSAGE "python - Win32 Release" (based on "Win32 (x86) Console Application")
21 !MESSAGE "python - Win32 Debug" (based on "Win32 (x86) Console Application")
26 # PROP Scc_ProjName "python"
31 !IF "$(CFG)" == "python - Win32 Release"
41 # PROP Intermediate_Dir "x86-temp-release\python"
56 !ELSEIF "$(CFG)" == "python - Win32 Debug"
[all …]
/external/vulkan-validation-layers/build-android/
Dandroid-generate.sh24 python ../vk-generate.py Android dispatch-table-ops layer > generated/include/vk_dispatch_table_hel…
26 python ../vk_helper.py --gen_enum_string_helper ../include/vulkan/vulkan.h --abs_out_dir generated/…
27 python ../vk_helper.py --gen_struct_wrappers ../include/vulkan/vulkan.h --abs_out_dir generated/inc…
29 ( cd generated/include; python ../../../lvl_genvk.py -registry ../../../vk.xml thread_check.h )
30 ( cd generated/include; python ../../../lvl_genvk.py -registry ../../../vk.xml parameter_validation…
31 ( cd generated/include; python ../../../lvl_genvk.py -registry ../../../vk.xml unique_objects_wrapp…
/external/python/cpython2/Lib/test/
Dtest_xpickle.py79 python = None variable in AbstractCompatTests
83 self.assertTrue(self.python)
87 if not have_python_version(self.python):
88 self.skipTest('%s not available' % self.python)
90 def send_to_worker(self, python, obj, proto): argument
110 worker = subprocess.Popen([python, target, "worker"],
120 return self.send_to_worker(self.python, arg, proto)
185 python = "python2.4" variable in CPicklePython24Compat
203 python = "python2.5" variable in CPicklePython25Compat
216 python = "python2.6" variable in CPicklePython26Compat
[all …]
/external/autotest/client/common_lib/
Dcheck_version.py54 for python in pythons:
55 version = self.extract_version(python)
57 possible_versions.append((version, python))
69 python = self.find_desired_python()
71 (os.path.basename(sys.argv[0]), python))
73 sys.argv.insert(0, python)
/external/antlr/antlr-3.4/runtime/Python/
Dhudson-build.sh27 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
/external/python/cpython2/Doc/using/
Dunix.rst44 pkg_add -r python
48 …pkg_add ftp://ftp.openbsd.org/pub/OpenBSD/4.2/packages/<insert your architecture here>/python-<ver…
52 pkg_add ftp://ftp.openbsd.org/pub/OpenBSD/4.2/packages/i386/python-2.5.1p2.tgz
62 .. _building-python-on-unix:
68 `source <https://www.python.org/downloads/source/>`_. You can download either the
70 <https://docs.python.org/devguide/setup.html#getting-the-source-code>`_. (If you want
85 ``make install`` can overwrite or masquerade the :file:`python` binary.
87 since it only installs :file:`{exec_prefix}/bin/python{version}`.
103 | :file:`{exec_prefix}/bin/python` | Recommended location of the interpreter. |
105 | :file:`{prefix}/lib/python{version}`, | Recommended locations of the directories |
[all …]

12345678910>>...43