Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/io/
DInputSupplier.java46 T getInput() throws IOException; in getInput() method
DCharSource.java93 public final Reader getInput() throws IOException { in getInput() method in CharSource
DByteSource.java97 public final InputStream getInput() throws IOException { in getInput() method in ByteSource
/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/skia/include/core/
DSkImageFilter.h176 SkImageFilter* getInput(int i) const { in getInput() function
/external/icu/icu4c/source/i18n/
Drematch.cpp1384 UText *RegexMatcher::getInput (UText *dest, UErrorCode &status) const { in getInput() function in RegexMatcher