/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
|
python-proto2.cc | 33 #include <Python.h> 113 namespace python { namespace in namespace:google::protobuf 249 "Creates and returns a python message given the descriptor of a " 273 // in Python. 500 // the members of the Python message object, but can happen if the values were [all...] |
/external/chromium_org/mojo/public/python/src/ |
python_system_helper.h | 8 // Python must be the first include, as it defines preprocessor variable without 10 #include <Python.h> 20 namespace python { namespace in namespace:mojo 22 // Create a mojo::Closure from a callable python object. 47 } // namespace python
|
python_system_helper.cc | 5 #include "mojo/public/python/src/python_system_helper.h" 7 #include "Python.h" 74 namespace python { namespace in namespace:mojo 170 } // namespace python
|
/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...] |
/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-indent-calculate-levels (after gyp-outdent-closing-parens 25 (setf (first python-indent-levels) 26 (- (first python-indent-levels) python-indent-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 34 scipy, numpy and matplotlib are python packages that can be installed [all...] |
/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...] |
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/ |
__init__.py | 8 Requires Python 2.3 or later 63 import ssl # python 2.6 namespace 77 def has_timeout(timeout): # python 2.6 92 # Python 2.3 support 98 # Python 2.3 support [all...] |
/cts/tools/signature-tools/lib/ |
antlr-2.7.7.jar | |
/external/antlr/antlr-3.4/lib/ |
antlr-3.4-complete.jar | |
/external/chromium_org/third_party/checkstyle/ |
checkstyle-5.7-all.jar | |