Home
last modified time | relevance | path

Searched refs:newCases (Results 1 – 2 of 2) sorted by relevance

/external/deqp/scripts/
Dcaselist_diff.py191 newCases = readCaseList(sys.argv[2]) variable
195 added, removed = diffCaseLists(renamedCases, newCases)
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java1184 int[] newCases = new int[newLength]; in trimSwitchInstruction() local
1193 newCases[newIndex++] = cases[index]; in trimSwitchInstruction()
1198 lookUpSwitchInstruction.cases = newCases; in trimSwitchInstruction()