Searched defs:read_line (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/
H A Dlist_ports_linux.py42 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/javasqlite/src/main/java/SQLite/
H A DShell.java461 String read_line(BufferedReader is, String prompt) { method in class:Shell
477 while ((line = read_line(is, prompt)) != null) {
/external/e2fsprogs/ext2ed/
H A Dmain.c267 void read_line(char * foo) { function
318 read_line(command_line);
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dliolib.c370 static int read_line (lua_State *L, FILE *f, int chop) { function
429 success = read_line(L, f, 1);
448 success = read_line(L, f, 1);
451 success = read_line(L, f, 0);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A Dnasm-pp.c20 * read_line gets raw text from stdmacpos, or predef, or current input file
1197 read_line(void) function
5026 line = read_line();

Completed in 257 milliseconds