OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PropertyDescriptor
(Results
1 - 25
of
36
) sorted by null
1
2
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
PropertyEditorProvider.java
13
import java.beans.
PropertyDescriptor
;
38
* @return the {@link PropertyEditor} for given {@link
PropertyDescriptor
} or <code>null</code>.
40
public PropertyEditor getEditorForPropertyDescriptor(
PropertyDescriptor
descriptor)
PropertyDescriptorEditorProvider.java
13
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) {
EnumerationValuesPropertyEditor.java
18
import java.beans.
PropertyDescriptor
;
21
* {@link PropertyEditor} for "enumerationValues" attribute of {@link
PropertyDescriptor
}.
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/generics/
GenericsBugDetector.java
20
import java.beans.
PropertyDescriptor
;
31
for (
PropertyDescriptor
property : Introspector.getBeanInfo(Bird.class)
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/introspector/
MethodPropertyTest.java
20
import java.beans.
PropertyDescriptor
;
29
for (
PropertyDescriptor
property : Introspector.getBeanInfo(TestBean1.class)
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/introspector/
MethodProperty.java
18
import java.beans.
PropertyDescriptor
;
33
private final
PropertyDescriptor
property;
37
public MethodProperty(
PropertyDescriptor
property) {
PropertyUtils.java
20
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/
DimResultsElement.java
18
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_DESCRIPTOR = new PropertyDescriptor(P_ID_HAD_VALUES, P_STR_HAD_VALUES)
[
all
...]
BuildResultsElement.java
23
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_DESCRIPTOR = new PropertyDescriptor(P_ID_BUILD_TTEST, P_STR_BUILD_TTEST)
[
all
...]
ConfigResultsElement.java
22
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_DESCRIPTOR = new PropertyDescriptor(P_ID_CONFIG_DELTA, P_STR_CONFIG_DELTA)
[
all
...]
ComponentResultsElement.java
28
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);
ResultsElement.java
35
import org.eclipse.ui.views.properties.
PropertyDescriptor
;
135
static
PropertyDescriptor
getWarningsDescriptor(int status) {
/external/testng/src/main/java/org/testng/internal/
PropertyUtils.java
8
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/
property-descriptor.h
19
class
PropertyDescriptor
{
21
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.
property-descriptor.cc
41
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) {
objects.cc
873
PropertyDescriptor
target_desc;
883
bool inconsistent =
PropertyDescriptor
::IsDataDescriptor(&target_desc) &&
[
all
...]
key-accumulator.cc
236
PropertyDescriptor
desc;
/external/mockito/cglib-and-asm/src/org/mockito/cglib/beans/
BeanCopier.java
18
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) {
BeanMapEmitter.java
80
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);
BeanGenerator.java
18
import java.beans.
PropertyDescriptor
;
140
public static void addProperties(BeanGenerator gen,
PropertyDescriptor
[] descriptors) {
ImmutableBean.java
18
import java.beans.
PropertyDescriptor
;
92
PropertyDescriptor
[] descriptors = ReflectUtils.getBeanProperties(target);
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
ReflectUtils.java
280
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
[properties.size()])
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.views_3.5.0.I20100527-0800.jar
/external/v8/src/js/
v8natives.js
171
var desc = new
PropertyDescriptor
();
196
var desc = new
PropertyDescriptor
();
270
var desc = new
PropertyDescriptor
();
327
function
PropertyDescriptor
() {
344
utils.SetUpLockedPrototype(
PropertyDescriptor
, [
359
return "[object
PropertyDescriptor
]";
433
var desc = new
PropertyDescriptor
();
[
all
...]
/external/v8/test/mjsunit/harmony/
proxies-get-own-property-descriptor.js
122
// Step 16: Incompatible
PropertyDescriptor
; a non-configurable property
Completed in 832 milliseconds
1
2