Home
last modified time | relevance | path

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

12345

/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscan_parameters_helper.cpp59 int32_t lines = NapiScanUtils::GetInt32Property(env, jsValue, PARAM_SCAN_PARA_LINES); in BuildFromJs() local
H A Dscan_parameters.cpp80 void ScanParameters::SetLines(const int32_t &lines) in SetLines()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DTextViewTransformState.java125 int lines = l.getLineCount(); in getEllipsisCount() local
/ohos5.0/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/beans/
H A Devent_tree.py51 def parse_tree_index(self, lines): argument
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DBootReceiver.java520 String lines[] = log.split("\n"); in addFsckErrorsToDropBoxAndLogFsStat() local
694 String lines; in logFsShutdownTime() local
735 public static int fixFsckFsStat(String partition, int statOrg, String[] lines, in fixFsckFsStat()
816 private static void handleFsckFsStat(Matcher match, String[] lines, int startLineNumber, in handleFsckFsStat()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_controller.cpp108 int32_t lines = 0; in GetTextContentLinesNum() local
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/utils/
H A Dcpu_util.cpp103 std::vector<std::string> lines; in GetCpuTimeInfos() local
/ohos5.0/base/hiviewdfx/hidumper/services/native/src/
H A Ddump_common_utils.cpp219 bool DumpCommonUtils::GetLinesInFile(const std::string& file, std::vector<std::string>& lines) in GetLinesInFile()
299 std::vector<std::string> lines; in GetProcessInfo() local
/ohos5.0/base/hiviewdfx/hilog/services/hilogtool/
H A Dlog_display.cpp98 uint32_t lines = 0; in GetTotalLines() local
279 uint32_t lines = 0; in HilogShowLogStatsInfo() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/
H A Dtypography.cpp255 const auto &lines = paragraph_->GetLineMetrics(); in GetLineHeight() local
265 const auto &lines = paragraph_->GetLineMetrics(); in GetLineWidth() local
430 std::vector<std::unique_ptr<TextLineBase>> lines; in GetTextLines() local
/ohos5.0/base/update/updater/services/updater_binary/
H A Dupdate_image_block.cpp188 static int32_t ExecuteTransferCommand(int fd, const std::vector<std::string> &lines, TransferManage… in ExecuteTransferCommand()
284 …Hpackage::PkgManager::StreamPtr &outStream, const std::vector<std::string> &lines, Uscript::UScrip… in DoExecuteUpdateBlock()
368 std::vector<std::string> lines = in ExecuteUpdateBlock() local
/aosp14/frameworks/base/services/core/java/com/android/server/cpu/
H A DCpuInfoReader.java507 List<String> lines = Files.readAllLines(timeInStateFile.toPath()); in readTimeInState() local
535 List<String> lines = Files.readAllLines(file.toPath()); in readCpuFreqKHz() local
593 List<String> lines = Files.readAllLines(file.toPath()); in readCpuCores() local
651 List<String> lines = Files.readAllLines(mProcStatFile.toPath()); in readCumulativeCpuUsageStats() local
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/
H A Ddecoder.rs35 lines: HeaderLines, field
95 lines: &'a mut HeaderLines, field
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
H A Dasync_buf_read.rs159 fn lines(self) -> LinesTask<Self> in lines() method
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_text_editable_controller.cpp148 auto lines = controller->GetTextContentLinesNum(); in GetTextContentLinesNum() local
/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Dfreeze_detector_plugin.cpp89 std::vector<std::string> lines; in RemoveRedundantNewline() local
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/
H A Devent_logger.cpp303 std::vector<std::string> lines; in SaveDbToFile() local
376 std::vector<std::string> lines; in ParseMsgForMessageAndEventHandler() local
424 std::vector<std::string> lines; in ParsePeerBinder() local
641 std::vector<std::string> lines; in ParsePeerStack() local
/aosp14/frameworks/base/media/java/android/media/
H A DSRTRenderer.java92 String[] lines = paragraph.split("\\r?\\n"); in onData() local
/aosp14/system/core/storaged/
H A Dstoraged_info.cpp289 vector<string> lines = Split(buffer, "\n"); in report() local
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
H A Dos_event_listener.cpp226 std::vector<std::string> lines; in GetEventsFromFiles() local
/ohos5.0/build/test/example/
H A Dperformance_test.py169 def generate_error_content(table_name, lines): argument
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dmemory_util.cpp196 void MemoryUtil::SetMemTotalValue(const string &value, vector<string> &lines, vector<string> &value… in SetMemTotalValue()
/aosp14/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DDeviceConfigService.java355 final ArrayList<String> lines = new ArrayList<>(); in listAll() local
/aosp14/frameworks/base/tests/BackgroundDexOptServiceIntegrationTests/src/com/android/server/pm/
H A DBackgroundDexOptServiceIntegrationTests.java174 String[] lines = runShellCommandSplitLines(cmd); in getCompilerFilter() local
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationShellCmdTest.java205 final ArrayList<CharSequence> lines = in testInbox() local

12345