/system/libufdt/sysdeps/ |
D | libufdt_sysdeps_vendor.c | 100 char *pa, *pb, *pc, *pd, *pl, *pm, *pn; in qsort() local 107 for (pm = (char *)a + es; pm < (char *)a + n * es; pm += es) in qsort() 108 for (pl = pm; pl > (char *)a && cmp(pl - es, pl) > 0; pl -= es) in qsort() 112 pm = (char *)a + (n / 2) * es; in qsort() 119 pm = med3(pm - d, pm, pm + d, cmp); in qsort() 122 pm = med3(pl, pm, pn, cmp); in qsort() 124 swap(a, pm); in qsort() 152 for (pm = (char *)a + es; pm < (char *)a + n * es; pm += es) in qsort() 153 for (pl = pm; pl > (char *)a && cmp(pl - es, pl) > 0; pl -= es) in qsort()
|
/system/security/keystore/include/keystore/ |
D | KeyAttestationPackageInfo.h | 34 typedef SharedNullableIterator<const content::pm::Signature, std::vector> 36 typedef std::vector<std::unique_ptr<content::pm::Signature>>
|
D | Signature.h | 24 namespace pm {
|
/system/security/keystore/ |
D | Signature.cpp | 24 namespace pm { namespace
|
D | keystore_attestation_id.cpp | 52 std::vector<uint8_t> signature2SHA256(const content::pm::Signature& sig) { in signature2SHA256() 279 auto& pm = KeyAttestationApplicationIdProvider::get(); in gather_attestation_application_id() local 280 auto status = pm.getKeyAttestationApplicationId(uid, &key_attestation_id); in gather_attestation_application_id()
|
/system/core/liblog/ |
D | logprint.cpp | 1721 const char* pm; in android_log_formatLogLine() local 1727 pm = entry->message; in android_log_formatLogLine() 1734 while (pm < (entry->message + entry->messageLen)) { in android_log_formatLogLine() 1735 if (*pm++ == '\n') numLines++; in android_log_formatLogLine() 1738 if (pm > entry->message && *(pm - 1) != '\n') numLines++; in android_log_formatLogLine() 1766 pm = entry->message; in android_log_formatLogLine() 1783 lineStart = pm; in android_log_formatLogLine() 1786 while (pm < (entry->message + entry->messageLen) && *pm != '\n') pm++; in android_log_formatLogLine() 1787 lineLen = pm - lineStart; in android_log_formatLogLine() 1800 if (*pm == '\n') pm++; in android_log_formatLogLine() [all …]
|
/system/core/libsysutils/src/ |
D | NetlinkEvent.cpp | 259 ulog_packet_msg_t *pm = (ulog_packet_msg_t *) NLMSG_DATA(nh); in parseUlogPacketMessage() local 260 if (!checkRtNetlinkLength(nh, sizeof(*pm))) in parseUlogPacketMessage() 263 devname = pm->indev_name[0] ? pm->indev_name : pm->outdev_name; in parseUlogPacketMessage() 264 asprintf(&mParams[0], "ALERT_NAME=%s", pm->prefix); in parseUlogPacketMessage()
|
/system/extras/power_profile/gps_on/Application/src/main/java/com/example/android/powerprofile/gpson/ |
D | GpsActivity.java | 21 import android.content.pm.PackageManager;
|
/system/bt/bta/dm/ |
D | bta_dm_pm.cc | 835 tBTM_PM_PWR_MD pm; local 837 memset((void*)&pm, 0, sizeof(pm)); 840 pm.mode = BTM_PM_MD_ACTIVE; 841 BTM_SetPowerMode(bta_dm_cb.pm_id, peer_addr, &pm);
|
/system/security/keystore/tests/ |
D | aaid_truncation_test.cpp | 75 using ::android::content::pm::Signature;
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | property_contexts | 89 pm.dexopt.ab-ota u:object_r:exported_pm_prop:s0 exact string 90 pm.dexopt.bg-dexopt u:object_r:exported_pm_prop:s0 exact string 91 pm.dexopt.boot u:object_r:exported_pm_prop:s0 exact string 92 pm.dexopt.downgrade_after_inactive_days u:object_r:exported_pm_prop:s0 exact int 93 pm.dexopt.first-boot u:object_r:exported_pm_prop:s0 exact string 94 pm.dexopt.inactive u:object_r:exported_pm_prop:s0 exact string 95 pm.dexopt.install u:object_r:exported_pm_prop:s0 exact string 96 pm.dexopt.shared u:object_r:exported_pm_prop:s0 exact string
|
/system/sepolicy/public/ |
D | property_contexts | 89 pm.dexopt.ab-ota u:object_r:exported_pm_prop:s0 exact string 90 pm.dexopt.bg-dexopt u:object_r:exported_pm_prop:s0 exact string 91 pm.dexopt.boot u:object_r:exported_pm_prop:s0 exact string 92 pm.dexopt.downgrade_after_inactive_days u:object_r:exported_pm_prop:s0 exact int 93 pm.dexopt.first-boot u:object_r:exported_pm_prop:s0 exact string 94 pm.dexopt.inactive u:object_r:exported_pm_prop:s0 exact string 95 pm.dexopt.install u:object_r:exported_pm_prop:s0 exact string 96 pm.dexopt.shared u:object_r:exported_pm_prop:s0 exact string
|
/system/libhidl/transport/ |
D | ServiceManagement.cpp | 816 const sp<IServiceManager> pm = getPassthroughServiceManager(); in getRawServiceInternal() local 817 if (pm != nullptr) { in getRawServiceInternal() 818 sp<IBase> base = pm->get(descriptor, instance).withDefault(nullptr); in getRawServiceInternal()
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | property_contexts | 80 pm.dexopt.ab-ota u:object_r:exported_pm_prop:s0 exact string 81 pm.dexopt.bg-dexopt u:object_r:exported_pm_prop:s0 exact string 82 pm.dexopt.boot u:object_r:exported_pm_prop:s0 exact string 83 pm.dexopt.first-boot u:object_r:exported_pm_prop:s0 exact string 84 pm.dexopt.install u:object_r:exported_pm_prop:s0 exact string
|
/system/core/adb/ |
D | adb.bash | 223 pm)
|
/system/bt/stack/btm/ |
D | btm_sco.cc | 494 tBTM_PM_PWR_MD pm = {}; in BTM_CreateSco() local 495 pm.mode = BTM_PM_MD_ACTIVE; in BTM_CreateSco() 496 BTM_SetPowerMode(BTM_PM_SET_ONLY_ID, *remote_bda, &pm); in BTM_CreateSco()
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | property_contexts | 73 pm. u:object_r:pm_prop:s0
|
/system/chre/platform/ |
D | platform.mk | 50 SLPI_SMGR_CFLAGS += -I$(SLPI_PREFIX)/Sensors/pm/inc
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | property_contexts | 83 pm. u:object_r:pm_prop:s0
|
/system/sepolicy/private/ |
D | property_contexts | 83 pm. u:object_r:pm_prop:s0
|
/system/core/storaged/ |
D | storaged_uid_monitor.cpp | 41 using namespace android::content::pm;
|
/system/extras/power_profile/camera_avg/Application/src/main/java/com/example/android/powerprofile/cameraavg/ |
D | CameraAvgFragment.java | 27 import android.content.pm.PackageManager;
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | domain.te | 44 # Running something like "pm dump com.android.bluetooth" requires
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | domain.te | 44 # Running something like "pm dump com.android.bluetooth" requires
|
/system/timezone/input_data/android/ |
D | countryzones.txt | 2455 isoCode:"pm"
|