Home
last modified time | relevance | path

Searched refs:getline (Results 401 - 425 of 547) sorted by relevance

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

/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dwifi_global_func.cpp626 while (getline(ss, token, ',')) { in ConvertDecStrToHexStr()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/wifi_asset/
H A Dwifi_asset_manager.cpp29 while (getline(sstr, token, spChar)) { in SplitString()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentloader/
H A Dcomponent_loader.cpp488 while (getline(infile, sLine)) { in Readfile()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_progs.c348 if (getline(&line, &len, fp) == -1) in extract_build_id()
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-ftrace.c206 while (getline(&line, &len, fp) != -1) { in read_tracing_file_by_line()
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A Dcommon.c343 while ((n = getline(&line, &line_n, fdi)) > 0) { in get_fdinfo()
/kernel/linux/linux-6.6/scripts/
H A Dkallsyms.c133 readlen = getline(buf, buf_len, in); in read_symbol()
/third_party/elfutils/src/
H A Daddr2line.c185 if ((chars = getline (&buf, &len, stdin)) < 0) in main()
/third_party/gn/src/gn/
H A Dninja_build_writer.cc307 for (std::string line; std::getline(build_ninja_in, line);) { in ExtractRegenerationCommands()
/third_party/gptfdisk/
H A Dparttypes.cc716 getline(cin, line); in ShowAllTypes()
H A Dgpttext.cc587 cin.getline(line, 255); in GetSectorNum()
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dgenrb.cpp701 while (std::getline(f, currentLine)) { in processFile()
/third_party/mesa3d/src/intel/tools/
H A Daubinator_error_decode.c425 while (getline(&line, &line_size, file) > 0) { in read_data_file()
/third_party/icu/icu4c/source/tools/genrb/
H A Dgenrb.cpp701 while (std::getline(f, currentLine)) { in processFile()
/third_party/python/Lib/idlelib/
H A Ddebugger.py403 sourceline = linecache.getline(filename, lineno)
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DShader.cpp449 while (std::getline(inputSourceStream, line)) in resolveCompile()
/third_party/vk-gl-cts/executor/tools/
H A DxeCommandLineExecutor.cpp83 while (std::getline(inStr, comp, ',')) in parseCommaSeparatedList()
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
H A Dangle_deqp_gtest.cpp329 std::getline(caseListStream, inString);
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMReactorDebugInfo.cpp505 while(std::getline(file, line)) in getOrParseFileTokens()
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dgenrb.cpp683 while (std::getline(f, currentLine)) { in processFile()
/third_party/toybox/toys/pending/
H A Dcrond.c392 while (getline(&line, &allocated_length, fp) > 0) { in scan_cronfiles()
/third_party/python/Lib/
H A Dtracemalloc.py251 line = linecache.getline(frame.filename, frame.lineno).strip()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp275 while (std::getline(opSrc, line)) in generateVertexShader()
490 while (std::getline(opSrc, line)) in generateGeometryShader()
563 while (std::getline(opSrc, line)) in generateFragmentShader()
1757 while (std::getline(opSrc, line)) in generateExecBufferIo()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp275 while (std::getline(opSrc, line)) in generateVertexShader()
490 while (std::getline(opSrc, line)) in generateGeometryShader()
563 while (std::getline(opSrc, line)) in generateFragmentShader()
1757 while (std::getline(opSrc, line)) in generateExecBufferIo()
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dmemory_collector_impl.cpp144 while (std::getline(ss, line)) { in GetSmapsFromProcPath()

Completed in 35 milliseconds

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