Searched refs:property_type (Results 1 – 4 of 4) sorted by relevance
/external/v8/tools/gyp/pylib/gyp/ |
D | xcodeproj_file.py | 479 (is_list, property_type, is_strong) = attributes[0:3] 761 (is_list, property_type, is_strong) = self._schema[property][0:3] 768 if not isinstance(item, property_type) and \ 769 not (item.__class__ == unicode and property_type == str): 774 ' must be ' + property_type.__name__ + ', not ' + \ 776 elif not isinstance(value, property_type) and \ 777 not (value.__class__ == unicode and property_type == str): 782 property_type.__name__ + ', not ' + value.__class__.__name__) 841 (is_list, property_type, is_strong) = self._schema[key][0:3] 844 if not isinstance(value, property_type): [all …]
|
/external/dbus-binding-generator/chromeos-dbus-bindings/ |
D | xml_interface_parser.cc | 313 string property_type = GetValidatedElementAttribute(attributes, path, in ParseProperty() local 317 return Interface::Property(property_name, property_type, property_access); in ParseProperty()
|
/external/v8/src/ |
D | type-feedback-vector.cc | 490 void KeyedLoadICNexus::ConfigureMegamorphicKeyed(IcCheckType property_type) { in ConfigureMegamorphicKeyed() argument 494 SetFeedbackExtra(Smi::FromInt(static_cast<int>(property_type)), in ConfigureMegamorphicKeyed() 498 void KeyedStoreICNexus::ConfigureMegamorphicKeyed(IcCheckType property_type) { in ConfigureMegamorphicKeyed() argument 502 SetFeedbackExtra(Smi::FromInt(static_cast<int>(property_type)), in ConfigureMegamorphicKeyed()
|
D | type-feedback-vector.h | 561 void ConfigureMegamorphicKeyed(IcCheckType property_type); 620 void ConfigureMegamorphicKeyed(IcCheckType property_type);
|