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

12

/external/chromium_org/chrome/tools/convert_dict/
H A Dhunspell_reader.h14 std::string ReadLine(FILE* file);
H A Dhunspell_reader.cc29 std::string ReadLine(FILE* file) { function in namespace:convert_dict
H A Ddic_reader.cc59 std::string line = ReadLine(file);
H A Daff_reader.cc87 std::string line = ReadLine(file_);
/external/chromium_org/tools/valgrind/
H A Dtsan_analyze.py68 def ReadLine(self): member in class:TsanAnalyzer
109 self.ReadLine()
114 self.ReadLine()
121 self.ReadLine()
123 self.ReadLine()
133 self.ReadLine()
140 self.ReadLine()
158 self.ReadLine()
166 self.ReadLine()
H A Ddrmemory_analyze.py73 def ReadLine(self): member in class:DrMemoryAnalyzer
78 self.ReadLine()
81 self.ReadLine()
110 self.ReadLine()
122 self.ReadLine()
133 self.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/chromium_org/v8/samples/
H A Dlineprocessor.cc83 v8::Handle<v8::String> ReadLine();
86 void ReadLine(const v8::FunctionCallbackInfo<v8::Value>& args);
154 v8::FunctionTemplate::New(isolate, ReadLine));
228 v8::Handle<v8::String> input_line = ReadLine();
354 void ReadLine(const v8::FunctionCallbackInfo<v8::Value>& args) { function
360 args.GetReturnValue().Set(ReadLine());
364 v8::Handle<v8::String> ReadLine() { function
/external/chromium_org/third_party/webrtc/base/
H A Dlinux.cc212 if ((instream_->ReadLine(&line)) == SR_EOS) {
239 StreamResult res = stream->ReadLine(out);
253 StreamResult res = stream->ReadLine(&unused);
339 SR_SUCCESS != fs.ReadLine(&str) ||
H A Dasynchttprequest_unittest.cc142 req->response().document->ReadLine(&response);
201 req->response().document->ReadLine(&response);
229 req->response().document->ReadLine(&response);
H A Doptionsfile.cc39 res = stream.ReadLine(&line);
H A Dcpumonitor.cc253 if (!sfile_->ReadLine(&statbuf)) {
/external/chromium_org/v8/tools/push-to-trunk/
H A Dcommon_includes.py212 def ReadLine(self): member in class:SideEffectHandler
336 def ReadLine(self, default=None): member in class:Step
342 return self._side_effect_handler.ReadLine()
391 answer = self.ReadLine(default="Y")
464 answer = self.ReadLine(None if self._options.wait_for_lgtm else "LGTM")
480 answer = self.ReadLine()
547 reviewer = self.ReadLine()
H A Dpush_to_trunk.py231 self.ReadLine(default="")
370 self["trunk_revision"] = self.ReadLine()
/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/chromium_org/third_party/libxslt/win32/
H A Dconfigure.js145 ln = cf.ReadLine();
166 ln = cf.ReadLine();
225 ln = ofi.ReadLine();
267 ln = ofi.ReadLine();
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfilters_int.h118 FX_BOOL ReadLine(FX_LPCBYTE src_buf, int bitsize, int& bitpos);
/external/chromium_org/third_party/libxml/src/win32/
H A Dconfigure.js184 ln = cf.ReadLine();
207 ln = cf.ReadLine();
291 ln = ofi.ReadLine();
383 ln = ofi.ReadLine();
/external/chromium_org/base/third_party/symbolize/
H A Dsymbolize.cc407 bool ReadLine(const char **bol, const char **eol) { function in class:__anon2531::LineReader
531 if (!reader.ReadLine(&cursor, &eol)) { // EOF or malformed line.
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Drtpdump.cc165 rtc::StreamResult res = stream_->ReadLine(&first_line);
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dlinuxdevicemanager.cc162 if (device_meta_stream->ReadLine(&device_name) != rtc::SR_SUCCESS) {
/external/chromium_org/v8/src/
H A Dd8.h308 static void ReadLine(const v8::FunctionCallbackInfo<v8::Value>& args) { function in class:v8::Shell
H A Dutils.cc129 char* ReadLine(const char* prompt) { function in namespace:v8::internal

Completed in 442 milliseconds

12