OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:python
(Results
1 - 8
of
8
) sorted by null
/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
...]
/sdk/monkeyrunner/src/com/android/monkeyrunner/
ScriptRunner.java
23
import org.
python
.core.Py;
24
import org.
python
.core.PyException;
25
import org.
python
.core.PyJavaPackage;
26
import org.
python
.core.PyList;
27
import org.
python
.core.PyObject;
28
import org.
python
.core.PyString;
29
import org.
python
.core.PySystemState;
30
import org.
python
.util.InteractiveConsole;
31
import org.
python
.util.JLineConsole;
32
import org.
python
.util.PythonInterpreter
94
PythonInterpreter
python
= new PythonInterpreter();
local
131
PythonInterpreter
python
= new PythonInterpreter();
local
143
final PythonInterpreter
python
= new PythonInterpreter();
local
192
InteractiveConsole
python
= new JLineConsole();
local
[
all
...]
/prebuilt/common/jython/
jython.jar
/external/chromium/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
/prebuilt/common/groovy/
groovy-all-1.7.0.jar
Completed in 105 milliseconds