Searched refs:processes1 (Results 1 – 1 of 1) sorted by relevance
153 ArrayList<KernelCpuThreadReader.ProcessCpuUsage> processes1 = in test_threshold() local156 assertThat(threadNames(processes1)).containsExactly("thread0"); in test_threshold()179 ArrayList<KernelCpuThreadReader.ProcessCpuUsage> processes1 = in test_newThread() local182 assertThat(threadNames(processes1)).containsExactly("thread0"); in test_newThread()201 ArrayList<KernelCpuThreadReader.ProcessCpuUsage> processes1 = in test_stoppedThread() local203 assertThat(cpuUsages(processes1)) in test_stoppedThread()224 ArrayList<KernelCpuThreadReader.ProcessCpuUsage> processes1 = in test_nonNegativeOtherThreads() local227 assertThat(threadNames(processes1)).containsExactly("__OTHER_THREADS"); in test_nonNegativeOtherThreads()251 ArrayList<KernelCpuThreadReader.ProcessCpuUsage> processes1 = in test_otherThreadsOnZeroDiff() local273 ArrayList<KernelCpuThreadReader.ProcessCpuUsage> processes1 = in test_failureAndNewThread() local[all …]