/system/core/libutils/ |
D | FileMap.cpp | 139 int adjust; in create() local 160 adjust = offset % mPageSize; in create() 161 adjOffset = offset - adjust; in create() 162 adjLength = length + adjust; in create() 190 int adjust = offset % mPageSize; in create() 191 off64_t adjOffset = offset - adjust; in create() 193 if (__builtin_add_overflow(length, adjust, &adjLength)) { in create() 194 ALOGE("adjusted length overflow: length %zu adjust %d", length, adjust); in create() 206 adjust = 0; in create() 218 mDataPtr = (char*) mBasePtr + adjust; in create()
|
/system/logging/logd/ |
D | LogKlog.cpp | 136 ssize_t adjust; in log_strntok_r() local 154 adjust = peek - s; in log_strntok_r() 155 if (adjust > len) { in log_strntok_r() 156 adjust = len; in log_strntok_r() 158 sublen += adjust; in log_strntok_r() 159 len -= adjust; in log_strntok_r() 162 adjust = peek - s; in log_strntok_r() 163 if (adjust > len) { in log_strntok_r() 164 adjust = len; in log_strntok_r() 166 sublen += adjust; in log_strntok_r() [all …]
|
/system/logging/logcat/tests/ |
D | logcat_test.cpp | 1369 char* adjust = NULL; in TEST() local 1375 ASSERT_EQ(true, get_prune_rules(&adjust)); in TEST() 1376 EXPECT_STREQ(adjustment, adjust); in TEST() 1377 free(adjust); in TEST() 1378 adjust = NULL; in TEST() 1382 ASSERT_EQ(true, get_prune_rules(&adjust)); in TEST() 1383 EXPECT_STREQ(adjustment2, adjust); in TEST() 1384 free(adjust); in TEST() 1385 adjust = NULL; in TEST() 1388 get_prune_rules(&adjust); in TEST() [all …]
|
/system/nfc/src/fuzzers/ |
D | README.md | 34 you need to adjust the command accordingly.
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | shell.te | 64 # adjust is_loggable properties
|
D | init.te | 304 # Set UID, GID, and adjust capability bounding set for services.
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | shell.te | 63 # adjust is_loggable properties
|
D | init.te | 299 # Set UID, GID, and adjust capability bounding set for services.
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | shell.te | 72 # adjust is_loggable properties
|
D | init.te | 375 # Set UID, GID, and adjust capability bounding set for services.
|
/system/sepolicy/ |
D | README | 107 On some occasions CERT.RSA has a different name, and you will need to adjust for that.
|
/system/sepolicy/private/ |
D | shell.te | 136 # adjust is_loggable properties
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | shell.te | 136 # adjust is_loggable properties
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | shell.te | 74 # adjust is_loggable properties
|
D | init.te | 436 # Set UID, GID, and adjust capability bounding set for services.
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | shell.te | 74 # adjust is_loggable properties
|
D | init.te | 467 # Set UID, GID, and adjust capability bounding set for services.
|
/system/sepolicy/public/ |
D | init.te | 489 # Set UID, GID, and adjust capability bounding set for services.
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | init.te | 489 # Set UID, GID, and adjust capability bounding set for services.
|
/system/apex/docs/ |
D | howto.md | 72 need to adjust the `APEX_NAME` variable to be your actual APEX name.
|
/system/extras/simpleperf/doc/ |
D | executable_commands_reference.md | 394 hitting that limit. Simpleperf uses --cpu-percent option to adjust it, but it needs either root
|
/system/core/rootdir/ |
D | init.rc | 1004 # level system server to be able to adjust the kernel OOM driver
|
/system/chre/pal/doc/ |
D | Doxyfile | 1127 # will adjust the colors in the style sheet and background images according to
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 1127 # will adjust the colors in the style sheet and background images according to
|
/system/media/audio_utils/ |
D | Doxyfile | 1205 # will adjust the colors in the style sheet and background images according to
|