HomeSort by relevance Sort by last modified time
    Searched refs:getline (Results 101 - 125 of 294) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/marisa-trie/tools/
marisa-predict.cc 65 while (std::getline(std::cin, str)) {
  /external/marisa-trie/v0_1_5/tools/
marisa_alpha-build.cc 43 while (std::getline(*input, line)) {
marisa_alpha-find.cc 109 while (std::getline(std::cin, str)) {
marisa_alpha-predict.cc 65 while (std::getline(std::cin, str)) {
  /external/toybox/toys/pending/
sh.c 379 if (1 > getline(&command, &cmdlen, f ? f : stdin)) break;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/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/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);
  /external/toybox/scripts/
config2help.c 134 if (getline(&line, &len, fp) < 1) break;
210 if (getline(&line, &len, fp) < 1) break;
  /bionic/tests/
stdio_test.cpp 163 TEST(stdio, getline) {
167 const char* line_written = "This is a test for getline\n";
182 while ((read_char_count = getline(&line_read, &allocated_length, fp)) != -1) {
194 // getline returns -1 but doesn't set errno if we're already at EOF.
197 ASSERT_EQ(getline(&line_read, &allocated_length, fp), -1);
214 ASSERT_EQ(getline(NULL, &buffer_length, fp), -1);
219 ASSERT_EQ(getline(&buffer, NULL, fp), -1);
225 ASSERT_EQ(getline(&buffer, &buffer_length, fp), -1);
  /prebuilts/ndk/9/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 261 while (std::getline(dump, line)) {
501 if (!std::getline(in, line)) {
  /external/bison/
Android.mk 112 lib/getline.c \
  /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 232 while ((len = getline(&line, &alloc_len, fstab_file)) != -1) {
262 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 149 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);
  /development/tools/btsnooz/
btsnooz_utils.cpp 175 while (std::getline(in, line)) {
  /external/bison/src/
location.c 192 ssize_t len = getline (&buf, &size, caret_info.source);
  /external/ceres-solver/examples/
pgm_image.h 216 std::getline(*in, word);
  /external/clang/lib/Frontend/
LayoutOverrideSource.cpp 42 getline(Input, Line);

Completed in 2219 milliseconds

1 2 3 45 6 7 8 91011>>