Searched refs:python (Results 1 – 25 of 186) sorted by relevance
12345678
| /external/protobuf/ |
| D | Makefile.am | 115 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 | .gitignore | 32 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/
|
| D | Makefile.in | 302 python/google/protobuf/internal/generator_test.py \ 303 python/google/protobuf/internal/containers.py \ 304 python/google/protobuf/internal/decoder.py \ 305 python/google/protobuf/internal/descriptor_test.py \ 306 python/google/protobuf/internal/encoder.py \ 307 python/google/protobuf/internal/message_listener.py \ 308 python/google/protobuf/internal/message_test.py \ 309 python/google/protobuf/internal/more_extensions.proto \ 310 python/google/protobuf/internal/more_messages.proto \ 311 python/google/protobuf/internal/reflection_test.py \ [all …]
|
| /external/chromium-trace/trace-viewer/third_party/python_gflags/ |
| D | Makefile | 5 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
|
| D | NEWS | 5 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 …]
|
| D | ChangeLog | 3 * 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 …]
|
| D | README | 1 This repository contains a python implementation of the Google commandline 6 having to define all flags in or near main(), each python module defines flags 7 that are useful to it. When one python module imports another, it gains 17 To install the python module, run 18 python ./setup.py install 23 any C++ or python program you've written using the gflags library.
|
| D | README.chromium | 1 Name: python-gflags 2 URL: http://code.google.com/p/python-gflags/ 11 This project is the python equivalent of google-gflags, a Google commandline
|
| /external/webkit/Tools/wx/packaging/debian/ |
| D | control | 5 Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.6), python-all-dev, 6 libwxgtk2.8-dev (>= 2.8.9.2-1), python-wxgtk2.8, python-wxtools (>= 2.8.9.2-1), 11 Build-Conflicts: python-setuptools 15 Package: python-webkitwx 16 Section: python 18 Depends: ${python:Depends}, ${shlibs:Depends} 19 Provides: ${python:Provides}, webkitwx 20 XB-Python-Version: ${python:Versions}
|
| D | rules | 5 PYVERS := $(shell /usr/bin/python -c 'import sys; print sys.version[:3]') 6 VER := $(shell /usr/bin/python -c 'import sys; print sys.version[:3]') 9 build-stamp: $(PYVERS:%=build-python%) 11 build-python%: 15 rm -rf *-stamp build-python* build 21 install: build-stamp install-prereq $(PYVERS:%=install-python%) install-libs install-nover 28 install-python%: install-prereq 32 usr/lib/python$*/site-packages/wx-2.8-gtk2-unicode/wx/ 63 dh_installdocs -a WebKit/wx/bindings/python/samples/simple.py
|
| /external/llvm/utils/valgrind/ |
| D | i386-pc-linux-gnu.supp | 10 # 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*
|
| D | x86_64-pc-linux-gnu.supp | 9 # 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/antlr/antlr-3.4/runtime/Python/ |
| D | 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
|
| /external/markdown/docs/ |
| D | README | 10 [Python-Markdown]: http://freewisdom.org/projects/python-markdown 12 [Features]: http://www.freewisdom.org/projects/python-markdown/Features 13 [Available Extensions]: http://www.freewisdom.org/projects/python-markdown/Available_Extensions 21 <http://freewisdom.org/projects/python-markdown>. 28 [mailing list]: http://lists.sourceforge.net/lists/listinfo/python-markdown-discuss 29 [bug tracker]: http://www.freewisdom.org/projects/python-markdown/Tickets
|
| D | INSTALL | 37 <http://pypi.python.org/pypi/Markdown> 44 python setup.py install 56 wget http://pypi.python.org/packages/source/M/Markdown/Markdown-2.0.tar.gz 59 sudo python setup.py install 70 git clone git://gitorious.org/python-markdown/mainline.git python-markdown 71 cd python-markdown 72 python setup.py install
|
| /external/markdown/tests/misc/ |
| D | em-around-links.txt | 3 - *[Python in Markdown](http://www.freewisdom.org/projects/python-markdown/) by some 5 - _[Python in Markdown](http://www.freewisdom.org/projects/python-markdown/) by some 7 - [_Python in Markdown_](http://www.freewisdom.org/projects/python-markdown/) by some 9 - [_Python in Markdown_](http://www.freewisdom.org/projects/python-markdown/) _by some 12 _[Python in Markdown](http://www.freewisdom.org/projects/python-markdown/) by some
|
| D | hash.txt | 4 #!/usr/bin/python 10 !/usr/bin/python
|
| /external/libcap-ng/libcap-ng-0.7/ |
| D | libcap-ng.spec | 30 %package python 34 BuildRequires: python-devel swig 37 %description python 38 The libcap-ng-python package contains the bindings so that libcap-ng 39 and can be used by python applications. 75 rm -f $RPM_BUILD_ROOT/%{_libdir}/python?.?/site-packages/_capng.a 76 rm -f $RPM_BUILD_ROOT/%{_libdir}/python?.?/site-packages/_capng.la 102 %files python 104 %attr(755,root,root) /%{_libdir}/python?.?/site-packages/_capng.so
|
| D | configure.ac | 109 AC_MSG_WARN("Swig not found - python bindings will not be made") 113 AC_MSG_CHECKING(whether to create python bindings) 114 AC_ARG_WITH(python, optwith 115 AS_HELP_STRING([--with-python],[enable building python bindings]), 124 if test -f /usr/include/python${am_cv_python_version}/Python.h ; then 130 AC_MSG_ERROR([Python explicitly required and python headers found]) 132 AC_MSG_WARN("Python headers not found - python bindings will not be made") 139 bindings/Makefile bindings/python/Makefile 140 bindings/python/test/Makefile utils/Makefile
|
| /external/harfbuzz/contrib/tables/ |
| D | README | 12 Then you can run the following python scripts to generate the header files: 14 python category-parse.py DerivedGeneralCategory.txt category-properties.h 15 python combining-class-parse.py DerivedCombiningClass.txt combining-properties.h 16 python grapheme-break-parse.py GraphemeBreakProperty.txt grapheme-break-properties.h 17 python scripts-parse.py Scripts.txt script-properties.h
|
| /external/chromium/build/linux/ |
| D | python_arch.sh | 13 python=$(readlink -f "$1") 14 if [ ! -r "$python" ]; then 18 file_out=$(file "$python")
|
| /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/ |
| D | README | 2 $ python setup.py build 3 $ sudo python setup.py install 6 $ python setup.py install --user
|
| /external/markdown/docs/extensions/ |
| D | Fenced_Code_Blocks.txt | 39 ~~~~{.python} 40 # python code 49 <pre><code class="python"># python code
|
| /external/libcap-ng/libcap-ng-0.7/bindings/python/test/ |
| D | Makefile.am | 25 TESTS_ENVIRONMENT = PYTHONPATH=${top_builddir}/bindings/python/:${top_builddir}/bindings/python/.li…
|
| /external/protobuf/examples/ |
| D | Makefile | 3 .PHONY: all cpp java python clean 5 all: cpp java python 9 python: add_person_python list_people_python target
|
12345678