Home
last modified time | relevance | path

Searched refs:getline (Results 276 - 300 of 376) sorted by relevance

1...<<111213141516

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DShader.cpp449 while (std::getline(inputSourceStream, line)) in resolveCompile()
/third_party/vk-gl-cts/executor/tools/
H A DxeCommandLineExecutor.cpp83 while (std::getline(inStr, comp, ',')) in parseCommaSeparatedList()
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
H A Dangle_deqp_gtest.cpp329 std::getline(caseListStream, inString);
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMReactorDebugInfo.cpp505 while(std::getline(file, line)) in getOrParseFileTokens()
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dgenrb.cpp683 while (std::getline(f, currentLine)) { in processFile()
/third_party/toybox/toys/pending/
H A Dcrond.c392 while (getline(&line, &allocated_length, fp) > 0) { in scan_cronfiles()
/third_party/python/Lib/
H A Dtracemalloc.py251 line = linecache.getline(frame.filename, frame.lineno).strip()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp275 while (std::getline(opSrc, line)) in generateVertexShader()
490 while (std::getline(opSrc, line)) in generateGeometryShader()
563 while (std::getline(opSrc, line)) in generateFragmentShader()
1757 while (std::getline(opSrc, line)) in generateExecBufferIo()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp275 while (std::getline(opSrc, line)) in generateVertexShader()
490 while (std::getline(opSrc, line)) in generateGeometryShader()
563 while (std::getline(opSrc, line)) in generateFragmentShader()
1757 while (std::getline(opSrc, line)) in generateExecBufferIo()
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnncompiler.cpp645 getline(inf, currentVersion); in RestoreFromCacheFile()
/foundation/ability/ability_runtime/services/appdfr/src/
H A Dappfreeze_manager.cpp331 while (getline(fin, line)) { in BinderParser()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/config/
H A Daudio_policy_parser.cpp355 while (std::getline(ss, token, ',')) { in SplitChannelStringToSet()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedia_file_utils.cpp292 while (getline(folderStream, segment, '/')) { in CreateDirectory()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dvideodec_ndk_sample.cpp238 while (getline(ss, item, ',')) { in LoadHashFile()
/foundation/resourceschedule/device_standby/utils/policy/src/
H A Dstandby_config_manager.cpp775 while (std::getline(ss, conditionSubstr, TAG_CONDITION_DELIM)) { in ParseCondition()
/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dbpf_loader.cpp339 while (std::getline(ifs, s)) { in IsMounted()
/foundation/communication/wifi/wifi/test/wifi_client/
H A Dwifi_client.cpp751 getline(cin, inputLine); in HandleInteractive()
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_service_impl.cpp634 while (inFile.getline(tmpLineData, sizeof(tmpLineData))) { in GetDhcpClientInfos()
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_dumper.cpp69 std::getline(infile, processName); in GetProcessNameByPid()
/test/xts/acts/kernel_lite/io_posix/src/
H A DIoTestStdio.cpp342 * @tc.name getline basic function test
357 ssize_t retS = getline(&linePtr, &len, fp); in HWTEST_F()
/third_party/json/tests/src/
H A Dunit-testsuites.cpp1371 while (getline(f, line))
/third_party/ltp/tools/sparse/sparse-src/
H A Dsemind.c921 } while((semind_line_len = getline(&semind_line, &semind_line_buflen, semind_file_fd)) != -1); in print_file_line()
924 semind_error(1, errno, "getline"); in print_file_line()
/third_party/node/deps/v8/src/objects/
H A Djs-locale.cc208 while (std::getline(token_stream, token, '-')) {
/third_party/skia/third_party/externals/spirv-tools/tools/fuzz/
H A Dfuzz.cpp588 while (std::getline(donors_file, donor_filename)) { in Fuzz()
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/
H A Dheader.cpp268 while (std::getline(cstream, cline)) // fmt each line in addComment()

Completed in 41 milliseconds

1...<<111213141516