HomeSort by relevance Sort by last modified time
    Searched defs:ReadLine (Results 1 - 8 of 8) sorted by null

  /system/connectivity/shill/
file_reader.cc 41 bool FileReader::ReadLine(string* line) {
  /external/pdfium/tools/drmemory/scripts/
drmemory_analyze.py 78 def ReadLine(self):
79 self.line_ = self.cur_fd_.readline()
83 self.ReadLine()
86 self.ReadLine()
115 self.ReadLine()
127 self.ReadLine()
138 self.ReadLine()
  /external/v8/src/
utils.cc 154 char* ReadLine(const char* prompt) {
d8.h 395 static void ReadLine(const v8::FunctionCallbackInfo<v8::Value>& args) {
  /system/extras/simpleperf/
environment.cpp 51 char* ReadLine() {
78 if ((line = reader.ReadLine()) != nullptr) {
122 while ((line = reader.ReadLine()) != nullptr) {
158 while ((line = reader.ReadLine()) != nullptr) {
262 while ((line = reader.ReadLine()) != nullptr) {
338 while ((line = reader.ReadLine()) != nullptr) {
  /external/v8/tools/release/
common_includes.py 240 def ReadLine(self):
241 return sys.stdin.readline().strip()
484 def ReadLine(self, default=None):
490 return self._side_effect_handler.ReadLine()
534 answer = self.ReadLine(default="Y")
606 answer = self.ReadLine(None if self._options.wait_for_lgtm else "LGTM")
622 answer = self.ReadLine()
766 reviewer = self.ReadLine()
test_scripts.py 282 """Convenience function returning a readline test expectation."""
284 "name": "readline",
414 def ReadLine(self):
415 return self._mock.Call("readline")
    [all...]
  /external/webrtc/webrtc/base/
stream.cc 76 StreamResult StreamInterface::ReadLine(std::string* line) {

Completed in 206 milliseconds