/external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/ |
python_protobuf.h | 33 // This module exposes the C proto inside the given Python proto, in 34 // case the Python proto is implemented with a C proto. 39 #include <Python.h> 46 namespace python { namespace in namespace:google::protobuf 48 // Return the pointer to the C proto inside the given Python proto, 49 // or NULL when this is not a Python proto implemented with a C proto. 53 } // namespace python
|
python_protobuf.cc | 37 namespace python { namespace in namespace:google::protobuf 47 // If python-google.protobuf.cc is loaded, the function pointer is overridden 61 } // namespace python
|
python_descriptor.h | 36 #include <Python.h> 49 namespace python { namespace in namespace:google::protobuf 83 } // namespace python
|
python_descriptor.cc | 33 #include <Python.h> 43 namespace python { namespace in namespace:google::protobuf 335 } // namespace python
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/ |
has_key.py | 186 python = has_key(key) variable 187 if system != python: 188 L.append( 'Mismatch for key %s, system=%i, Python=%i' 189 % (_curses.keyname( key ), system, python) )
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/ |
has_key.py | 186 python = has_key(key) variable 187 if system != python: 188 L.append( 'Mismatch for key %s, system=%i, Python=%i' 189 % (_curses.keyname( key ), system, python) )
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_popen.py | 1 #! /usr/bin/env python 13 # python -c "import sys;print sys.argv" {rest_of_commandline} 14 # This results in Python being spawned and printing the sys.argv list. 16 python = sys.executable variable 20 cmd = '%s -c "import sys;print sys.argv" %s' % (python, cmdline)
|
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_popen.py | 1 #! /usr/bin/env python 13 # python -c "import sys;print sys.argv" {rest_of_commandline} 14 # This results in Python being spawned and printing the sys.argv list. 16 python = sys.executable variable 20 cmd = '%s -c "import sys;print sys.argv" %s' % (python, cmdline)
|
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...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/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 156 } // namespace 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.cc | 33 // This module outputs pure-Python protocol message classes that will 35 // In other words, our job is basically to output a Python equivalent 41 // generator that outputs a Python/C extension module that lets 42 // performance-minded Python code leverage the fast C++ implementation 51 #include <google/protobuf/compiler/python/python_generator.h> 65 namespace python { namespace in namespace:google::protobuf::compiler 79 // Returns the Python module name expected for a given .proto filename. 103 // Name of the class attribute where we store the Python 127 // TODO(robinson): Allow parameterization of Python version? 159 // Returns a Python literal giving the default value for a field [all...] |
/external/protobuf/src/google/protobuf/compiler/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
|
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.cc | 33 // This module outputs pure-Python protocol message classes that will 35 // In other words, our job is basically to output a Python equivalent 41 // generator that outputs a Python/C extension module that lets 42 // performance-minded Python code leverage the fast C++ implementation 51 #include <google/protobuf/compiler/python/python_generator.h> 64 namespace python { namespace in namespace:google::protobuf::compiler 78 // Returns the Python module name expected for a given .proto filename. 102 // Name of the class attribute where we store the Python 120 // TODO(robinson): Allow parameterization of Python version? 144 // Returns a Python literal giving the default value for a field [all...] |
/prebuilts/misc/common/jython/ |
jython.jar | |
/prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/ |
jython-2.5.3.jar | |
/prebuilts/devtools/tools/lib/ |
jython-standalone-2.5.3.jar | |
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/ |
jython-standalone-2.5.3.jar | |
/cts/tools/utils/ |
monsoon.py | 20 To install setuptools: sudo apt-get install python-setuptools 21 To install gflags, see http://code.google.com/p/python-gflags/ 48 import gflags as flags # http://code.google.com/p/python-gflags/ namespace
|
/external/chromium_org/tools/gyp/tools/emacs/ |
gyp.el | 10 (require 'python) 13 (when (string-match "python-mode.el" (symbol-file 'python-mode 'defun)) 14 (error (concat "python-mode must be loaded from python.el (bundled with " 16 "python-mode.el"))) 18 (defadvice python-calculate-indentation (after ami-outdent-closing-parens 27 (define-derived-mode gyp-mode python-mode "Gyp" 37 "Hook function to configure python indentation to suit gyp mode." 38 (setq python-continuation-offset [all...] |
/external/linux-tools-perf/perf-3.12.0/tools/perf/ |
Makefile | 18 # Define NO_LIBPYTHON to disable python script extension. 20 # Define PYTHON to point to the python binary if the default 21 # `python' is not correct; for example: PYTHON=python2 23 # Define PYTHON_CONFIG to point to the python-config binary if 24 # the default `$(PYTHON)-config' is not correct. 142 # python extension build directories 148 python-clean := rm -rf $(PYTHON_EXTBUILD) $(OUTPUT)python/perf.s [all...] |
/cts/apps/CtsVerifier/assets/scripts/ |
execute_power_tests.py | 1 #!/usr/bin/python 24 import gflags as flags # http://code.google.com/p/python-gflags/ namespace
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/config/ |
Makefile | 302 disable-python = $(eval $(disable-python_code)) 306 $(warning Python support will not be built) 310 override PYTHON := \ 311 $(call get-executable-or-default,PYTHON,python) 313 ifndef PYTHON 314 $(call disable-python,python interpreter) 317 PYTHON_WORD := $(call shell-wordify,$(PYTHON)) 320 $(call disable-python) [all...] |