/external/chromium_org/third_party/WebKit/Source/core/svg/properties/ |
SVGAnimatedStaticPropertyTearOff.h | 29 template<typename PropertyType> 32 typedef PropertyType ContentType; 34 PropertyType& baseVal() 39 PropertyType& animVal() 46 virtual void setBaseVal(const PropertyType& property, ExceptionState&) 52 static PassRefPtr<SVGAnimatedStaticPropertyTearOff<PropertyType> > create(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, PropertyType& property) 55 return adoptRef(new SVGAnimatedStaticPropertyTearOff<PropertyType>(contextElement, attributeName, animatedPropertyType, property)); 58 PropertyType& currentAnimatedValue() 65 const PropertyType& currentBaseValue() cons [all...] |
SVGAnimatedPropertyTearOff.h | 29 template<typename PropertyType> 32 typedef SVGPropertyTearOff<PropertyType> PropertyTearOff; 33 typedef PropertyType ContentType; 61 static PassRefPtr<SVGAnimatedPropertyTearOff<PropertyType> > create(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, PropertyType& property) 64 return adoptRef(new SVGAnimatedPropertyTearOff<PropertyType>(contextElement, attributeName, animatedPropertyType, property)); 67 PropertyType& currentAnimatedValue() 74 const PropertyType& currentBaseValue() const 79 void animationStarted(PropertyType* newAnimVal) 110 SVGAnimatedPropertyTearOff(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, PropertyType& property [all...] |
SVGStaticListPropertyTearOff.h | 29 template<typename PropertyType> 30 class SVGStaticListPropertyTearOff : public SVGListProperty<PropertyType> { 32 typedef SVGListProperty<PropertyType> Base; 34 typedef typename SVGPropertyTraits<PropertyType>::ListItemType ListItemType; 40 static PassRefPtr<SVGStaticListPropertyTearOff<PropertyType> > create(SVGElement* contextElement, PropertyType& values) 43 return adoptRef(new SVGStaticListPropertyTearOff<PropertyType>(contextElement, values)); 85 SVGStaticListPropertyTearOff(SVGElement* contextElement, PropertyType& values) 86 : SVGListProperty<PropertyType>(UndefinedRole, values, 0)
|
SVGStaticPropertyTearOff.h | 32 template<typename ContextElement, typename PropertyType> 33 class SVGStaticPropertyTearOff : public SVGPropertyTearOff<PropertyType> { 35 typedef SVGStaticPropertyTearOff<ContextElement, PropertyType> Self; 40 static PassRefPtr<Self> create(ContextElement* contextElement, PropertyType& value, UpdateMethod update) 49 SVGStaticPropertyTearOff(ContextElement* contextElement, PropertyType& value, UpdateMethod update) 50 : SVGPropertyTearOff<PropertyType>(0, UndefinedRole, value)
|
SVGAnimatedPropertyMacros.h | 34 template<typename PropertyType> 37 : value(SVGPropertyTraits<PropertyType>::initialValue()) 61 PropertyType value; 95 #define DEFINE_ANIMATED_PROPERTY(AnimatedPropertyTypeEnum, OwnerType, DOMAttribute, SVGDOMAttributeIdentifier, UpperProperty, LowerProperty, TearOffType, PropertyType) \ 106 PropertyType& OwnerType::LowerProperty##CurrentValue() const \ 115 PropertyType& OwnerType::LowerProperty##BaseValue() const \ 120 void OwnerType::set##UpperProperty##BaseValue(const PropertyType& type) \ 135 AtomicString value(SVGPropertyTraits<PropertyType>::toString(m_##LowerProperty.value)); \ 143 return SVGAnimatedProperty::lookupOrCreateWrapper<UseOwnerType, TearOffType, PropertyType>(ownerType, LowerProperty##PropertyInfo(), ownerType->m_##LowerProperty.value); \ 161 #define DECLARE_ANIMATED_PROPERTY(TearOffType, PropertyType, UpperProperty, LowerProperty) [all...] |
SVGAnimatedListPropertyTearOff.h | 29 template<typename PropertyType> 32 template<typename PropertyType> 35 typedef typename SVGPropertyTraits<PropertyType>::ListItemType ListItemType; 38 typedef SVGListProperty<PropertyType> ListProperty; 39 typedef SVGListPropertyTearOff<PropertyType> ListPropertyTearOff; 40 typedef PropertyType ContentType; 70 typedef SVGPropertyTearOff<typename SVGPropertyTraits<PropertyType>::ListItemType> ListItemTearOff; 86 PropertyType& currentAnimatedValue() 93 const PropertyType& currentBaseValue() const 98 void animationStarted(PropertyType* newAnimVal, bool shouldOwnValues = false [all...] |
SVGPropertyTearOff.h | 37 template<typename PropertyType> 40 typedef SVGPropertyTearOff<PropertyType> Self; 44 static PassRefPtr<Self> create(SVGAnimatedProperty* animatedProperty, SVGPropertyRole role, PropertyType& value) 51 static PassRefPtr<Self> create(const PropertyType& initialValue) 56 PropertyType& propertyReference() { return *m_value; } 59 void setValue(PropertyType& value) 107 m_value = new PropertyType(*m_value); 129 SVGPropertyTearOff(SVGAnimatedProperty* animatedProperty, SVGPropertyRole role, PropertyType& value) 142 SVGPropertyTearOff(const PropertyType& initialValue) 145 , m_value(new PropertyType(initialValue) [all...] |
SVGListPropertyTearOff.h | 29 template<typename PropertyType> 30 class SVGListPropertyTearOff : public SVGListProperty<PropertyType> { 32 typedef SVGListProperty<PropertyType> Base; 33 typedef SVGListPropertyTearOff<PropertyType> Self; 35 typedef typename SVGPropertyTraits<PropertyType>::ListItemType ListItemType; 38 typedef SVGAnimatedListPropertyTearOff<PropertyType> AnimatedListPropertyTearOff; 39 typedef typename SVGAnimatedListPropertyTearOff<PropertyType>::ListWrapperCache ListWrapperCache; 45 static PassRefPtr<Self> create(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, PropertyType& values, ListWrapperCache& wrappers) 133 SVGListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, PropertyType& values, ListWrapperCache& wrappers) 134 : SVGListProperty<PropertyType>(role, values, &wrappers [all...] |
SVGAnimatedProperty.h | 51 template<typename OwnerType, typename TearOffType, typename PropertyType> 52 static PassRefPtr<TearOffType> lookupOrCreateWrapper(OwnerType* element, const SVGPropertyInfo* info, PropertyType& property)
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/ |
class_properties.hpp | 46 template<class PropertyType> 49 typedef typename call_traits<PropertyType>::const_reference read_access_t; 50 typedef typename call_traits<PropertyType>::param_type write_param_t; 51 typedef typename add_pointer<typename add_const<PropertyType>::type>::type address_res_t; 54 class_property() : value( PropertyType() ) {} 68 PropertyType value; 75 template<class PropertyType> 77 operator<<( std::ostream& os, class_property<PropertyType> const& p ) 81 template<typename CharT1, typename Tr,class PropertyType> 83 operator<<( std::basic_ostream<CharT1,Tr>& os, class_property<PropertyType> const& p [all...] |
/external/chromium_org/tools/json_schema_compiler/ |
cpp_util.py | 10 from model import PropertyType 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.DOUBLE: 'base::Value::TYPE_DOUBLE' [all...] |
cpp_type_generator.py | 6 from model import PropertyType 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...] |
ppapi_generator.py | 114 model.PropertyType.ENUM): 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, 144 model.PropertyType.ENUM): 163 entity.property_type != model.PropertyType.ARRAY): 176 model.PropertyType.OBJECT, model.PropertyType.ENUM): 181 elif type_.property_type == model.PropertyType.REF: 184 elif type_.property_type == model.PropertyType.ARRAY [all...] |
cc_generator.py | 6 from model import PropertyType 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_test.py | 65 self.assertEquals(model.PropertyType.STRING, 68 self.assertEquals(model.PropertyType.INTEGER, 71 self.assertEquals(model.PropertyType.ARRAY, 73 self.assertEquals(model.PropertyType.REF, 77 self.assertEquals(model.PropertyType.OBJECT, 85 self.assertEquals(model.PropertyType.CHOICES,
|
dart_generator.py | 9 from model import Function, PropertyType 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 [all...] |
h_generator.py | 6 from model import PropertyType 130 if (prop.type_ == PropertyType.REF and 163 is_ptr = prop.optional or prop.type_.property_type == PropertyType.ANY 191 elif type_.property_type == PropertyType.ARRAY: 200 elif type_.property_type == PropertyType.STRING: 205 elif type_.property_type == PropertyType.ENUM: 222 elif type_.property_type in (PropertyType.CHOICES, 223 PropertyType.OBJECT): 246 if type_.property_type is PropertyType.CHOICES else 253 if type_.property_type == PropertyType.CHOICES [all...] |
/external/smack/asmack-master/patch/ |
22-remove-beans.Property-deps.patch | 17 - Class<?> propertyType = descriptor.getPropertyType(); 18 + Class propertyType = object.getClass().getMethod( 22 Object value = decode(propertyType, stringValue); 25 + object.getClass().getMethod("set" + Character.toUpperCase(name.charAt(0)) + name.substring(1), propertyType)
|
/external/chromium_org/win8/metro_driver/ |
winrt_utils.cc | 102 winfoundtn::PropertyType lhs_property_type; 108 winfoundtn::PropertyType rhs_property_type; 116 case winfoundtn::PropertyType::PropertyType_String: { 129 case winfoundtn::PropertyType::PropertyType_Char16: { 133 case winfoundtn::PropertyType::PropertyType_Double: { 137 case winfoundtn::PropertyType::PropertyType_Int16: { 141 case winfoundtn::PropertyType::PropertyType_Int32: { 145 case winfoundtn::PropertyType::PropertyType_Int64: { 149 case winfoundtn::PropertyType::PropertyType_UInt8: { 153 case winfoundtn::PropertyType::PropertyType_UInt16: [all...] |
/external/v8/test/mjsunit/ |
mirror-object.js | 120 if (properties[i].propertyType() != debug.PropertyType.Normal) { 121 assertEquals(properties[i].propertyType(), fromJSON.properties[i].propertyType, 'Unexpected serialized property type'); 123 assertTrue(typeof(fromJSON.properties[i].propertyType) === 'undefined', 'Unexpected serialized property type'); 203 assertEquals(debug.PropertyType.Callbacks, mirror.property('a').propertyType()); 210 assertEquals(debug.PropertyType.Callbacks, mirror.property('b').propertyType()); 218 assertEquals(debug.PropertyType.Callbacks, mirror.property('c').propertyType()) [all...] |
mirror-regexp.js | 91 assertEquals(mirror.property(p).propertyType(), 92 fromJSON.properties[i].propertyType, 93 'Unexpected value for ' + p + ' propertyType');
|
/external/chromium_org/v8/test/mjsunit/ |
mirror-regexp.js | 91 assertEquals(mirror.property(p).propertyType(), 92 fromJSON.properties[i].propertyType, 93 'Unexpected value for ' + p + ' propertyType');
|
mirror-object.js | 127 if (properties[i].propertyType() != debug.PropertyType.Normal) { 128 assertEquals(properties[i].propertyType(), fromJSON.properties[i].propertyType, 'Unexpected serialized property type'); 130 assertTrue(typeof(fromJSON.properties[i].propertyType) === 'undefined', 'Unexpected serialized property type'); 211 assertEquals(debug.PropertyType.Callbacks, mirror.property('a').propertyType()); 218 assertEquals(debug.PropertyType.Callbacks, mirror.property('b').propertyType()); 226 assertEquals(debug.PropertyType.Callbacks, mirror.property('c').propertyType()) [all...] |
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/ |
PropertyEditorProvider.java | 25 public PropertyEditor getEditorForType(Class<?> propertyType) throws Exception {
|
/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> {};
|