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

  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/proftest/
proftest.go 85 // ReadLine returns no input, as no input is expected during testing.
86 func (ui *TestUI) ReadLine(_ string) (string, error) {
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/proftest/
proftest.go 85 // ReadLine returns no input, as no input is expected during testing.
86 func (ui *TestUI) ReadLine(_ string) (string, error) {
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
interactive_test.go 159 func (ui *testUI) ReadLine(_ string) (string, error) {
options.go 114 func (ui *stdUI) ReadLine(prompt string) (string, error) {
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
interactive_test.go 159 func (ui *testUI) ReadLine(_ string) (string, error) {
options.go 114 func (ui *stdUI) ReadLine(prompt string) (string, error) {
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
ParseInf.c 24 ReadLine (
35 the input string. ReadLine reads characters from the current file position
185 ReadLine (InputFile, InputBuffer, MAX_LONG_FILE_PATH);
271 if (ReadLine (InputFile, InputBuffer, MAX_LONG_FILE_PATH) == NULL) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
ParseInf.c 28 ReadLine (
39 the input string. ReadLine reads characters from the current file position
181 ReadLine (InputFile, InputBuffer, _MAX_PATH);
266 if (ReadLine (InputFile, InputBuffer, _MAX_PATH) == NULL) {
418 if (ReadLine (InputFile, InputBuffer, _MAX_PATH) == NULL) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ModifyInf/
ModifyInf.c 32 ReadLine (
330 while (ReadLine (LineBuffer, fpin)) {
  /external/tensorflow/tensorflow/core/lib/io/
buffered_inputstream.cc 197 Status BufferedInputStream::ReadLine(string* result) {
inputbuffer.cc 45 Status InputBuffer::ReadLine(string* result) {
  /prebuilts/go/darwin-x86/src/net/textproto/
reader.go 33 // ReadLine reads a single line from r,
35 func (r *Reader) ReadLine() (string, error) {
40 // ReadLineBytes is like ReadLine but returns a []byte instead of a string.
55 l, more, err := r.R.ReadLine()
177 line, err := r.ReadLine()
258 line, err := r.ReadLine()
428 line, err = r.ReadLine()
  /prebuilts/go/linux-x86/src/net/textproto/
reader.go 33 // ReadLine reads a single line from r,
35 func (r *Reader) ReadLine() (string, error) {
40 // ReadLineBytes is like ReadLine but returns a []byte instead of a string.
55 l, more, err := r.R.ReadLine()
177 line, err := r.ReadLine()
258 line, err := r.ReadLine()
428 line, err = r.ReadLine()
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
ShellManParser.c 368 CHAR16 *ReadLine;
387 ReadLine = AllocateZeroPool(Size);
388 if (ReadLine == NULL) {
393 Status = ShellFileHandleReadLine(Handle, ReadLine, &Size, TRUE, &Ascii);
394 if (ReadLine[0] == L'#') {
408 } else if (StrnCmp(ReadLine, L".TH", 3) == 0) {
413 } else if (StrnCmp(ReadLine, L".SH", 3) == 0) {
427 for ( SectionName = ReadLine + 3
444 StrnCatGrow (HelpText, HelpSize, ReadLine, 0);
448 FreePool(ReadLine);
    [all...]
  /external/v8/src/
utils.cc 153 char* ReadLine(const char* prompt) {
d8.h 401 static void ReadLine(const v8::FunctionCallbackInfo<v8::Value>& args) {
  /prebuilts/go/darwin-x86/src/bufio/
bufio.go 353 // ReadLine is a low-level line-reading primitive. Most callers should use
356 // ReadLine tries to return a single line, not including the end-of-line bytes.
361 // ReadLine. ReadLine either returns a non-nil line or it returns an error,
364 // The text returned from ReadLine does not include the line end ("\r\n" or "\n").
366 // Calling UnreadByte after ReadLine will always unread the last byte read
368 // part of the line returned by ReadLine.
369 func (b *Reader) ReadLine() (line []byte, isPrefix bool, err error) {
375 // Let the next call to ReadLine check for "\r\n".
  /prebuilts/go/linux-x86/src/bufio/
bufio.go 353 // ReadLine is a low-level line-reading primitive. Most callers should use
356 // ReadLine tries to return a single line, not including the end-of-line bytes.
361 // ReadLine. ReadLine either returns a non-nil line or it returns an error,
364 // The text returned from ReadLine does not include the line end ("\r\n" or "\n").
366 // Calling UnreadByte after ReadLine will always unread the last byte read
368 // part of the line returned by ReadLine.
369 func (b *Reader) ReadLine() (line []byte, isPrefix bool, err error) {
375 // Let the next call to ReadLine check for "\r\n".
  /external/v8/tools/release/
test_scripts.py 281 """Convenience function returning a readline test expectation."""
283 "name": "readline",
427 def ReadLine(self):
428 return self._mock.Call("readline")
    [all...]
common_includes.py 241 def ReadLine(self):
242 return sys.stdin.readline().strip()
485 def ReadLine(self, default=None):
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()
  /external/webrtc/webrtc/base/
stream.cc 76 StreamResult StreamInterface::ReadLine(std::string* line) {
  /external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_helpers.cc 893 bool ReadLine(StringPiece* input, StringPiece* line) {
923 while (ReadLine(&p_, &line)) {
    [all...]
  /system/extras/simpleperf/
environment.cpp 59 char* ReadLine() {
86 if ((line = reader.ReadLine()) != nullptr) {
131 while ((line = reader.ReadLine()) != nullptr) {
270 while ((line = reader.ReadLine()) != nullptr) {
  /prebuilts/tools/common/intellij-core/171.2455.10/
intellij-core.jar 

Completed in 453 milliseconds