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

12

/external/clang/lib/Sema/
H A DDelayedDiagnostic.cpp23 DelayedDiagnostic::makeAvailability(Sema::AvailabilityDiagnostic AD, argument
31 switch (AD) {
H A DSemaTemplateInstantiateDecl.cpp655 AccessSpecDecl* AD local
658 Owner->addHiddenDecl(AD);
659 return AD;
H A DSemaDeclAttr.cpp6404 Sema::AvailabilityDiagnostic AD = DD.Kind == DelayedDiagnostic::Deprecation local
6409 S, AD, Ctx, DD.getDeprecationDecl(), DD.getDeprecationMessage(), DD.Loc,
6469 void Sema::EmitAvailabilityWarning(AvailabilityDiagnostic AD, argument
6476 if (DelayedDiagnostics.shouldDelayDiagnostics() && AD != AD_Partial) {
6478 AD, Loc, D, UnknownObjCClass, ObjCProperty, Message,
6484 DoEmitAvailabilityWarning(*this, AD, Ctx, D, Message, Loc, UnknownObjCClass,
/external/icu/icu4c/source/i18n/unicode/
H A Dgregocal.h20 * 10/15/99 aliu Fixed j32, cannot set date to Feb 29 2000 AD.
45 * The standard (Gregorian) calendar has 2 eras, BC and AD.
160 AD enumerator in enum:GregorianCalendar::EEras
233 * Constructs a GregorianCalendar with the given AD date set in the default time
247 * Constructs a GregorianCalendar with the given AD date and time set for the
263 * Constructs a GregorianCalendar with the given AD date and time set for the
491 * default ERA is AD, but a zero (unset) ERA is BC.
/external/eigen/unsupported/test/
H A Dautodiff_scalar.cpp21 typedef AutoDiffScalar<Deriv1> AD; typedef
23 AD x(internal::random<Scalar>(-3.0, 3.0), Deriv1::UnitX());
28 AD s = sin(x), c = cos(x);
29 AD res = atan2(r*s, r*c);
45 typedef AutoDiffScalar<Deriv1> AD; typedef
47 AD val(p.x(),Deriv1::UnitX());
50 AD res1 = tanh(val);
54 AD res2 = sinh(val);
58 AD res3 = cosh(val);
64 val = AD(sample_poin
79 typedef Eigen::AutoDiffScalar<Deriv> AD; typedef
[all...]
H A Dautodiff.cpp129 /* Integrator to test the AD. */
140 /* Integrator to test the AD. */
219 typedef AutoDiffScalar<Vector2f> AD; typedef
220 AD ax(p.x(),Vector2f::UnitX());
221 AD ay(p.y(),Vector2f::UnitY());
222 AD res = foo<AD>(ax,ay);
232 typedef AutoDiffScalar<Vector2f> AD; typedef
233 typedef Matrix<AD,2,1> VectorAD;
234 VectorAD ap = p.cast<AD>();
259 typedef AutoDiffScalar<VectorXd> AD; typedef
301 typedef Eigen::AutoDiffScalar<Eigen::Vector3d> AD; typedef
311 typedef Eigen::AutoDiffScalar<Eigen::Vector3d> AD; typedef
336 typedef AutoDiffScalar<Matrix2d> AD; typedef
346 typedef AutoDiffScalar<Vector2d> AD; typedef
[all...]
/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/guice/core/test/com/googlecode/guice/bundle/
H A DOSGiTestActivator.java123 private static class AD class in class:OSGiTestActivator
126 public AD() {} method in class:OSGiTestActivator.AD
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DGregorianCalendar.java23 * <p>The standard (Gregorian) calendar has 2 eras, BC and AD.
44 * AD onward, when modern Julian calendar rules were adopted. Before this date,
198 * being every 3 years from 45 BC through 9 BC, then every 4 years from 8 AD
215 * The sequence of years at the transition from <code>BC</code> to <code>AD</code> is
216 * ..., 2 BC, 1 BC, 1 AD, 2 AD,...
224 * The sequence of years at the transition from <code>BC</code> to <code>AD</code> is
225 * ..., 2 BC, 1 BC, 1 AD, 2 AD,...
228 public static final int AD field in class:GregorianCalendar
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DGregorianCalendar.java22 * <p>The standard (Gregorian) calendar has 2 eras, BC and AD.
43 * AD onward, when modern Julian calendar rules were adopted. Before this date,
198 * being every 3 years from 45 BC through 9 BC, then every 4 years from 8 AD
215 * The sequence of years at the transition from <code>BC</code> to <code>AD</code> is
216 * ..., 2 BC, 1 BC, 1 AD, 2 AD,...
225 * The sequence of years at the transition from <code>BC</code> to <code>AD</code> is
226 * ..., 2 BC, 1 BC, 1 AD, 2 AD,...
230 public static final int AD field in class:GregorianCalendar
[all...]
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
H A DRegionCode.java25 static final String AD = "AD"; field in class:RegionCode
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h194 CFGAutomaticObjDtor AD = BI.castAs<CFGAutomaticObjDtor>(); local
196 AD.getDestructorDecl(ACtx->getASTContext()));
197 VarDecl *VD = const_cast<VarDecl*>(AD.getVarDecl());
/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/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h442 AnalysisDeclContext *AD = variable
445 if (AD->getBody())
446 return RuntimeDefinition(AD->getDecl());
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp631 SDValue AD = local
634 return CurDAG->SelectNodeTo(N, PPC::SUBFE, MVT::i32, AD, Op,
635 AD.getValue(1));
665 SDNode *AD = CurDAG->getMachineNode(PPC::ADDIC, dl, MVT::i32, MVT::Glue, local
667 return CurDAG->SelectNodeTo(N, PPC::SUBFE, MVT::i32, SDValue(AD, 0),
668 Op, SDValue(AD, 1));
671 SDValue AD = SDValue(CurDAG->getMachineNode(PPC::ADDI, dl, MVT::i32, Op, local
673 SDValue AN = SDValue(CurDAG->getMachineNode(PPC::AND, dl, MVT::i32, AD,
/external/clang/lib/CodeGen/
H A DCGExprComplex.cpp661 Value *AD = Builder.CreateFMul(Op.LHS.first, Op.RHS.second, "mul_ad"); local
667 ResI = Builder.CreateFAdd(AD, BC, "mul_i");
H A DCGClass.cpp1306 AssignmentMemcpyizer(CodeGenFunction &CGF, const CXXMethodDecl *AD, argument
1308 : FieldMemcpyizer(CGF, AD->getParent(), Args[Args.size() - 1]),
H A DCodeGenModule.cpp3906 auto *AD = cast<FileScopeAsmDecl>(D); local
3907 getModule().appendModuleInlineAsm(AD->getAsmString()->getString());
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp329 void VisitFileScopeAsmDecl(FileScopeAsmDecl *AD);
1298 void ASTDeclReader::VisitFileScopeAsmDecl(FileScopeAsmDecl *AD) { argument
1299 VisitDecl(AD);
1300 AD->setAsmString(cast<StringLiteral>(Reader.ReadExpr(F)));
1301 AD->setRParenLoc(ReadSourceLocation(Record, Idx));
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2286 SDValue AD = local
2289 CurDAG->SelectNodeTo(N, PPC::SUBFE, MVT::i32, AD, Op, AD.getValue(1));
2325 SDNode *AD = CurDAG->getMachineNode(PPC::ADDIC, dl, MVT::i32, MVT::Glue, local
2327 CurDAG->SelectNodeTo(N, PPC::SUBFE, MVT::i32, SDValue(AD, 0), Op,
2328 SDValue(AD, 1));
2332 SDValue AD = SDValue(CurDAG->getMachineNode(PPC::ADDI, dl, MVT::i32, Op, local
2334 SDValue AN = SDValue(CurDAG->getMachineNode(PPC::AND, dl, MVT::i32, AD,
/external/clang/lib/AST/
H A DExprConstant.cpp8731 APFloat AD = A * D; local
8734 ResI = AD + BC;
8760 AD.isInfinity() || BC.isInfinity())) {
/external/caliper/lib/
H A Djoda-time-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/joda/ org/joda/time/ org/joda/time/base/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 623 milliseconds

12