Searched refs:pos (Results 1 – 5 of 5) sorted by relevance
121 int pos = name.indexOf('.'); in getResourceName() local122 if (pos != -1) { in getResourceName()123 name = name.substring(0, pos); in getResourceName()
201 int pos = name.indexOf('.'); in getFileName() local202 if (pos != -1) { in getFileName()203 name = name.substring(0, pos); in getFileName()
188 int pos = showmapOutput.lastIndexOf("----"); in sampleMemory() local189 Scanner sc = new Scanner(showmapOutput.substring(pos)); in sampleMemory()
435 int pos = showmapOutput.lastIndexOf("----"); in parseAndUpdateMemoryInfo() local436 String summarySplit[] = showmapOutput.substring(pos).trim().split("\\s+"); in parseAndUpdateMemoryInfo()
META-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...