Searched refs:pm (Results 1 - 5 of 5) sorted by relevance

/system/core/include/cutils/
H A Dtztime.h48 const char *pm; member in struct:strftime_locale
/system/core/libsysutils/src/
H A DNetlinkEvent.cpp117 ulog_packet_msg_t *pm; local
119 if (sizeof(*pm) > len) {
123 pm = (ulog_packet_msg_t *)NLMSG_DATA(nh);
124 devname = pm->indev_name[0] ? pm->indev_name : pm->outdev_name;
125 asprintf(&mParams[0], "ALERT_NAME=%s", pm->prefix);
/system/core/liblog/
H A Dlogprint.c814 const char *pm; local
820 pm = entry->message;
825 while (pm < (entry->message + entry->messageLen)) {
826 if (*pm++ == '\n') numLines++;
829 if (pm > entry->message && *(pm-1) != '\n') numLines++;
849 pm = entry->message;
859 while(pm < (entry->message + entry->messageLen)) {
862 lineStart = pm;
865 while (pm < (entr
[all...]
/system/extras/bugmailer/src/com/android/commands/sendbug/
H A DSendBug.java24 import android.content.pm.IPackageManager;
25 import android.content.pm.ResolveInfo;
92 final IPackageManager pm = IPackageManager.Stub.asInterface(
94 if (pm == null) {
100 results = pm.queryIntentActivities(intent, null, 0, 0);
/system/core/libcutils/
H A Dtzstrftime.c329 Locale->pm :
335 Locale->pm :

Completed in 604 milliseconds