HomeSort by relevance Sort by last modified time
    Searched refs:AM (Results 51 - 75 of 114) sorted by null

1 23 4 5

  /external/llvm/include/llvm/Analysis/
LazyCallGraph.h 559 PreservedAnalyses run(Module *M, ModuleAnalysisManager *AM);
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 656 ISD::MemIndexedMode &AM,
681 AM = isInc ? ISD::POST_INC : ISD::POST_DEC;
    [all...]
HexagonISelDAGToDAG.cpp 679 ISD::MemIndexedMode AM = LD->getAddressingMode();
682 if (AM != ISD::UNINDEXED) {
819 ISD::MemIndexedMode AM = ST->getAddressingMode();
822 if (AM != ISD::UNINDEXED) {
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
calendar.h 140 * <li> Although historically not precise, midnight also belongs to "am",
142 * 12:00 am (midnight) &lt; 12:01 am, and 12:00 pm (noon) &lt; 12:01 pm
257 AM,
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
calendar.h 132 * saving time in US, wall clock time jumps from 1:00 AM (standard) to 2:00 AM
133 * (daylight). Therefore, wall clock time from 1:00 AM to 1:59 AM do not exist on
136 * In this example, 1:30 AM is interpreted as 1:30 AM standard time (non-exist),
137 * so the final result will be 2:30 AM daylight time.
140 * hour at 2:00 AM. So wall clock time from 1:00 AM to 1:59 AM occur twice. In thi
    [all...]
  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
ShortNumberInfoTest.java 165 assertEquals("8711", shortInfo.getExampleShortNumber(RegionCode.AM));
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /frameworks/base/core/java/android/text/format/
DateFormat.java 457 replacement = localeData.amPm[inDate.get(Calendar.AM_PM) - Calendar.AM];
467 case 'K': // hour in am/pm (0-11)
468 case 'h': // hour in am/pm (1-12)
DateUtils.java 37 * elapsed time and date ranges, strings for days of the week and months, and AM/PM text etc.
206 * Return a localized string for AM or PM.
207 * @param ampm Either {@link Calendar#AM Calendar.AM} or {@link Calendar#PM Calendar.PM}.
209 * @return Localized version of "AM" or "PM".
214 return LocaleData.get(Locale.getDefault()).amPm[ampm - Calendar.AM];
363 * <li>3 mins ago, 10:15 AM</li>
365 * <li>Dec 12, 4:12 AM</li>
366 * <li>11/14/2007, 8:20 AM</li>
661 * <li>10:15am</li
    [all...]
  /libcore/luni/src/main/java/java/util/
Calendar.java 144 * <li> Although historically not precise, midnight also belongs to "am", and
145 * noon belongs to "pm", so on the same day, we have 12:00 am (midnight) &lt; 12:01 am,
597 * @see #AM
675 public static final int AM = 0;
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/talking_alarm_clock/
popup.js 148 str += " AM";
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
date-format-tofte.js 47 return self.getHours() > 11? "pm" : "am";
51 return self.getHours() > 11? "PM" : "AM";
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
date-format-tofte.js 47 return self.getHours() > 11? "pm" : "am";
51 return self.getHours() > 11? "PM" : "AM";
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
date-format-tofte.js 47 return self.getHours() > 11? "pm" : "am";
51 return self.getHours() > 11? "PM" : "AM";
  /external/llvm/lib/Analysis/
LazyCallGraph.cpp 712 ModuleAnalysisManager *AM) {
713 LazyCallGraph &G = AM->getResult<LazyCallGraphAnalysis>(M);
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 649 AllocaModifier AM(BB, &PT, &R); AM.ActN(5); // Throw in a few allocas
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 578 bool isLegalAddressingMode(const AddrMode &AM, Type *Ty) const override;
  /frameworks/base/core/java/android/widget/
TimePickerClockDelegate.java 66 // using a button for toggling between AM/PM while the new
148 // Get the localized am/pm strings and use them in the spinner.
151 // am/pm
185 // Move the am/pm view to the beginning
469 int index = mIsAm ? Calendar.AM : Calendar.PM;
542 // AM/PM
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 571 encodeMemSDNodeFlags(int ConvType, ISD::MemIndexedMode AM, bool isVolatile,
575 assert((AM & 7) == AM &&
576 "AM may not require more than 3 bits!");
578 (AM << 2) |
    [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp     [all...]
  /external/chromium_org/chrome/third_party/chromevox/chromevox/injected/
mathjax_external_util.js 479 MathJax.InputJax.AsciiMath.AM.parseMath);

Completed in 1054 milliseconds

1 23 4 5