Home
last modified time | relevance | path

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

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