Home
last modified time | relevance | path

Searched defs:lines (Results 26 – 50 of 53) sorted by relevance

123

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/
H A Dfile_util.cpp209 bool LoadLinesFromFile(const std::string& filePath, std::vector<std::string>& lines) in LoadLinesFromFile()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_height_offset_calculator.h237 int32_t lines = count / lanes; in GetLines() local
/ohos5.0/foundation/resourceschedule/memmgr/test/unittest/phone/
H A Dkernel_interface_test.cpp189 std::string lines = line1 + "\n" + line2 + "\n" + line3; // "line1\nline2\nline3" variable
/ohos5.0/base/security/code_signature/services/key_enable/src/
H A Dkey_enable.rs142 let lines = BufReader::new(file).lines(); in get_keyring_id() localVariable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_layout_info.cpp177 auto lines = startIndex_ / crossCount_; in GetCurrentOffsetOfRegularGrid() local
258 auto lines = (childrenCount_) / crossCount_; in GetContentHeightOfRegularGrid() local
459 int32_t lines = static_cast<int32_t>(std::floor((targetContent - totalHeight) / regularHeight)); in SkipStartIndexByOffset() local
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/big_data_statistics/
H A Dgallery_download_file_stat.cpp201 std::vector<std::string> lines; in OutputToFile() local
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/include/
H A Dlog_stats.h49 uint32_t lines[LevelNum]; member
/ohos5.0/base/hiviewdfx/faultloggerd/test/utils/
H A Ddfx_test_util.cpp148 long lines = CountLines(filePath); in CheckKeyWords() local
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/
H A Dhls_tags.cpp381 auto lines = Split(s, "\r\n"); in ParseEntries() local
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
H A Ddecoder.rs73 lines: FiledLines, field
431 lines: &'a mut FiledLines, field
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dhls_tags.cpp388 auto lines = Split(s, "\r\n"); in ParseEntries() local
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dsmaps_memory_info.cpp208 vector<string> lines; in CalcSmapsGroup() local
/ohos5.0/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_utils.cpp371 std::vector<std::string> lines; in CheckAndUpdateRevertResult() local
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dsharing_manager.cpp393 const std::vector<std::string> lines = CommonUtils::Split(result, "\n"); in GetNetworkSharingTraffic() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/
H A Dparagraph_impl.cpp370 std::vector<std::unique_ptr<SPText::TextLineBase>> lines; in GetTextLines() local
/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H A Dnotification_utils.h49 CArrString lines; member
/ohos5.0/base/hiviewdfx/hilog/test/unittest/common/
H A Dhilogtool_test.cpp393 int lines = 5; variable
/ohos5.0/base/hiviewdfx/hiview/base/utility/
H A Dfile_util.cpp44 bool LoadLinesFromFile(const std::string& filePath, std::vector<std::string>& lines) in LoadLinesFromFile()
/ohos5.0/base/request/request/services/src/task/
H A Dupload.rs510 let mut lines = buf_reader.lines(); in handle_connection() localVariable
/ohos5.0/foundation/resourceschedule/memmgr/common/src/
H A Dkernel_interface.cpp157 bool KernelInterface::ReadLinesFromFile(const std::string& path, std::vector<std::string>& lines) in ReadLinesFromFile()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_utils.cpp352 void Utils::LoadLines(const std::string& path, std::vector<std::string>& lines) in LoadLines()
/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_decoder_v21.cpp657 std::vector<std::string> lines = VCardUtils::Split(from, "\r\n"); in ParseQuotedPrintableValue() local
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/include/
H A Dhilog_cmd.h194 uint32_t lines[LevelNum]; member
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dservice_controller.cpp507 int lines = rqst.headLines ? rqst.headLines : rqst.tailLines; in HandleOutputRqst() local
/ohos5.0/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H A Dscanhelper_fuzzer.cpp257 int32_t lines = dataProvider->ConsumeIntegralInRange<int32_t>(0, MAX_SET_NUMBER); in TestSetLines() local
273 int32_t lines = dataProvider->ConsumeIntegralInRange<int32_t>(0, MAX_SET_NUMBER); in TestScanParameters() local

123