Searched refs:read_line (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
D | webkit.py | 141 output = sp.read_line(timeout) 153 output = sp.read_line(deadline) 459 line = self._server_process.read_line(timeout) 477 line = self._server_process.read_line(timeout)
|
D | server_process.py | 124 def read_line(self, timeout): member in ServerProcess
|
/external/bluetooth/glib/gio/tests/ |
D | sleepy-stream.c | 159 read_line (GDataInputStream *stream, in read_line() function 216 while (read_line (data, two, "\n", &error)); in test()
|
/external/e2fsprogs/ext2ed/ |
D | main.c | 267 void read_line(char * foo) { in read_line() function 318 read_line(command_line); in parser()
|
/external/dbus/tools/ |
D | dbus-launch.c | 186 read_line (int fd, in read_line() function 1125 switch (read_line (bus_address_to_launcher_pipe[READ_END], in main() 1145 switch (read_line (bus_pid_to_launcher_pipe[READ_END], buf, MAX_PID_LEN)) in main()
|
/external/javasqlite/src/main/java/SQLite/ |
D | Shell.java | 461 String read_line(BufferedReader is, String prompt) { in read_line() method in Shell 477 while ((line = read_line(is, prompt)) != null) { in do_input()
|
/external/bluetooth/glib/gio/ |
D | ChangeLog | 291 * gdatainputstream.c: add _async versions of read_line and read_until. 564 * tests/data-input-stream.c: Fix the read_line test to test the
|
/external/webkit/Tools/ |
D | ChangeLog-2010-05-24 | 3726 put a FIXME next to read_line() w/o having to put it in two places.
|