HomeSort by relevance Sort by last modified time
    Searched refs:thrownExceptions (Results 1 - 10 of 10) sorted by null

  /libcore/luni/src/test/java/libcore/java/net/
ConcurrentCloseTest.java 131 final List<Throwable> thrownExceptions = new CopyOnWriteArrayList<Throwable>();
144 thrownExceptions.add(ex);
157 for (Throwable exception : thrownExceptions) {
  /external/doclava/src/com/google/doclava/
Stubs.java 275 for (ClassInfo thrown : mInfo.thrownExceptions()) {
563 if (method.thrownExceptions().size() > 0) {
565 for (ClassInfo thrown : method.thrownExceptions()) {
575 stream.print(superCtorCall(method.containingClass(), method.thrownExceptions()));
662 static String superCtorCall(ClassInfo cl, ArrayList<ClassInfo> thrownExceptions) {
668 if (thrownExceptions != null) {
669 for (ClassInfo thrown : thrownExceptions) {
680 if (m.thrownExceptions() != null) {
681 for (ClassInfo thrown : m.thrownExceptions()) {
    [all...]
MethodInfo.java 257 ArrayList<ClassInfo> thrownExceptions, SourcePositionInfo position,
283 mThrownExceptions = thrownExceptions;
599 public ArrayList<ClassInfo> thrownExceptions() {
788 for (ClassInfo exception : thrownExceptions()) {
799 for (ClassInfo exec : mInfo.thrownExceptions()) {
InfoBuilder.java 235 if (m.thrownExceptions() != null && !m.thrownExceptions().isEmpty()) {
237 for (ClassInfo c : m.thrownExceptions()) {
238 if (c != m.thrownExceptions().get(0)) {
    [all...]
Converter.java 349 m.thrownExceptions()))), Converter.convertSourcePosition(m.position()),
370 Converter.convertClasses(m.thrownExceptions()))),
386 new ArrayList<ClassInfo>(Arrays.asList(Converter.convertClasses(m.thrownExceptions()))), Converter.convertSourcePosition(m
  /external/doclava/src/com/google/doclava/apicheck/
XmlApiFile.java 146 ArrayList<ClassInfo> thrownExceptions = new ArrayList<ClassInfo>();
154 flatSignature, overriddenMethod, returnType, parameters, thrownExceptions, position,
169 new ArrayList<ClassInfo>()/*thrownExceptions*/,
  /external/jdiff/src/jdiff/
RootDocToXML.java 499 processExceptions(ct[i].thrownExceptions());
564 processExceptions(md[i].thrownExceptions());
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 

Completed in 144 milliseconds