Home
last modified time | relevance | path

Searched refs:getline (Results 426 - 450 of 457) sorted by relevance

1...<<111213141516171819

/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration.cpp3266 while (getline(stream, fontFamily, ',')) {
3278 while (getline(stream, fontSize, ',')) {
/foundation/multimodalinput/input/service/window_manager/src/
H A Dinput_windows_manager.cpp1550 while (std::getline(stream, line, '\n')) { in UpdateDisplayInfo()
4084 while (std::getline(stream, line, '\n')) { in UpdateDisplayInfo()
/third_party/toybox/toys/pending/
H A Dawk.c182 // "return next nextfile delete print printf getline ";
304 ssize_t getline(char **lineptr, size_t *n, FILE *stream);
334 "return next nextfile delete print printf getline ";
759 TT.scs->line_len = getline(&TT.scs->line, &TT.scs->line_size, TT.scs->fp); in get_char()
1306 // getline is special, not a normal builtin. in getlbp()
1779 // getline may be (according to awk book): in primary()
1780 // getline [var [<file]] in primary()
1781 // getline <file in primary()
1782 // cmd | getline [var] in primary()
1889 // regex, func, getline, lef in expr()
[all...]
H A Ddhcpd.c732 len = getline(&confline_temp, (size_t*) &linelen, fs); in parse_server_config()
H A Dip.c191 while ((len = getline(&line, &l, fp)) > 0) { in parseRPDB()
/third_party/node/deps/v8/src/d8/
H A Dd8.cc902 while (std::getline(segment_stream, segment, '/')) { in NormalizePath()
1478 while (std::getline(stream, line, '\n')) { in LoadJSON()
3646 while (std::getline(stream, line, '\n')) { in ReadLines()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
H A Dform_pattern.cpp1055 if (!std::getline(streamDimension, dimensionHeightStr, FORM_DIMENSION_SPLITTER)) { in GetFormDimensionHeight()
/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_queue.cpp74 std::getline(procfile, processName); in IsLocalRender()
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_manager_impl.cpp736 while (std::getline(stream, line, '\n')) { in PrintWindowInfo()
/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_usage_database.cpp456 openVersionFile.getline(str, FILE_VERSION_LINE_NUM); in GetOldDbVersion()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dstdiondk1.cpp1085 NAPI_ASSERT(env, fp != nullptr, "getline fopen Error"); in Getline_One()
1089 NAPI_ASSERT(env, fret == PARAM_0, "getline fseek Error"); in Getline_One()
1090 ssize_t ret = getline(&line, &len, fp); in Getline_One()
1091 NAPI_ASSERT(env, ret > PARAM_0, "getline Error"); in Getline_One()
/third_party/vk-gl-cts/modules/egl/
H A DteglSyncTests.cpp224 while (std::getline(extensionStream, extension, ' ')) in requiredGLESExtensions()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fFboRenderTest.cpp384 while (std::getline(extensions, extension, ' ')) in isExtensionSupported()
/foundation/multimedia/audio_framework/frameworks/native/audiopolicy/test/unittest/manager_test/src/
H A Daudio_manager_unit_test.cpp2789 while (getline(ifs, s)) {
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp2657 while (getline(preferCellularFile, line)) { in GetPreferredUrl()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dannotate.c2038 /* Storage for getline. */ in symbol__disassemble()
2047 if (getline(&line, &line_len, file) < 0 || !line) in symbol__disassemble()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dannotate.c2164 /* Storage for getline. */ in symbol__disassemble()
2173 if (getline(&line, &line_len, file) < 0 || !line) in symbol__disassemble()
/third_party/libdrm/
H A Dxf86drm.c3495 while ((num = getline(&line, &size, fp)) >= 0) { in sysfs_uevent_get()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service_event_handler.cpp2476 while (getline(ss, part, SEPARATOR)) { in GetBundleNameByPreInstallPath()
/test/xts/acts/ai/mindspore/mindsporectest/src/
H A Dohos_c_api_test_mslite.cpp3914 while (std::getline(infile, line)) { in PrintMem()
/third_party/libabigail/src/
H A Dabg-reader.cc3242 while (std::getline(aliases, item, ',')) in build_elf_symbol_db()
/third_party/protobuf/conformance/third_party/jsoncpp/
H A Djsoncpp.cpp301 std::getline(sin, doc, (char)EOF); in parse()
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/
H A DReactorUnitTests.cpp3539 for(std::string line; std::getline(iss, line);)
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp286 std::getline(sin, doc, (char)EOF); in parse()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp286 std::getline(sin, doc, (char)EOF); in parse()

Completed in 114 milliseconds

1...<<111213141516171819