/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | glmark2Benchmark.cpp | 198 while (std::getline(glmark2Output, line) && BeginsWith(line, "INFO:")) in parseOutput() 207 std::getline(glmark2Output, line); in parseOutput() 210 std::getline(glmark2Output, line); in parseOutput() 214 std::getline(glmark2Output, line); in parseOutput() 215 std::getline(glmark2Output, line); in parseOutput() 216 std::getline(glmark2Output, line); in parseOutput() 217 std::getline(glmark2Output, line); in parseOutput() 224 std::getline(glmark2Output, line); in parseOutput() 228 while (std::getline(glmark2Output, line) && line[0] != '=') in parseOutput()
|
/third_party/node/deps/v8/src/builtins/ |
H A D | profile-data-reader.cc | 54 for (std::string line; std::getline(file, line);) { in EnsureInitProfileData() 57 if (!std::getline(line_stream, token, ',')) continue; in EnsureInitProfileData() 63 CHECK(std::getline(line_stream, builtin_name, ',')); in EnsureInitProfileData() 64 CHECK(std::getline(line_stream, token, ',')); in EnsureInitProfileData() 68 std::getline(line_stream, token, ','); in EnsureInitProfileData() 82 CHECK(std::getline(line_stream, builtin_name, ',')); in EnsureInitProfileData() 83 std::getline(line_stream, token, ','); in EnsureInitProfileData()
|
/third_party/skia/third_party/externals/tint/src/utils/io/ |
H A D | tmpfile_test.cc | 43 EXPECT_TRUE(std::getline(file, line)); in TEST() 45 EXPECT_FALSE(std::getline(file, line)); in TEST() 56 EXPECT_TRUE(std::getline(file, line)); in TEST() 58 EXPECT_TRUE(std::getline(file, line)); in TEST() 60 EXPECT_FALSE(std::getline(file, line)); in TEST()
|
/third_party/python/Lib/test/ |
H A D | test_linecache.py | 64 cached_line = linecache.getline(self.file_name, index + 1) 76 self.assertEqual(linecache.getline(self.file_name, 1), '') 103 getline = linecache.getline 106 self.assertEqual(getline(FILENAME, 2**15), EMPTY) 107 self.assertEqual(getline(FILENAME, -1), EMPTY) 110 self.assertRaises(TypeError, getline, FILENAME, 1.1) 113 self.assertEqual(getline(EMPTY, 1), EMPTY) 114 self.assertEqual(getline(INVALID_NAME, 1), EMPTY) 121 self.assertEqual(line, getline(filenam [all...] |
/kernel/linux/linux-5.10/Documentation/trace/ |
H A D | function-graph-fold.vim | 15 let line = getline(a:lnum) 29 let s = split(getline(v:foldstart), '|', 1) 30 if getline(v:foldend+1) =~ 'finish_task_switch() {$' 33 let e = split(getline(v:foldend), '|', 1)
|
/kernel/linux/linux-6.6/Documentation/trace/ |
H A D | function-graph-fold.vim | 15 let line = getline(a:lnum) 29 let s = split(getline(v:foldstart), '|', 1) 30 if getline(v:foldend+1) =~ 'finish_task_switch() {$' 33 let e = split(getline(v:foldend), '|', 1)
|
/third_party/protobuf/examples/ |
H A D | add_person.cc | 24 getline(cin, *person->mutable_name()); in PromptForAddress() 28 getline(cin, email); in PromptForAddress() 36 getline(cin, number); in PromptForAddress() 46 getline(cin, type); in PromptForAddress()
|
/foundation/multimedia/av_codec/test/nativedemo/ |
H A D | av_codec_demo.cpp | 79 (void)getline(cin, mode); in RunAudioDecoder() 120 (void)getline(cin, mode); in RunAudioAVBufferDecoder() 157 (void)getline(cin, mode); in RunAudioAVBufferDecoderDrm() 187 (void)getline(cin, mode); in RunAudioEncoder() 236 (void)getline(cin, mode); in RunAudioInnerDecoder() 270 (void)getline(cin, mode); in RunAudioInnerEncoder() 309 (void)getline(cin, mode); in RunVideoDecoder() 334 (void)getline(cin, mode); in RunVideoDecoderDrm() 358 (void)getline(cin, mode); in RunVideoInnerDecoder() 381 (void)getline(ci in RunE2EDemo() [all...] |
/kernel/linux/linux-6.6/scripts/ |
H A D | ver_linux | 40 while ("ldconfig -p 2>/dev/null" | getline > 0) 54 while ("sort /proc/modules" | getline > 0) { 63 while (cmd | getline > 0) {
|
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
H A D | getline.c | 37 ssize_t read = getline(&line, &len, fp); in getline_0100() 58 ssize_t read = getline(NULL, &len, fp); in getline_0200() 78 ssize_t read = getline(&line, 0, fp); in getline_0300()
|
/foundation/CastEngine/castengine_wifi_display/tests/demo/interaction/ |
H A D | wfd_sink_demo.cpp | 289 getline(std::cin, input); in DoCmd() 296 getline(std::cin, input); in DoCmd() 301 getline(std::cin, input); in DoCmd() 306 getline(std::cin, input); in DoCmd() 313 getline(std::cin, input); in DoCmd() 317 getline(std::cin, input); in DoCmd() 321 getline(std::cin, input); in DoCmd() 328 getline(std::cin, input); in DoCmd() 333 getline(std::cin, input); in DoCmd() 483 getline(st in TestOneByOne() [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/navigation/ |
H A D | sem_ver.cpp | 57 while (std::getline(issBase, segment, DOT)) { in SemVer() 72 while (std::getline(issPreRel, segmentPreRel, DOT)) { in SemVer() 77 while (std::getline(issBuild, segmentBuild, DOT)) { in SemVer()
|
/kernel/linux/linux-5.10/scripts/ |
H A D | ver_linux | 40 while ("ldconfig -p 2>/dev/null" | getline > 0) { 57 while ("sort /proc/modules" | getline > 0) { 66 while (cmd | getline > 0) {
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/ |
H A D | connection_detector.cpp | 64 getline(inputFile, str); in MatchConnectionStatus() 68 while (getline(inputFile, str)) { in MatchConnectionStatus() 90 getline(statusFile, str); in MatchConnectionGroup() 92 while (getline(statusFile, str)) { in MatchConnectionGroup()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | cputopo.c | 47 sret = getline(&buf, &len, fp); in build_cpu_topology() 78 sret = getline(&buf, &len, fp); in build_cpu_topology() 110 if (getline(&buf, &len, fp) <= 0) in build_cpu_topology() 251 while (getline(&buf, &len, fp) > 0) { in load_numa_node() 275 if (getline(&buf, &len, fp) <= 0) in load_numa_node() 311 if (getline(&buf, &len, fp) <= 0) in numa_topology__new()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/ |
H A D | sfn_test_shaders.cpp | 3070 std::getline(is, line); in from_string() 3088 while (std::getline(is, line)) { in from_string() 3104 while (std::getline(is, line)) { in from_string()
|
/third_party/selinux/libselinux/src/ |
H A D | init.c | 68 num = getline(&buf, &len, fp); in selinuxfs_exists() 74 num = getline(&buf, &len, fp); in selinuxfs_exists() 107 while ((num = getline(&buf, &len, fp)) != -1) { in init_selinuxmnt()
|
/third_party/skia/third_party/externals/dawn/src/tests/ |
H A D | ToggleParser.cpp | 29 while (getline(toggles, toggle, ',')) { in ParseEnabledToggles() 43 while (getline(toggles, toggle, ',')) { in ParseDisabledToggles()
|
/third_party/zlib/contrib/iostream3/ |
H A D | test.cc | 27 while (inf.getline(buf,80,'\n')) { in main() 43 while (inf.getline(buf,80,'\n')) { in main()
|
/foundation/CastEngine/castengine_wifi_display/tests/demo/wfd/ |
H A D | wfd_demo.cpp | 106 getline(std::cin, input); in SelectMediaFormat() 121 getline(std::cin, input); in SelectMediaFormat() 204 getline(std::cin, inputCmd); in RunWfdSink() 239 getline(std::cin, input); in DoCmd() 277 (void)getline(std::cin, mode); in main()
|
/foundation/multimedia/drm_framework/services/utils/ |
H A D | drm_api_operation.cpp | 49 while (std::getline(file, line)) { in LoadConfigurationFile() 128 while (std::getline(stream, line)) { in ParseReportConfig() 150 while (std::getline(stream, line)) { in ParseEvent() 172 while (std::getline(stream, line)) { in ParseEventConfig() 193 while (std::getline(stream, line)) { in ParseApiOperationManagement()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | cputopo.c | 55 sret = getline(&buf, &len, fp); in build_cpu_topology() 86 sret = getline(&buf, &len, fp); in build_cpu_topology() 118 if (getline(&buf, &len, fp) <= 0) in build_cpu_topology() 333 while (getline(&buf, &len, fp) > 0) { in load_numa_node() 357 if (getline(&buf, &len, fp) <= 0) in load_numa_node() 393 if (getline(&buf, &len, fp) <= 0) in numa_topology__new() 452 if (getline(&buf, &len, fp) <= 0) { in load_hybrid_node()
|
/test/testfwk/developer_test/local_coverage/keyword_registration/ |
H A D | keyword_filter.py | 519 coverage_tag = linecache.getline(file_path, line) 520 covered_tag = linecache.getline(file_path, line + 1) 521 coverage_total_tag = linecache.getline(file_path, line + 2) 525 coverage_rate_tag = linecache.getline(file_path, line + 3) 595 coverage_head_tag = linecache.getline(index_path, line) 596 origin_hit_tag = linecache.getline(index_path, line + 1) 598 origin_total_tag = linecache.getline(index_path, line + 2) 600 origin_rate_tag = linecache.getline(index_path, line + 3) 608 no_change_file_tag += linecache.getline(index_path, tag_line + i) 609 file_rate_tag = linecache.getline(index_pat [all...] |
/foundation/window/window_manager/utils/src/ |
H A D | typec_port_info.cpp | 70 srcFile.getline(buffer, bufferSize); in GetTypeCFileNode() 103 typeCThermalFile.getline(buffer, bufferSize); in GetTypeCThermal()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkAppParamsUtil.cpp | 60 while (std::getline(file, line)) in readApplicationParameters() 80 while (std::getline(sstream, token, ',')) in readApplicationParameters()
|