HomeSort by relevance Sort by last modified time
    Searched refs:getline (Results 201 - 225 of 353) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/u-boot/tools/
ublimage.c 159 while ((getline(&line, &len, fd)) > 0) {
  /external/deqp/modules/gles3/functional/
es3fPixelBufferObjectTests.cpp 169 while (std::getline(extensions, extension, ' '))
190 while (std::getline(extensions, extension, ' '))
  /external/google-benchmark/src/
sysinfo.cc 480 while (std::getline(f, ln)) {
557 while (std::getline(f, ln)) {
  /external/google-benchmark/test/
output_test_helper.cc 93 std::getline(remaining_output, line);
225 std::getline(output, line);
  /external/libcxx/utils/google-benchmark/src/
sysinfo.cc 434 while (std::getline(f, ln)) {
511 while (std::getline(f, ln)) {
  /external/libcxx/utils/google-benchmark/test/
output_test_helper.cc 93 std::getline(remaining_output, line);
225 std::getline(output, line);
  /external/tensorflow/tensorflow/contrib/gdr/
gdr_memory_manager.cc 53 while (std::getline(ifs, line)) {
76 const auto& ret = std::getline(ifs, content);
  /external/toybox/toys/pending/
modprobe.c 176 len = getline(&line, &linelen, fl);
193 nxtlen = getline(&nxtline, &nxtlinelen, fl);
  /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')) {
  /dalvik/opcode-gen/
opcode-gen.awk 251 status = getline line <bytecodeFile;
  /development/vndk/tools/header-checker/src/diff/
header_abi_diff.cpp 143 while (std::getline(symbol_ifstream, line)) {
  /external/deqp-deps/SPIRV-Tools/tools/opt/
opt.cpp 403 while (std::getline(input_file, line)) {
  /external/elfutils/libdwfl/
linux-proc-maps.c 210 while ((len = getline (&line, &linesz, f)) > 0)
  /external/grpc-grpc/test/cpp/util/
proto_file_parser.cc 86 while (std::getline(ss, file_name, ',')) {
  /external/iperf3/src/
iperf_auth.c 34 /* FreeBSD needs _WITH_GETLINE to enable the getline() declaration */
303 nread = getline (lineptr, n, stream);
iperf_util.c 486 /* Compatibility version of getline(3) for systems that don't have it.. */
488 /* The following code adopted from NetBSD's getline.c, which is: */
562 getline(char **buf, size_t *bufsiz, FILE *fp) function
  /external/llvm/lib/Fuzzer/
FuzzerUtil.cpp 231 while (std::getline(ISS, S, '\n')) {
  /external/python/cpython2/Lib/test/
test_warnings.py 563 expected_line = ' ' + linecache.getline(path, line).strip() + '\n'
634 file_line = linecache.getline(file_name, line_num).strip()
653 file_line = linecache.getline(file_name, line_num).strip()
707 expected_file_line = linecache.getline(file_name, line_num).strip()
    [all...]
  /external/selinux/libselinux/src/
selinux_config.c 169 while ((len = getline(&line_buf, &line_len, fp)) > 0) {
  /external/selinux/libselinux/utils/
sefcontext_compile.c 50 while (getline(&line_buf, &line_len, context_file) > 0) {
  /external/selinux/mcstrans/src/
mcscolor.c 256 while (getline(&buffer, &size, cfg) > 0) {
  /external/skia/tools/
using_skia_and_harfbuzz.cpp 215 for (std::string line; std::getline(std::cin, line);) {
  /external/swiftshader/third_party/SPIRV-Tools/tools/opt/
opt.cpp 421 while (std::getline(input_file, line)) {

Completed in 1456 milliseconds

1 2 3 4 5 6 7 891011>>