Home
last modified time | relevance | path

Searched refs:getline (Results 1 - 25 of 322) sorted by relevance

12345678910>>...13

/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A Dglmark2Benchmark.cpp198 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/python/Lib/test/
H A Dtest_linecache.py64 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...]
/third_party/node/deps/v8/src/builtins/
H A Dprofile-data-reader.cc54 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 Dtmpfile_test.cc43 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()
/kernel/linux/linux-5.10/Documentation/trace/
H A Dfunction-graph-fold.vim15 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 Dfunction-graph-fold.vim15 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 Dadd_person.cc24 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()
/kernel/linux/linux-6.6/scripts/
H A Dver_linux40 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 Dgetline.c37 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()
/kernel/linux/linux-5.10/scripts/
H A Dver_linux40 while ("ldconfig -p 2>/dev/null" | getline > 0) {
57 while ("sort /proc/modules" | getline > 0) {
66 while (cmd | getline > 0) {
/kernel/linux/linux-5.10/tools/perf/util/
H A Dcputopo.c47 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 Dsfn_test_shaders.cpp3070 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 Dinit.c68 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 DToggleParser.cpp29 while (getline(toggles, toggle, ',')) { in ParseEnabledToggles()
43 while (getline(toggles, toggle, ',')) { in ParseDisabledToggles()
/third_party/zlib/contrib/iostream3/
H A Dtest.cc27 while (inf.getline(buf,80,'\n')) { in main()
43 while (inf.getline(buf,80,'\n')) { in main()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dcputopo.c55 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 Dkeyword_filter.py519 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...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkAppParamsUtil.cpp60 while (std::getline(file, line)) in readApplicationParameters()
80 while (std::getline(sstream, token, ',')) in readApplicationParameters()
/third_party/toybox/toys/posix/
H A Duudecode.c38 if ((n = getline(&line, &allocated_length, ifp)) == -1) in uudecode_main()
56 if (m == 2 || (n = getline(&line, &allocated_length, ifp)) == -1) break; in uudecode_main()
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerMerge.cpp53 if (!std::getline(IS, Line, '\n')) return false; in Parse()
60 if (!std::getline(IS, Line, '\n')) return false; in Parse()
69 if (!std::getline(IS, Files[i].Name, '\n')) in Parse()
76 while (std::getline(IS, Line, '\n')) { in Parse()
/kernel/linux/linux-5.10/Documentation/arm/samsung/
H A Dclksrc-change-registers.awk69 while (getline line < ARGV[1] > 0) {
98 if ((getline line) <= 0) {
/kernel/linux/linux-6.6/Documentation/arch/arm/samsung/
H A Dclksrc-change-registers.awk69 while (getline line < ARGV[1] > 0) {
98 if ((getline line) <= 0) {
/kernel/linux/linux-5.10/tools/perf/arch/s390/util/
H A Dheader.c60 while ((read = getline(&line, &line_sz, sysinfo)) != -1) { in get_cpuid()
103 while ((read = getline(&line, &line_sz, sysinfo)) != -1) { in get_cpuid()
/kernel/linux/linux-6.6/tools/perf/arch/s390/util/
H A Dheader.c60 while ((read = getline(&line, &line_sz, sysinfo)) != -1) { in get_cpuid()
103 while ((read = getline(&line, &line_sz, sysinfo)) != -1) { in get_cpuid()
/third_party/libdrm/amdgpu/
H A Damdgpu_asic_id.c124 while ((n = getline(&line, &len, fp)) != -1) { in amdgpu_parse_asic_ids()
139 while ((n = getline(&line, &len, fp)) != -1) { in amdgpu_parse_asic_ids()

Completed in 14 milliseconds

12345678910>>...13