/base/startup/init_lite/test/unittest/param/ |
D | watcher_agent_unittest.cpp | 49 ParamWorkSpace *space = GetClientParamWorkSpace(); in SetUp() local 50 if (space != nullptr && space->securityLabel != nullptr) { in SetUp() 51 space->securityLabel->cred.uid = 1000; // 1000 test uid in SetUp() 52 space->securityLabel->cred.gid = 1000; // 1000 test gid in SetUp()
|
D | client_unittest.cpp | 209 ParamWorkSpace *space = GetClientParamWorkSpace(); in SetUp() local 210 if (space != nullptr && space->securityLabel != nullptr) { in SetUp() 211 space->securityLabel->cred.uid = 1000; // 1000 test uid in SetUp() 212 space->securityLabel->cred.gid = 1000; // 1000 test gid in SetUp()
|
/base/global/i18n_lite/frameworks/i18n/src/ |
D | number_data.cpp | 152 int space = 0; // 0 = 0020, 1 = c2a0 in ParsePercentPattern() local 160 space = 1; in ParsePercentPattern() 168 space = 1; in ParsePercentPattern() 171 ParseOtherPerPattern(pattern, len, perSignPos, space, hasSpace); in ParsePercentPattern() 189 const int space, const int hasSpace) in ParseOtherPerPattern() argument 198 if ((hasSpace > 0) && (space == 0)) { in ParseOtherPerPattern() 200 } else if ((hasSpace > 0) && (space == 1)) { in ParseOtherPerPattern() 208 if ((hasSpace > 0) && (space == 0)) { in ParseOtherPerPattern() 210 } else if ((hasSpace > 0) && (space == 1)) { in ParseOtherPerPattern()
|
/base/compileruntime/js_util_module/util/src/ |
D | util_js.ts | 87 let space : string= enter; 89 str += obj[protoName].name + ':' + space; 91 space += ' '; 92 str += '{ [Function: ' + obj[protoName].name + ']' + space 93 + '[length]: ' + obj[protoName].length + ',' + space 94 + '[name] :\'' + obj[protoName].name + '\',' + space 127 let space : string = enter; 128 space += ' '; 131 str += '{ [Function: ' + i.name + ']' + space; 134 str += '{ [Function]' + space; [all …]
|
/base/notification/ans_standard/services/ans/resource/ |
D | downloadTemplate.js | 1 …space:10}),Column.alignItems(HorizontalAlign.Center),Column.width("100%"),Row.create({space:10}),R… property
|
/base/update/app/entry/src/main/js/default/pages/index/ |
D | index.css | 170 justify-content: space-around; 175 justify-content: space-around;
|
/base/hiviewdfx/hilog/ |
D | README.md | 21 User-space processes write logs to the ring buffer of hilogd through the log API. hilogd sends logs… 25 - **hilogd**: log service in the user space 28 2. User-space processes call the log APIs to transfer the formatted log content to hilogd and stor…
|
/base/global/i18n_lite/frameworks/i18n/include/ |
D | number_data.h | 84 const int space, const int hasSpace);
|
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/ |
D | memory_info.cpp | 57 string space = " "; in insertMemoryTitle() local 58 StringUtils::GetInstance().SetWidth(LINE_WIDTH_, BLANK_, false, space); in insertMemoryTitle() 67 line1.push_back(space); in insertMemoryTitle() 68 line2.push_back(space); in insertMemoryTitle() 69 line3.push_back(space); in insertMemoryTitle() 70 line4.push_back(space); in insertMemoryTitle()
|
/base/compileruntime/js_api_module/convertxml/src/ |
D | js_convertxml.ts | 41 let space : string | number | undefined = converted.spaces;
|
/base/startup/init_lite/services/param/trigger/ |
D | trigger_manager.c | 740 TriggerWorkSpace *space = GetTriggerWorkSpace(); in GetTriggerCache() local 741 if (space == NULL) { in GetTriggerCache() 745 *size = sizeof(space->cache) / sizeof(space->cache[0]); in GetTriggerCache() 747 return space->cache; in GetTriggerCache()
|
/base/startup/init_lite/ |
D | README.md | 11 …ts system service processes from the time the kernel loads the first user-space process to the tim… 123 …ently\). The command name and parameters \(128 bytes or less\) must be separated by only one space. 141 …="b1111653719537"></a>mkdir</strong> and the target folder must be separated by only one space.</p> 150 …i667944825318"></a><a name="i667944825318"></a>target</em> must be separated by only one space.</p> 159 …="i56935885316"></a><a name="i56935885316"></a>target</em> must be separated by only one space.</p> 168 …0"></a>Mounts devices. Every two parameters must be separated by only one space. Currently, suppor…
|
/base/hiviewdfx/hilog_lite/ |
D | README.md | 280 …- When the log API is called in the user space, the formatted log content is written into the dr… 282 2. hilogcatd: storage for logs in user space 283 …- This is a user-space process. It periodically reads the log content from the ringbuffer and st…
|
/base/hiviewdfx/hiappevent/ |
D | README.md | 99 …xceeded, the oldest event logging files in the storage directory will be deleted to free up space.|
|
/base/hiviewdfx/faultloggerd/ |
D | README.md | 39 …horized access to valid storage addresses (for example, access to storage space that is read only …
|
/base/compileruntime/js_util_module/ |
D | README.md | 13 …space is insufficient. The algorithm derives from the need to access resources: recently accessed …
|