Searched refs:CONFIG_DESCRIPTIONS (Results 1 – 1 of 1) sorted by relevance
247 private static String[] CONFIG_DESCRIPTIONS; field in DB_Results386 CONFIG_DESCRIPTIONS = null; in shutdown()526 if (CONFIG_DESCRIPTIONS == null) { in getConfigDescriptions()529 CONFIG_DESCRIPTIONS = new String[length]; in getConfigDescriptions()536 CONFIG_DESCRIPTIONS[i] = configDescriptors[j][1]; in getConfigDescriptions()543 CONFIG_DESCRIPTIONS[i] = kind+" perf test box "+CONFIGS[i].substring(5); in getConfigDescriptions()547 int length = CONFIG_DESCRIPTIONS.length; in getConfigDescriptions()549 System.arraycopy(CONFIG_DESCRIPTIONS, 0, descriptions, 0, length); in getConfigDescriptions()557 CONFIG_DESCRIPTIONS = descriptions;