Home
last modified time | relevance | path

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

12345678910>>...46

/third_party/python/Lib/test/
Dpstats.pck2 ���_compile_info(���i���i���g�h㈵��>g�����>(���u'���/home/gbr/devel/python/Lib/sre_parse.pyi���…
3 …��u)���/home/gbr/devel/python/Lib/sre_compile.pyic��u���_simple(���ir���ir���g?�̔��?ghUMu?(…
11python/Lib/sre_parse.pyi���u���_parse(���i|��i|��g�ͮ{+R?gǟ�lXSy?0(���u4���/home/gbr/devel/p…
/third_party/skia/third_party/externals/angle2/
D.vpython3 # It describes patterns for python wheel dependencies of the python scripts in
5 # (since pure-python dependencies can be easily vendored into third_party).
7 # When vpython is invoked, it finds this file and builds a python VirtualEnv,
10 # this never requires the end-user machine to have a working python extension
14 # All python scripts in the repo share this same spec, to avoid dependency
17 # If you have depot_tools installed in your $PATH, you can invoke python scripts
19 # substituting `vpython` instead of `python` on the command line, e.g.:
33 name: "infra/python/wheels/jsonlines-py2_py3"
37 name: "infra/python/wheels/subprocess32/${vpython_platform}"
57 name: "infra/python/wheels/psutil/${vpython_platform}"
[all …]
D.vpython33 # It describes patterns for python wheel dependencies of the python scripts in
5 # (since pure-python dependencies can be easily vendored into third_party).
7 # When vpython is invoked, it finds this file and builds a python VirtualEnv,
10 # this never requires the end-user machine to have a working python extension
14 # All python scripts in the repo share this same spec, to avoid dependency
17 # If you have depot_tools installed in your $PATH, you can invoke python scripts
19 # substituting `vpython` instead of `python` on the command line, e.g.:
30 name: "infra/python/wheels/six-py2_py3"
35 name: "infra/python/wheels/psutil/${vpython_platform}"
/third_party/PyYAML/tests/data/
Dconstruct-python-object.data1 - !!python/object:test_constructor.AnObject { foo: 1, bar: two, baz: [3,3,3] }
2 - !!python/object:test_constructor.AnInstance { foo: 1, bar: two, baz: [3,3,3] }
4 - !!python/object/new:test_constructor.AnObject { args: [1, two], kwds: {baz: [3,3,3]} }
5 - !!python/object/apply:test_constructor.AnInstance { args: [1, two], kwds: {baz: [3,3,3]} }
7 - !!python/object:test_constructor.AState { _foo: 1, _bar: two, _baz: [3,3,3] }
8 - !!python/object/new:test_constructor.ACustomState { state: !!python/tuple [1, two, [3,3,3]] }
10 - !!python/object/new:test_constructor.InitArgs [1, two, [3,3,3]]
11 - !!python/object/new:test_constructor.InitArgsWithState { args: [1, two], state: [3,3,3] }
13 - !!python/object/new:test_constructor.NewArgs [1, two, [3,3,3]]
14 - !!python/object/new:test_constructor.NewArgsWithState { args: [1, two], state: [3,3,3] }
[all …]
Dconstruct-python-tuple-list-dict.data1 - !!python/list [1, 2, 3, 4]
2 - !!python/tuple [1, 2, 3, 4]
3 - !!python/dict {1: 2, 3: 4}
4 - !!python/dict
5 !!python/tuple [0,0]: 0
6 !!python/tuple [0,1]: 1
7 !!python/tuple [1,0]: 1
8 !!python/tuple [1,1]: 0
Dconstruct-python-complex.data1 - !!python/complex 0.5+0j
2 - !!python/complex 0.5+0.5j
3 - !!python/complex 0.5j
4 - !!python/complex -0.5+0.5j
5 - !!python/complex -0.5+0j
6 - !!python/complex -0.5-0.5j
7 - !!python/complex -0.5j
8 - !!python/complex 0.5-0.5j
Dconstruct-python-name-module.data1 - !!python/name:str
2 - !!python/name:yaml.Loader
3 - !!python/name:yaml.dump
4 - !!python/name:abs
5 - !!python/module:yaml.tokens
6 - !!python/name:signal.Handlers
/third_party/protobuf/python/
Dtox.ini3 py{27,33,34,35,36}-{cpp,python}
13 python: PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python
15 python setup.py -q build_py
16 python: python setup.py -q build
17 … cpp: python setup.py -q build --cpp_implementation --warnings_as_errors --compile_static_extension
18 python: python setup.py -q test -q
19 cpp: python setup.py -q test -q --cpp_implementation
20 python: python setup.py -q test_conformance
21 cpp: python setup.py -q test_conformance --cpp_implementation
Drelease.sh6 grep "__version__ = '.*'" python/google/protobuf/__init__.py | sed -r "s/__version__ = '(.*)'/\1/"
52 find python -type d -exec chmod a+r,a+x {} +
53 find python -type f -exec chmod a+r {} +
77 …sed -i -r "s/__version__ = '.*'/__version__ = '${VERSION}.${DEV}'/" python/google/protobuf/__init_…
80 cd python
83 python setup.py build
84 python setup.py test
87 python setup.py sdist
95 python setup.py clean build bdist_wheel
112 python setup.py clean build sdist
[all …]
/third_party/python/Doc/
DMakefile163 cp -pPR build/html dist/python-$(DISTVERSION)-docs-html
164 tar -C dist -cf dist/python-$(DISTVERSION)-docs-html.tar python-$(DISTVERSION)-docs-html
165 bzip2 -9 -k dist/python-$(DISTVERSION)-docs-html.tar
166 (cd dist; zip -q -r -9 python-$(DISTVERSION)-docs-html.zip python-$(DISTVERSION)-docs-html)
167 rm -r dist/python-$(DISTVERSION)-docs-html
168 rm dist/python-$(DISTVERSION)-docs-html.tar
172 cp -pPR build/text dist/python-$(DISTVERSION)-docs-text
173 tar -C dist -cf dist/python-$(DISTVERSION)-docs-text.tar python-$(DISTVERSION)-docs-text
174 bzip2 -9 -k dist/python-$(DISTVERSION)-docs-text.tar
175 (cd dist; zip -q -r -9 python-$(DISTVERSION)-docs-text.zip python-$(DISTVERSION)-docs-text)
[all …]
/third_party/openh264/build/
Dmktargets.sh3 python build/mktargets.py --directory codec/decoder --library decoder
4 python build/mktargets.py --directory codec/encoder --library encoder --exclude DllEntry.cpp
5 python build/mktargets.py --directory codec/common --library common --exclude asm_inc.asm --exclude…
6 python build/mktargets.py --directory codec/processing --library processing
8 python build/mktargets.py --directory codec/console/dec --binary h264dec
9 python build/mktargets.py --directory codec/console/enc --binary h264enc
10 python build/mktargets.py --directory codec/console/common --library console_common
11 python build/mktargets.py --directory test/encoder --prefix encoder_unittest
12 python build/mktargets.py --directory test/decoder --prefix decoder_unittest
13 python build/mktargets.py --directory test/processing --prefix processing_unittest
[all …]
/third_party/jerryscript/docs/
D00.GETTING-STARTED.md15 - `python` >= `2.7.6`
18 sudo apt-get install gcc gcc-arm-none-eabi cmake cppcheck vera++ python
33 python tools/build.py --debug
39 python tools/build.py --debug --lto=off
51 python tools/build.py --cmake-param=CMAKE_PARAM
57 python tools/build.py --profile=es5.1|es2015-subset|minimal
69 python tools/build.py
75 python tools/build.py --compile-flag="-nostdlib -I/path/to/ext-libc/include" --link-lib="ext-c"
83 python tools/build.py --toolchain=TOOLCHAIN
89 python tools/build.py --toolchain=cmake/toolchain_linux_armv7l.cmake
[all …]
/third_party/libxml2/
D.gitignore73 python/.deps
74 python/.libs
75 python/Makefile
76 python/Makefile.in
77 python/gen_prog
78 python/libxml2-export.c
79 python/libxml2-py.c
80 python/libxml2-py.h
81 python/libxml2.py
82 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 …]
/third_party/python/Lib/test/test_email/data/
Dmsg_06.txt1 Return-Path: <barry@python.org>
2 Delivered-To: barry@python.org
7 Message-ID: <15265.9482.641338.555352@python.org>
8 From: barry@python.org (Barry A. Warsaw)
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>
23 From: barry@python.org (Barry A. Warsaw)
[all …]
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 …]
/third_party/python/
DREADME.rst4 .. image:: https://travis-ci.com/python/cpython.svg?branch=master
6 :target: https://travis-ci.com/python/cpython
8 .. image:: https://github.com/python/cpython/workflows/Tests/badge.svg
10 :target: https://github.com/python/cpython/actions
12 .. image:: https://dev.azure.com/python/cpython/_apis/build/status/Azure%20Pipelines%20CI?branchNam…
14 :target: https://dev.azure.com/python/cpython/_build/latest?definitionId=4&branchName=master
18 :target: https://discuss.python.org/
30 - Website: https://www.python.org
31 - Source code: https://github.com/python/cpython
32 - Issue tracker: https://bugs.python.org
[all …]
D.gitignore77 Misc/python.pc
78 Misc/python-embed.pc
79 Misc/python-config.sh
90 Modules/python.exp
129 /python-config
130 /python-config.py
131 /python.bat
132 /python-gdb.py
133 /python.exe-gdb.py
150 # Ignore ./python binary on Unix but still look into ./Python/ directory.
[all …]
/third_party/protobuf/kokoro/linux/benchmark/
Drun.sh30 cd python
31 python setup.py build --cpp_implementation
37 make python-pure-python-benchmark
38 make python-cpp-reflection-benchmark
39 make -j8 python-cpp-generated-code-benchmark
42 ./python-pure-python-benchmark --json --behavior_prefix="pure-python-benchmark" $datasets >> tmp/p…
45 …d/gperftools/.libs/libtcmalloc.so" LD_LIBRARY_PATH="$oldpwd/src/.libs" ./python-cpp-reflection-ben…
48 …d/gperftools/.libs/libtcmalloc.so" LD_LIBRARY_PATH="$oldpwd/src/.libs" ./python-cpp-generated-code…
103 env LD_LIBRARY_PATH="$oldpwd/src/.libs" python -m util.result_uploader -php_c="../tmp/php_c_result.…
104 …-cpp="../tmp/cpp_result.json" -java="../tmp/java_result.json" -go="../tmp/go_result.txt" -python="…
/third_party/protobuf/python/google/protobuf/pyext/
Dmessage_module.cc43 struct ApiImplementation : google::protobuf::python::PyProto_API {
45 return google::protobuf::python::PyMessage_GetMessagePointer(msg); in GetMessagePointer()
48 return google::protobuf::python::PyMessage_GetMutableMessagePointer(msg); in GetMutableMessagePointer()
51 return google::protobuf::python::GetDefaultDescriptorPool()->pool; in GetDefaultDescriptorPool()
55 return google::protobuf::python::GetDefaultDescriptorPool() in GetDefaultMessageFactory()
71 (PyCFunction)google::protobuf::python::cmessage::SetAllowOversizeProtos, METH_O,
104 if (!google::protobuf::python::InitProto2MessageModule(m)) { in INITFUNC()
111 new ApiImplementation(), google::protobuf::python::PyProtoAPICapsuleName(), in INITFUNC()
114 o, google::protobuf::python::PyProtoAPICapsuleName()); in INITFUNC()
/third_party/node/tools/msvs/
Dfind_python.cmd6 :: Use python.exe if in %PATH%
8 for /f "delims=" %%a in ('where python.exe 2^> nul') do (
10 goto :found-python
17 if not errorlevel 1 goto :found-python
20 goto :no-python
32 :: https://www.python.org/dev/peps/pep-0514/#installpath
47 :found-python
48 echo Python found in %p%\python.exe
52 set "VCBUILD_PYTHON_LOCATION=%pt%\python.exe"
58 :no-python
/third_party/python/Modules/_decimal/tests/
Drunall.bat25 call python.bat -m test -uall -R 3:3 test_decimal
31 call python.bat -m test -uall test_decimal
37 call python.bat .\Modules\_decimal\tests\deccheck.py
59 call python.bat -m test -uall test_decimal
65 call python.bat .\Modules\_decimal\tests\deccheck.py
87 call python.bat -m test -uall -R 3:3 test_decimal
93 call python.bat -m test -uall test_decimal
99 call python.bat .\Modules\_decimal\tests\deccheck.py
121 call python.bat -m test -uall test_decimal
127 call python.bat .\Modules\_decimal\tests\deccheck.py
/third_party/python/Include/
Dpydtrace.d3 provider python {
18 #pragma D attributes Evolving/Evolving/Common provider python provider
19 #pragma D attributes Evolving/Evolving/Common provider python module
20 #pragma D attributes Evolving/Evolving/Common provider python function
21 #pragma D attributes Evolving/Evolving/Common provider python name
22 #pragma D attributes Evolving/Evolving/Common provider python args
/third_party/python/Misc/
DREADME16 python-config.in Python script template for python-config
17 python.man UNIX man page for the python interpreter
18 python.pc.in Package configuration info template for pkg-config
19 python-wing*.wpr Wing IDE project file
23 README.valgrind Information for Valgrind users, see valgrind-python.supp
27 valgrind-python.supp Valgrind suppression file, see README.valgrind
/third_party/flutter/skia/third_party/externals/freetype/docs/reference/
DREADME2 contains the FreeType API reference. You need python and pip to make this
9 - Ensure `python' and `pip' are available.
16 - Ensure `python', `pip' and python package `virtualenv' are available.
28 * Ensure that `docwriter' is installed in the same python target that
29 `make refdoc' uses (python3/python2/python).
31 * `pip' and `python' may point to different versions of Python. Check using
32 `python --version' and `pip --version'.

12345678910>>...46