OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DESCRIPTORS
(Results
1 - 25
of
40
) sorted by null
1
2
/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/
ScenarioResultsElement.java
25
// Property
descriptors
38
private static Vector
DESCRIPTORS
;
40
DESCRIPTORS
= new Vector();
42
DESCRIPTORS
.add(getInfosDescriptor(status));
43
DESCRIPTORS
.add(getWarningsDescriptor(status));
44
DESCRIPTORS
.add(ERROR_DESCRIPTOR);
47
DESCRIPTORS
.addElement(SCENARIO_LABEL_DESCRIPTOR);
49
DESCRIPTORS
.addElement(SCENARIO_FILE_NAME_DESCRIPTOR);
51
DESCRIPTORS
.addElement(SCENARIO_SHORT_NAME_DESCRIPTOR);
54
DESCRIPTORS
.add(COMMENT_DESCRIPTOR)
78
Vector
descriptors
= getDescriptors();
local
[
all
...]
ComponentResultsElement.java
33
// Property
descriptors
46
private static Vector
DESCRIPTORS
;
48
DESCRIPTORS
= new Vector();
50
DESCRIPTORS
.add(getInfosDescriptor(status));
51
DESCRIPTORS
.add(getWarningsDescriptor(status));
52
DESCRIPTORS
.add(ERROR_DESCRIPTOR);
55
DESCRIPTORS
.addElement(NAME_DESCRIPTOR);
57
DESCRIPTORS
.addElement(CURRENT_BUILD_DESCRIPTOR);
59
DESCRIPTORS
.addElement(BASELINE_BUILD_DESCRIPTOR);
62
DESCRIPTORS
.add(COMMENT_DESCRIPTOR)
109
Vector
descriptors
= getDescriptors();
local
[
all
...]
DimResultsElement.java
25
// Property
descriptors
47
private static Vector
DESCRIPTORS
;
49
DESCRIPTORS
= new Vector();
51
DESCRIPTORS
.add(getInfosDescriptor(status));
52
DESCRIPTORS
.add(getWarningsDescriptor(status));
53
DESCRIPTORS
.add(ERROR_DESCRIPTOR);
56
DESCRIPTORS
.addElement(DIMENSION_DESCRIPTOR);
58
DESCRIPTORS
.addElement(DIM_COUNT_DESCRIPTOR);
60
DESCRIPTORS
.addElement(DIM_AVERAGE_DESCRIPTOR);
62
DESCRIPTORS
.addElement(DIM_STDDEV_DESCRIPTOR)
98
Vector
descriptors
= getDescriptors();
local
[
all
...]
BuildResultsElement.java
28
// Property
descriptors
59
private static Vector
DESCRIPTORS
;
61
DESCRIPTORS
= new Vector();
63
DESCRIPTORS
.add(getInfosDescriptor(status));
64
DESCRIPTORS
.add(getWarningsDescriptor(status));
65
DESCRIPTORS
.add(ERROR_DESCRIPTOR);
68
DESCRIPTORS
.add(BUILD_DATE_DESCRIPTOR);
70
DESCRIPTORS
.add(BUILD_BASELINE_DESCRIPTOR);
72
DESCRIPTORS
.add(BUILD_COMMENT_DESCRIPTOR);
74
DESCRIPTORS
.add(BUILD_SUMMARY_DESCRIPTOR)
190
Vector
descriptors
= getDescriptors();
local
[
all
...]
ConfigResultsElement.java
30
// Property
descriptors
58
private static Vector
DESCRIPTORS
;
60
DESCRIPTORS
= new Vector();
62
DESCRIPTORS
.add(getInfosDescriptor(status));
63
DESCRIPTORS
.add(getWarningsDescriptor(status));
64
DESCRIPTORS
.add(ERROR_DESCRIPTOR);
67
DESCRIPTORS
.addElement(CONFIG_NAME_DESCRIPTOR);
69
DESCRIPTORS
.addElement(CONFIG_DESCRIPTION_DESCRIPTOR);
71
DESCRIPTORS
.addElement(CONFIG_CURRENT_BUILD_DESCRIPTOR);
73
DESCRIPTORS
.addElement(CONFIG_BASELINE_BUILD_DESCRIPTOR)
191
Vector
descriptors
= getDescriptors();
local
[
all
...]
ResultsElement.java
44
// Image
descriptors
89
// Property
descriptors
101
private static Vector
DESCRIPTORS
;
105
DESCRIPTORS
= new Vector();
107
DESCRIPTORS
.add(getInfosDescriptor(status));
108
DESCRIPTORS
.add(getWarningsDescriptor(status));
109
DESCRIPTORS
.add(ERROR_DESCRIPTOR);
112
DESCRIPTORS
.add(COMMENT_DESCRIPTOR);
114
return
DESCRIPTORS
;
117
return
DESCRIPTORS
;
308
Vector
descriptors
= getDescriptors();
local
[
all
...]
/external/jarjar/lib/
asm-commons-4.0.jar
/external/owasp/sanitizer/tools/findbugs/lib/
asm-commons-3.3.jar
/prebuilts/tools/common/asm-tools/
asm-commons-4.0.jar
asm-debug-all-4.0.jar
/prebuilts/tools/common/m2/repository/asm/asm-commons/3.3/
asm-commons-3.3.jar
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm-commons/5.0.1/
asm-commons-5.0.1.jar
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm-commons/5.0.3/
asm-commons-5.0.3.jar
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm-commons/5.0.4/
asm-commons-5.0.4.jar
/prebuilts/tools/common/offline-m2/org/ow2/asm/asm-commons/5.0.3/
asm-commons-5.0.3.jar
/prebuilts/tools/common/offline-m2/org/ow2/asm/asm-commons/5.0.4/
asm-commons-5.0.4.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.objectweb.asm_3.2.0.v200909071300.jar
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
aether-impl-0.9.0.M2.jar
/prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-impl/1.0.2.v20150114/
aether-impl-1.0.2.v20150114.jar
/prebuilts/tools/common/m2/repository/com/googlecode/jarjar/jarjar/1.4/
jarjar-1.4.jar
/external/jacoco/
asm-debug-all-5.0.1.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/ow2/asm/asm-debug-all/4.0/
asm-debug-all-4.0.jar
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.1/
asm-debug-all-5.0.1.jar
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.2/
asm-debug-all-5.0.2.jar
Completed in 360 milliseconds
1
2