HomeSort by relevance Sort by last modified time
    Searched refs:AD (Results 1 - 25 of 122) sorted by null

1 2 3 4 5

  /external/smack/src/org/xbill/DNS/
Flags.java 32 public static final byte AD = 10;
50 flags.add(AD, "ad");
  /external/eigen/unsupported/test/
autodiff.cpp 133 typedef AutoDiffScalar<Vector2f> AD;
134 AD ax(1,Vector2f::UnitX());
135 AD ay(2,Vector2f::UnitY());
136 AD res = foo<AD>(ax,ay);
144 typedef AutoDiffScalar<Vector2f> AD;
145 typedef Matrix<AD,2,1> VectorAD;
146 VectorAD p(AD(1),AD(-1));
150 AD res = foo<VectorAD>(p)
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ViewMode.java 69 public static final int AD = 6;
94 "Ad"
173 * Requests a transition of the mode to show an ad.
176 setModeInternal(AD);
222 return mode == AD;
TwoPaneLayout.java 232 case ViewMode.AD:
273 case ViewMode.AD:
451 case ViewMode.AD:
477 case ViewMode.AD:
  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
RegionCode.java 25 static final String AD = "AD";
  /external/clang/test/FixIt/
fixit.cpp 156 class AD {};
157 class BD: public AD {};
160 AD* aPtr;
162 aPtr = b; // expected-error {{assigning to 'AD *' from incompatible type 'BD'; take the address with &}}
163 aPtr = br; // expected-error {{assigning to 'AD *' from incompatible type 'BD'; take the address with &}}
174 AD oopsMoreCommas() {
180 AD ad, // expected-error {{expected ';' at end of declaration}} local
181 return ad;
  /libcore/luni/src/main/java/java/util/
GregorianCalendar.java 29 * The standard (Gregorian) calendar has 2 eras, BC and AD.
53 * 4 AD onward, when modern Julian calendar rules were adopted. Before this
194 * Value for the AD era.
196 public static final int AD = 1;
362 if (fields[ERA] == AD) {
371 set(ERA, AD);
493 int dstOffset = fields[YEAR] <= 0 ? 0 : getTimeZone().getOffset(AD,
541 fields[ERA] = AD;
658 if (fields[ERA] != BC && fields[ERA] != AD) {
    [all...]
SimpleTimeZone.java 343 if (era != GregorianCalendar.BC && era != GregorianCalendar.AD) {
351 if (!useDaylightTime() || era != GregorianCalendar.AD || year < startYear) {
478 return getOffset(GregorianCalendar.AD, fields[0], fields[1], fields[2],
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tztest.cpp 343 if (time_zone->getOffset(gc->AD, gc->get(UCAL_YEAR, status), gc->get(UCAL_MONTH, status),
924 {"GMT-YOUR.AD.HERE", kUnparseable},
934 {"GMT-YOUR.AD.HERE", kUnparseable},
    [all...]
incaltst.cpp 226 GregorianCalendar::AD, 1868, 1868, UCAL_SEPTEMBER, 8,
227 GregorianCalendar::AD, 1868, 1868, UCAL_SEPTEMBER, 9,
228 GregorianCalendar::AD, 1869, 1869, UCAL_JUNE, 4,
229 GregorianCalendar::AD, 1912, 1912, UCAL_JULY, 29,
230 GregorianCalendar::AD, 1912, 1912, UCAL_JULY, 30,
231 GregorianCalendar::AD, 1912, 1912, UCAL_AUGUST, 1,
279 0, // test month calculation: 4795 BE = 4252 AD is a leap year, but 4795 AD is not.
281 4252, // AD
313 // MG 1 == 1912 AD
    [all...]
  /external/icu4c/test/intltest/
tztest.cpp 352 if (time_zone->getOffset(gc->AD, gc->get(UCAL_YEAR, status), gc->get(UCAL_MONTH, status),
    [all...]
incaltst.cpp 226 GregorianCalendar::AD, 1868, 1868, UCAL_SEPTEMBER, 8,
227 GregorianCalendar::AD, 1868, 1868, UCAL_SEPTEMBER, 9,
228 GregorianCalendar::AD, 1869, 1869, UCAL_JUNE, 4,
229 GregorianCalendar::AD, 1912, 1912, UCAL_JULY, 29,
230 GregorianCalendar::AD, 1912, 1912, UCAL_JULY, 30,
231 GregorianCalendar::AD, 1912, 1912, UCAL_AUGUST, 1,
279 0, // test month calculation: 4795 BE = 4252 AD is a leap year, but 4795 AD is not.
281 4252, // AD
313 // MG 1 == 1912 AD
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
gregocal.cpp 30 * 10/15/99 aliu Fixed j32, cannot set date to Feb 29 2000 AD.
71 // ms=+183882168921600000 jd=7f000000 December 20, 5828963 AD
227 set(UCAL_ERA, AD);
242 set(UCAL_ERA, AD);
260 set(UCAL_ERA, AD);
396 // with 8 AD. Before 8 AD the spacing is irregular; every 3 years
397 // from 45 BC to 9 BC, and then none until 8 AD. However, we don't
439 int32_t era = AD;
    [all...]
buddhcal.cpp 72 // extended year is a gregorian year, where 1 = 1AD, 0 = 1BC, -1 = 2BC, etc
114 } else if(era == GregorianCalendar::AD) {
taiwncal.cpp 121 } else if(era == GregorianCalendar::AD) {
simpletz.cpp 445 if ((era != GregorianCalendar::AD && era != GregorianCalendar::BC)
465 if(!useDaylight || year < startYear || era != GregorianCalendar::AD)
521 savingsDST = getOffset(GregorianCalendar::AD, year, month, dom,
549 savingsDST = getOffset(GregorianCalendar::AD, year, month, dom,
    [all...]
  /external/icu4c/i18n/
gregocal.cpp 30 * 10/15/99 aliu Fixed j32, cannot set date to Feb 29 2000 AD.
71 // ms=+183882168921600000 jd=7f000000 December 20, 5828963 AD
227 set(UCAL_ERA, AD);
242 set(UCAL_ERA, AD);
260 set(UCAL_ERA, AD);
396 // with 8 AD. Before 8 AD the spacing is irregular; every 3 years
397 // from 45 BC to 9 BC, and then none until 8 AD. However, we don't
439 int32_t era = AD;
    [all...]
buddhcal.cpp 72 // extended year is a gregorian year, where 1 = 1AD, 0 = 1BC, -1 = 2BC, etc
114 } else if(era == GregorianCalendar::AD) {
taiwncal.cpp 121 } else if(era == GregorianCalendar::AD) {
  /external/chromium_org/third_party/icu/source/i18n/unicode/
gregocal.h 18 * 10/15/99 aliu Fixed j32, cannot set date to Feb 29 2000 AD.
43 * The standard (Gregorian) calendar has 2 eras, BC and AD.
158 AD
231 * Constructs a GregorianCalendar with the given AD date set in the default time
245 * Constructs a GregorianCalendar with the given AD date and time set for the
261 * Constructs a GregorianCalendar with the given AD date and time set for the
489 * default ERA is AD, but a zero (unset) ERA is BC.
    [all...]
  /external/icu4c/i18n/unicode/
gregocal.h 18 * 10/15/99 aliu Fixed j32, cannot set date to Feb 29 2000 AD.
43 * The standard (Gregorian) calendar has 2 eras, BC and AD.
158 AD
231 * Constructs a GregorianCalendar with the given AD date set in the default time
245 * Constructs a GregorianCalendar with the given AD date and time set for the
261 * Constructs a GregorianCalendar with the given AD date and time set for the
489 * default ERA is AD, but a zero (unset) ERA is BC.
    [all...]
  /external/llvm/lib/MC/
MCExpr.cpp 483 MCSymbolData &AD = Asm->getSymbolData(SA);
486 if (AD.getFragment() == BD.getFragment()) {
487 Addend += (AD.getOffset() - BD.getOffset());
503 const MCSectionData &SecA = *AD.getFragment()->getParent();
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 410 AnalysisDeclContext *AD =
413 if (AD->getBody())
414 return RuntimeDefinition(AD->getDecl());
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
SimpleTimeZoneTest.java 194 GregorianCalendar.AD, 1998, Calendar.NOVEMBER, 11,
199 .getOffset(GregorianCalendar.AD, 1998, Calendar.JUNE, 11,
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 733 SDValue AD =
736 return CurDAG->SelectNodeTo(N, PPC::SUBFE, MVT::i32, AD, Op,
737 AD.getValue(1));
767 SDNode *AD = CurDAG->getMachineNode(PPC::ADDIC, dl, MVT::i32, MVT::Glue,
769 return CurDAG->SelectNodeTo(N, PPC::SUBFE, MVT::i32, SDValue(AD, 0),
770 Op, SDValue(AD, 1));
773 SDValue AD = SDValue(CurDAG->getMachineNode(PPC::ADDI, dl, MVT::i32, Op,
775 SDValue AN = SDValue(CurDAG->getMachineNode(PPC::AND, dl, MVT::i32, AD,
    [all...]

Completed in 1463 milliseconds

1 2 3 4 5