/third_party/python/Lib/idlelib/ |
H A D | debugger.py | 403 sourceline = linecache.getline(filename, lineno)
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Shader.cpp | 449 while (std::getline(inputSourceStream, line)) in resolveCompile()
|
/third_party/vk-gl-cts/executor/tools/ |
H A D | xeCommandLineExecutor.cpp | 83 while (std::getline(inStr, comp, ',')) in parseCommaSeparatedList()
|
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/ |
H A D | angle_deqp_gtest.cpp | 329 std::getline(caseListStream, inString);
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | LLVMReactorDebugInfo.cpp | 505 while(std::getline(file, line)) in getOrParseFileTokens()
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
H A D | genrb.cpp | 683 while (std::getline(f, currentLine)) { in processFile()
|
/third_party/toybox/toys/pending/ |
H A D | crond.c | 392 while (getline(&line, &allocated_length, fp) > 0) { in scan_cronfiles()
|
/third_party/python/Lib/ |
H A D | tracemalloc.py | 251 line = linecache.getline(frame.filename, frame.lineno).strip()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderExecutor.cpp | 275 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 D | vktShaderExecutor.cpp | 275 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 D | nncompiler.cpp | 645 getline(inf, currentVersion); in RestoreFromCacheFile()
|
/foundation/ability/ability_runtime/services/appdfr/src/ |
H A D | appfreeze_manager.cpp | 331 while (getline(fin, line)) { in BinderParser()
|
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/config/ |
H A D | audio_policy_parser.cpp | 355 while (std::getline(ss, token, ',')) { in SplitChannelStringToSet()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
H A D | media_file_utils.cpp | 292 while (getline(folderStream, segment, '/')) { in CreateDirectory()
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/ |
H A D | videodec_ndk_sample.cpp | 238 while (getline(ss, item, ',')) { in LoadHashFile()
|
/foundation/resourceschedule/device_standby/utils/policy/src/ |
H A D | standby_config_manager.cpp | 775 while (std::getline(ss, conditionSubstr, TAG_CONDITION_DELIM)) { in ParseCondition()
|
/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/ |
H A D | bpf_loader.cpp | 339 while (std::getline(ifs, s)) { in IsMounted()
|
/foundation/communication/wifi/wifi/test/wifi_client/ |
H A D | wifi_client.cpp | 751 getline(cin, inputLine); in HandleInteractive()
|
/foundation/communication/dhcp/services/dhcp_server/src/ |
H A D | dhcp_server_service_impl.cpp | 634 while (inFile.getline(tmpLineData, sizeof(tmpLineData))) { in GetDhcpClientInfos()
|
/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | screen_session_dumper.cpp | 69 std::getline(infile, processName); in GetProcessNameByPid()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | probe-file.c | 1081 while (getline(&buf, &len, fp) > 0) in scan_ftrace_readme()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-ftrace.c | 184 while (getline(&line, &len, fp) != -1) { in read_tracing_file_by_line()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | probe-file.c | 1150 while (getline(&buf, &len, fp) > 0) in scan_ftrace_readme()
|
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | feature.c | 181 res = getline(&line, &len, fd); in read_procfs()
|
H A D | common.c | 421 while ((n = getline(&line, &line_n, fdi)) > 0) { in get_fdinfo()
|