/frameworks/compile/mclinker/lib/CodeGen/ |
D | MCLDTargetMachine.cpp | 114 PassManagerBase &PM) { in addPassesToHandleExceptions() argument 123 PM.add(createSjLjEHPreparePass(TM->getTargetLowering())); in addPassesToHandleExceptions() 128 PM.add(createDwarfEHPass(TM)); in addPassesToHandleExceptions() 131 PM.add(createLowerInvokePass(TM->getTargetLowering())); in addPassesToHandleExceptions() 134 PM.add(createUnreachableBlockEliminationPass()); in addPassesToHandleExceptions() 141 PassManagerBase &PM, in addPassesToGenerateCode() argument 145 TargetPassConfig *PassConfig = TM->createPassConfig(PM); in addPassesToGenerateCode() 150 PM.add(PassConfig); in addPassesToGenerateCode() 154 addPassesToHandleExceptions(TM, PM); in addPassesToGenerateCode() 163 PM.add(MMI); in addPassesToGenerateCode() [all …]
|
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/ |
D | AmPmCirclesView.java | 54 private static final int PM = TimePickerDialog.PM; field in AmPmCirclesView 126 return PM; in getIsTouchingAmOrPm() 168 } else if (mAmOrPm == PM) { in onDraw() 175 } else if (mAmOrPmPressed == PM) { in onDraw()
|
D | TimePickerDialog.java | 65 public static final int PM = 1; field in TimePickerDialog 256 updateAmPmDisplay(mInitialHourOfDay < 12? AM : PM); in onCreateView() 263 amOrPm = PM; in onCreateView() 264 } else if (amOrPm == PM){ in onCreateView() 299 } else if (amOrPm == PM){ 450 } else if (deleted == getAmOrPmKeyCode(PM)) { 466 (keyCode == getAmOrPmKeyCode(AM) || keyCode == getAmOrPmKeyCode(PM)))) { 558 mTypedTimes.contains(getAmOrPmKeyCode(PM))); 604 updateAmPmDisplay(hour < 12? AM : PM); in updateDisplay() 671 } else if (keyCode == getAmOrPmKeyCode(PM)){ [all …]
|
D | RadialPickerLayout.java | 61 private static final int PM = TimePickerDialog.PM; field in RadialPickerLayout 184 mAmPmCirclesView.initialize(context, initialHoursOfDay < 12? AM : PM); in initialize() 279 return PM; in getIsCurrentlyAmOrPm() 295 } else if (value == PM) { in setValueForItem() 582 if (mIsTouchingAmOrPm == AM || mIsTouchingAmOrPm == PM) { in onTouch() 635 if (mIsTouchingAmOrPm == AM || mIsTouchingAmOrPm == PM) { in onTouch() 676 if (mIsTouchingAmOrPm == AM || mIsTouchingAmOrPm == PM) { in onTouch() 701 } else if (amOrPm == PM && value != 12) { in onTouch()
|
/frameworks/compile/libbcc/tools/bcc_strip_attr/ |
D | bcc_strip_attr.cpp | 130 PassManager PM; in main() local 131 PM.add(createStripAttributePass()); in main() 132 PM.run(*M.get()); in main()
|
/frameworks/base/docs/html/google/gcm/ |
D | demo.jd | 144 [java] Jun 15, 2012 8:46:06 PM com.google.apphosting.utils.jetty.JettyLogger info 146 …[java] Jun 15, 2012 8:46:06 PM com.google.apphosting.utils.config.AppEngineWebXmlReader readAppEng… 148 …[java] Jun 15, 2012 8:46:06 PM com.google.apphosting.utils.config.AbstractConfigXmlReader readConf… 150 …[java] Jun 15, 2012 8:46:09 PM com.google.android.gcm.demo.server.ApiKeyInitializer contextInitial… 152 [java] Jun 15, 2012 8:46:09 PM com.google.appengine.tools.development.DevAppServerImpl start 154 [java] Jun 15, 2012 8:46:09 PM com.google.appengine.tools.development.DevAppServerImpl start
|
/frameworks/base/docs/html/design/building-blocks/ |
D | pickers.jd | 35 entering the parts of the date (month, day, year) or time (hour, minute, AM/PM). Using these in your
|
/frameworks/compile/mclinker/tools/llvm-mcld/ |
D | llvm-mcld.cpp | 1401 PassManager PM; in main() local 1405 PM.add(new DataLayout(*DL)); in main() 1407 PM.add(new DataLayout(&mod)); in main() 1414 if( TheTargetMachine.addPassesToEmitFile(PM, in main() 1429 PM.run(mod); in main()
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | controls.jd | 89 …>TimePicker</code> widget to enter the values for a time (hour, minute, AM/PM), which will be form…
|
/frameworks/base/core/java/android/widget/ |
D | TimePicker.java | 519 int index = mIsAm ? Calendar.AM : Calendar.PM; in updateAmPmControl()
|
/frameworks/base/docs/html-intl/ja/guide/publishing/ |
D | app-signing.jd | 147 [exec] Debug Certificate expired on 8/4/08 3:43 PM</pre>
|
/frameworks/base/docs/html/distribute/googleplay/quality/ |
D | core.jd | 394 <a href="#PM-1">PM-1</a> 746 PM-1
|
/frameworks/base/docs/html/guide/topics/ui/controls/ |
D | pickers.jd | 36 Each picker provides controls for selecting each part of the time (hour, minute, AM/PM) or date
|
/frameworks/base/docs/html/about/versions/ |
D | android-1.1.jd | 171 AM/PM).</li>
|
/frameworks/base/docs/html/guide/topics/ui/accessibility/ |
D | services.jd | 250 user selects a 4:00 PM time slot in a Monday to Friday day list and the accessibility service 251 announces “4 PM”, but does not announce the weekday name, the day of the month, or the month name,
|
/frameworks/base/docs/html/tools/publishing/ |
D | app-signing.jd | 245 [exec] Debug Certificate expired on 8/4/08 3:43 PM</pre>
|
/frameworks/base/api/ |
D | current.txt | 39546 field public static final int PM = 1; // 0x1
|