Searched refs:LINES (Results 1 – 7 of 7) sorted by relevance
45 private static final String[] LINES = field in DmesgParserTest114 DmesgItem actualDmesgItem = dmesgParser.parse(Arrays.asList(LINES)); in testCompleteDmesgLog_passedAsList()140 new ByteArrayInputStream(String.join("\n", LINES).getBytes())))) { in testCompleteDmesgLog_passedAsBufferedInput()163 for (String line : LINES) { in testCompleteServiceInfo()177 for (String line : LINES) { in testStartServiceInfo()194 for (String line : LINES) { in testMultipleServiceInfo()253 for (String line : LINES) { in testCompleteStageInfo()264 for (String line : LINES) { in testCompleteActionInfo()275 for (String line : LINES) { in testIncompleteModuleInfo()
40 assertTrue(output.has(SystemPropsItem.LINES)); in testToJson()41 assertTrue(output.get(SystemPropsItem.LINES) instanceof JSONObject); in testToJson()45 JSONObject lines = output.getJSONObject(SystemPropsItem.LINES); in testToJson()
40 assertTrue(output.has(MemInfoItem.LINES)); in testToJson()41 assertTrue(output.get(MemInfoItem.LINES) instanceof JSONObject); in testToJson()45 JSONObject lines = output.getJSONObject(MemInfoItem.LINES); in testToJson()
41 assertTrue(output.has(ProcrankItem.LINES)); in testToJson()42 assertTrue(output.get(ProcrankItem.LINES) instanceof JSONArray); in testToJson()46 JSONArray lines = output.getJSONArray(ProcrankItem.LINES); in testToJson()
28 public static final String LINES = "LINES"; field in MemInfoItem55 object.put(LINES, super.toJson()); in toJson()
28 public static final String LINES = "LINES"; field in SystemPropsItem55 object.put(LINES, super.toJson()); in toJson()
35 public static final String LINES = "LINES"; field in ProcrankItem195 object.put(LINES, lines); in toJson()