Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/test/java/com/google/protobuf/
DLiteralByteStringTest.java216 InputStream stream = stringUnderTest.newInput(); in testMarkSupported()
223 InputStream stream = stringUnderTest.newInput(); in testMarkAndReset()
502 InputStream input = stringUnderTest.newInput(); in testNewInput()
516 InputStream input = stringUnderTest.newInput(); in testNewInput_skip()
DNioByteStringTest.java227 InputStream stream = testString.newInput(); in testMarkSupported()
234 InputStream stream = testString.newInput(); in testMarkAndReset()
563 InputStream input = testString.newInput(); in testNewInput()
577 InputStream input = testString.newInput(); in testNewInput_skip()
/external/antlr/runtime/JavaScript/tests/functional/
Drhino-python.input164 def newInput(self):
192 self.console.newInput()
210 c.newInput()
Drhino-python.output19 found method def newInput
/external/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DLiteralByteStringTest.java286 InputStream input = stringUnderTest.newInput(); in testNewInput()
301 InputStream input = stringUnderTest.newInput(); in testNewInput_skip()
DCodedInputStreamTest.java348 TestAllTypes.parseFrom(message.toByteString().newInput()); in testReadHugeBlob()
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DNioByteString.java220 public InputStream newInput() { in newInput() method in NioByteString
DByteString.java928 public abstract InputStream newInput(); in newInput() method
1479 public final InputStream newInput() { in newInput() method in LiteralByteString
DRopeByteString.java594 public InputStream newInput() { in newInput() method
/external/protobuf/conformance/
DConformanceJava.java121 return parser.parseFrom(bytes.newInput(), extensions); in decode()
/external/protobuf/objectivec/
DGPBMessage.m2048 GPBCodedInputStream *newInput =
2052 newInput,
2055 [newInput release];