/third_party/ltp/testcases/kernel/mce-test/hwpoison/ |
H A D | tsoftinj.c | 58 while (getline(&line, &linelen, f) > 0) { in meminfo()
|
H A D | hugepage.h | 73 while (getline(&line, &linelen, f) > 0) { in hugetlbfs_root()
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
H A D | hugepage.h | 73 while (getline(&line, &linelen, f) > 0) { in hugetlbfs_root()
|
H A D | tsoftinj.c | 58 while (getline(&line, &linelen, f) > 0) { in meminfo()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | unify_const_test.cpp | 85 while (std::getline(ss, inst_str, '\n')) { in StripOpNameInstructionsToSet()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | unify_const_test.cpp | 85 while (std::getline(ss, inst_str, '\n')) { in StripOpNameInstructionsToSet()
|
/third_party/skia/src/sksl/lex/ |
H A D | Main.cpp | 191 while (std::getline(in, line)) { in process()
|
/third_party/skia/third_party/externals/tint/src/utils/io/ |
H A D | command_posix.cc | 119 while (getline(path, dir, ':')) { in FindExecutable()
|
/third_party/skia/tools/skqp/ |
H A D | jitter_gms.cpp | 104 while (std::getline(ifs, str)) { in main()
|
/third_party/toybox/lib/ |
H A D | password.c | 153 while ((n = getline(&line, &allocated_length, exfp)) > 0) { in update_password()
|
/third_party/spirv-tools/test/opt/ |
H A D | unify_const_test.cpp | 85 while (std::getline(ss, inst_str, '\n')) { in StripOpNameInstructionsToSet()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fStringQueryTests.cpp | 181 if (std::getline(extensionStream, extension, ' ')) in init()
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
H A D | deStringUtil.cpp | 102 while (std::getline(tokenStream, token, delim)) in splitString()
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | text_style_parser.cpp | 296 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 D | drawing_playback.cpp | 345 getline(std::cin, line); in UpdateParameters() 380 getline(std::cin, line); in Test()
|
/foundation/communication/ipc/ipc/native/test/unittest/common/ |
H A D | ipc_hitrace_unittest.cpp | 110 getline(ss, str); in BinderTraceGetRemainLog() 131 getline(rss, str); in BinderTraceCheckLog()
|
/foundation/deviceprofile/device_info_manager/old/tools/dp/src/ |
H A D | dp_command.cpp | 412 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 D | hdi_battery_test.cpp | 399 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 D | hdi_battery_test.cpp | 409 while (getline(fin, line)) { in HWTEST_F() 451 while (getline(fin, line)) { in HWTEST_F()
|
/third_party/benchmark/test/ |
H A D | output_test_helper.cc | 102 std::getline(remaining_output, line); in CheckCase() 235 std::getline(output, line); in CheckResults()
|
/third_party/node/deps/v8/src/torque/ls/ |
H A D | message-handler.cc | 38 std::getline(std::cin, line); in ReadMessage() 47 std::getline(std::cin, line); in ReadMessage()
|
/third_party/toybox/scripts/ |
H A D | config2help.c | 241 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 D | modprobe.c | 170 len = getline(&line, &linelen, fl); in read_line() 187 nxtlen = getline(&nxtline, &nxtlinelen, fl); in read_line()
|
/third_party/python/Lib/ |
H A D | cgitb.py | 146 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 D | vulkan_json_parser.hpp | 4345 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...] |