HomeSort by relevance Sort by last modified time
    Searched defs:python (Results 1 - 25 of 32) sorted by null

1 2

  /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.
506 // the members of the Python message object, but can happen if the values were
    [all...]
  /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 
  /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...]
  /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...]
  /ndk/
ndk-gdb.py 1 #!/usr/bin/env python
38 from queue import Queue, Empty # python 3.x namespace
199 help='Specify stdcxx python pretty-printer',
740 # Work out the python pretty printer details.
779 gdbsetup.write('python\n')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py 1 #! /usr/bin/env python
16 % python bundlebuilder.py [options] build
17 % python buildapp.py [options] build
278 'org.python.core', 'riscos', 'riscosenviron', 'riscospath'
285 # a way to pass the Python main program to the interpreter. The
290 # deliberately with argv[0]. The actual Python executable is
336 # When building a standalone app with Python.framework, we need to copy
337 # a subset from Python.framework to the bundle. The following list
341 "Python", # the Python core librar
393 python = None variable in class:AppBuilder
    [all...]

Completed in 858 milliseconds

1 2