Home
last modified time | relevance | path

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

12345678910>>...16

/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/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()
/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/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()
/foundation/multimedia/av_codec/test/nativedemo/
H A Dav_codec_demo.cpp79 (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...]
/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()
/foundation/CastEngine/castengine_wifi_display/tests/demo/interaction/
H A Dwfd_sink_demo.cpp289 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 Dsem_ver.cpp57 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()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Dconnection_detector.cpp64 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()
/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()
/foundation/CastEngine/castengine_wifi_display/tests/demo/wfd/
H A Dwfd_demo.cpp106 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 Ddrm_api_operation.cpp49 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()
/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...]
/foundation/window/window_manager/utils/src/
H A Dtypec_port_info.cpp70 srcFile.getline(buffer, bufferSize); in GetTypeCFileNode()
103 typeCThermalFile.getline(buffer, bufferSize); in GetTypeCThermal()
/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()
/foundation/multimodalinput/input/test/unittest/common/src/
H A Dsystem_info.cpp67 if (!std::getline(file, strLine)) { in GetTaskPidFile()
68 MMI_HILOGE("getline failed"); in GetTaskPidFile()
80 while (std::getline(file, strLine)) { in GetTaskPidFile()
136 std::getline(file, strLine); in GetProcOccupy()
177 std::getline(statFile, strLine); in GetSystemCpuStatInfo()
/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()
/drivers/peripheral/battery/interfaces/hdi_service/test/unittest/src/
H A Dhdi_interface_test.cpp95 while (getline(fin, line)) { in HWTEST_F()
131 while (getline(fin, line)) { in HWTEST_F()
/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()
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
H A Dfailure_signal_handler_test.cc118 std::getline(error_output, error_line); in TEST_P()
132 std::getline(error_output, error_line); in TEST_P()

Completed in 13 milliseconds

12345678910>>...16