HomeSort by relevance Sort by last modified time
    Searched defs:PropertyType (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/tools/json_schema_compiler/
cpp_util.py 10 from model import Property, PropertyType, Type
45 PropertyType.BOOLEAN: '%s->GetAsBoolean(%s)',
46 PropertyType.DOUBLE: '%s->GetAsDouble(%s)',
47 PropertyType.INTEGER: '%s->GetAsInteger(%s)',
48 PropertyType.STRING: '%s->GetAsString(%s)',
55 PropertyType.ARRAY: 'base::Value::TYPE_LIST',
56 PropertyType.BINARY: 'base::Value::TYPE_BINARY',
57 PropertyType.BOOLEAN: 'base::Value::TYPE_BOOLEAN',
58 # PropertyType.CHOICES can be any combination of types.
59 PropertyType.DOUBLE: 'base::Value::TYPE_DOUBLE'
    [all...]
cpp_type_generator.py 6 from model import Namespace, PropertyType, Type
88 if type_.property_type == PropertyType.REF:
96 elif type_.property_type == PropertyType.BOOLEAN:
98 elif type_.property_type == PropertyType.INTEGER:
100 elif type_.property_type == PropertyType.INT64:
102 elif type_.property_type == PropertyType.DOUBLE:
104 elif type_.property_type == PropertyType.STRING:
106 elif type_.property_type == PropertyType.ENUM:
108 elif type_.property_type == PropertyType.ANY:
110 elif (type_.property_type == PropertyType.OBJECT o
    [all...]
h_generator.py 6 from model import PropertyType, Type
129 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:
221 elif type_.property_type in (PropertyType.CHOICES,
222 PropertyType.OBJECT):
245 if type_.property_type is PropertyType.CHOICES else
252 if type_.property_type == PropertyType.CHOICES
    [all...]
cc_generator.py 6 from model import PropertyType, Type
109 elif type_.property_type == PropertyType.ARRAY:
111 elif type_.property_type in (PropertyType.CHOICES,
112 PropertyType.OBJECT):
118 if type_.property_type == PropertyType.OBJECT:
135 elif type_.property_type == PropertyType.ENUM:
149 if t.property_type == PropertyType.INTEGER:
151 elif t.property_type == PropertyType.DOUBLE:
153 elif t.property_type == PropertyType.BOOLEAN:
155 elif (t.property_type == PropertyType.ANY o
    [all...]
model.py 106 - |property_type| the PropertyType of this Type
135 self.property_type = PropertyType.ARRAY
139 self.property_type = PropertyType.REF
142 self.property_type = PropertyType.ENUM
145 self.property_type = PropertyType.ANY
147 self.property_type = PropertyType.BINARY
149 self.property_type = PropertyType.BOOLEAN
151 self.property_type = PropertyType.INTEGER
154 self.property_type = PropertyType.DOUBLE
156 self.property_type = PropertyType.STRIN
    [all...]
  /external/v8/src/
property-details.h 57 enum PropertyType {
81 PropertyType type,
100 PropertyType type() { return TypeField::decode(value_); }
119 class TypeField: public BitField<PropertyType, 0, 4> {};
preparser.h 174 enum PropertyType {
184 // Checks the type of conflict based on values coming from PropertyType.
  /external/chromium_org/v8/src/
property-details.h 65 enum PropertyType {
170 PropertyType type,
181 PropertyType type,
215 PropertyType type() { return TypeField::decode(value_); }
247 class TypeField: public BitField<PropertyType, 0, 3> {};
preparser.h 202 enum PropertyType {
212 // Checks the type of conflict based on values coming from PropertyType.
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSParser.h 436 enum PropertyType {
444 ImplicitScope(WebCore::CSSParser* parser, PropertyType propertyType)
447 m_parser->m_implicitShorthand = propertyType == CSSParser::PropertyImplicit;
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
  /prebuilts/devtools/tools/lib/
hierarchyviewer2lib.jar 
sdklib.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 326 milliseconds