Home
last modified time | relevance | path

Searched defs:getInput (Results 1 – 5 of 5) sorted by relevance

/external/guava/guava/src/com/google/common/io/
DInputSupplier.java39 T getInput() throws IOException; in getInput() method
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
DTestCase.java44 public ITestCaseInput getInput() { in getInput() method in TestCase
/external/guava/guava-tests/test/com/google/common/io/
DCheckCloseSupplier.java48 @Override public T getInput() throws IOException { in getInput() method in CheckCloseSupplier.Input
DByteStreamsTest.java155 public InputStream getInput() { in testEqual() method
/external/icu4c/i18n/
Drematch.cpp1432 UText *RegexMatcher::getInput (UText *dest, UErrorCode &status) const { in getInput() function in RegexMatcher