Home
last modified time | relevance | path

Searched refs:BLANK (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dsmaps_memory_info.cpp51 static constexpr char BLANK = ' '; variable
92 StringUtils::GetInstance().SetWidth(LINE_WIDTH, BLANK, true, title1); in InsertSmapsTitle()
95 StringUtils::GetInstance().SetWidth(LINE_WIDTH, BLANK, true, title2); in InsertSmapsTitle()
100 StringUtils::GetInstance().SetWidth(LINE_WIDTH, BLANK, true, space); in InsertSmapsTitle()
105 BLANK, false, title); in InsertSmapsTitle()
108 LINE_START_VAL_WIDTH : LINE_WIDTH, BLANK, true, title); in InsertSmapsTitle()
125 StringUtils::GetInstance().SetWidth(LINE_WIDTH, BLANK, false, space); in BuildSmapsInfo()
127 StringUtils::GetInstance().SetWidth(LINE_NAME_VAL_WIDTH, BLANK, true, value); in BuildSmapsInfo()
130 LINE_START_VAL_WIDTH : LINE_WIDTH, BLANK, true, value); in BuildSmapsInfo()
163 StringUtils::GetInstance().SetWidth(LINE_NAME_VAL_WIDTH, BLANK, true, value); in BuildSmapsResult()
[all …]
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_event_injector/
H A Dui_test_event_injector.cpp41 const int16_t BLANK = 20; variable