HomeSort by relevance Sort by last modified time
    Searched full:propertytype (Results 1 - 25 of 71) sorted by null

1 2 3

  /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...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
AnimationProps.java 119 * for the specified {@param propertyType}.
121 public <T extends ValueAnimator> T apply(@PropType int propertyType, T animator) {
122 animator.setStartDelay(getStartDelay(propertyType));
123 animator.setDuration(getDuration(propertyType));
124 animator.setInterpolator(getInterpolator(propertyType));
125 long initialPlayTime = getInitialPlayTime(propertyType);
135 public AnimationProps setStartDelay(@PropType int propertyType, int startDelay) {
139 mPropStartDelay.append(propertyType, startDelay);
146 public AnimationProps setInitialPlayTime(@PropType int propertyType, int initialPlayTime) {
150 mPropInitialPlayTime.append(propertyType, initialPlayTime)
    [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/opencv3/samples/winrt/ImageManipulations/common/
suspensionmanager.cpp 323 case PropertyType::UInt8:
327 case PropertyType::UInt16:
331 case PropertyType::UInt32:
335 case PropertyType::UInt64:
339 case PropertyType::Int16:
343 case PropertyType::Int32:
347 case PropertyType::Int64:
351 case PropertyType::Single:
355 case PropertyType::Double:
359 case PropertyType::Boolean
    [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/webrtc/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/v8/test/mjsunit/
mirror-object.js 128 assertEquals(properties[i].propertyType(), fromJSON.properties[i].propertyType, 'Unexpected serialized property type');
212 assertEquals(debug.PropertyType.AccessorConstant, mirror.property('a').propertyType());
219 assertEquals(debug.PropertyType.AccessorConstant, mirror.property('b').propertyType());
227 assertEquals(debug.PropertyType.AccessorConstant, mirror.property('c').propertyType());
mirror-regexp.js 89 assertEquals(mirror.property('lastIndex').propertyType(),
90 fromJSON.properties[0].propertyType);
  /external/lzma/DOC/
7zFormat.txt 199 BYTE PropertyType;
368 BYTE PropertyType;
374 switch(PropertyType)
  /external/v8/src/
property-details.h 78 enum PropertyType {
235 PropertyDetails(PropertyAttributes attributes, PropertyType type, int index,
246 PropertyType type,
310 PropertyType type() const { return TypeField::decode(value_); }
360 class TypeField : public BitField<PropertyType, 0, 2> {};
property.h 60 PropertyType type,
  /prebuilts/tools/common/fest/
fest-reflect-1.2-sources.jar 
  /external/opencv3/modules/videoio/src/
cap_msmf.hpp 5 #define __is_winrt_array(type) (type == ABI::Windows::Foundation::PropertyType::PropertyType_UInt8Array || type == ABI::Windows::Foundation::PropertyType::PropertyType_Int16Array ||\
6 type == ABI::Windows::Foundation::PropertyType::PropertyType_UInt16Array || type == ABI::Windows::Foundation::PropertyType::PropertyType_Int32Array ||\
7 type == ABI::Windows::Foundation::PropertyType::PropertyType_UInt32Array || type == ABI::Windows::Foundation::PropertyType::PropertyType_Int64Array ||\
8 type == ABI::Windows::Foundation::PropertyType::PropertyType_UInt64Array || type == ABI::Windows::Foundation::PropertyType::PropertyType_SingleArray ||\
9 type == ABI::Windows::Foundation::PropertyType::PropertyType_DoubleArray || type == ABI::Windows::Foundation::PropertyType::PropertyType_Char16Array ||
    [all...]
  /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);
  /external/webrtc/webrtc/base/
x11windowpicker.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_);
  /prebuilts/devtools/tools/lib/
sdklib.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/24.2.0-alpha1/
sdklib-24.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/24.3.0-alpha4/
sdklib-24.3.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/24.3.0-beta4/
sdklib-24.3.0-beta4.jar 
  /external/v8/src/debug/
mirrors.js 241 // A copy of the PropertyType enum from property-details.h
242 var PropertyType = {};
243 PropertyType.Data = 0;
244 PropertyType.DataConstant = 2;
245 PropertyType.AccessorConstant = 3;
814 if (property.propertyType() != PropertyType.AccessorConstant) {
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/sdklib/24.0.1/
sdklib-24.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/24.2.0-rc1/
sdklib-24.2.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/24.2.1/
sdklib-24.2.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/24.2.2/
sdklib-24.2.2.jar 
  /external/chromium-trace/catapult/devil/devil/android/sdk/
shared_prefs_test.py 74 self.assertEquals(prefs.PropertyType('myValue'), 'int')

Completed in 604 milliseconds

1 2 3