Home
last modified time | relevance | path

Searched refs:TOTAL_MEM_DIFF_PATTERN (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/contrib/src/com/android/media/tests/
DMediaTest.java33 Matcher m = VideoEditingMemoryTest.TOTAL_MEM_DIFF_PATTERN.matcher(mPositiveOutput); in testVideoEditorPositiveOut()
40 Matcher m = VideoEditingMemoryTest.TOTAL_MEM_DIFF_PATTERN.matcher(mNegativeOutput); in testVideoEditorNegativeOut()
DVideoEditingMemoryTest.java85 public static final Pattern TOTAL_MEM_DIFF_PATTERN = field in VideoEditingMemoryTest
237 Matcher m = TOTAL_MEM_DIFF_PATTERN.matcher(line); in parseOutputFile()
DMediaMemoryTest.java83 private static final Pattern TOTAL_MEM_DIFF_PATTERN = field in MediaMemoryTest
246 Matcher m = TOTAL_MEM_DIFF_PATTERN.matcher(line); in parseOutputFile()