/third_party/toybox/toys/posix/ |
H A D | cpio.c | 229 len = getline(&name, &size, stdin); in cpio_main()
|
/third_party/selinux/libselinux/src/ |
H A D | get_context_list.c | 167 while ((len = getline(&line, &line_len, fp)) > 0) { in get_context_user()
|
H A D | booleans.c | 106 while (getline(&line_buf, &line_len, cfg) != -1) { in selinux_boolean_sub()
|
H A D | selinux_config.c | 172 while ((len = getline(&line_buf, &line_len, fp)) > 0) { in init_selinux_config()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | string_utils.cpp | 87 while (std::getline(stream, line)) in SplitStringAlongWhitespace()
|
/third_party/elfutils/libdwfl/ |
H A D | linux-kernel-modules.c | 511 if ((state->n = getline (&state->line, &state->linesz, state->f)) < 1 || in read_address() 1017 while (getline (&line, &linesz, f) > 0 in INTDEF()
|
H A D | linux-pid-attach.c | 410 while (getline (&line, &linelen, procfile) >= 0) in dwfl_linux_proc_attach()
|
/third_party/benchmark/src/ |
H A D | sysinfo.cc | 512 while (std::getline(f, ln)) { in GetNumCPUs() 675 while (std::getline(f, ln)) { in GetCPUCyclesPerSecond()
|
/third_party/python/Lib/test/test_warnings/ |
H A D | __init__.py | 790 expected_line = ' ' + linecache.getline(path, line).strip() + '\n' 901 file_line = linecache.getline(file_name, line_num).strip() 917 expected_file_line = linecache.getline(file_name, line_num).strip() 943 file_line = linecache.getline(file_name, line_num).strip()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsShaderExecUtil.cpp | 148 while (std::getline(opSrc, line)) in generateVertexShader() 228 while (std::getline(opSrc, line)) in generateGeometryShader() 408 while (std::getline(opSrc, line)) in generateFragmentShader() 1145 while (std::getline(opSrc, line)) in generateExecBufferIo()
|
/third_party/glslang/StandAlone/ |
H A D | spirv-remap.cpp | 134 while (std::getline(fp, line)) in read()
|
/third_party/json/tests/thirdparty/Fuzzer/ |
H A D | FuzzerTracePC.cpp | 159 while (std::getline(ISS, S, '\n')) {
|
/third_party/mesa3d/src/freedreno/decode/ |
H A D | crashdec.c | 114 if (getline(&r, &n, in) < 0) in popline()
|
/third_party/libwebsockets/lib/secure-streams/system/auth-sigv4/ |
H A D | sign.c | 500 while ((rd = getline(&line, &len, fp)) != -1) { in lws_aws_filesystem_credentials_helper()
|
/third_party/mesa3d/src/intel/tools/ |
H A D | error2aub.c | 301 while (getline(&line, &line_size, err_file) > 0) { in main()
|
/third_party/python/Lib/idlelib/ |
H A D | run.py | 57 line = linecache.getline(filename, lineno) 298 line = rpchandler.remotecall('linecache', 'getline',
|
/third_party/skia/third_party/externals/spirv-tools/tools/opt/ |
H A D | opt.cpp | 567 while (std::getline(input_file, line)) { in ReadFlagsFromFile()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
H A D | ComputeTests.cpp | 93 while(std::getline(ss, line, '\n')) { out.push_back(line); } in compileSpirv()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/opt/ |
H A D | opt.cpp | 567 while (std::getline(input_file, line)) { in ReadFlagsFromFile()
|
/third_party/skia/src/sksl/ |
H A D | SkSLMain.cpp | 515 for (SkSL::String line; std::getline(in, line); ) {
|
/third_party/toybox/toys/lsb/ |
H A D | md5sum.c | 393 if ((len = getline(&line, (void *)&len, fp))<1) break; in do_c_file()
|
/third_party/toybox/toys/pending/ |
H A D | init.c | 139 while (getline(&line, &allocated_length, fp) > 0) { in parse_inittab()
|
H A D | syslogd.c | 191 len = getline(&confline, &linelen, fp); in parse_config_file()
|
/third_party/vixl/src/aarch64/ |
H A D | debugger-aarch64.cc | 118 std::getline(*input_stream_, line); in Debug()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/ |
H A D | parse.cc | 189 while (std::getline(flag_file, line)) { in ReadFromFlagfile()
|