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

1 2 3 4 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/examples/speech_commands/
test_streaming_accuracy.cc 125 while (std::getline(file, line)) {
  /external/toybox/lib/
linestack.c 74 if ((len = getline(&line, (void *)&len, fp))<1) break;
  /external/toybox/toys/pending/
sh.c 328 if (1 > getline(&command, &cmdlen, f ? f : stdin)) break;
modprobe.c 176 len = getline(&line, &linelen, fl);
193 nxtlen = getline(&nxtline, &nxtlinelen, fl);
  /external/toybox/toys/posix/
cpio.c 231 len = getline(&name, &size, stdin);
  /external/vulkan-validation-layers/demos/smoke/
ShellAndroid.cpp 97 while (std::getline(ss, arg, ' ')) {
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
dbregtest.cpp 153 getline(in,file_name);
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
StackViewer.py 71 sourceline = linecache.getline(filename, lineno)
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
StackViewer.py 71 sourceline = linecache.getline(filename, lineno)
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/test/
output_test_helper.cc 74 std::getline(remaining_output, line);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
StackViewer.py 71 sourceline = linecache.getline(filename, lineno)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
StackViewer.py 71 sourceline = linecache.getline(filename, lineno)
  /system/netd/server/
Controllers.cpp 139 while (std::getline(stream, rule, '\n')) {
TetherController.cpp 740 std::getline(stream, statsLine, '\n');
748 while (std::getline(stream, statsLine, '\n')) {
  /system/tools/hidl/
Hash.cpp 136 while(std::getline(stream, line)) {
  /toolchain/binutils/binutils-2.27/intl/
relocatable.c 21 /* Tell glibc's <stdio.h> to provide a prototype for getline().
334 len = getline (&shared_library_fullname, &size, fp);
  /external/deqp/modules/gles3/functional/
es3fPixelBufferObjectTests.cpp 169 while (std::getline(extensions, extension, ' '))
190 while (std::getline(extensions, extension, ' '))
  /external/elfutils/libdwfl/
linux-kernel-modules.c 456 if ((state->n = getline (&state->line, &state->linesz, state->f)) < 1 ||
935 while (getline (&line, &linesz, f) > 0
  /external/honggfuzz/
sancov.c 343 if (getline(&pLine, &lineSz, fCovMap) == -1) {
371 if (getline(&pLine, &lineSz, fCovMap) == -1) {
  /external/python/cpython3/Lib/
warnings.py 43 line = linecache.getline(msg.filename, msg.lineno)
72 line = linecache.getline(frame.filename, frame.lineno)
  /test/vts-testcase/kernel/api/qtaguid/
SocketTagUserSpace.cpp 166 while (std::getline(fctrl, ctrl_data)) {
189 while (std::getline(fstats, stats_data)) {
  /art/tools/hiddenapi/
hiddenapi.cc 253 for (std::string line; std::getline(api_file, line);) {
  /bionic/benchmarks/
stdio_benchmark.cpp 136 while (getline(&line, &n, fp) != -1) {
  /bionic/libc/include/
stdio.h 122 ssize_t getline(char** __line_ptr, size_t* __line_length_ptr, FILE* __fp) __INTRODUCED_IN(18);
  /cts/tests/camera/libctscamera2jni/
dng-validate-jni.cpp 444 while(std::getline(errorStream, line, '\n')) {

Completed in 419 milliseconds

1 2 3 4 5 6 7 8 91011>>