Searched refs:multi (Results 1 – 25 of 40) sorted by relevance
12
/system/libbase/ |
D | utf8_test.cpp | 320 static char multi[] = { in TEST() local 331 memcpy(WriteInto(&expected, arraysize(multi)), multi, sizeof(multi)); in TEST() 332 EXPECT_EQ(arraysize(multi) - 1, expected.length()); in TEST() 334 EXPECT_EQ(arraysize(multi) - 1, converted.length()); in TEST()
|
/system/core/healthd/ |
D | healthd_mode_charger_test.cpp | 140 GRSurface* multi[] = {nullptr}; in ExpectChargerResAt() local 150 *frames = arraysize(multi); in ExpectChargerResAt() 152 *surface = multi; in ExpectChargerResAt()
|
/system/core/trusty/storage/proxy/ |
D | rpmb.c | 327 struct mmc_ioc_multi_cmd multi; in send_mmc_rpmb_req() member 330 struct mmc_ioc_cmd* cmd = mmc.multi.cmds; in send_mmc_rpmb_req() 346 mmc.multi.num_of_cmds++; in send_mmc_rpmb_req() 362 mmc.multi.num_of_cmds++; in send_mmc_rpmb_req() 375 mmc.multi.num_of_cmds++; in send_mmc_rpmb_req() 380 rc = ioctl(mmc_fd, MMC_IOC_MULTI_CMD, &mmc.multi); in send_mmc_rpmb_req()
|
/system/tools/xsdc/tests/resources/simple_type/ |
D | simple_type.xsd | 42 <xs:element name="multi-choice">
|
/system/sepolicy/private/ |
D | heapprofd.te | 8 # Allow apps in other MLS contexts (for multi-user) to access
|
D | traced.te | 8 # Allow apps in other MLS contexts (for multi-user) to access
|
/system/sepolicy/prebuilts/api/34.0/private/ |
D | heapprofd.te | 8 # Allow apps in other MLS contexts (for multi-user) to access
|
D | traced.te | 8 # Allow apps in other MLS contexts (for multi-user) to access
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | installd.te | 60 # Upgrade /data/media for multi-user if necessary. 73 # Upgrade /data/misc/keychain for multi-user if necessary.
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | heapprofd.te | 18 # Allow apps in other MLS contexts (for multi-user) to access
|
D | traced.te | 12 # Allow apps in other MLS contexts (for multi-user) to access
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | heapprofd.te | 18 # Allow apps in other MLS contexts (for multi-user) to access
|
D | traced.te | 12 # Allow apps in other MLS contexts (for multi-user) to access
|
/system/sepolicy/prebuilts/api/32.0/private/ |
D | heapprofd.te | 18 # Allow apps in other MLS contexts (for multi-user) to access
|
/system/sepolicy/prebuilts/api/33.0/private/ |
D | heapprofd.te | 18 # Allow apps in other MLS contexts (for multi-user) to access
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | heapprofd.te | 18 # Allow apps in other MLS contexts (for multi-user) to access
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | installd.te | 64 # Upgrade /data/media for multi-user if necessary. 80 # Upgrade /data/misc/keychain for multi-user if necessary.
|
/system/sepolicy/prebuilts/api/32.0/public/ |
D | installd.te | 64 # Upgrade /data/media for multi-user if necessary. 80 # Upgrade /data/misc/keychain for multi-user if necessary.
|
/system/sepolicy/prebuilts/api/33.0/public/ |
D | installd.te | 57 # Upgrade /data/media for multi-user if necessary. 73 # Upgrade /data/misc/keychain for multi-user if necessary.
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | installd.te | 63 # Upgrade /data/media for multi-user if necessary. 79 # Upgrade /data/misc/keychain for multi-user if necessary.
|
/system/sepolicy/prebuilts/api/34.0/public/ |
D | installd.te | 56 # Upgrade /data/media for multi-user if necessary. 73 # Upgrade /data/misc/keychain for multi-user if necessary.
|
/system/sepolicy/public/ |
D | installd.te | 56 # Upgrade /data/media for multi-user if necessary. 73 # Upgrade /data/misc/keychain for multi-user if necessary.
|
/system/chre/chpp/ |
D | QUICKSTART.md | 47 If the system does not support multi-threading, the chppWorkThreadHandleSignal method can be used t…
|
/system/core/libutils/ |
D | Android.bp | 114 // Under MinGW, ctype.h doesn't need multi-byte support
|
/system/libsysprop/srcs/android/sysprop/ |
D | TelephonyProperties.sysprop | 364 # Property to set multi sim feature. 460 # For example, a multi-sim device can have 2 phones/logical modems, but 3 physical slots, or
|
12