HomeSort by relevance Sort by last modified time
    Searched refs:python (Results 51 - 75 of 588) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/protobuf/src/google/protobuf/compiler/python/
python_plugin_unittest.cc 37 #include <google/protobuf/compiler/python/python_generator.h>
49 namespace python { namespace in namespace:google::protobuf::compiler
92 python::Generator python_generator;
113 } // namespace python
  /external/chromium_org/third_party/libxml/src/
libxml2.spec 9 BuildRequires: python python-devel zlib-devel pkgconfig
42 %package python
43 Summary: Python bindings for the libxml2 library
46 Requires: python
48 %description python
49 The libxml2-python package contains a module that permits applications
50 written in the Python programming language to use the interface
116 %files python
120 %{_libdir}/python*/site-packages/libxml2.py
    [all...]
  /external/libcap-ng/libcap-ng-0.7/
libcap-ng.spec 30 %package python
31 Summary: Python bindings for libcap-ng library
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.s
    [all...]
  /external/markdown/markdown/extensions/
headerid.py 1 #!/usr/bin/python
4 HeaderID Extension for Python-Markdown
57 Project website: <http://www.freewisdom.org/project/python-markdown/HeaderId>
63 * [Python 2.3+](http://python.org)
64 * [Markdown 2.0+](http://www.freewisdom.org/projects/python-markdown/)
  /external/chromium_org/tools/valgrind/
chrome_tests.sh 121 PYTHONPATH=$THISDIR/../python/google python \
  /external/chromium/build/
sanitize-mac-build-log.sed 28 \|^python scripts/rule_binding.py|d
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
webkit-tools-completion.sh 46 COMPREPLY=( $(PYTHONPATH=$(dirname "${BASH_SOURCE[0]}") python -c "
  /external/protobuf/src/google/protobuf/compiler/
main.cc 35 #include <google/protobuf/compiler/python/python_generator.h>
57 // Proto2 Python
58 google::protobuf::compiler::python::Generator py_generator;
60 "Generate Python source file.");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xpickle.py 5 # previous version of Python by bouncing pickled objects through Python 2.4
6 # and Python 2.5 running this file.
22 # "provides" a pickletester module for older versions of Python that may be
60 """Check whether the given name is a valid Python binary and has
66 name: short string name of a Python binary such as "python2.4".
77 python = None variable in class:AbstractCompatTests
81 self.assertTrue(self.python)
85 def send_to_worker(self, python, obj, proto):
86 """Bounce a pickled object through another version of Python
186 python = "python2.4" variable in class:.CPicklePython24Compat
211 python = "python2.5" variable in class:.CPicklePython25Compat
228 python = "python2.6" variable in class:.CPicklePython26Compat
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xpickle.py 5 # previous version of Python by bouncing pickled objects through Python 2.4
6 # and Python 2.5 running this file.
22 # "provides" a pickletester module for older versions of Python that may be
60 """Check whether the given name is a valid Python binary and has
66 name: short string name of a Python binary such as "python2.4".
77 python = None variable in class:AbstractCompatTests
81 self.assertTrue(self.python)
85 def send_to_worker(self, python, obj, proto):
86 """Bounce a pickled object through another version of Python
186 python = "python2.4" variable in class:.CPicklePython24Compat
211 python = "python2.5" variable in class:.CPicklePython25Compat
228 python = "python2.6" variable in class:.CPicklePython26Compat
    [all...]
  /system/media/camera/docs/
metadata-parser-sanity-check 32 python $thisdir/metadata_parser_xml.py $thisdir/metadata_properties.xml $thisdir/metadata_template.mako $tmp_out || exit 1
  /external/protobuf/examples/
Makefile 3 .PHONY: all cpp java python clean
5 all: cpp java python
9 python: add_person_python list_people_python
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
python_unittest.py 23 """Unit tests for python.py."""
28 from python import PythonChecker
  /external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
python_descriptor.h 36 #include <Python.h>
49 namespace python { namespace in namespace:google::protobuf
83 } // namespace python
  /external/chromium_org/ppapi/native_client/src/untrusted/irt_stub/
nacl.scons 1 # -*- python -*-
  /external/chromium_org/third_party/tlslite/test/
twistedserver.py 6 from twisted.python import log
7 from twisted.python.failure import Failure
  /external/chromium_org/tools/win/split_link/
install_split_link.py 71 python = EscapeForCommandLineAndCString(sys.executable)
77 python, script_path))
  /external/llvm/utils/lit/utils/
check-sdist 25 python setup.py sdist > /tmp/lit_sdist_log.txt
  /external/chromium_org/chrome/test/nacl_test_injection/
buildbot_chrome_nacl_stage.py 1 #!/usr/bin/python
92 # By default, use the version of Python is being used to run this script.
93 python = sys.executable
95 # Mac 10.5 bots tend to use a particularlly old version of Python, look for
97 macpython27 = '/Library/Frameworks/Python.framework/Versions/2.7/bin/python'
99 python = macpython27
136 scons = [python, 'scons.py']
150 scons = [python, 'scons.py']
174 python, 'scons.py'
    [all...]
  /ndk/build/tools/
build-host-python.sh 18 # Rebuild the host Python binaries from sources.
32 This program is used to rebuild one or more Python client programs from
37 By default, the script rebuilds Python for you host system [$HOST_TAG],
50 For example, here's how to rebuild Python 2.7.5 on Linux
54 --python-version=2.7.5 \n \
61 register_var_option "--python-version=<version>" PYTHON_VERSION "Select Python version."
70 register_var_option "--build-dir=<path>" BUILD_DIR "Build Python into directory"
133 # Build python for build machine automatically
139 # Python needs to execute itself during its build process, so must build the buil
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile 2 # Top-level Makefile for Python
15 # If you have a previous version of Python installed that you don't
29 srcdir= /s/ndk-toolchain/src/python/Python-2.7.5
30 VPATH= /s/ndk-toolchain/src/python/Python-2.7.5
31 MSYSVPATH= /s/ndk-toolchain/src/python/Python-2.7.5
32 abs_srcdir= /s/ndk-toolchain/src/python/Python-2.7.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile 2 # Top-level Makefile for Python
15 # If you have a previous version of Python installed that you don't
29 srcdir= /s/ndk-toolchain/src/python/Python-2.7.5
30 VPATH= /s/ndk-toolchain/src/python/Python-2.7.5
31 MSYSVPATH= /s/ndk-toolchain/src/python/Python-2.7.5
32 abs_srcdir= /s/ndk-toolchain/src/python/Python-2.7.
    [all...]
  /external/chromium_org/build/android/
envsetup_functions.sh 295 ANDROID_SDK=$(python -c \
300 ANDROID_SDK_TOOLS=$(python -c \
306 ANDROID_SDK_TOOLS=$(python -c \
  /external/chromium_org/tools/checkdeps/
checkdeps.py 1 #!/usr/bin/env python
144 print """Usage: python checkdeps.py [--root <root>] [tocheck]
156 python checkdeps.py
157 python checkdeps.py --root c:\\source chrome"""
  /external/chromium_org/ppapi/native_client/tests/nacl_browser/nameservice/
nacl.scons 1 # -*- python -*-

Completed in 1895 milliseconds

1 23 4 5 6 7 8 91011>>