Searched defs:PropertyType (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dreference_resolver.py10 from third_party.json_schema_compiler.model import PropertyType namespace
76 if prop.name in name and prop.type_.property_type == PropertyType.REF:
137 if prop.name in name and prop.type_.property_type == PropertyType.REF:
/external/chromium_org/tools/json_schema_compiler/
H A Dcpp_util.py10 from model import PropertyType namespace
50 PropertyType.BOOLEAN: '%s->GetAsBoolean(%s)',
51 PropertyType.DOUBLE: '%s->GetAsDouble(%s)',
52 PropertyType.INTEGER: '%s->GetAsInteger(%s)',
53 PropertyType.STRING: '%s->GetAsString(%s)',
61 PropertyType.ARRAY: 'base::Value::TYPE_LIST',
62 PropertyType.BINARY: 'base::Value::TYPE_BINARY',
63 PropertyType.BOOLEAN: 'base::Value::TYPE_BOOLEAN',
64 # PropertyType.CHOICES can be any combination of types.
65 PropertyType
[all...]
H A Dcpp_type_generator.py6 from model import PropertyType namespace
78 if type_.property_type == PropertyType.REF:
83 elif type_.property_type == PropertyType.BOOLEAN:
85 elif type_.property_type == PropertyType.INTEGER:
87 elif type_.property_type == PropertyType.INT64:
89 elif type_.property_type == PropertyType.DOUBLE:
91 elif type_.property_type == PropertyType.STRING:
93 elif type_.property_type in (PropertyType.ENUM,
94 PropertyType.OBJECT,
95 PropertyType
[all...]
H A Dh_generator.py8 from model import PropertyType namespace
125 if (prop.type_ == PropertyType.REF and
162 is_ptr = prop.optional or prop.type_.property_type == PropertyType.ANY
190 elif type_.property_type == PropertyType.ARRAY:
199 elif type_.property_type == PropertyType.STRING:
204 elif type_.property_type == PropertyType.ENUM:
217 elif type_.property_type in (PropertyType.CHOICES,
218 PropertyType.OBJECT):
241 if type_.property_type is PropertyType.CHOICES else
248 if type_.property_type == PropertyType
[all...]
H A Dcc_generator.py6 from model import PropertyType namespace
110 elif type_.property_type == PropertyType.ARRAY:
112 elif type_.property_type in (PropertyType.CHOICES,
113 PropertyType.OBJECT):
119 if type_.property_type == PropertyType.OBJECT:
136 elif type_.property_type == PropertyType.ENUM:
149 if real_t.property_type == PropertyType.ENUM:
155 elif t.property_type == PropertyType.INTEGER:
157 elif t.property_type == PropertyType.DOUBLE:
159 elif t.property_type == PropertyType
[all...]
H A Ddart_generator.py9 from model import Function, PropertyType namespace
109 if type_.property_type is PropertyType.ENUM:
317 elif p.type_.property_type is PropertyType.ARRAY:
645 return type_.property_type == PropertyType.FUNCTION
656 if type_.property_type is PropertyType.CHOICES:
658 if type_.property_type is PropertyType.REF:
662 if (type_.property_type == PropertyType.OBJECT
671 or type_.property_type in [PropertyType.OBJECT, PropertyType.ANY])
681 if type_.property_type is PropertyType
[all...]
H A Dmodel.py165 - |property_type| the PropertyType of this Type
194 self.property_type = PropertyType.ARRAY
198 self.property_type = PropertyType.REF
201 self.property_type = PropertyType.ENUM
205 self.property_type = PropertyType.ANY
207 self.property_type = PropertyType.BINARY
209 self.property_type = PropertyType.BOOLEAN
211 self.property_type = PropertyType.INTEGER
214 self.property_type = PropertyType.DOUBLE
216 self.property_type = PropertyType
460 class PropertyType(object): class in inherits:object
[all...]
/external/chromium_org/v8/src/
H A Dproperty-details.h47 enum PropertyType { enum in namespace:v8::internal
187 PropertyType type,
198 PropertyType type,
232 PropertyType type() const { return TypeField::decode(value_); }
264 class TypeField : public BitField<PropertyType, 0, 2> {};
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp5977 QualType PropertyType = Context.getObjCIdType(); local
5981 PropertyType
5985 Results.setPreferredType(PropertyType);
6031 Builder.AddResultTypeChunk(GetCompletionTypeString(PropertyType, Context,
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 1119 milliseconds