Searched refs:AD (Results 1 - 25 of 97) sorted by relevance

1234

/external/smack/src/org/xbill/DNS/
H A DFlags.java32 public static final byte AD = 10; field in class:Flags
50 flags.add(AD, "ad");
/external/eigen/unsupported/test/
H A Dautodiff.cpp135 typedef AutoDiffScalar<Vector2f> AD; typedef
136 AD ax(p.x(),Vector2f::UnitX());
137 AD ay(p.y(),Vector2f::UnitY());
138 AD res = foo<AD>(ax,ay);
146 typedef AutoDiffScalar<Vector2f> AD; typedef
147 typedef Matrix<AD,2,1> VectorAD;
148 VectorAD ap = p.cast<AD>();
152 AD res = foo<VectorAD>(ap);
/external/clang/lib/Sema/
H A DDelayedDiagnostic.cpp23 DelayedDiagnostic::makeAvailability(Sema::AvailabilityDiagnostic AD, argument
31 switch (AD) {
/external/chromium_org/third_party/boringssl/src/crypto/cipher/
H A Daead_test.c36 * AD: b654574932
48 AD, /* hex encoded additional data. */ enumerator in enum:__anon11612
56 "KEY", "NONCE", "IN", "AD", "CT", "TAG",
86 lengths[NONCE], bufs[IN], lengths[IN], bufs[AD],
87 lengths[AD])) {
118 lengths[NONCE], out, ciphertext_len, bufs[AD],
119 lengths[AD])) {
141 lengths[NONCE], out, ciphertext_len, bufs[AD],
142 lengths[AD])) {
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
H A DRegionCode.java25 static final String AD = "AD"; field in class:RegionCode
/external/clang/test/FixIt/
H A Dfixit.cpp158 class AD {}; class
159 class BD: public AD {};
162 AD* aPtr;
164 aPtr = b; // expected-error {{assigning to 'AD *' from incompatible type 'BD'; take the address with &}}
165 aPtr = br; // expected-error {{assigning to 'AD *' from incompatible type 'BD'; take the address with &}}
176 AD oopsMoreCommas() {
182 AD ad, // expected-error {{expected ';' at end of declaration}}
/external/clang/test/Layout/
H A Dms-x86-lazy-empty-nonvirtual-base.cpp113 struct AD : B8, B1, virtual B0 { struct in inherits:B8,B1,B0
114 AD() { printf("AD = %p\n", this); } function in struct:AD
118 // CHECK-NEXT: 0 | struct AD
122 // CHECK-NEXT: 8 | (AD vbtable pointer)
127 // CHECK-X64-NEXT: 0 | struct AD
131 // CHECK-X64-NEXT: 8 | (AD vbtable pointer)
812 sizeof(AD)+
/external/chromium_org/third_party/icu/source/i18n/
H A Dbuddhcal.cpp72 // extended year is a gregorian year, where 1 = 1AD, 0 = 1BC, -1 = 2BC, etc
114 } else if(era == GregorianCalendar::AD) {
H A Dtaiwncal.cpp121 } else if(era == GregorianCalendar::AD) {
H A Dgregocal.cpp30 * 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;
1102 * Aug 17 07:12:55 GMT 292278994 AD, somewha
[all...]
H A Dsimpletz.cpp446 if ((era != GregorianCalendar::AD && era != GregorianCalendar::BC)
466 if(!useDaylight || year < startYear || era != GregorianCalendar::AD)
522 savingsDST = getOffset(GregorianCalendar::AD, year, month, dom,
550 savingsDST = getOffset(GregorianCalendar::AD, year, month, dom,
/external/icu/icu4c/source/i18n/
H A Dbuddhcal.cpp72 // extended year is a gregorian year, where 1 = 1AD, 0 = 1BC, -1 = 2BC, etc
114 } else if(era == GregorianCalendar::AD) {
H A Dtaiwncal.cpp121 } else if(era == GregorianCalendar::AD) {
H A Dgregocal.cpp30 * 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;
1102 * Aug 17 07:12:55 GMT 292278994 AD, somewha
[all...]
H A Dsimpletz.cpp446 if ((era != GregorianCalendar::AD && era != GregorianCalendar::BC)
466 if(!useDaylight || year < startYear || era != GregorianCalendar::AD)
522 savingsDST = getOffset(GregorianCalendar::AD, year, month, dom,
550 savingsDST = getOffset(GregorianCalendar::AD, year, month, dom,
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtztest.cpp354 if (time_zone->getOffset(gc->AD, gc->get(UCAL_YEAR, status), gc->get(UCAL_MONTH, status),
1139 {"GMT-YOUR.AD.HERE", kUnparseable},
1149 {"GMT-YOUR.AD.HERE", kUnparseable},
1567 int32_t offset = tz->getOffset(GregorianCalendar::AD, 1998, UCAL_JANUARY, 1,
1573 offset = tz->getOffset(GregorianCalendar::AD, 1998, UCAL_JUNE, 1, UCAL_MONDAY,
1580 offset = tz->getOffset(GregorianCalendar::AD, 1998, UCAL_JANUARY, 1,
1586 offset = tz->getOffset(GregorianCalendar::AD, 1998, UCAL_JUNE, 1, UCAL_MONDAY,
1616 int32_t offset = tz.getOffset(GregorianCalendar::AD, 1998, UCAL_MARCH, 5,
1622 offset = tz.getOffset(GregorianCalendar::AD, 1998, UCAL_MARCH, 15,
1628 offset = tz.getOffset(GregorianCalendar::AD, 199
[all...]
H A Dincaltst.cpp226 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/icu/icu4c/source/test/intltest/
H A Dtztest.cpp345 if (time_zone->getOffset(gc->AD, gc->get(UCAL_YEAR, status), gc->get(UCAL_MONTH, status),
1130 {"GMT-YOUR.AD.HERE", kUnparseable},
1140 {"GMT-YOUR.AD.HERE", kUnparseable},
1558 int32_t offset = tz->getOffset(GregorianCalendar::AD, 1998, UCAL_JANUARY, 1,
1564 offset = tz->getOffset(GregorianCalendar::AD, 1998, UCAL_JUNE, 1, UCAL_MONDAY,
1571 offset = tz->getOffset(GregorianCalendar::AD, 1998, UCAL_JANUARY, 1,
1577 offset = tz->getOffset(GregorianCalendar::AD, 1998, UCAL_JUNE, 1, UCAL_MONDAY,
1607 int32_t offset = tz.getOffset(GregorianCalendar::AD, 1998, UCAL_MARCH, 5,
1613 offset = tz.getOffset(GregorianCalendar::AD, 1998, UCAL_MARCH, 15,
1619 offset = tz.getOffset(GregorianCalendar::AD, 199
[all...]
H A Dincaltst.cpp223 GregorianCalendar::AD, 1868, 1868, UCAL_SEPTEMBER, 8,
224 GregorianCalendar::AD, 1868, 1868, UCAL_SEPTEMBER, 9,
225 GregorianCalendar::AD, 1869, 1869, UCAL_JUNE, 4,
226 GregorianCalendar::AD, 1912, 1912, UCAL_JULY, 29,
227 GregorianCalendar::AD, 1912, 1912, UCAL_JULY, 30,
228 GregorianCalendar::AD, 1912, 1912, UCAL_AUGUST, 1,
276 0, // test month calculation: 4795 BE = 4252 AD is a leap year, but 4795 AD is not.
278 4252, // AD
310 // MG 1 == 1912 AD
[all...]
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h152 CFGAutomaticObjDtor AD = BI.castAs<CFGAutomaticObjDtor>(); local
154 AD.getDestructorDecl(ACtx->getASTContext()));
155 VarDecl *VD = const_cast<VarDecl*>(AD.getVarDecl());
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dgregocal.h18 * 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 enumerator in enum:GregorianCalendar::EEras
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.
/external/icu/icu4c/source/i18n/unicode/
H A Dgregocal.h18 * 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 enumerator in enum:GregorianCalendar::EEras
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.
/external/clang/include/clang/Sema/
H A DDelayedDiagnostic.h125 static DelayedDiagnostic makeAvailability(Sema::AvailabilityDiagnostic AD,
/external/llvm/lib/MC/
H A DMCExpr.cpp514 const MCSymbolData &AD = Asm->getSymbolData(SA); local
517 if (AD.getFragment() == BD.getFragment()) {
518 Addend += (AD.getOffset() - BD.getOffset());
534 const MCSectionData &SecA = *AD.getFragment()->getParent();
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp767 SDValue AD = local
770 return CurDAG->SelectNodeTo(N, PPC::SUBFE, MVT::i32, AD, Op,
771 AD.getValue(1));
801 SDNode *AD = CurDAG->getMachineNode(PPC::ADDIC, dl, MVT::i32, MVT::Glue, local
803 return CurDAG->SelectNodeTo(N, PPC::SUBFE, MVT::i32, SDValue(AD, 0),
804 Op, SDValue(AD, 1));
807 SDValue AD = SDValue(CurDAG->getMachineNode(PPC::ADDI, dl, MVT::i32, Op, local
809 SDValue AN = SDValue(CurDAG->getMachineNode(PPC::AND, dl, MVT::i32, AD,

Completed in 1645 milliseconds

1234