Home
last modified time | relevance | path

Searched refs:getline (Results 326 - 350 of 446) sorted by relevance

1...<<1112131415161718

/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()
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnncompiler.cpp645 getline(inf, currentVersion); in RestoreFromCacheFile()
/foundation/ability/ability_runtime/services/appdfr/src/
H A Dappfreeze_manager.cpp331 while (getline(fin, line)) { in BinderParser()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/config/
H A Daudio_policy_parser.cpp355 while (std::getline(ss, token, ',')) { in SplitChannelStringToSet()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedia_file_utils.cpp292 while (getline(folderStream, segment, '/')) { in CreateDirectory()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dvideodec_ndk_sample.cpp238 while (getline(ss, item, ',')) { in LoadHashFile()
/foundation/resourceschedule/device_standby/utils/policy/src/
H A Dstandby_config_manager.cpp775 while (std::getline(ss, conditionSubstr, TAG_CONDITION_DELIM)) { in ParseCondition()
/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dbpf_loader.cpp339 while (std::getline(ifs, s)) { in IsMounted()
/foundation/communication/wifi/wifi/test/wifi_client/
H A Dwifi_client.cpp751 getline(cin, inputLine); in HandleInteractive()
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_service_impl.cpp634 while (inFile.getline(tmpLineData, sizeof(tmpLineData))) { in GetDhcpClientInfos()
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_dumper.cpp69 std::getline(infile, processName); in GetProcessNameByPid()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dprobe-file.c1081 while (getline(&buf, &len, fp) > 0) in scan_ftrace_readme()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-ftrace.c184 while (getline(&line, &len, fp) != -1) { in read_tracing_file_by_line()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dprobe-file.c1150 while (getline(&buf, &len, fp) > 0) in scan_ftrace_readme()
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Dfeature.c181 res = getline(&line, &len, fd); in read_procfs()
H A Dcommon.c421 while ((n = getline(&line, &line_n, fdi)) > 0) { in get_fdinfo()

Completed in 45 milliseconds

1...<<1112131415161718