Searched refs:specList (Results 1 – 1 of 1) sorted by relevance
2391 private void escapedFunctions(String[][] specList, String metaDataList) in escapedFunctions() argument2394 boolean[] seenFunction = new boolean[specList.length]; in escapedFunctions()2404 for (int f = 0; f < specList.length; f++) { in escapedFunctions()2405 String[] specDetails = specList[f]; in escapedFunctions()2423 assertSame("Function missing in metadata impl",specList.length, counter); in escapedFunctions()2424 for (int f = 0; f < specList.length; f++) { in escapedFunctions()2426 String[] specDetails = specList[f]; in escapedFunctions()