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

1 23 4 5 6 7 8 91011>>

  /packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
PgmImage.cpp 118 getline(in,format_header);
128 getline(in,m_comment);
130 getline(in,size_header);
133 getline(in,m_comment);
144 getline(in,colors_header);
  /bionic/libc/bionic/
sysinfo.cpp 70 if (getline(&line, &len, fp) != -1) {
  /external/llvm/utils/vim/indent/
llvm.vim 35 let thisline = getline(v:lnum)
64 let prevline = getline(prev_lnum)
  /external/toybox/lib/
portability.c 82 ssize_t getline(char **linep, size_t *np, FILE *stream) function
  /external/toybox/toys/posix/
nl.c 53 if (getline(&line, &temp, f) < 1) {
  /frameworks/native/cmds/installd/
string_helpers.h 43 while (std::getline(strstr, token, separator)) {
  /system/extras/ext4_utils/
blk_alloc_to_base_fs.c 67 if (getline(&spaced_allocs, &spaced_allocs_len, blk_alloc_file) == -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) {
  /art/runtime/arch/mips64/
instruction_set_features_mips64.cc 56 std::getline(in, line);
  /external/eigen/unsupported/Eigen/src/SparseExtra/
MarketIO.h 119 std::getline(in, line); eigen_assert(in.good());
150 while(input.getline(buffer, maxBuffersize))
203 std::getline(in, line); eigen_assert(in.good());
211 while ( std::getline(in, line) && (i < n) ){
  /external/libchrome/base/
sys_info_linux.cc 91 while (std::getline(iss, line)) {
  /external/libcxxabi/test/
test_demangle.pass.cpp     [all...]
  /external/mesa3d/src/gallium/state_trackers/clover/tgsi/
compiler.cpp 39 while (getline(ls, line)) {
  /external/opencv3/samples/cpp/tutorial_code/viz/
transformations.cpp 41 getline(ifs, str);
  /external/toybox/toys/other/
pmap.c 63 if (0 >= getline(&line, &len, fp)) break;
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
test_demangle.pass.cpp     [all...]
  /system/core/logd/
LogCommand.cpp 85 // atomically. getline can not even guarantee a page read is not split up
104 while (getline(&line, &len, file) > 0) {
  /external/gptfdisk/
support.cc 40 getline(cin, inString);
58 cin.getline(line, 255);
107 cin.getline(line, 255);
  /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) {
  /hardware/qcom/display/msm8909/libqdutils/
mdp_version.cpp 187 while((read = getline((char **)&readLine, &len,
284 while((read = getline(&line, &len, sysfsFd)) != -1) {
364 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/gdb/darwin-x86/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/gdb/linux-x86/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/ndk/current/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')); }

Completed in 1310 milliseconds

1 23 4 5 6 7 8 91011>>