HomeSort by relevance Sort by last modified time
    Searched refs:PM (Results 1 - 18 of 18) sorted by null

  /external/srec/seti/sltsEngine/include/
fsm_dictionary.h 30 PM *phone_mapping;
lts_seq_internal.h 119 typedef struct PM { /*phone mappings*/
123 } PM;
139 PM *phone_mapping;
  /external/v8/test/mjsunit/
date-parse.js 102 // Allow AM/PM after the time.
228 // Test PM after time.
229 ['Sat, 01-Jan-2000 08:00 PM UT', 946756800000],
230 ['Sat, 01 Jan 2000 08:00 PM UT', 946756800000],
231 ['Jan 01 2000 08:00 PM UT', 946756800000],
232 ['Jan 01 08:00 PM UT 2000', 946756800000],
233 ['Saturday, 01-Jan-00 08:00 PM UT', 946756800000],
234 ['01 Jan 00 08:00 PM +0000', 946756800000]];
262 'May 25 2008 1:30 (PM)) UTC',
263 'May 25 2008 1:30( )AM (PM)',
    [all...]
  /external/srec/seti/sltsEngine/src/
run_seq_lts.c 70 static SWIsltsResult load_phone_mapping(PORT_FILE *fp, PM **ppPhoneMap);
71 static SWIsltsResult free_phone_mapping(PM *pm);
82 int find_phone(const char *ph, PM *pm);
325 static SWIsltsResult load_phone_mapping(PORT_FILE *fp, PM **ppPhoneMap)
328 PM * pm; local
333 pm = (PM*) lts_alloc(1, sizeof(PM))
    [all...]
  /external/quake/quake/src/WinQuake/
vid_sunxil.cpp 155 #define PM(a) (int)((current_pixel_multiply)?((a)*current_pixel_multiply):(a))
676 d_pzbuffer = malloc(PM(vid.width)*PM(vid.height)*sizeof(*d_pzbuffer));
677 //Hunk_HighAllocName(PM(vid.width)*PM(vid.height)*sizeof(*d_pzbuffer),"zbuff");
704 d_pzbuffer = malloc(PM(vid.width)*PM(vid.height)*sizeof(*d_pzbuffer));
  /libcore/luni/src/test/java/tests/api/java/util/
CalendarTest.java 373 cal.set(Calendar.AM_PM, Calendar.PM);
374 assertEquals("AM_PM not changed", Calendar.PM, cal.get(Calendar.AM_PM));
381 cal.set(Calendar.AM_PM, Calendar.PM);
383 Calendar.PM, cal.get(Calendar.AM_PM));
390 int newValue = (oldValue == Calendar.AM) ? Calendar.PM : Calendar.AM;
808 cal.set(Calendar.AM_PM, Calendar.PM);
    [all...]
  /frameworks/base/core/java/android/widget/
TimePicker.java 34 * A view for selecting the time of day, in either 24 hour or AM/PM mode.
36 * The hour, each minute digit, and AM/PM (if applicable) can be conrolled by
45 * Under AM/PM mode, the user can hit 'a', 'A", 'p' or 'P' to pick.
122 // PM means 12 hours later than nominal
142 // am/pm
159 /* Get the localized am/pm strings and use them in the spinner */
163 mPmText = dfsAmPm[Calendar.PM];
170 // Currently AM switching to PM
176 // Currently PM switching to AM
285 * Set whether in 24 hour or AM/PM mode
    [all...]
  /cts/tests/tests/text/src/android/text/format/cts/
DateUtilsTest.java 108 assertEquals("pm", DateUtils.getAMPMString(Calendar.PM));
269 assertEquals("12:00pm", DateUtils.formatDateRange(mContext, fixedTime + noonDuration,
  /external/chromium/third_party/icu/public/i18n/unicode/
calendar.h 141 * and noon belongs to "pm", so on the same day,
142 * 12:00 am (midnight) < 12:01 am, and 12:00 pm (noon) < 12:01 pm
252 PM
    [all...]
  /external/icu4c/i18n/unicode/
calendar.h 141 * and noon belongs to "pm", so on the same day,
142 * 12:00 am (midnight) < 12:01 am, and 12:00 pm (noon) < 12:01 pm
258 PM
    [all...]
  /libcore/luni/src/main/java/java/util/
Calendar.java 145 * noon belongs to "pm", so on the same day, we have 12:00 am (midnight) < 12:01 am,
146 * and 12:00 pm (noon) < 12:01 pm
595 * 10:04:15.250 PM the {@code AM_PM} is {@code PM}.
598 * @see #PM
606 * 12-hour clock. E.g., at 10:04:15.250 PM the {@code HOUR} is 10.
616 * clock. E.g., at 10:04:15.250 PM the {@code HOUR_OF_DAY} is 22.
624 * minute within the hour. E.g., at 10:04:15.250 PM the {@code MINUTE}
631 * second within the minute. E.g., at 10:04:15.250 PM th
    [all...]
GregorianCalendar.java 733 if (isSet[AM_PM] && fields[AM_PM] != AM && fields[AM_PM] != PM) {
    [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9/
date-format-tofte.js 47 return self.getHours() > 11? "pm" : "am";
51 return self.getHours() > 11? "PM" : "AM";
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
date-format-tofte.js 47 return self.getHours() > 11? "pm" : "am";
51 return self.getHours() > 11? "PM" : "AM";
  /packages/apps/Calendar/src/com/android/calendar/
CalendarView.java 267 // Imagine there are two events: A (from 1:00pm to 1:01pm) and B (from 1:02pm to 2:00pm).
539 mPmString = DateUtils.getAMPMString(Calendar.PM);
    [all...]
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 354 milliseconds