Searched refs:read_line (Results 1 – 10 of 10) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/ |
D | modify_srcu.awk | 90 function read_line() { function 184 read_line(); function 268 read_line(); function 281 read_line(); function 293 read_line(); function 320 read_line(); function 329 read_line(); function 333 read_line(); function 339 read_line(); function
|
/external/chromium-trace/catapult/third_party/pyserial/serial/tools/ |
D | list_ports_linux.py | 42 def read_line(filename): function 68 snr = read_line(sysfs_path+'/serial') 74 read_line(sysfs_path+'/idVendor'), 75 read_line(sysfs_path+'/idProduct'), 83 dev = int(read_line(os.path.join(sysfs_path, 'devnum'))) 112 return read_line(sys_dev_path) 119 return read_line(product_name_file) 130 return read_line(sys_id_path)
|
/external/grpc-grpc/src/objective-c/ |
D | change-comments.py | 41 def read_line(): function 102 write(read_line()) 108 comment_block.append(read_line())
|
/external/chromium-trace/catapult/third_party/pyserial/ |
D | linux-product_info.patch | 8 return read_line(sys_dev_path) 15 + return read_line(product_name_file)
|
/external/toybox/toys/pending/ |
D | modprobe.c | 167 static int read_line(FILE *fl, char **li) in read_line() function 229 for (line = linecp = NULL; read_line(fc, &line) > 0; in config_action() 291 while (read_line(fe, &line) > 0) { in depmode_read_entry() 319 for (; read_line(fe, &line) > 0; free(line)) { in find_dep() 536 while (read_line(fs, &procline) > 0) { in modprobe_main()
|
/external/e2fsprogs/ext2ed/ |
D | main.c | 268 void read_line(char * foo) { in read_line() function 319 read_line(command_line); in parser()
|
/external/lua/src/ |
D | liolib.c | 482 static int read_line (lua_State *L, FILE *f, int chop) { in read_line() function 535 success = read_line(L, f, 1); in g_read() 554 success = read_line(L, f, 1); in g_read() 557 success = read_line(L, f, 0); in g_read()
|
/external/scapy/scapy/arch/windows/ |
D | __init__.py | 108 read_line = self.process.stdout.readline().strip() 109 if read_line == b"scapy_end": 112 self.buffer.append(read_line.decode("utf8", "ignore") if six.PY3 else read_line)
|
/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/python/cpython3/Lib/test/ |
D | test_subprocess.py | 1119 read_line = p.stdout.readline() 1127 self.assertEqual(read_line, expected)
|