Searched refs:enum_types (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/scripts/
H A Dcheck_injected_webgl_calls_info.py81 enum_types = ["GLenum", "GLbitfield"]
98 if not (return_type in enum_types or set(enum_types).intersection(argument_types)):
103 if return_type in enum_types:
106 for enum_type in enum_types:
/external/nanopb-c/generator/proto/
H A Dplugin_pb2.py50 enum_types=[ variable
92 enum_types=[ variable
126 enum_types=[ variable
H A Dnanopb_pb2.py135 enum_types=[ variable
/external/protobuf/python/google/protobuf/
H A Ddescriptor.py188 enum_types: (list of EnumDescriptors) EnumDescriptor references
191 objects as in |enum_types|, but indexed by "name" attribute
211 nested_types, enum_types, extensions, options=None,
239 self.enum_types = enum_types
240 for enum_type in self.enum_types:
242 self.enum_types_by_name = dict((t.name, t) for t in enum_types)
244 (v.name, v) for t in enum_types for v in t.values)
H A Dreflection.py307 for enum_type in descriptor.enum_types:
/external/qemu/scripts/
H A Dqapi.py266 enum_types = [] variable
293 global enum_types
294 enum_types.append(name)
297 global enum_types
298 return (name in enum_types)
/external/chromium_org/third_party/protobuf/
H A Ddescriptor_pb2.py195 enum_types=[ variable
272 enum_types=[ variable
307 enum_types=[ variable
376 enum_types=[ variable
453 enum_types=[ variable
497 enum_types=[ variable
539 enum_types=[ variable
581 enum_types=[ variable
630 enum_types=[ variable
707 enum_types variable
750 enum_types=[ variable
806 enum_types=[ variable
835 enum_types=[ variable
863 enum_types=[ variable
891 enum_types=[ variable
919 enum_types=[ variable
954 enum_types=[ variable
1016 enum_types=[ variable
[all...]
/external/chromium_org/third_party/protobuf/python/google/protobuf/
H A Ddescriptor.py204 enum_types: (list of EnumDescriptors) EnumDescriptor references
207 objects as in |enum_types|, but indexed by "name" attribute
227 nested_types, enum_types, extensions, options=None,
255 self.enum_types = enum_types
256 for enum_type in self.enum_types:
258 self.enum_types_by_name = dict((t.name, t) for t in enum_types)
260 (v.name, v) for t in enum_types for v in t.values)
H A Ddescriptor_pool.py279 enum_types=enums,
289 for enum in desc.enum_types:
/external/chromium_org/extensions/common/features/
H A Dsimple_feature.cc224 // with the "and" in the correct place) for each of |enum_types|.
226 std::string ListDisplayNames(const std::vector<EnumType> enum_types) { argument
228 for (size_t i = 0; i < enum_types.size(); ++i) {
230 display_name_list += GetDisplayName(enum_types[i]) + "s";
233 if (enum_types.size() > 2) {
234 if (i < enum_types.size() - 2)
236 else if (i == enum_types.size() - 2)
238 } else if (enum_types.size() == 2 && i == 0) {
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Ddescriptor_pool_test.py116 nested_enum1 = msg1.enum_types[0]
137 nested_enum2 = msg2.enum_types[0]
H A Dcpp_message.py414 for enum_type in message_descriptor.enum_types:
H A Ddescriptor_test.py85 enum_types=[
H A Dpython_message.py242 for enum_type in descriptor.enum_types:
H A Dreflection_test.py994 containing_type=None, nested_types=[], enum_types=[],
/external/protobuf/python/google/protobuf/internal/
H A Ddescriptor_test.py84 enum_types=[
H A Dreflection_test.py720 containing_type=None, nested_types=[], enum_types=[],

Completed in 251 milliseconds