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

1 2 3 4 5 6 7

  /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/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...]
  /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/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/src/
property-details.h 82 enum PropertyType {
239 PropertyDetails(PropertyAttributes attributes, PropertyType type, int index,
250 PropertyType type,
314 PropertyType type() const { return TypeField::decode(value_); }
365 class TypeField : public BitField<PropertyType, 0, 2> {};
property.h 50 PropertyAttributes attributes, PropertyType type,
objects.h     [all...]
  /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_);
  /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);
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-trace/catapult/devil/devil/android/sdk/
shared_prefs_test.py 74 self.assertEquals(prefs.PropertyType('myValue'), 'int')
shared_prefs.py 278 def PropertyType(self, key):
  /prebuilts/tools/common/fest/
fest-reflect-1.2.jar 
  /external/google-breakpad/src/testing/include/gmock/
gmock-matchers.h     [all...]
  /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());
  /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);
  /external/gmock/include/gmock/
gmock-matchers.h     [all...]
  /external/v8/test/cctest/
test-transitions.cc 24 static void CheckPropertyDetailsFieldsConsistency(PropertyType type,
test-field-type-tracking.cc 75 PropertyType type, PropertyAttributes attributes,
90 PropertyType types_[MAX_PROPERTIES];
111 void Init(int index, PropertyType type, PropertyAttributes attributes,
238 PropertyType type = types_[descriptor];
    [all...]
  /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;
816 if (property.propertyType() != PropertyType.AccessorConstant) {
    [all...]
  /external/opencv3/samples/winrt/ImageManipulations/
AdvancedCapture.xaml.cpp 421 ref new Windows::Graphics::Imaging::BitmapTypedValue((unsigned short)photoRotation, Windows::Foundation::PropertyType::UInt16));
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
  /external/guice/extensions/persist/lib/
hibernate-annotations.jar 

Completed in 623 milliseconds

1 2 3 4 5 6 7