Home
last modified time | relevance | path

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

12345678910>>...77

/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
DMakefile.inc1 PYBINDING_DEPS = tools/python-yasm/bytecode.pxi
2 PYBINDING_DEPS += tools/python-yasm/errwarn.pxi
3 PYBINDING_DEPS += tools/python-yasm/expr.pxi
4 PYBINDING_DEPS += tools/python-yasm/floatnum.pxi
5 PYBINDING_DEPS += tools/python-yasm/intnum.pxi
6 PYBINDING_DEPS += tools/python-yasm/symrec.pxi
7 PYBINDING_DEPS += tools/python-yasm/value.pxi
9 EXTRA_DIST += tools/python-yasm/pyxelator/cparse.py
10 EXTRA_DIST += tools/python-yasm/pyxelator/genpyx.py
11 EXTRA_DIST += tools/python-yasm/pyxelator/ir.py
[all …]
/external/lldb/utils/vim-lldb/plugin/
Dlldb.vim6 let searchstr = "python-vim-lldb"
16 if has('python') == 0
17 … call confirm('ERROR: This Vim installation does not have python support. lldb.vim will not work.')
32 " Setup the python interpreter path
35 execute 'python import sys; sys.path.append("' . vim_lldb_pydir . '")'
44 …command -complete=custom,s:CompleteWindow -nargs=1 Lhide python ctrl.doHide('<args>')
45 …command -complete=custom,s:CompleteWindow -nargs=0 Lshow python ctrl.doShow('<args>')
48 …command -nargs=* Lstart python ctrl.doLaunch(True, …
49 …command -nargs=* Lrun python ctrl.doLaunch(False,…
50 …command -nargs=1 Lattach python ctrl.doAttach('<args…
[all …]
/external/protobuf/
DMakefile.am115 python/google/protobuf/internal/generator_test.py \
116 python/google/protobuf/internal/containers.py \
117 python/google/protobuf/internal/decoder.py \
118 python/google/protobuf/internal/descriptor_test.py \
119 python/google/protobuf/internal/encoder.py \
120 python/google/protobuf/internal/message_listener.py \
121 python/google/protobuf/internal/message_test.py \
122 python/google/protobuf/internal/more_extensions.proto \
123 python/google/protobuf/internal/more_messages.proto \
124 python/google/protobuf/internal/reflection_test.py \
[all …]
D.gitignore32 python/build/
33 python/google/protobuf/descriptor_pb2.py
34 python/google/protobuf/internal/more_extensions_pb2.py
35 python/google/protobuf/internal/more_messages_pb2.py
36 python/google/protobuf/unittest_import_pb2.py
37 python/google/protobuf/unittest_mset_pb2.py
38 python/google/protobuf/unittest_no_generic_services_pb2.py
39 python/google/protobuf/unittest_pb2.py
40 python/protobuf.egg-info/
/external/chromium_org/third_party/python_gflags/
DMakefile5 sudo apt-get install subversion fakeroot python-setuptools python-subversion
21 python setup.py clean --all
38 python setup.py sdist
42 mv ../python-gflags*.deb ./dist/
45 python setup.py bdist_egg
56 -p python-gflags ./dist/*
59 - python setup.py sdist upload
60 - python setup.py bdist_egg upload
67 for test in tests/*.py; do PYTHONPATH=. python $$test || exit 1; done
DNEWS5 Not too late, I guess. I've just released python-gflags 2.0, which is
6 identical to python-gflags 1.8 except for the version number.
8 I've just released python-gflags 1.8. This fixes a bug, allowing
13 maintainer for the python-gflags project, and as part of that Google
16 [http://python-gflags.googlecode.com/svn/tags/python-gflags-1.8/ChangeLog changes]
22 I've just released python-gflags 1.7. The major change here is
25 with python 3.x (while keeping 2.4 compatibility), and improving
29 [http://python-gflags.googlecode.com/svn/tags/python-gflags-1.7/ChangeLog ChangeLog].
33 I've just released python-gflags 1.6. This release has only minor
36 [http://python-gflags.googlecode.com/svn/tags/python-gflags-1.6/ChangeLog ChangeLog].
[all …]
DChangeLog3 * python-gflags: version 2.0
8 * python-gflags: version 1.8
10 * Changed the 'official' python-gflags email in setup.py/etc
15 * python-gflags: version 1.7
16 * Prepare gflags for python 3.x, keeping 2.4 compatibility (twouters)
24 * python-gflags: version 1.6
26 * replace fchmod with chmod to work on python 2.4 (mshields)
34 * python-gflags: version 1.5.1
39 * python-gflags: version 1.5
46 * python-gflags: version 1.4
[all …]
/external/chromium-trace/trace-viewer/third_party/python_gflags/
DMakefile5 sudo apt-get install subversion fakeroot python-setuptools python-subversion
21 python setup.py clean --all
38 python setup.py sdist
42 mv ../python-gflags*.deb ./dist/
45 python setup.py bdist_egg
56 -p python-gflags ./dist/*
59 - python setup.py sdist upload
60 - python setup.py bdist_egg upload
67 for test in tests/*.py; do PYTHONPATH=. python $$test || exit 1; done
DNEWS5 Not too late, I guess. I've just released python-gflags 2.0, which is
6 identical to python-gflags 1.8 except for the version number.
8 I've just released python-gflags 1.8. This fixes a bug, allowing
13 maintainer for the python-gflags project, and as part of that Google
16 [http://python-gflags.googlecode.com/svn/tags/python-gflags-1.8/ChangeLog changes]
22 I've just released python-gflags 1.7. The major change here is
25 with python 3.x (while keeping 2.4 compatibility), and improving
29 [http://python-gflags.googlecode.com/svn/tags/python-gflags-1.7/ChangeLog ChangeLog].
33 I've just released python-gflags 1.6. This release has only minor
36 [http://python-gflags.googlecode.com/svn/tags/python-gflags-1.6/ChangeLog ChangeLog].
[all …]
DChangeLog3 * python-gflags: version 2.0
8 * python-gflags: version 1.8
10 * Changed the 'official' python-gflags email in setup.py/etc
15 * python-gflags: version 1.7
16 * Prepare gflags for python 3.x, keeping 2.4 compatibility (twouters)
24 * python-gflags: version 1.6
26 * replace fchmod with chmod to work on python 2.4 (mshields)
34 * python-gflags: version 1.5.1
39 * python-gflags: version 1.5
46 * python-gflags: version 1.4
[all …]
/external/chromium_org/third_party/angle/samples/
Dsamples.gyp14 … 'sources': [ '<!@(python <(angle_path)/enumerate_files.py translator -types *.cpp *.h)' ],
35 '<!@(python <(angle_path)/enumerate_files.py translator -types *.cpp *.h)',
45 '<!@(python <(angle_path)/enumerate_files.py dds_to_header -types *.cpp)',
66 … '<!@(python <(angle_path)/enumerate_files.py angle/sample_util -types *.cpp *.h)'
86 …'sources': [ '<!@(python <(angle_path)/enumerate_files.py angle/hello_triangle -types *.cpp *.h)' …
94 … 'sources': [ '<!@(python <(angle_path)/enumerate_files.py angle/mip_map_2d -types *.cpp *.h)' ],
102 …'sources': [ '<!@(python <(angle_path)/enumerate_files.py angle/multi_texture -types *.cpp *.h)' ],
107 … 'files': [ '<!@(python <(angle_path)/enumerate_files.py angle/multi_texture -types *.tga)' ],
117 …'sources': [ '<!@(python <(angle_path)/enumerate_files.py angle/particle_system -types *.cpp *.h)'…
122 … 'files': [ '<!@(python <(angle_path)/enumerate_files.py angle/particle_system -types *.tga)' ],
[all …]
/external/lldb/scripts/Python/
Dbuild-swig-Python.sh46 swig_python_extensions=${SRC_ROOT}/scripts/Python/python-extensions.swig
47 swig_python_wrapper=${SRC_ROOT}/scripts/Python/python-wrapper.swig
48 swig_python_typemaps=${SRC_ROOT}/scripts/Python/python-typemaps.swig
49 swig_python_swigsafecast=${SRC_ROOT}/scripts/Python/python-swigsafecast.swig
297 python_version=`/usr/bin/env python --version 2>&1 | sed -e 's,Python ,,' -e 's,[.][0-9],,2' -e 's,…
305 …framework_python_dir=`/usr/bin/env python -c "from distutils.sysconfig import get_python_lib; prin…
307 …framework_python_dir=`/usr/bin/env python -c "from distutils.sysconfig import get_python_lib; prin…
341 …if $SWIG -c++ -shadow -python -threads -I"${SRC_ROOT}/include" -I./. -D__STDC_LIMIT_MACROS -D__STD…
349 …$SWIG -c++ -shadow -python -threads -I"${SRC_ROOT}/include" -I./. -D__STDC_LIMIT_MACROS -D__STDC_C…
358 python ${current_dir}/modify-python-lldb.py ${CONFIG_BUILD_DIR}
[all …]
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/tests/
DMakefile.inc1 EXTRA_DIST += tools/python-yasm/tests/python_test.sh
2 EXTRA_DIST += tools/python-yasm/tests/__init__.py
3 EXTRA_DIST += tools/python-yasm/tests/test_bytecode.py
4 EXTRA_DIST += tools/python-yasm/tests/test_expr.py
5 EXTRA_DIST += tools/python-yasm/tests/test_intnum.py
6 EXTRA_DIST += tools/python-yasm/tests/test_symrec.py
11 TESTS += tools/python-yasm/tests/python_test.sh
/external/chromium_org/tools/gyp/test/variables/commands/
Dcommands-repeated.gyp.stdout18 …bles Matches: {'content': 'python -c "print \'<!(python -c "<(pi', 'is_array': '', 'replace': '<!(
19 …put.py:724:ExpandVariables Matches: {'content': 'python -c "<(pi', 'is_array': '', 'replace': '<!(
21 VARIABLES:input.py:964:ExpandVariables Found output 'python -c "import math; print math.pi"', recur…
22 VARIABLES:input.py:838:ExpandVariables Executing command 'python -c "import math; print math.pi"' i…
23 VARIABLES:input.py:964:ExpandVariables Found output 'python -c "print \'3.14159265359 ABCD\'"', rec…
24 VARIABLES:input.py:838:ExpandVariables Executing command 'python -c "print '3.14159265359 ABCD'"' i…
26 …y:724:ExpandVariables Matches: {'content': '"python", "-c", "<(pi', 'is_array': '[', 'replace': '<…
28 VARIABLES:input.py:964:ExpandVariables Found output '["python", "-c", "import math; print math.pi"]…
29 VARIABLES:input.py:838:ExpandVariables Executing command '['python', '-c', 'import math; print math…
31 …andVariables Matches: {'content': '<!(python -c "print \'letters_list\'"', 'is_array': '', 'replac…
[all …]
Dcommands-repeated.gyp6 # happens correctly. Run "run_tests.py" using python to generate the
43 'var1': '<!(["python", "-c", "<(pi)"])',
44 'var2': '<!(python -c "print \'<!(python -c "<(pi)") <(letters_list)\'")',
45 'var3': '<!(python -c "print \'<(letters_list)\'")',
46 'var4': '<(<!(python -c "print \'letters_list\'"))',
63 'var1prime': '<!(["python", "-c", "<(pi)"])',
64 'var2prime': '<!(python -c "print \'<!(python -c "<(pi)") <(letters_list)\'")',
65 'var3prime': '<!(python -c "print \'<(letters_list)\'")',
66 'var4prime': '<(<!(python -c "print \'letters_list\'"))',
Dcommands.gyp.stdout21 …put.py:724:ExpandVariables Matches: {'content': 'python test.py', 'is_array': '', 'replace': '<!(p…
22 VARIABLES:input.py:838:ExpandVariables Executing command 'python test.py' in directory 'None'
30 …andVariables Matches: {'content': '<!(python -c "print \'letters_list\'"', 'is_array': '', 'replac…
31 …:ExpandVariables Matches: {'content': 'python -c "print \'letters_list\'"', 'is_array': '', 'repla…
32 VARIABLES:input.py:838:ExpandVariables Executing command 'python -c "print 'letters_list'"' in dire…
37 …y:724:ExpandVariables Matches: {'content': '"python", "-c", "<(pi', 'is_array': '[', 'replace': '<…
39 VARIABLES:input.py:964:ExpandVariables Found output '["python", "-c", "import math; print math.pi"]…
40 VARIABLES:input.py:838:ExpandVariables Executing command '['python', '-c', 'import math; print math…
42 …4:ExpandVariables Matches: {'content': 'python -c "print \'<(letters_list', 'is_array': '', 'repla…
44 VARIABLES:input.py:964:ExpandVariables Found output 'python -c "print \'ABCD\'"', recursing.
[all …]
Dcommands.gyp.ignore-env.stdout21 …put.py:724:ExpandVariables Matches: {'content': 'python test.py', 'is_array': '', 'replace': '<!(p…
22 VARIABLES:input.py:838:ExpandVariables Executing command 'python test.py' in directory 'None'
30 …andVariables Matches: {'content': '<!(python -c "print \'letters_list\'"', 'is_array': '', 'replac…
31 …:ExpandVariables Matches: {'content': 'python -c "print \'letters_list\'"', 'is_array': '', 'repla…
32 VARIABLES:input.py:838:ExpandVariables Executing command 'python -c "print 'letters_list'"' in dire…
37 …y:724:ExpandVariables Matches: {'content': '"python", "-c", "<(pi', 'is_array': '[', 'replace': '<…
39 VARIABLES:input.py:964:ExpandVariables Found output '["python", "-c", "import math; print math.pi"]…
40 VARIABLES:input.py:838:ExpandVariables Executing command '['python', '-c', 'import math; print math…
42 …4:ExpandVariables Matches: {'content': 'python -c "print \'<(letters_list', 'is_array': '', 'repla…
44 VARIABLES:input.py:964:ExpandVariables Found output 'python -c "print \'ABCD\'"', recursing.
[all …]
Dcommands.gyp6 # happens correctly. Run "run_tests.py" using python to generate the
43 'var1': '<!(["python", "-c", "<(pi)"])',
44 'var2': '<!(python -c "print \'<!(python -c "<(pi)") <(letters_list)\'")',
45 'var3': '<!(python -c "print \'<(letters_list)\'")',
46 'var4': '<(<!(python -c "print \'letters_list\'"))',
61 'var19': ['<!@(python test.py)'],
62 'var20': '<!(python test.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*
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*
48 We don't care if python leaks
51 obj:/usr/bin/python*
/external/chromium_org/third_party/WebKit/Source/core/
Dcore_generated.gyp65 'python',
100 'python',
121 'python',
165 'python',
185 'python',
202 'python',
220 'python',
245 'python',
269 'python',
292 'python',
[all …]
/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/chromium_org/third_party/libxml/src/
Dlibxml.spec.in9 BuildRequires: python python-devel zlib-devel pkgconfig
42 %package python
46 Requires: python
48 %description python
49 The libxml2-python package contains a module that permits applications
116 %files python
120 %{_libdir}/python*/site-packages/libxml2.py*
121 %{_libdir}/python*/site-packages/drv_libxml2.py*
122 %{_libdir}/python*/site-packages/libxml2mod*
123 %doc python/TODO
[all …]
Dlibxml2.spec9 BuildRequires: python python-devel zlib-devel pkgconfig
42 %package python
46 Requires: python
48 %description python
49 The libxml2-python package contains a module that permits applications
116 %files python
120 %{_libdir}/python*/site-packages/libxml2.py*
121 %{_libdir}/python*/site-packages/drv_libxml2.py*
122 %{_libdir}/python*/site-packages/libxml2mod*
123 %doc python/TODO
[all …]
/external/chromium_org/tools/gyp/test/actions-multiple/src/
Dactions.gyp37 'python', '<@(_inputs)', '<(_outputs)', '<(long_string)',
52 'python', '<@(_inputs)', '<(_outputs)', '<(long_string)',
67 'python', '<@(_inputs)', '<(_outputs)', '<(long_string)',
82 'python', '<@(_inputs)', '<(_outputs)', '<(long_string)',
109 'python', 'filter.py', 'foo', 'bar', 'foo.c', '<@(_outputs)',
125 'python', 'filter.py', 'foo', 'car', 'foo.c', '<@(_outputs)',
141 'python', 'filter.py', 'foo', 'dar', 'foo.c', '<@(_outputs)',
157 'python', 'filter.py', 'foo', 'ear', 'foo.c', '<@(_outputs)',
178 'python', '<@(_inputs)', '<(_outputs)', '<(long_string)',
193 'python', '<@(_inputs)', '<(_outputs)', '<(long_string)',
[all …]

12345678910>>...77