Home
last modified time | relevance | path

Searched refs:getline (Results 151 - 175 of 457) sorted by relevance

12345678910>>...19

/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H A Dtsoftinj.c58 while (getline(&line, &linelen, f) > 0) { in meminfo()
H A Dhugepage.h73 while (getline(&line, &linelen, f) > 0) { in hugetlbfs_root()
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H A Dhugepage.h73 while (getline(&line, &linelen, f) > 0) { in hugetlbfs_root()
H A Dtsoftinj.c58 while (getline(&line, &linelen, f) > 0) { in meminfo()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dunify_const_test.cpp85 while (std::getline(ss, inst_str, '\n')) { in StripOpNameInstructionsToSet()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dunify_const_test.cpp85 while (std::getline(ss, inst_str, '\n')) { in StripOpNameInstructionsToSet()
/third_party/skia/src/sksl/lex/
H A DMain.cpp191 while (std::getline(in, line)) { in process()
/third_party/skia/third_party/externals/tint/src/utils/io/
H A Dcommand_posix.cc119 while (getline(path, dir, ':')) { in FindExecutable()
/third_party/skia/tools/skqp/
H A Djitter_gms.cpp104 while (std::getline(ifs, str)) { in main()
/third_party/toybox/lib/
H A Dpassword.c153 while ((n = getline(&line, &allocated_length, exfp)) > 0) { in update_password()
/third_party/spirv-tools/test/opt/
H A Dunify_const_test.cpp85 while (std::getline(ss, inst_str, '\n')) { in StripOpNameInstructionsToSet()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fStringQueryTests.cpp181 if (std::getline(extensionStream, extension, ' ')) in init()
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeStringUtil.cpp102 while (std::getline(tokenStream, token, delim)) in splitString()
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtext_style_parser.cpp296 while (getline(stream, fontVariant, ' ')) { in ParseFontVariants()
347 while (getline(stream, fontFeatureSetting, ',')) { in ParseFontFeatureSettings()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/benchmarks/benchmark_dcl/
H A Ddrawing_playback.cpp345 getline(std::cin, line); in UpdateParameters()
380 getline(std::cin, line); in Test()
/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_hitrace_unittest.cpp110 getline(ss, str); in BinderTraceGetRemainLog()
131 getline(rss, str); in BinderTraceCheckLog()
/foundation/deviceprofile/device_info_manager/old/tools/dp/src/
H A Ddp_command.cpp412 while (std::getline(input, temp, ' ')) { in HandleSyncOption()
456 while (std::getline(input, temp, ' ')) { in HandleSubscribeOption()
/test/xts/hats/powermgr/battery/hdi_battery/common/
H A Dhdi_battery_test.cpp399 while (getline(fin, line)) { in HWTEST_F()
435 while (getline(fin, line)) { in HWTEST_F()
/test/xts/hats/powermgr/battery/hdi_battery_additional/common/
H A Dhdi_battery_test.cpp409 while (getline(fin, line)) { in HWTEST_F()
451 while (getline(fin, line)) { in HWTEST_F()
/third_party/benchmark/test/
H A Doutput_test_helper.cc102 std::getline(remaining_output, line); in CheckCase()
235 std::getline(output, line); in CheckResults()
/third_party/node/deps/v8/src/torque/ls/
H A Dmessage-handler.cc38 std::getline(std::cin, line); in ReadMessage()
47 std::getline(std::cin, line); in ReadMessage()
/third_party/toybox/scripts/
H A Dconfig2help.c241 if (getline(&line, &len, fp) < 1) break; in parse()
322 if (getline(&line, &len, fp) < 1) break; in main()
/third_party/toybox/toys/pending/
H A Dmodprobe.c170 len = getline(&line, &linelen, fl); in read_line()
187 nxtlen = getline(&nxtline, &nxtlinelen, fl); in read_line()
/third_party/python/Lib/
H A Dcgitb.py146 try: return linecache.getline(file, lnum[0])
230 try: return linecache.getline(file, lnum[0])
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_parser.hpp4345 while (getline(inputStream, tempStr, '|')) { in parse_VkAccessFlags()
4360 while (getline(inputStream, tempStr, '|')) { in parse_VkImageAspectFlags()
4375 while (getline(inputStream, tempStr, '|')) { in parse_VkFormatFeatureFlags()
4390 while (getline(inputStream, tempStr, '|')) { in parse_VkImageCreateFlags()
4405 while (getline(inputStream, tempStr, '|')) { in parse_VkSampleCountFlags()
4420 while (getline(inputStream, tempStr, '|')) { in parse_VkImageUsageFlags()
4445 while (getline(inputStream, tempStr, '|')) { in parse_VkMemoryHeapFlags()
4460 while (getline(inputStream, tempStr, '|')) { in parse_VkMemoryPropertyFlags()
4475 while (getline(inputStream, tempStr, '|')) { in parse_VkQueueFlags()
4500 while (getline(inputStrea in parse_VkDeviceQueueCreateFlags()
[all...]

Completed in 30 milliseconds

12345678910>>...19