HomeSort by relevance Sort by last modified time
    Searched refs:getline (Results 51 - 75 of 447) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/toybox/lib/
portability.c 81 ssize_t getline(char **linep, size_t *np, FILE *stream) function
  /external/toybox/toys/pending/
fmt.c 36 while ((line_length = getline(&line, &allocated_length, fp)) > 0) {
  /external/toybox/toys/posix/
nl.c 53 if (getline(&line, &temp, f) < 1) {
paste.c 55 if (!ff || 0>=(len = getline(&buf, &blen, ff))) {
  /hardware/qcom/display/msm8909/sdm/libs/utils/
sys.cpp 61 return std::getline(fs, line) ? true : false;
  /hardware/qcom/display/msm8909w_3100/sdm/libs/utils/
sys.cpp 61 return std::getline(fs, line) ? true : false;
  /hardware/qcom/display/msm8996/sdm/libs/utils/
sys.cpp 60 return std::getline(fs, line) ? true : false;
  /hardware/qcom/display/msm8998/sdm/libs/utils/
sys.cpp 61 return std::getline(fs, line) ? true : false;
  /device/google/wahoo/power-libperfmgr/
power-helper.c 107 (nread = getline(&line, &len, fp) > 0)) {
150 while ((stats_read < map_size) && (read = getline(&line, &len, fp) != -1)) {
  /external/clang/test/Analysis/
taint-tester.c 157 ssize_t getline(char ** __restrict, size_t * __restrict, FILE * __restrict);
165 while ((read = getline(&line, &len, stdin)) != -1) {
  /external/tensorflow/tensorflow/contrib/lite/models/
speech_test.cc 71 while (std::getline(in_file, in_values, '\n')) {
86 if (!std::getline(out_file, out_values, '\n')) {
  /external/eigen/unsupported/Eigen/src/SparseExtra/
MarketIO.h 119 std::getline(in, line); eigen_assert(in.good());
151 while(input.getline(buffer, maxBuffersize))
204 std::getline(in, line); eigen_assert(in.good());
212 while ( std::getline(in, line) && (i < n) ){
  /external/toybox/toys/other/
pmap.c 63 if (0 >= getline(&line, &len, fp)) break;
  /external/vulkan-validation-layers/common/
android_util.cpp 63 while (std::getline(ss, arg, ' ')) {
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/common/
android_util.cpp 65 while (std::getline(ss, arg, ' ')) {
  /system/bt/vendor_libs/test_vendor_lib/src/
bt_address.cc 47 getline(iss, tok, ':');
  /system/core/logd/
LogCommand.cpp 85 // atomically. getline can not even guarantee a page read is not split up
103 while (getline(&line, &len, file) > 0) {
  /system/extras/ext4_utils/
blk_alloc_to_base_fs.c 73 if (getline(&spaced_allocs, &spaced_allocs_len, blk_alloc_file) == -1) {
  /test/vts-testcase/security/poc/target/
poc_test.cpp 64 while(std::getline(iss, key_value, ',')) {
  /device/google/wahoo/vibrator/
service.cpp 95 while (std::getline(cal_data, line)) {
101 if (std::getline(is_line, key, ':')) {
104 if (std::getline(is_line, value)) {
  /external/gptfdisk/
support.cc 42 getline(cin, inString);
60 cin.getline(line, 255);
109 cin.getline(line, 255);
  /hardware/qcom/display/msm8909/libqdutils/
qd_utils.cpp 139 while ((read = getline(&line, &len, fileptr)) != -1) {
225 if (getline(&line, &len, connectFile) < 0) {
264 while (getline(&line, &len, configFile) != -1) {
  /hardware/qcom/display/msm8909w_3100/libqdutils/
qd_utils.cpp 139 while ((read = getline(&line, &len, fileptr)) != -1) {
225 if (getline(&line, &len, connectFile) < 0) {
264 while (getline(&line, &len, configFile) != -1) {
  /hardware/qcom/display/msm8998/libqdutils/
qd_utils.cpp 139 while ((read = getline(&line, &len, fileptr)) != -1) {
225 if (getline(&line, &len, connectFile) < 0) {
264 while (getline(&line, &len, configFile) != -1) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
traceback.py 69 line = linecache.getline(filename, lineno, f.f_globals)
101 line = linecache.getline(filename, lineno, f.f_globals)
306 line = linecache.getline(filename, lineno, f.f_globals)

Completed in 2257 milliseconds

1 23 4 5 6 7 8 91011>>