Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/base/
DThrowablesTest.java496 FileNotFoundException fnfe = new FileNotFoundException(); in testGetCausalChain() local
497 IllegalArgumentException iae = new IllegalArgumentException(fnfe); in testGetCausalChain()
501 assertEquals(asList(ex, re, iae, fnfe), Throwables.getCausalChain(ex)); in testGetCausalChain()
502 assertSame(fnfe, Iterables.getOnlyElement(Throwables.getCausalChain(fnfe))); in testGetCausalChain()
/external/emma/core/java12/com/vladium/emma/rt/
DClassPathProcessorST.java107 catch (FileNotFoundException fnfe) in handleArchiveEntry()
112 fnfe.printStackTrace (System.out); in handleArchiveEntry()
206 catch (FileNotFoundException fnfe) in handleFile()
211 fnfe.printStackTrace (System.out); in handleFile()
/external/python/cpython3/Lib/test/
Dtest_dtrace.py82 except (FileNotFoundError, NotADirectoryError, PermissionError) as fnfe:
83 output = str(fnfe)
/external/emma/core/java12/com/vladium/util/
DIPathEnumerator.java278 catch (FileNotFoundException fnfe) // ignore: this should not happen in enumeratePathArchive()
280 if ($assert.ENABLED) throw fnfe; in enumeratePathArchive()
/external/emma/core/java12/com/vladium/emma/report/lcov/
DReportGenerator.java398 catch (IOException fnfe) // FileNotFoundException in openOutFile()
402 throw new EMMARuntimeException(fnfe); in openOutFile()
/external/emma/core/java12/com/vladium/emma/instr/
DInstrProcessorST.java272 catch (FileNotFoundException fnfe) in handleArchiveEntry()
277 fnfe.printStackTrace (System.out); in handleArchiveEntry()
510 catch (FileNotFoundException fnfe) in handleFile()
515 fnfe.printStackTrace (System.out); in handleFile()
/external/emma/core/java12/com/vladium/emma/report/xml/
DReportGenerator.java524 catch (IOException fnfe) // FileNotFoundException in openOutFile()
527 throw new EMMARuntimeException (fnfe); in openOutFile()
/external/emma/core/java12/com/vladium/emma/report/txt/
DReportGenerator.java509 catch (IOException fnfe) // FileNotFoundException in openOutFile()
512 throw new EMMARuntimeException (fnfe); in openOutFile()
/external/antlr/tool/src/main/java/org/antlr/
DTool.java593 catch (FileNotFoundException fnfe) { in sortGrammarFiles()
594 ErrorManager.error(ErrorManager.MSG_CANNOT_OPEN_FILE, gfile, fnfe); in sortGrammarFiles()
/external/emma/core/java12/com/vladium/emma/report/html/
DReportGenerator.java1456 catch (IOException fnfe) // FileNotFoundException in openOutFile()
1459 throw new EMMARuntimeException (fnfe); in openOutFile()
/external/antlr/tool/src/main/java/org/antlr/tool/
DGrammar.java2435 catch (FileNotFoundException fnfe) { in importTokenVocabulary()