Searched defs:AD (Results 1 - 14 of 14) sorted by relevance

/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/icu4c/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/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.cpp133 typedef AutoDiffScalar<Vector2f> AD; typedef
134 AD ax(1,Vector2f::UnitX());
135 AD ay(2,Vector2f::UnitY());
136 AD res = foo<AD>(ax,ay);
144 typedef AutoDiffScalar<Vector2f> AD; typedef
145 typedef Matrix<AD,2,1> VectorAD;
146 VectorAD p(AD(1),AD(-1));
150 AD re
[all...]
/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.cpp156 class AD {}; class
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}}
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h410 AnalysisDeclContext *AD = local
413 if (AD->getBody())
414 return RuntimeDefinition(AD->getDecl());
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp733 SDValue AD = local
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, local
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, local
775 SDValue AN = SDValue(CurDAG->getMachineNode(PPC::AND, dl, MVT::i32, AD,
/external/clang/lib/Analysis/
H A DThreadSafety.cpp2513 CFGAutomaticObjDtor AD = BI->castAs<CFGAutomaticObjDtor>(); local
2515 AD.getDestructorDecl(AC.getASTContext()));
2520 VarDecl *VD = const_cast<VarDecl*>(AD.getVarDecl());
2522 AD.getTriggerStmt()->getLocEnd());
/external/clang/lib/CodeGen/
H A DCGClass.cpp1058 AssignmentMemcpyizer(CodeGenFunction &CGF, const CXXMethodDecl *AD, argument
1060 : FieldMemcpyizer(CGF, AD->getParent(), Args[Args.size() - 1]),
H A DCodeGenModule.cpp2947 FileScopeAsmDecl *AD = cast<FileScopeAsmDecl>(D); local
2948 StringRef AsmString = AD->getAsmString()->getString();
/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp369 AccessSpecDecl* AD local
372 Owner->addHiddenDecl(AD);
373 return AD;
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp277 void VisitFileScopeAsmDecl(FileScopeAsmDecl *AD);
992 void ASTDeclReader::VisitFileScopeAsmDecl(FileScopeAsmDecl *AD) { argument
993 VisitDecl(AD);
994 AD->setAsmString(cast<StringLiteral>(Reader.ReadExpr(F)));
995 AD->setRParenLoc(ReadSourceLocation(Record, Idx));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 379 milliseconds