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

1 23 4 5 6 7 8 91011>>

  /external/marisa-trie/v0_1_5/tools/
marisa_alpha-lookup.cc 54 while (std::getline(std::cin, str)) {
  /external/mesa3d/src/gallium/state_trackers/clover/tgsi/
compiler.cpp 39 while (getline(ls, line)) {
  /external/toybox/toys/other/
pmap.c 63 if (0 >= getline(&line, &len, fp)) break;
sysctl.c 130 if (-1 == (len = getline(&line, &len, fp))) break;
  /external/gptfdisk/
support.cc 40 getline(cin, inString);
58 cin.getline(line, 255);
107 cin.getline(line, 255);
  /external/openfst/src/include/fst/extensions/far/
compile-strings.h 75 getline(strm_, content_);
80 while (getline(strm_, line)) {
220 while (getline(*istrm, str))
  /hardware/qcom/display/msm8084/libqdutils/
mdp_version.cpp 166 while((read = getline((char **)&readLine, &len,
244 while((read = getline(&line, &len, sysfsFd)) != -1) {
317 if((read = getline(&line, &len, sysfsFd)) != -1) {
  /hardware/qcom/display/msm8226/libqdutils/
mdp_version.cpp 172 while((read = getline((char **)&readLine, &len,
250 while((read = getline(&line, &len, sysfsFd)) != -1) {
323 if((read = getline(&line, &len, sysfsFd)) != -1) {
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_istream.h 143 public: // getline()
144 _Self& getline(char_type* __s, streamsize __n, char_type delim);
145 _Self& getline(char_type* __s, streamsize __n) function in class:basic_istream
146 { return getline(__s, __n, this->widen('\n')); }
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_istream.h 143 public: // getline()
144 _Self& getline(char_type* __s, streamsize __n, char_type delim);
145 _Self& getline(char_type* __s, streamsize __n) function in class:basic_istream
146 { return getline(__s, __n, this->widen('\n')); }
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_istream.h 143 public: // getline()
144 _Self& getline(char_type* __s, streamsize __n, char_type delim);
145 _Self& getline(char_type* __s, streamsize __n) function in class:basic_istream
146 { return getline(__s, __n, this->widen('\n')); }
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_istream.h 143 public: // getline()
144 _Self& getline(char_type* __s, streamsize __n, char_type delim);
145 _Self& getline(char_type* __s, streamsize __n) function in class:basic_istream
146 { return getline(__s, __n, this->widen('\n')); }
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_istream.h 143 public: // getline()
144 _Self& getline(char_type* __s, streamsize __n, char_type delim);
145 _Self& getline(char_type* __s, streamsize __n) function in class:basic_istream
146 { return getline(__s, __n, this->widen('\n')); }
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_istream.h 143 public: // getline()
144 _Self& getline(char_type* __s, streamsize __n, char_type delim);
145 _Self& getline(char_type* __s, streamsize __n) function in class:basic_istream
146 { return getline(__s, __n, this->widen('\n')); }
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
traceback.py 69 line = linecache.getline(filename, lineno, f.f_globals)
101 line = linecache.getline(filename, lineno, f.f_globals)
305 line = linecache.getline(filename, lineno, f.f_globals)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
traceback.py 69 line = linecache.getline(filename, lineno, f.f_globals)
101 line = linecache.getline(filename, lineno, f.f_globals)
305 line = linecache.getline(filename, lineno, f.f_globals)
  /art/runtime/arch/arm64/
instruction_set_features_arm64.cc 80 std::getline(in, line);
  /external/bison/darwin-lib/
stdio.h 1009 _GL_CXXALIASWARN (getline); variable
1012 # undef getline macro
    [all...]
  /external/bison/linux-lib/
stdio.h 1009 _GL_CXXALIASWARN (getline); variable
1012 # undef getline macro
    [all...]
  /external/parameter-framework/remote-process/
main.cpp 65 getline(_input, sLine);
  /external/selinux/libselinux/src/
booleans.c 105 while (getline(&line_buf, &line_len, cfg) != -1) {
420 while ((len = getline(&inbuf, &size, boolf)) > 0) {
535 while (getline(&inbuf, &len, boolf) > 0) {
553 while (getline(&inbuf, &len, boolf) > 0) {
  /external/toybox/toys/pending/
hwclock.c 72 fp && getline(&s, (void *)toybuf, fp)>0;
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
test_demangle.cpp     [all...]
  /ndk/tests/device/test-gnustl-full/unit/
sstream_test.cpp 114 getline( s, str );
117 getline( s, str );
165 getline( s, str );
168 getline( s, str );
  /ndk/tests/device/test-stlport/unit/
sstream_test.cpp 114 getline( s, str );
117 getline( s, str );
165 getline( s, str );
168 getline( s, str );

Completed in 1550 milliseconds

1 23 4 5 6 7 8 91011>>