HomeSort by relevance Sort by last modified time
    Searched refs:PropertyType (Results 1 - 25 of 49) sorted by null

1 2

  /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
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,
112 PropertyType.OBJECT,
113 PropertyType.CHOICES)
    [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
113 elif type_.property_type == PropertyType.ARRAY:
115 elif type_.property_type in (PropertyType.CHOICES,
116 PropertyType.OBJECT):
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
    [all...]
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
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,
223 PropertyType.OBJECT):
246 if type_.property_type is PropertyType.CHOICES else
253 if type_.property_type == PropertyType.CHOICES
    [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,
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...]
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
certif.h 60 virtual HRESULT WINAPI GetRequestProperty(const BSTR strPropertyName,LONG PropertyType,VARIANT *pvarPropertyValue) = 0;
62 virtual HRESULT WINAPI GetCertificateProperty(const BSTR strPropertyName,LONG PropertyType,VARIANT *pvarPropertyValue) = 0;
63 virtual HRESULT WINAPI SetCertificateProperty(const BSTR strPropertyName,LONG PropertyType,const VARIANT *pvarPropertyValue) = 0;
85 HRESULT (WINAPI *GetRequestProperty)(ICertServerPolicy *This,const BSTR strPropertyName,LONG PropertyType,VARIANT *pvarPropertyValue);
87 HRESULT (WINAPI *GetCertificateProperty)(ICertServerPolicy *This,const BSTR strPropertyName,LONG PropertyType,VARIANT *pvarPropertyValue);
88 HRESULT (WINAPI *SetCertificateProperty)(ICertServerPolicy *This,const BSTR strPropertyName,LONG PropertyType,const VARIANT *pvarPropertyValue);
112 #define ICertServerPolicy_GetRequestProperty(This,strPropertyName,PropertyType,pvarPropertyValue) (This)->lpVtbl->GetRequestProperty(This,strPropertyName,PropertyType,pvarPropertyValue)
114 #define ICertServerPolicy_GetCertificateProperty(This,strPropertyName,PropertyType,pvarPropertyValue) (This)->lpVtbl->GetCertificateProperty(This,strPropertyName,PropertyType,pvarPropertyValue
    [all...]
  /external/chromium_org/v8/src/
property-details.h 47 enum PropertyType {
194 PropertyType type,
205 PropertyType type,
239 PropertyType type() const { return TypeField::decode(value_); }
271 class TypeField: public BitField<PropertyType, 0, 3> {};
elements.h 89 MUST_USE_RESULT virtual PropertyType GetType(
95 MUST_USE_RESULT inline PropertyType GetType(
property.h 63 PropertyType type,
211 PropertyType type() const {
mirror-debugger.js 168 // A copy of the PropertyType enum from global.h
169 var PropertyType = {};
170 PropertyType.Normal = 0;
171 PropertyType.Field = 1;
172 PropertyType.Constant = 2;
173 PropertyType.Callbacks = 3;
174 PropertyType.Handler = 4;
175 PropertyType.Interceptor = 5;
176 PropertyType.Transition = 6;
177 PropertyType.Nonexistent = 7
    [all...]
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
window_capturer_x11.cc 36 template <class PropertyType>
55 if (sizeof(PropertyType) * kBitsPerByte != actual_format) {
73 const PropertyType* data() const {
74 return reinterpret_cast<PropertyType*>(data_);
76 PropertyType* data() {
77 return reinterpret_cast<PropertyType*>(data_);
  /external/chromium_org/chrome/common/extensions/docs/server2/
reference_resolver.py 10 from third_party.json_schema_compiler.model import PropertyType
76 if prop.name in name and prop.type_.property_type == PropertyType.REF:
  /external/chromium_org/third_party/libjingle/source/talk/base/
linuxwindowpicker.cc 46 template <class PropertyType>
62 } else if (sizeof(PropertyType) * kBitsPerByte != actual_format) {
81 const PropertyType* data() const {
82 return reinterpret_cast<PropertyType*>(data_);
84 PropertyType* data() {
85 return reinterpret_cast<PropertyType*>(data_);
  /external/chromium_org/third_party/webrtc/base/
linuxwindowpicker.cc 29 template <class PropertyType>
45 } else if (sizeof(PropertyType) * kBitsPerByte != actual_format) {
64 const PropertyType* data() const {
65 return reinterpret_cast<PropertyType*>(data_);
67 PropertyType* data() {
68 return reinterpret_cast<PropertyType*>(data_);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ImportedProject.java 32 import com.android.sdklib.internal.project.ProjectProperties.PropertyType;
196 PropertyType.PROJECT);
NewProjectWizardState.java 28 import com.android.sdklib.internal.project.ProjectProperties.PropertyType;
337 PropertyType.PROJECT);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
Sdk.java 52 import com.android.sdklib.internal.project.ProjectProperties.PropertyType;
473 properties = ProjectProperties.create(location.toOSString(), PropertyType.PROJECT);
514 PropertyType.PROJECT);
518 PropertyType.LEGACY_DEFAULT);
529 PropertyType.PROJECT);
535 ProjectProperties.delete(projectLocation, PropertyType.LEGACY_DEFAULT);
539 PropertyType.PROJECT);
543 PropertyType.PROJECT.getFilename(), project.getName());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.h 293 enum PropertyType {
302 ImplicitScope(CSSPropertyParser* parser, PropertyType propertyType)
305 m_parser->m_implicitShorthand = propertyType == CSSPropertyParser::PropertyImplicit;
  /external/chromium_org/v8/test/mjsunit/
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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
AddSupportJarAction.java 29 import com.android.sdklib.internal.project.ProjectProperties.PropertyType;
484 PropertyType.PROJECT);

Completed in 1471 milliseconds

1 2