Home
last modified time | relevance | path

Searched refs:getline (Results 251 - 275 of 536) sorted by relevance

1...<<11121314151617181920>>...22

/third_party/musl/include/
H A Dstdio.h156 ssize_t getline(char **__restrict, size_t *__restrict, FILE *__restrict);
/third_party/musl/libc-test/src/api/
H A Dstdio.c67 {ssize_t(*p)(char**restrict,size_t*restrict,FILE*restrict) = getline;} in f()
/third_party/python/Lib/idlelib/
H A Dstackviewer.py75 sourceline = linecache.getline(filename, lineno)
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/
H A DSystemInfo.cpp193 while (std::getline(stream, line)) in ParseAMDCatalystDriverVersion()
/third_party/vk-gl-cts/external/amber/src/src/vkscript/
H A Dsection_parser.cc166 for (std::string line; std::getline(ss, line);) { in SplitSections()
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DConfigurator.cpp58 while(getline(file, line)) in readFile()
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DConfigurator.cpp58 while(getline(file, line)) in readFile()
/third_party/skia/third_party/externals/icu/source/tools/escapesrc/
H A Descapesrc.cpp394 while( getline( inf, linestr)) { in convert()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceBrowserCompileServer.cpp99 while (ArgsStream >> std::ws, std::getline(ArgsStream, Arg)) { in getExternalArgs()
/third_party/skia/third_party/externals/tint/src/utils/io/
H A Dcommand_windows.cc124 while (getline(path, dir, ';')) { in FindExecutable()
/third_party/toybox/lib/
H A Dlinestack.c79 if ((len = getline(&line, (void *)&len, fp))<1) break; in linestack_load()
/third_party/toybox/porting/liteos_a/toys/lsb/
H A Dmount.c205 if (getline(&buf, &i, fp)<0) { in mount_filesystem()
/third_party/toybox/toys/pending/
H A Dbootchartd.c100 for (;getline(&line, &len, fp) != -1; line = 0) { in parse_config_file()
/third_party/tzdata/
H A Dziguard.awk80 while (getline <PACKRATLIST) {
/third_party/selinux/libselinux/src/
H A Dlabel_db.c305 while (getline(&line_buf, &line_len, filp) > 0) { in db_init()
H A Dlabel_media.c117 while (getline(&line_buf, &line_len, fp) > 0 && in init()
H A Dlabel_x.c144 while (getline(&line_buf, &line_len, fp) > 0 && in init()
/third_party/spirv-tools/test/opt/
H A Dfold_spec_const_op_composite_test.cpp785 while (std::getline(ss, inst_str, '\n')) { in StripOpNameInstructions()
/third_party/vk-gl-cts/modules/egl/
H A DteglClientExtensionTests.cpp152 while (std::getline(stream, extension, ' ')) in iterate()
/foundation/filemanagement/storage_service/services/storage_daemon/quota/
H A Dquota_manager.cpp85 std::getline(in, source, ' '); in InitialiseQuotaMounts()
86 std::getline(in, target, ' '); in InitialiseQuotaMounts()
87 std::getline(in, ignored); in InitialiseQuotaMounts()
322 std::getline(incExcFile, line); in ReadIncludesExcludesPath()
/third_party/vk-gl-cts/framework/common/
H A DtcuCommandLine.cpp134 while (std::getline(str, val, ',')) in parseIntList()
681 while (std::getline(namesStream, fileName)) in parseGroupFile()
717 std::getline(in, line); in parseCaseList()
1366 while (std::getline(fileStream, line)) in CaseListFilter()
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_utils.cpp349 std::getline(file, line); in LoadLine()
365 while (std::getline(file, line)) { in LoadLines()
/foundation/multimodalinput/input/util/common/src/
H A Dutil.cpp345 while (std::getline(reader, strLine)) { in ReadProConfigFile()
446 while (std::getline(cfgFile, tmp)) { in ReadConfigFile()
/foundation/resourceschedule/memmgr/common/src/
H A Dkernel_interface.cpp171 getline(inf, line); in ReadLinesFromFile()
636 while (getline(ss, temp, delimiter)) { in SplitOneLineByDelim()
/third_party/python/Lib/
H A Dtrace.py564 linecache.getline(filename, lineno)), end='')
577 linecache.getline(filename, lineno)), end='')

Completed in 20 milliseconds

1...<<11121314151617181920>>...22