Searched refs:PropertyDescriptor (Results 1 - 25 of 30) sorted by relevance

12

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DPropertyEditorProvider.java13 import java.beans.PropertyDescriptor;
38 * @return the {@link PropertyEditor} for given {@link PropertyDescriptor} or <code>null</code>.
40 public PropertyEditor getEditorForPropertyDescriptor(PropertyDescriptor descriptor)
H A DPropertyDescriptorEditorProvider.java13 import java.beans.PropertyDescriptor;
16 * {@link PropertyEditorProvider} that creates editors based on {@link PropertyDescriptor}
29 public PropertyEditor getEditorForPropertyDescriptor(PropertyDescriptor descriptor)
46 * @return <code>true</code> if given {@link PropertyDescriptor} has attribute "enumerationValues"
49 private static boolean isEnumerationProperty(PropertyDescriptor descriptor) {
H A DEnumerationValuesPropertyEditor.java18 import java.beans.PropertyDescriptor;
21 * {@link PropertyEditor} for "enumerationValues" attribute of {@link PropertyDescriptor}.
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/generics/
H A DGenericsBugDetector.java20 import java.beans.PropertyDescriptor;
31 for (PropertyDescriptor property : Introspector.getBeanInfo(Bird.class)
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/introspector/
H A DMethodPropertyTest.java20 import java.beans.PropertyDescriptor;
29 for (PropertyDescriptor property : Introspector.getBeanInfo(TestBean1.class)
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/introspector/
H A DMethodProperty.java18 import java.beans.PropertyDescriptor;
33 private final PropertyDescriptor property;
37 public MethodProperty(PropertyDescriptor property) {
H A DPropertyUtils.java20 import java.beans.PropertyDescriptor;
63 for (PropertyDescriptor property : Introspector.getBeanInfo(type)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
H A DDimResultsElement.java18 import org.eclipse.ui.views.properties.PropertyDescriptor;
41 private static final PropertyDescriptor DIM_COUNT_DESCRIPTOR = new PropertyDescriptor(P_ID_COUNT, P_STR_COUNT);
42 private static final PropertyDescriptor DIM_AVERAGE_DESCRIPTOR = new PropertyDescriptor(P_ID_AVERAGE, P_STR_AVERAGE);
43 private static final PropertyDescriptor DIM_STDDEV_DESCRIPTOR = new PropertyDescriptor(P_ID_STDDEV, P_STR_STDDEV);
44 private static final PropertyDescriptor DIM_ERROR_DESCRIPTOR = new PropertyDescriptor(P_ID_ERROR, P_STR_ERROR);
45 private static final PropertyDescriptor DIM_HAD_VALUES_DESCRIPTO
[all...]
H A DBuildResultsElement.java23 import org.eclipse.ui.views.properties.PropertyDescriptor;
52 private static final PropertyDescriptor BUILD_IS_BASELINE_DESCRIPTOR = new PropertyDescriptor(P_ID_BUILD_IS_BASELINE, P_STR_BUILD_IS_BASELINE);
53 private static final PropertyDescriptor BUILD_BASELINE_DESCRIPTOR = new PropertyDescriptor(P_ID_BUILD_BASELINE, P_STR_BUILD_BASELINE);
55 private static final PropertyDescriptor BUILD_TEST_DELTA_DESCRIPTOR = new PropertyDescriptor(P_ID_BUILD_DELTA, P_STR_BUILD_DELTA);
56 private static final PropertyDescriptor BUILD_TEST_ERROR_DESCRIPTOR = new PropertyDescriptor(P_ID_BUILD_ERROR, P_STR_BUILD_ERROR);
57 private static final PropertyDescriptor BUILD_STUDENTS_TTEST_DESCRIPTO
[all...]
H A DConfigResultsElement.java22 import org.eclipse.ui.views.properties.PropertyDescriptor;
51 private static final PropertyDescriptor CONFIG_CURRENT_BUILD_DESCRIPTOR = new PropertyDescriptor(P_ID_CONFIG_CURRENT_BUILD, P_STR_CONFIG_CURRENT_BUILD);
52 private static final PropertyDescriptor CONFIG_BASELINE_BUILD_DESCRIPTOR = new PropertyDescriptor(P_ID_CONFIG_BASELINE_BUILD, P_STR_CONFIG_BASELINE_BUILD);
53 private static final PropertyDescriptor CONFIG_BASELINED_DESCRIPTOR = new PropertyDescriptor(P_ID_CONFIG_BASELINED, P_STR_CONFIG_BASELINED);
54 private static final PropertyDescriptor CONFIG_VALID_DESCRIPTOR = new PropertyDescriptor(P_ID_CONFIG_VALID, P_STR_CONFIG_VALID);
55 private static final PropertyDescriptor CONFIG_DELTA_DESCRIPTO
[all...]
H A DComponentResultsElement.java28 import org.eclipse.ui.views.properties.PropertyDescriptor;
43 private static final PropertyDescriptor CURRENT_BUILD_DESCRIPTOR = new PropertyDescriptor(P_ID_CURRENT_BUILD, P_STR_CURRENT_BUILD);
44 private static final PropertyDescriptor BASELINE_BUILD_DESCRIPTOR = new PropertyDescriptor(P_ID_BASELINE_BUILD, P_STR_BASELINE_BUILD);
H A DResultsElement.java35 import org.eclipse.ui.views.properties.PropertyDescriptor;
135 static PropertyDescriptor getWarningsDescriptor(int status) {
/external/testng/src/main/java/org/testng/internal/
H A DPropertyUtils.java8 import java.beans.PropertyDescriptor;
42 PropertyDescriptor propDesc = getPropertyDescriptor(instanceClass, propertyName);
46 private static PropertyDescriptor getPropertyDescriptor(Class targetClass, String propertyName) {
47 PropertyDescriptor result = null;
53 PropertyDescriptor[] propDescriptors = beanInfo.getPropertyDescriptors();
54 for (PropertyDescriptor propDesc : propDescriptors) {
73 PropertyDescriptor propDesc = getPropertyDescriptor(instance.getClass(), name);
/external/v8/src/
H A Dproperty-descriptor.h19 class PropertyDescriptor { class in namespace:v8::internal
21 PropertyDescriptor() function in class:v8::internal::PropertyDescriptor
30 static bool IsAccessorDescriptor(PropertyDescriptor* desc) {
35 static bool IsDataDescriptor(PropertyDescriptor* desc) {
40 static bool IsGenericDescriptor(PropertyDescriptor* desc) {
49 PropertyDescriptor* desc);
53 PropertyDescriptor* desc);
116 // constructor for std::vector<PropertyDescriptor>, so we can't
117 // DISALLOW_COPY_AND_ASSIGN(PropertyDescriptor); here.
H A Dproperty-descriptor.cc41 PropertyDescriptor* desc) {
113 Handle<Object> PropertyDescriptor::ToObject(Isolate* isolate) {
114 DCHECK(!(PropertyDescriptor::IsAccessorDescriptor(this) &&
115 PropertyDescriptor::IsDataDescriptor(this)));
146 bool PropertyDescriptor::ToPropertyDescriptor(Isolate* isolate,
148 PropertyDescriptor* desc) {
258 void PropertyDescriptor::CompletePropertyDescriptor(Isolate* isolate,
259 PropertyDescriptor* desc) {
H A Dkey-accumulator.cc236 PropertyDescriptor desc;
H A Dobjects.cc873 PropertyDescriptor target_desc;
883 bool inconsistent = PropertyDescriptor::IsDataDescriptor(&target_desc) &&
896 inconsistent = PropertyDescriptor::IsAccessorDescriptor(&target_desc) &&
4225 PropertyDescriptor desc;
4233 if (PropertyDescriptor::IsAccessorDescriptor(&desc) ||
4239 PropertyDescriptor value_desc;
4884 PropertyDescriptor target_desc;
4955 PropertyDescriptor target_desc;
4960 bool inconsistent = PropertyDescriptor::IsDataDescriptor(&target_desc) &&
4969 inconsistent = PropertyDescriptor
[all...]
H A Dobjects.h852 class PropertyDescriptor;
1862 PropertyDescriptor* desc, ShouldThrow should_throw);
1871 PropertyDescriptor* desc, ShouldThrow should_throw);
1873 LookupIterator* it, PropertyDescriptor* desc, ShouldThrow should_throw);
1876 Isolate* isolate, bool extensible, PropertyDescriptor* desc,
1877 PropertyDescriptor* current, Handle<Name> property_name,
1884 PropertyDescriptor* desc, PropertyDescriptor* current,
1889 PropertyDescriptor* desc);
1891 LookupIterator* it, PropertyDescriptor* des
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/cglib/beans/
H A DBeanCopier.java18 import java.beans.PropertyDescriptor;
108 PropertyDescriptor[] getters = ReflectUtils.getBeanGetters(source);
109 PropertyDescriptor[] setters = ReflectUtils.getBeanGetters(target);
131 PropertyDescriptor setter = setters[i];
132 PropertyDescriptor getter = (PropertyDescriptor)names.get(setter.getName());
160 private static boolean compatible(PropertyDescriptor getter, PropertyDescriptor setter) {
H A DBeanMapEmitter.java80 private Map makePropertyMap(PropertyDescriptor[] props) {
83 names.put(((PropertyDescriptor)props[i]).getName(), props[i]);
109 PropertyDescriptor pd = (PropertyDescriptor)getters.get(key);
131 PropertyDescriptor pd = (PropertyDescriptor)setters.get(key);
182 PropertyDescriptor pd = (PropertyDescriptor)allProps.get(key);
H A DBeanGenerator.java18 import java.beans.PropertyDescriptor;
140 public static void addProperties(BeanGenerator gen, PropertyDescriptor[] descriptors) {
H A DImmutableBean.java18 import java.beans.PropertyDescriptor;
92 PropertyDescriptor[] descriptors = ReflectUtils.getBeanProperties(target);
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DReflectUtils.java280 public static Method[] getPropertyMethods(PropertyDescriptor[] properties, boolean read, boolean write) {
283 PropertyDescriptor pd = properties[i];
295 public static PropertyDescriptor[] getBeanProperties(Class type) {
299 public static PropertyDescriptor[] getBeanGetters(Class type) {
303 public static PropertyDescriptor[] getBeanSetters(Class type) {
307 private static PropertyDescriptor[] getPropertiesHelper(Class type, boolean read, boolean write) {
310 PropertyDescriptor[] all = info.getPropertyDescriptors();
316 PropertyDescriptor pd = all[i];
322 return (PropertyDescriptor[])properties.toArray(new PropertyDescriptor[propertie
[all...]
/external/v8/src/js/
H A Dv8natives.js171 var desc = new PropertyDescriptor();
196 var desc = new PropertyDescriptor();
270 var desc = new PropertyDescriptor();
327 function PropertyDescriptor() { class
344 utils.SetUpLockedPrototype(PropertyDescriptor, [
359 return "[object PropertyDescriptor]";
433 var desc = new PropertyDescriptor();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.views_3.5.0.I20100527-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2515 milliseconds

12