HomeSort by relevance Sort by last modified time
    Searched refs:property_type (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/tools/json_schema_compiler/
cpp_type_generator.py 96 if type_.property_type == PropertyType.REF:
101 elif type_.property_type == PropertyType.BOOLEAN:
103 elif type_.property_type == PropertyType.INTEGER:
105 elif type_.property_type == PropertyType.INT64:
107 elif type_.property_type == PropertyType.DOUBLE:
109 elif type_.property_type == PropertyType.STRING:
111 elif type_.property_type in (PropertyType.ENUM,
119 elif type_.property_type == PropertyType.ANY:
121 elif type_.property_type == PropertyType.FUNCTION:
126 elif type_.property_type == PropertyType.ARRAY
    [all...]
cc_generator.py 113 elif type_.property_type == PropertyType.ARRAY:
115 elif type_.property_type in (PropertyType.CHOICES,
122 if type_.property_type == PropertyType.OBJECT:
139 elif type_.property_type == PropertyType.ENUM:
152 if real_t.property_type == PropertyType.ENUM:
158 elif t.property_type == PropertyType.INTEGER:
160 elif t.property_type == PropertyType.DOUBLE:
162 elif t.property_type == PropertyType.BOOLEAN:
164 elif (t.property_type == PropertyType.ANY or
165 t.property_type == PropertyType.ARRAY o
    [all...]
ppapi_generator.py 113 if (self._required_types[name].property_type ==
138 if type_.property_type == model.PropertyType.ARRAY:
140 elif type_.property_type == model.PropertyType.REF:
143 elif type_.property_type in (model.PropertyType.OBJECT,
163 entity.property_type != model.PropertyType.ARRAY):
175 if isinstance(type_, model.Function) or type_.property_type in (
181 elif type_.property_type == model.PropertyType.REF:
184 elif type_.property_type == model.PropertyType.ARRAY:
187 elif type_.property_type == model.PropertyType.STRING and not array:
190 if type_.property_type in self._PPAPI_COMPOUND_PRIMITIVE_TYPE_MAP
    [all...]
cpp_util.py 54 }[type_.property_type] % (src, dst)
71 }[type_.property_type]
78 if param.type_.property_type in (PropertyType.ANY,
model_test.py 66 string_prop.type_.property_type)
69 integer_prop.type_.property_type)
72 array_prop.type_.property_type)
74 array_prop.type_.item_type.property_type)
78 object_prop.type_.property_type)
86 self.tabs.functions['move'].params[0].type_.property_type)
model.py 155 - |property_type| the PropertyType of this Type
184 self.property_type = PropertyType.ARRAY
188 self.property_type = PropertyType.REF
191 self.property_type = PropertyType.ENUM
195 self.property_type = PropertyType.ANY
197 self.property_type = PropertyType.BINARY
199 self.property_type = PropertyType.BOOLEAN
201 self.property_type = PropertyType.INTEGER
204 self.property_type = PropertyType.DOUBLE
206 self.property_type = PropertyType.STRIN
    [all...]
h_generator.py 167 is_ptr = prop.optional or prop.type_.property_type == PropertyType.ANY
195 elif type_.property_type == PropertyType.ARRAY:
204 elif type_.property_type == PropertyType.STRING:
209 elif type_.property_type == PropertyType.ENUM:
222 elif type_.property_type in (PropertyType.CHOICES,
246 if type_.property_type is PropertyType.CHOICES else
253 if type_.property_type == PropertyType.CHOICES:
270 if type_.additional_properties.property_type == PropertyType.ANY:
dart_generator.py 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.CHOICES:
683 if type_.property_type is PropertyType.REF:
687 return (type_.property_type is PropertyType.ARRAY an
    [all...]
  /external/sepolicy/
attributes 43 attribute property_type;
untrusted_app.te 87 neverallow untrusted_app property_type:property_service set;
app.te 357 property_type:property_service set;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
class_properties.hpp 164 #define BOOST_READONLY_PROPERTY( property_type, friends ) boost::unit_test::readwrite_property<property_type >
170 #define BOOST_READONLY_PROPERTY( property_type, friends ) \
172 : public boost::unit_test::readonly_property<property_type > { \
173 typedef boost::unit_test::readonly_property<property_type > base_prop; \
  /external/chromium_org/chrome/common/extensions/docs/server2/
reference_resolver.py 76 if prop.name in name and prop.type_.property_type == PropertyType.REF:
  /external/chromium_org/tools/gyp/pylib/gyp/
xcodeproj_file.py 208 [ is_list, property_type, is_strong, is_required, default ]
211 property_type: The type to use as the value of the property,
213 element of the value's list. property_type must
216 is_strong: If property_type is an XCObject subclass, is_strong
220 property_type is not an XCObject subclass.
223 an empty string ("", in the case of property_type
480 (is_list, property_type, is_strong) = attributes[0:3]
762 (is_list, property_type, is_strong) = self._schema[property][0:3]
    [all...]
  /cts/tools/selinux/src/
example_input_policy.conf     [all...]

Completed in 1952 milliseconds