/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
stdio.h | 116 getline (char **__lineptr, size_t *__n, FILE *__stream) function
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
stdio.h | 116 getline (char **__lineptr, size_t *__n, FILE *__stream) function
|
/prebuilts/misc/common/swig/include/2.0.11/std/ |
std_iostream.i | 231 getline(char_type* __s, streamsize __n, char_type __delim); 234 getline(char_type* __s, streamsize __n);
|
/system/core/libpackagelistparser/ |
packagelistparser.c | 115 while ((bytesread = getline(&buf, &buflen, fp)) > 0) {
|
/device/google/contexthub/util/nanoapp_cmd/ |
nanoapp_cmd.c | 187 while ((numRead = getline(&line, &len, fp)) != -1) { 226 while (((numRead = getline(&line, &len, fp)) != -1) && (installCnt < MAX_INSTALL_CNT)) {
|
/device/google/contexthub/util/nanotool/ |
nanotool.cpp | 238 while (std::getline(full_arg_ss, param, '=')) { 254 while (std::getline(pre_cal_ref_ss, param, ':')) {
|
/external/toybox/scripts/ |
config2help.c | 151 if (getline(&line, &len, fp) < 1) break; 227 if (getline(&line, &len, fp) < 1) break;
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
basic_string.h | 2812 getline(basic_istream<_CharT, _Traits>& __is, function 2820 getline(basic_istream<_CharT, _Traits>&& __is, function 2827 getline(basic_istream<_CharT, _Traits>&& __is, function [all...] |
/art/compiler/utils/ |
assembler_test_base.h | 273 while (std::getline(dump, line)) { 513 if (!std::getline(in, line)) { 556 while (std::getline(in, line)) {
|
/bionic/tests/ |
stdio_test.cpp | 175 TEST(STDIO_TEST, getline) { 179 const char* line_written = "This is a test for getline\n"; 194 while ((read_char_count = getline(&line_read, &allocated_length, fp)) != -1) { 206 // getline returns -1 but doesn't set errno if we're already at EOF. 209 ASSERT_EQ(getline(&line_read, &allocated_length, fp), -1); 226 ASSERT_EQ(getline(NULL, &buffer_length, fp), -1); 231 ASSERT_EQ(getline(&buffer, NULL, fp), -1); 237 ASSERT_EQ(getline(&buffer, &buffer_length, fp), -1); [all...] |
/external/bison/ |
Android.mk | 112 lib/getline.c \
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
cgitb.py | 135 try: return linecache.getline(file, lnum[0]) 219 try: return linecache.getline(file, lnum[0])
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
cgitb.py | 135 try: return linecache.getline(file, lnum[0]) 219 try: return linecache.getline(file, lnum[0])
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
cgitb.py | 135 try: return linecache.getline(file, lnum[0]) 219 try: return linecache.getline(file, lnum[0])
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
cgitb.py | 135 try: return linecache.getline(file, lnum[0]) 219 try: return linecache.getline(file, lnum[0])
|
/system/core/fs_mgr/ |
fs_mgr_fstab.c | 240 while ((len = getline(&line, &alloc_len, fstab_file)) != -1) { 270 while ((len = getline(&line, &alloc_len, fstab_file)) != -1) {
|
/art/runtime/arch/arm/ |
instruction_set_features_arm.cc | 136 std::getline(in, line);
|
/art/runtime/arch/x86/ |
instruction_set_features_x86.cc | 185 std::getline(in, line);
|
/development/ndk/platforms/android-21/include/ |
stdio.h | 244 ssize_t getline(char ** __restrict, size_t * __restrict, FILE * __restrict);
|
/development/perftests/panorama/feature_stab/src/dbregtest/ |
dbregtest.cpp | 153 getline(in,file_name);
|
/device/htc/flounder/thermal/ |
thermal.c | 164 while ((read = getline(&line, &len, file)) != -1) {
|
/device/huawei/angler/thermal/ |
thermal.c | 198 while ((read = getline(&line, &len, file)) != -1) {
|
/device/lge/bullhead/thermal/ |
thermal.c | 200 while ((read = getline(&line, &len, file)) != -1) {
|
/device/moto/shamu/thermal/ |
thermal.c | 190 while ((read = getline(&line, &len, file)) != -1) {
|
/external/bison/src/ |
location.c | 192 ssize_t len = getline (&buf, &size, caret_info.source);
|