Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/test/java/com/google/protobuf/
DLiteralByteStringTest.java212 InputStream stream = stringUnderTest.newInput(); in testMarkSupported()
219 InputStream stream = stringUnderTest.newInput(); in testMarkAndReset()
474 InputStream input = stringUnderTest.newInput(); in testNewInput()
489 InputStream input = stringUnderTest.newInput(); in testNewInput_skip()
DNioByteStringTest.java232 InputStream stream = testString.newInput(); in testMarkSupported()
239 InputStream stream = testString.newInput(); in testMarkAndReset()
545 InputStream input = testString.newInput(); in testNewInput()
560 InputStream input = testString.newInput(); in testNewInput_skip()
DCodedInputStreamTest.java408 TestAllTypes.parseFrom(message.toByteString().newInput()); in testReadHugeBlob()
491 TestUtil.getAllSet().toByteString().newInput(), 16)); in testSizeLimit()
/external/antlr/antlr-3.4/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/webrtc/talk/app/webrtc/objc/
Davfoundationvideocapturer.mm282 AVCaptureDeviceInput* newInput = _frontDeviceInput;
285 newInput = _backDeviceInput;
289 [_captureSession addInput:newInput];
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DNioByteString.java218 public InputStream newInput() { in newInput() method in NioByteString
DByteString.java875 public abstract InputStream newInput(); in newInput() method
1429 public final InputStream newInput() { in newInput() method in LiteralByteString
DRopeByteString.java550 public InputStream newInput() { in newInput() method in RopeByteString
/external/protobuf/objectivec/
DGPBMessage.m1986 GPBCodedInputStream *newInput =
1990 newInput,
1993 [newInput release];