HomeSort by relevance Sort by last modified time
    Searched refs:PropertyType (Results 1 - 25 of 69) 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...]
  /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/v8/src/
property-details.h 47 enum PropertyType {
187 PropertyType type,
198 PropertyType type,
232 PropertyType type() const { return TypeField::decode(value_); }
264 class TypeField : public BitField<PropertyType, 0, 2> {};
property.h 61 PropertyType type,
mirror-debugger.js 177 // A copy of the PropertyType enum from property-details.h
178 var PropertyType = {};
179 PropertyType.Normal = 0;
180 PropertyType.Field = 1;
181 PropertyType.Constant = 2;
182 PropertyType.Callbacks = 3;
835 if (property.propertyType() != PropertyType.Callbacks) {
    [all...]
objects.cc     [all...]
objects.h     [all...]
objects-inl.h     [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/v8/test/mjsunit/
mirror-object.js 129 if (properties[i].propertyType() != debug.PropertyType.Normal) {
130 assertEquals(properties[i].propertyType(), fromJSON.properties[i].propertyType, 'Unexpected serialized property type');
132 assertTrue(typeof(fromJSON.properties[i].propertyType) === 'undefined', 'Unexpected serialized property type');
217 assertEquals(debug.PropertyType.Callbacks, mirror.property('a').propertyType());
224 assertEquals(debug.PropertyType.Callbacks, mirror.property('b').propertyType());
232 assertEquals(debug.PropertyType.Callbacks, mirror.property('c').propertyType())
    [all...]
  /prebuilts/tools/common/fest/
fest-reflect-1.2.jar 
  /external/google-breakpad/src/testing/include/gmock/
gmock-matchers.h     [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);
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
  /prebuilts/devtools/tools/lib/
hierarchyviewer2lib.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.2.0/
sdklib-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.4.0/
sdklib-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.4.2/
sdklib-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.5.0/
sdklib-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.5.1/
sdklib-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.5.3/
sdklib-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.7.0/
sdklib-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.7.1/
sdklib-22.7.1.jar 

Completed in 550 milliseconds

1 2 3