HomeSort by relevance Sort by last modified time
    Searched refs:python (Results 26 - 50 of 74) sorted by null

12 3

  /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
python_generator.h 33 // Generates Python code for a given .proto file.
55 namespace python { namespace in namespace:google::protobuf::compiler
57 // CodeGenerator implementation for generated Python protocol buffer classes.
59 // Python output, you can do so by registering an instance of this
150 } // namespace python
  /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...]
py-compile 2 # py-compile - Compile a Python program
31 if [ -z "$PYTHON" ]; then
32 PYTHON=python
68 Byte compile some python scripts FILES. Use --destdir to specify any
119 $PYTHON -c "
124 sys.stdout.write('Byte-compiling python modules...\n')
136 # this will fail for python < 1.5, but that doesn't matter ...
137 $PYTHON -O -c "
141 sys.stdout.write('Byte-compiling python modules (optimized versions) ...\n'
    [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/)
fenced_code.py 1 #!/usr/bin/env python
4 Fenced Code Extension for Python Markdown
7 This extension adds Fenced Code Blocks to Python-Markdown.
40 ... ~~~~{.python}
48 u'<pre><code class="python">block one\\n</code></pre>\\n\\n<pre><code class="html">&lt;p&gt;block two&lt;/p&gt;\\n</code></pre>'
52 Project website: <http://www.freewisdom.org/project/python-markdown/Fenced__Code__Blocks>
58 * [Python 2.3+](http://python.org)
59 * [Markdown 2.0+](http://www.freewisdom.org/projects/python-markdown/)
  /external/chromium/build/
sanitize-mac-build-log.sed 28 \|^python scripts/rule_binding.py|d
  /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.");
  /ndk/
ndk-gdb-py.cmd 2 rem This is a Windows cmd.exe script used to invoke the NDK-specific Python executable
17 %NDK_ROOT%\prebuilt\windows\bin\python.exe -u %NDK_ROOT%ndk-gdb.py %*
  /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/webkit/Tools/Scripts/webkitpy/style/checkers/
python_unittest.py 23 """Unit tests for python.py."""
28 from python import PythonChecker
  /external/llvm/utils/lit/utils/
check-sdist 25 python setup.py sdist > /tmp/lit_sdist_log.txt
  /ndk/build/tools/
build-host-python.sh 18 # Rebuild the host Python binaries from sources.
28 This program is used to rebuild one or more Python client programs from
33 By default, the script rebuilds Python for you host system [$HOST_TAG],
46 For example, here's how to rebuild Python 2.7.3 on Linux
50 --python-version=2.7.3 \
57 register_var_option "--python-version=<version>" PYTHON_VERSION "Select Python version."
66 register_var_option "--build-dir=<path>" BUILD_DIR "Build Python into directory"
84 # Python needs to execute itself during its build process, so must build the build
85 # Python first. It should also be an error if not asked to build for build machine
    [all...]
download-toolchain-sources.sh 201 toolchain_clone python
217 toolchain_checkout "" $BRANCH python Python-2.7.3
  /external/v8/
Android.libv8.mk 52 python $(SCRIPT) $(GEN1) CORE off $(LOCAL_JS_LIBRARY_FILES)
61 python $(SCRIPT) $(GEN2) EXPERIMENTAL off $(LOCAL_JS_EXPERIMENTAL_LIBRARY_FILES)
Android.mksnapshot.mk 65 python $(SCRIPT) $(GEN3) CORE off $(LOCAL_JS_LIBRARY_FILES)
74 python $(SCRIPT) $(GEN4) EXPERIMENTAL off $(LOCAL_JS_EXPERIMENTAL_LIBRARY_FILES)
  /external/webkit/Tools/Scripts/
ensure-valid-python 40 my $macPythonURL = "http://www.python.org/ftp/python/2.6.5/python-2.6.5-macosx10.3-2010-03-24.dmg";
42 my $macPythonInstallerName = "Python.mpkg";
51 # Will exit 0 if Python is 2.5 or greater, non-zero otherwise.
52 `python -c "import sys;sys.exit(sys.version_info[:2] < (2,5))"`;
92 print "sudo will now ask for your password to run the Python installer.\n";
93 print "The installer will install Python in /Library/Frameworks/Python.framework\n";
112 print "Mounted python install image at: $mountPoint\n"
    [all...]
  /prebuilts/devtools/tools/lib/
monkeyrunner.jar 
  /external/webkit/Source/JavaScriptCore/
Android.v8.wtf.mk 79 $(REGEXP_JIT_TABLES): PRIVATE_CUSTOM_TOOL = python $(PRIVATE_PATH)/create_regex_tables > $@
  /external/linux-tools-perf/
Makefile 18 # Define PYTHON to point to the python binary if the default
19 # `python' is not correct; for example: PYTHON=python2
21 # Define PYTHON_CONFIG to point to the python-config binary if
22 # the default `$(PYTHON)-config' is not correct.
182 $(OUTPUT)python/perf.so: $(PYRF_OBJS)
185 --build-lib='$(OUTPUT)python' \
186 --build-temp='$(OUTPUT)python/temp'
381 # Files needed for the python binding, perf.s
    [all...]
  /frameworks/compile/slang/
SlangData.mk 34 $(asm_file): PRIVATE_CUSTOM_TOOL = python $(SLANG_DATA) $(PRIVATE_OUTPUT_VAR_NAME) < $< > $@
  /external/icu4c/config/
dist.mk 69 ( cd $(DISTY_TMP)/icu ; python as_is/bomlist.py > as_is/bomlist.txt || rm -f as_is/bomlist.txt )
  /build/core/
dumpvar.mk 91 HOST_OS_EXTRA:=$(shell python -c "import platform; print(platform.platform())")
  /cts/tests/SignatureTest/
Android.mk 78 $(hide) python cts/tools/utils/android_api_description_splitter.py \

Completed in 1504 milliseconds

12 3