Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/src/
DJniCodeEmitter.java396 String abbr = checks[index].substring(underscore + 1); in emitNativeBoundsChecks() local
397 if (abbr.equals("AIOOBE")) { in emitNativeBoundsChecks()
400 throw new RuntimeException("unknown exception abbreviation: " + abbr); in emitNativeBoundsChecks()