OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:KNOWN_COMPONENTS
(Results
1 - 2
of
2
) sorted by null
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
DB_Results.java
270
private static String[]
KNOWN_COMPONENTS
= ECLIPSE_COMPONENTS;
387
KNOWN_COMPONENTS
= ECLIPSE_COMPONENTS;
454
int length =
KNOWN_COMPONENTS
.length;
456
if (scenarioName.startsWith(
KNOWN_COMPONENTS
[i])) {
457
return
KNOWN_COMPONENTS
[i];
472
System.arraycopy(
KNOWN_COMPONENTS
, 0,
KNOWN_COMPONENTS
= new String[length+1], 0, length);
473
KNOWN_COMPONENTS
[length] = componentName;
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar
Completed in 30 milliseconds