Searched refs:ReadLine (Results 1 - 25 of 34) sorted by relevance

12

/external/protobuf/csharp/src/AddressBook/
H A DAddPerson.cs48 person.Id = int.Parse(input.ReadLine());
51 person.Name = input.ReadLine();
54 string email = input.ReadLine();
63 string number = input.ReadLine();
72 String type = input.ReadLine();
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DIOExtensions.cs89 return reader.ReadLine();
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DIOExtensions.cs87 return reader.ReadLine();
/external/boringssl/src/crypto/test/
H A Dfile_test_gtest.cc36 FileTest::ReadResult ReadLine(char *out, size_t len) override {
H A Dfile_test.h101 virtual ReadResult ReadLine(char *out, size_t len) = 0;
H A Dfile_test.cc102 switch (reader_->ReadLine(buf.get(), kBufLen)) {
381 FileTest::ReadResult ReadLine(char *out, size_t len) override {
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DRemoteDebugEventSocketListener.cs253 @event = @in.ReadLine();
257 @event = @in.ReadLine();
320 string antlrLine = @in.ReadLine();
323 string grammarLine = @in.ReadLine();
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DRemoteDebugEventSocketListener.cs309 @event = @in.ReadLine();
314 @event = @in.ReadLine();
401 string antlrLine = @in.ReadLine();
404 string grammarLine = @in.ReadLine();
/external/webrtc/webrtc/base/
H A Dlinux.cc212 if ((instream_->ReadLine(&line)) == SR_EOS) {
255 SR_SUCCESS != fs.ReadLine(&str) ||
H A Doptionsfile.cc41 res = stream.ReadLine(&line);
H A Dstream.h218 // ReadLine is a helper function which repeatedly calls Read until it hits
222 StreamResult ReadLine(std::string* line);
H A Dproxydetect.cc444 while (fs->ReadLine(&line) == SR_SUCCESS) {
509 while (fs->ReadLine(&line) == SR_SUCCESS) {
H A Dhttpclient.cc231 StreamResult result = input->ReadLine(&formatted_header);
H A Dnetwork.cc643 while (fs.ReadLine(&line) == SR_SUCCESS) {
H A Dstream.cc76 StreamResult StreamInterface::ReadLine(std::string* line) { function in class:rtc::StreamInterface
/external/v8/tools/release/
H A Dcommon_includes.py241 def ReadLine(self): member in class:SideEffectHandler
485 def ReadLine(self, default=None): member in class:Step
491 return self._side_effect_handler.ReadLine()
535 answer = self.ReadLine(default="Y")
607 answer = self.ReadLine(None if self._options.wait_for_lgtm else "LGTM")
623 answer = self.ReadLine()
767 reviewer = self.ReadLine()
H A Dcreate_release.py137 self.ReadLine(default="")
H A Dpush_to_candidates.py179 self.ReadLine(default="")
H A Dtest_scripts.py427 def ReadLine(self): member in class:ScriptTest
/external/libxml2/win32/
H A Dconfigure.js186 ln = cf.ReadLine();
209 ln = cf.ReadLine();
294 ln = ofi.ReadLine();
390 ln = ofi.ReadLine();
/external/webrtc/talk/media/base/
H A Drtpdump.cc165 rtc::StreamResult res = stream_->ReadLine(&first_line);
/external/webrtc/talk/media/devices/
H A Dlinuxdevicemanager.cc162 if (device_meta_stream->ReadLine(&device_name) != rtc::SR_SUCCESS) {
/external/v8/src/
H A Dutils.cc153 char* ReadLine(const char* prompt) { function in namespace:v8::internal
H A Dd8.h401 static void ReadLine(const v8::FunctionCallbackInfo<v8::Value>& args) { function in class:v8::Shell
/external/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_helpers.cc893 bool ReadLine(StringPiece* input, StringPiece* line) { function in namespace:google::protobuf::compiler::objectivec::__anon17128
923 while (ReadLine(&p_, &line)) {

Completed in 638 milliseconds

12