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

<<1112

  /system/extras/perfprofd/
perfprofdcore.cc 340 getline(&linebuf, &line_length, fp) != -1;
  /external/linux-tools-perf/src/tools/perf/util/
annotate.c 772 if (getline(&line, &line_len, file) < 0)
1143 if (getline(&path, &line_len, fp) < 0 || !line_len)
    [all...]
symbol.c 466 line_len = getline(&line, &n, file);
937 line_len = getline(&line, &n, file);
    [all...]
sort.c 272 if (getline(&path, &line_len, fp) < 0 || !line_len)
machine.c 808 line_len = getline(&line, &n, file);
    [all...]
probe-finder.c 865 while ((len = getline(&line, &line_len, fp)) > 0) {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pdb.py 481 line = linecache.getline(filename, lineno, globs)
810 line = linecache.getline(filename, lineno,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pdb.py 481 line = linecache.getline(filename, lineno, globs)
810 line = linecache.getline(filename, lineno,
    [all...]
  /frameworks/base/tools/aapt/
Command.cpp     [all...]
  /external/bison/lib/
gnulib.mk 24 # Reproduce by: gnulib-tool --import --dir=. --local-dir=gl --lib=libbison --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --makefile-name=gnulib.mk --no-conditional-dependencies --no-libtool --macro-prefix=gl argmatch assert c-strcase calloc-posix close closeout config-h configmake dirname error extensions fdl fopen-safer fprintf-posix getline getopt-gnu gettext git-version-gen gitlog-to-changelog gpl-3.0 hash inttypes isnan javacomp-script javaexec-script ldexpl malloc-gnu mbschr mbsrchr mbswidth obstack obstack-printf perror printf-posix progname quote quotearg readme-release realloc-posix snprintf-posix spawn-pipe sprintf-posix stdbool stpcpy strdup-posix strerror strtoul strverscmp unistd unistd-safer unlocked-io unsetenv update-copyright verify vsnprintf-posix vsprintf-posix warnings xalloc xalloc-die xmemdup0 xstrndup
481 ## begin gnulib module getline
484 EXTRA_DIST += getline.c
486 EXTRA_libbison_a_SOURCES += getline.c
488 ## end gnulib module getline
    [all...]
  /external/deqp/modules/egl/
teglSyncTests.cpp 129 while (std::getline(extensionStream, extension, ' '))
161 while (std::getline(extensionStream, extension, ' '))
    [all...]
teglCreateContextExtTests.cpp 446 while (std::getline(stream, ext, ' '))
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
tz2icu.cpp     [all...]
  /external/deqp/framework/common/
tcuCommandLine.cpp 90 while (std::getline(str, val, ','))
  /external/google-breakpad/src/processor/
minidump_processor_unittest.cc 253 std::getline(in, *symbol_data, string::traits_type::to_char_type(
  /external/ltrace/
read_config_file.c 24 /* getline is POSIX.1-2008. It was originally a GNU extension, and
1267 while (getline(&line, &len, stream) >= 0) {
  /external/selinux/libsemanage/src/
genhomedircon.c 205 while ((len = getline(&temp, &buff_len, shells)) > 0) {
  /external/selinux/policycoreutils/newrole/
newrole.c 270 while (getline(&line_buf, &len, cfg) > 0) {
    [all...]
  /external/toybox/toys/posix/
sed.c 7 * TODO: lines > 2G could wrap signed int length counters. Not just getline()
513 // The fact getline() can allocate unbounded amounts of memory is
661 len = getline(&line, (void *)&len, fp);
  /frameworks/rs/api/
Specification.cpp 74 while (getline(stream, entry, ',')) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
Debugger.py 350 sourceline = linecache.getline(filename, lineno)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
Debugger.py 350 sourceline = linecache.getline(filename, lineno)
  /external/libselinux/src/
android.c 957 while ((bytesread = getline(&buf, &buflen, fp)) > 0) {
    [all...]
  /external/toybox/toys/pending/
dhcpd.c 570 len = getline(&confline_temp, (size_t*) &linelen, fs);
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_istream.c 673 // Find out if we have reached eof. This matters for getline.
750 // Getline is essentially identical to get, except that it extracts
754 basic_istream<_CharT, _Traits>::getline(_CharT* __s, streamsize __n,
    [all...]

Completed in 1101 milliseconds

<<1112