Searched refs:valueArray (Results 1 – 1 of 1) sorted by relevance
96 Long[] valueArray = new Long[] {1l, 2l, 3l, 4l, 5l}; in createProfilingRun() local101 for (long value : valueArray) { in createProfilingRun()105 List<Long> values = Arrays.asList(valueArray); in createProfilingRun()220 Long[] valueArray = new Long[] {1l, 2l, 3l, 4l, 5l}; in testNewSummary() local225 for (long value : valueArray) { in testNewSummary()229 List<Long> values = Arrays.asList(valueArray); in testNewSummary()301 Long[] valueArray = new Long[] {0l}; in testUpdateSummary() local302 List<Long> values = Arrays.asList(valueArray); in testUpdateSummary()