/third_party/musl/include/ |
H A D | stdio.h | 156 ssize_t getline(char **__restrict, size_t *__restrict, FILE *__restrict);
|
/third_party/musl/libc-test/src/api/ |
H A D | stdio.c | 67 {ssize_t(*p)(char**restrict,size_t*restrict,FILE*restrict) = getline;} in f()
|
/third_party/python/Lib/idlelib/ |
H A D | stackviewer.py | 75 sourceline = linecache.getline(filename, lineno)
|
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/ |
H A D | SystemInfo.cpp | 193 while (std::getline(stream, line)) in ParseAMDCatalystDriverVersion()
|
/third_party/vk-gl-cts/external/amber/src/src/vkscript/ |
H A D | section_parser.cc | 166 for (std::string line; std::getline(ss, line);) { in SplitSections()
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
H A D | Configurator.cpp | 58 while(getline(file, line)) in readFile()
|
/third_party/skia/third_party/externals/swiftshader/src/System/ |
H A D | Configurator.cpp | 58 while(getline(file, line)) in readFile()
|
/third_party/skia/third_party/externals/icu/source/tools/escapesrc/ |
H A D | escapesrc.cpp | 394 while( getline( inf, linestr)) { in convert()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceBrowserCompileServer.cpp | 99 while (ArgsStream >> std::ws, std::getline(ArgsStream, Arg)) { in getExternalArgs()
|
/third_party/skia/third_party/externals/tint/src/utils/io/ |
H A D | command_windows.cc | 124 while (getline(path, dir, ';')) { in FindExecutable()
|
/third_party/toybox/lib/ |
H A D | linestack.c | 79 if ((len = getline(&line, (void *)&len, fp))<1) break; in linestack_load()
|
/third_party/toybox/porting/liteos_a/toys/lsb/ |
H A D | mount.c | 205 if (getline(&buf, &i, fp)<0) { in mount_filesystem()
|
/third_party/toybox/toys/pending/ |
H A D | bootchartd.c | 100 for (;getline(&line, &len, fp) != -1; line = 0) { in parse_config_file()
|
/third_party/tzdata/ |
H A D | ziguard.awk | 80 while (getline <PACKRATLIST) {
|
/third_party/selinux/libselinux/src/ |
H A D | label_db.c | 305 while (getline(&line_buf, &line_len, filp) > 0) { in db_init()
|
H A D | label_media.c | 117 while (getline(&line_buf, &line_len, fp) > 0 && in init()
|
H A D | label_x.c | 144 while (getline(&line_buf, &line_len, fp) > 0 && in init()
|
/third_party/spirv-tools/test/opt/ |
H A D | fold_spec_const_op_composite_test.cpp | 785 while (std::getline(ss, inst_str, '\n')) { in StripOpNameInstructions()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglClientExtensionTests.cpp | 152 while (std::getline(stream, extension, ' ')) in iterate()
|
/foundation/filemanagement/storage_service/services/storage_daemon/quota/ |
H A D | quota_manager.cpp | 85 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 D | tcuCommandLine.cpp | 134 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 D | rs_profiler_utils.cpp | 349 std::getline(file, line); in LoadLine() 365 while (std::getline(file, line)) { in LoadLines()
|
/foundation/multimodalinput/input/util/common/src/ |
H A D | util.cpp | 345 while (std::getline(reader, strLine)) { in ReadProConfigFile() 446 while (std::getline(cfgFile, tmp)) { in ReadConfigFile()
|
/foundation/resourceschedule/memmgr/common/src/ |
H A D | kernel_interface.cpp | 171 getline(inf, line); in ReadLinesFromFile() 636 while (getline(ss, temp, delimiter)) { in SplitOneLineByDelim()
|
/third_party/python/Lib/ |
H A D | trace.py | 564 linecache.getline(filename, lineno)), end='') 577 linecache.getline(filename, lineno)), end='')
|