Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DJSR166TestCase.java458 public void threadShouldThrow(String exceptionName) { in threadShouldThrow() argument
459 threadFail("should throw " + exceptionName); in threadShouldThrow()
594 public void shouldThrow(String exceptionName) { in shouldThrow() argument
595 fail("Should throw " + exceptionName); in shouldThrow()
/external/doclava/src/com/google/doclava/
DPackageInfo.java397 public ClassInfo getException(String exceptionName) { in getException() argument
398 return mExceptionsMap.get(exceptionName); in getException()
DInfoBuilder.java1042 String exceptionName = buildQualifiedName(((ParseTree) o)); in buildMethod() local
1044 boolean isGeneric = resolveQualifiedName(exceptionName, in buildMethod()
1048 pendingResolutions.add(new Resolution("thrownException", exceptionName, null)); in buildMethod()
/external/jdiff/src/jdiff/
DRootDocToXML.java516 String exceptionName = cd[i].name(); in processExceptions() local
517 if (trace) System.out.println("PROCESSING EXCEPTION: " + exceptionName); in processExceptions()
518 outputFile.print(" <exception name=\"" + exceptionName + "\" type=\""); in processExceptions()
/external/google-breakpad/src/client/ios/
DBreakpad.mm578 params.SetKeyValue(BREAKPAD_SERVER_PARAMETER_PREFIX "exceptionName",