Searched refs:excs (Results 1 – 3 of 3) sorted by relevance
94 final Class<?>[] excs = new Class<?>[input.length + extraLen]; in mergeExceptions() local95 System.arraycopy(input, 0, excs, 0, input.length); in mergeExceptions()97 System.arraycopy(extraClasses, 0, excs, input.length, extraLen); in mergeExceptions()99 return excs; in mergeExceptions()
94 def suppress_exceptions(*excs): argument97 except excs:
1015 unsigned long excs; /* exceptions */ member