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

123

/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()
129 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/v8/samples/
H A Dlineprocessor.cc111 v8::Handle<v8::String> ReadLine();
114 v8::Handle<v8::Value> ReadLine(const v8::Arguments& args);
213 v8::FunctionTemplate::New(ReadLine));
298 v8::Handle<v8::String> input_line = ReadLine();
417 v8::Handle<v8::Value> ReadLine(const v8::Arguments& args) { function
421 return ReadLine();
424 v8::Handle<v8::String> ReadLine() { function
/external/chromium/chrome/browser/importer/
H A Dmork_reader.h143 bool ReadLine(std::string* line);
H A Dmork_reader.cc122 if (!ReadLine(&line) ||
127 while (ReadLine(&line)) {
176 ReadLine(&line);
231 } while (ReadLine(&line));
412 } while (current_row && ReadLine(&line));
415 bool MorkReader::ReadLine(std::string* line) { function in class:MorkReader
/external/chromium/third_party/libjingle/source/talk/base/
H A Dlinux.cc154 if ((instream_->ReadLine(&line)) == EOF) {
180 StreamResult res = stream->ReadLine(out);
194 StreamResult res = stream->ReadLine(&unused);
277 if (!fs.Open(kCpuMaxFreqFile, "r") || SR_SUCCESS != fs.ReadLine(&str)) {
/external/chromium_org/v8/samples/
H A Dlineprocessor.cc103 v8::Handle<v8::String> ReadLine();
106 void ReadLine(const v8::FunctionCallbackInfo<v8::Value>& args);
212 v8::FunctionTemplate::New(ReadLine));
300 v8::Handle<v8::String> input_line = ReadLine();
421 void ReadLine(const v8::FunctionCallbackInfo<v8::Value>& args) { function
427 args.GetReturnValue().Set(ReadLine());
431 v8::Handle<v8::String> ReadLine() { function
/external/chromium_org/v8/tools/push-to-trunk/
H A Dcommon_includes.py195 def ReadLine(self): member in class:SideEffectHandler
278 def ReadLine(self, default=None): member in class:Step
284 return self._side_effect_handler.ReadLine()
316 answer = self.ReadLine(default="Y")
421 answer = self.ReadLine("LGTM" if self.IsForced() else None)
437 answer = self.ReadLine()
456 reviewer = self.ReadLine()
H A Dpush_to_trunk.py159 self.ReadLine(default="")
371 trunk_revision = self.ReadLine()
399 chrome_path = self.ReadLine()
462 rev = self.ReadLine()
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dasynchttprequest_unittest.cc158 req->response().document->ReadLine(&response);
217 req->response().document->ReadLine(&response);
245 req->response().document->ReadLine(&response);
H A Dlinux.cc229 if ((instream_->ReadLine(&line)) == SR_EOS) {
273 SR_SUCCESS != fs.ReadLine(&str) ||
H A Doptionsfile.cc56 res = stream.ReadLine(&line);
/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/v8/src/
H A Dv8utils.h70 char* ReadLine(const char* prompt);
/external/chromium/base/
H A Dmime_util_xdg.cc146 std::string ReadLine(FILE* fp);
268 std::string buf = ReadLine(fp);
349 std::string IconTheme::ReadLine(FILE* fp) { function in class:__anon1738::IconTheme
/external/chromium_org/base/nix/
H A Dmime_util_xdg.cc144 std::string ReadLine(FILE* fp);
265 std::string buf = ReadLine(fp);
344 std::string IconTheme::ReadLine(FILE* fp) { function in class:base::nix::__anon3884::IconTheme
/external/chromium_org/base/third_party/symbolize/
H A Dsymbolize.cc395 bool ReadLine(const char **bol, const char **eol) { function in class:__anon4016::LineReader
510 if (!reader.ReadLine(&cursor, &eol)) { // EOF or malformed line.

Completed in 659 milliseconds

123