/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/core/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/core/libpixelflinger/codeflinger/ |
D | texturing.cpp | 792 const int adjust = FRAC_BITS*2 - prec; in filter16() local 825 if (adjust) { in filter16() 827 ADD(AL, 0, u, u, imm(1<<(adjust-1))); in filter16() 828 MOV(AL, 0, u, reg_imm(u, LSR, adjust)); in filter16() 840 if (adjust) { in filter16() 842 ADD(AL, 0, u, u, imm(1<<(adjust-1))); in filter16() 843 MOV(AL, 0, u, reg_imm(u, LSR, adjust)); in filter16() 854 if (adjust) { in filter16() 856 ADD(AL, 0, u, u, imm(1<<(adjust-1))); in filter16() 857 MOV(AL, 0, u, reg_imm(u, LSR, adjust)); in filter16() [all …]
|
/system/core/logcat/tests/ |
D | logcat_test.cpp | 1368 char* adjust = NULL; in TEST() local 1374 ASSERT_EQ(true, get_prune_rules(&adjust)); in TEST() 1375 EXPECT_STREQ(adjustment, adjust); in TEST() 1376 free(adjust); in TEST() 1377 adjust = NULL; in TEST() 1381 ASSERT_EQ(true, get_prune_rules(&adjust)); in TEST() 1382 EXPECT_STREQ(adjustment2, adjust); in TEST() 1383 free(adjust); in TEST() 1384 adjust = NULL; in TEST() 1387 get_prune_rules(&adjust); in TEST() [all …]
|
/system/sepolicy/private/ |
D | shell.te | 107 # adjust is_loggable properties
|
/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/ |
D | README | 96 On some occasions CERT.RSA has a different name, and you will need to adjust for that.
|
/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/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 | 469 # Set UID, GID, and adjust capability bounding set for services.
|
/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 | 864 # level system server to be able to adjust the kernel OOM driver
|
/system/media/audio_utils/ |
D | Doxyfile.orig | 1084 # will adjust the colors in the stylesheet and background images according to
|
D | Doxyfile.bak | 1084 # will adjust the colors in the stylesheet and background images according to
|
D | Doxyfile | 1205 # 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/chre/pal/doc/ |
D | Doxyfile | 1127 # will adjust the colors in the style sheet and background images according to
|