/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/ |
H A D | declaration.cpp | 3266 while (getline(stream, fontFamily, ',')) { 3278 while (getline(stream, fontSize, ',')) {
|
/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | input_windows_manager.cpp | 1550 while (std::getline(stream, line, '\n')) { in UpdateDisplayInfo() 4084 while (std::getline(stream, line, '\n')) { in UpdateDisplayInfo()
|
/third_party/toybox/toys/pending/ |
H A D | awk.c | 182 // "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 D | dhcpd.c | 732 len = getline(&confline_temp, (size_t*) &linelen, fs); in parse_server_config()
|
H A D | ip.c | 191 while ((len = getline(&line, &l, fp)) > 0) { in parseRPDB()
|
/third_party/node/deps/v8/src/d8/ |
H A D | d8.cc | 902 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 D | form_pattern.cpp | 1055 if (!std::getline(streamDimension, dimensionHeightStr, FORM_DIMENSION_SPLITTER)) { in GetFormDimensionHeight()
|
/foundation/graphic/graphic_surface/surface/src/ |
H A D | buffer_queue.cpp | 74 std::getline(procfile, processName); in IsLocalRender()
|
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
H A D | input_manager_impl.cpp | 736 while (std::getline(stream, line, '\n')) { in PrintWindowInfo()
|
/foundation/resourceschedule/device_usage_statistics/services/common/src/ |
H A D | bundle_active_usage_database.cpp | 456 openVersionFile.getline(str, FILE_VERSION_LINE_NUM); in GetOldDbVersion()
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | stdiondk1.cpp | 1085 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 D | teglSyncTests.cpp | 224 while (std::getline(extensionStream, extension, ' ')) in requiredGLESExtensions()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fFboRenderTest.cpp | 384 while (std::getline(extensions, extension, ' ')) in isExtensionSupported()
|
/foundation/multimedia/audio_framework/frameworks/native/audiopolicy/test/unittest/manager_test/src/ |
H A D | audio_manager_unit_test.cpp | 2789 while (getline(ifs, s)) {
|
/foundation/communication/netmanager_base/services/netconnmanager/src/ |
H A D | net_conn_service.cpp | 2657 while (getline(preferCellularFile, line)) { in GetPreferredUrl()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | annotate.c | 2038 /* 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 D | annotate.c | 2164 /* Storage for getline. */ in symbol__disassemble() 2173 if (getline(&line, &line_len, file) < 0 || !line) in symbol__disassemble()
|
/third_party/libdrm/ |
H A D | xf86drm.c | 3495 while ((num = getline(&line, &size, fp)) >= 0) { in sysfs_uevent_get()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_service_event_handler.cpp | 2476 while (getline(ss, part, SEPARATOR)) { in GetBundleNameByPreInstallPath()
|
/test/xts/acts/ai/mindspore/mindsporectest/src/ |
H A D | ohos_c_api_test_mslite.cpp | 3914 while (std::getline(infile, line)) { in PrintMem()
|
/third_party/libabigail/src/ |
H A D | abg-reader.cc | 3242 while (std::getline(aliases, item, ',')) in build_elf_symbol_db()
|
/third_party/protobuf/conformance/third_party/jsoncpp/ |
H A D | jsoncpp.cpp | 301 std::getline(sin, doc, (char)EOF); in parse()
|
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/ |
H A D | ReactorUnitTests.cpp | 3539 for(std::string line; std::getline(iss, line);)
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
H A D | jsoncpp.cpp | 286 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 D | jsoncpp.cpp | 286 std::getline(sin, doc, (char)EOF); in parse()
|