HomeSort by relevance Sort by last modified time
    Searched defs:PM (Results 126 - 150 of 188) sorted by null

1 2 3 4 56 7 8

  /external/icu/icu4c/source/i18n/unicode/
calendar.h 165 * and noon belongs to "pm", so on the same day,
166 * 12:00 am (midnight) < 12:01 am, and 12:00 pm (noon) < 12:01 pm
291 PM
    [all...]
  /external/libtextclassifier/
types.h 173 // be imperfect where the time was ambiguous. (e.g. "at 7:30" may be am or pm)
349 enum AMPM { AM = 0, PM = 1 };
379 // 0 == AM, 1 == PM
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JIT.cpp 286 FunctionPassManager &PM = jitstate->getPM(locked);
287 PM.add(new TargetData(*TM.getTargetData()));
291 if (TM.addPassesToEmitMachineCode(PM, *JCE, OptLevel)) {
316 PM.doInitialization();
339 FunctionPassManager &PM = jitstate->getPM(locked);
340 PM.add(new TargetData(*TM.getTargetData()));
344 if (TM.addPassesToEmitMachineCode(PM, *JCE, CodeGenOpt::Default)) {
349 PM.doInitialization();
370 FunctionPassManager &PM = jitstate->getPM(locked);
371 PM.add(new TargetData(*TM.getTargetData()))
    [all...]
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
TimePickerDialog.java 71 public static final int PM = 1;
271 // Enable or disable the AM/PM view.
283 updateAmPmDisplay(mInitialHourOfDay < 12? AM : PM);
290 amOrPm = PM;
291 } else if (amOrPm == PM){
367 } else if (amOrPm == PM){
523 } else if (deleted == getAmOrPmKeyCode(PM)) {
539 (keyCode == getAmOrPmKeyCode(AM) || keyCode == getAmOrPmKeyCode(PM)))) {
576 // If we're in 24hour mode, we'll need to check if the input is full. If in AM/PM mode,
577 // we'll need to see if AM/PM have been typed
    [all...]
RadialPickerLayout.java 44 * The primary layout to hold the circular picker, and the am/pm buttons. This view well measure
64 private static final int PM = TimePickerDialog.PM;
182 // Initialize the circle and AM/PM circles if applicable.
186 mAmPmCirclesView.initialize(context, initialHoursOfDay < 12? AM : PM);
290 return PM;
296 * Set the internal value for the hour, minute, or AM/PM.
306 } else if (value == PM) {
313 * Set the internal value as either AM or PM, and update the AM/PM circle displays
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 351 DiagnosticLevelMask const PM =
358 if (PM == DiagnosticLevelMask::None) {
363 M = M | PM;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 776 ParentMap &PM = getLocationContext()->getParentMap();
777 const Stmt *S = PM.getParentIgnoreParenCasts(getOriginExpr());
    [all...]
PathDiagnostic.cpp 513 ParentMap &PM = ADC->getParentMap();
517 Parent = PM.getParent(Parent);
    [all...]
BugReporter.cpp 403 static const Stmt *getEnclosingParent(const Stmt *S, const ParentMap &PM) {
404 if (isa<Expr>(S) && PM.isConsumedExpr(cast<Expr>(S)))
405 return PM.getParentIgnoreParens(S);
407 const Stmt *Parent = PM.getParentIgnoreParens(S);
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
Calendar.java 138 * and noon belongs to "pm", so on the same day,
139 * 12:00 am (midnight) &lt; 12:01 am, and 12:00 pm (noon) &lt; 12:01 pm
    [all...]
  /frameworks/base/core/java/android/widget/
TimePickerClockDelegate.java 84 private static final int PM = 1;
117 // The portrait layout puts AM/PM at the right by default.
119 // The landscape layouts put AM/PM at the bottom by default.
167 // Set up AM/PM labels.
432 mCurrentHour < 12 ? AM : PM, mIs24Hour, mHourFormatStartsAtZero);
444 // Find the location of AM/PM based on locale information.
448 updateAmPmLabelStates(mCurrentHour < 12 ? AM : PM);
457 // Horizontal mode, with AM/PM appearing to left/right of hours and minutes.
465 // AM/PM is already at the correct location. No change needed.
479 // Vertical mode, with AM/PM appearing to top/bottom of hours and minutes
    [all...]
RadialTimePickerView.java 79 private static final int PM = 1;
497 // 0 is 12 AM (midnight) and 12 is 12 PM (noon).
498 final int amOrPm = (hour == 0 || (hour % 24) < 12) ? AM : PM;
536 } else if (mAmOrPm == PM) {
592 * Sets whether the picker is showing AM or PM hours. Has no effect when
595 * @param amOrPm {@link #AM} or {@link #PM}
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
EnumSetTest.java 104 IN, SN, SB, TE, I, XE, CS, BA, LA, CE, PR, ND, PM, SM, EU, GD, TB, DY, HO, ER, TM, YB, LU,
  /external/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 578 ProjMap PM;
582 std::pair<ProjMap::iterator,bool> Ins = PM.insert(std::make_pair(&S, Min));
617 ProjMap::iterator F = PM.find(PC);
618 if (F == PM.end())
634 ProjMap::iterator F = PM.find(PC);
635 if (F == PM.end())
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Verifier.cpp     [all...]
  /libcore/ojluni/src/main/java/java/util/
Calendar.java 191 * and noon belongs to "pm", so on the same day,
192 * 12:00 am (midnight) &lt; 12:01 am, and 12:00 pm (noon) &lt; 12:01 pm
492 * E.g., at 10:04:15.250 PM the <code>AM_PM</code> is <code>PM</code>.
495 * @see #PM
504 * E.g., at 10:04:15.250 PM the <code>HOUR</code> is 10.
514 * E.g., at 10:04:15.250 PM the <code>HOUR_OF_DAY</code> is 22.
523 * E.g., at 10:04:15.250 PM the <code>MINUTE</code> is 4.
530 * E.g., at 10:04:15.250 PM the <code>SECOND</code> is 15
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
Calendar.java 173 * and noon belongs to "pm", so on the same day,
174 * 12:00 am (midnight) &lt; 12:01 am, and 12:00 pm (noon) &lt; 12:01 pm
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
Calendar.java 172 * and noon belongs to "pm", so on the same day,
173 * 12:00 am (midnight) &lt; 12:01 am, and 12:00 pm (noon) &lt; 12:01 pm
    [all...]
  /external/caliper/lib/
joda-time-2.1.jar 
  /prebuilts/tools/common/m2/repository/joda-time/joda-time/2.8.1/
joda-time-2.8.1.jar 
  /prebuilts/tools/common/m2/repository/joda-time/joda-time/2.9.1/
joda-time-2.9.1.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-route53/1.11.18/
aws-java-sdk-route53-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 

Completed in 312 milliseconds

1 2 3 4 56 7 8