Searched refs:Base (Results 276 - 300 of 519) sorted by relevance

<<11121314151617181920>>

/external/webkit/Source/WebCore/bindings/js/
H A DJSDOMGlobalObject.cpp55 Base::markChildren(markStack);
H A DJSDOMWindowBase.h45 typedef JSDOMGlobalObject Base; typedef in class:WebCore::JSDOMWindowBase
H A DJSLocationCustom.cpp160 return Base::deleteProperty(exec, propertyName);
168 Base::getOwnPropertyNames(exec, propertyNames, mode);
175 Base::defineGetter(exec, propertyName, getterFunction, attributes);
286 Base::defineGetter(exec, propertyName, getterFunction, attributes);
H A DJSNamedNodeMapCustom.cpp84 Base::markChildren(markStack);
H A DJSNavigatorCustom.cpp43 Base::markChildren(markStack);
H A DJSDOMWindowCustom.cpp78 Base::markChildren(markStack);
277 return Base::getOwnPropertySlot(exec, propertyName, slot);
349 return Base::getOwnPropertyDescriptor(exec, propertyName, descriptor);
368 Base::put(exec, propertyName, value, slot);
376 return Base::deleteProperty(exec, propertyName);
384 Base::getPropertyNames(exec, propertyNames, mode);
392 Base::getOwnPropertyNames(exec, propertyNames, mode);
405 Base::defineGetter(exec, propertyName, getterFunction, attributes);
413 Base::defineSetter(exec, propertyName, setterFunction, attributes);
421 return Base
[all...]
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
H A DPlatformVideoWindowQt.cpp114 p.setColor(QPalette::Base, Qt::black);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DFullScreenVideoWidget.cpp45 palette.setColor(QPalette::Base, Qt::black);
/external/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp49 /// from region \p Base.
50 explicit BindingKey(const SubRegion *r, const SubRegion *Base, Kind k) argument
51 : P(r, k | Symbolic), Data(reinterpret_cast<uintptr_t>(Base)) {
52 assert(r && Base && "Must have known regions.");
53 assert(getConcreteOffsetRegion() == Base && "Failed to store base region");
247 const MemRegion *Base = K.getBaseRegion(); local
249 const ClusterBindings *ExistingCluster = lookup(Base);
254 return add(Base, NewCluster);
277 const MemRegion *Base = K.getBaseRegion(); local
278 const ClusterBindings *Cluster = lookup(Base);
633 const MemRegion *Base = RI.getKey(); local
708 const MemRegion *Base = K.getConcreteOffsetRegion(); local
801 const MemRegion *Base = NextKey.getConcreteOffsetRegion(); local
1536 const SubRegion *Base = dyn_cast<SubRegion>(superR); local
2168 const MemRegion *Base = I.getKey(); local
[all...]
/external/clang/include/clang/AST/
H A DVTableBuilder.h253 uint64_t getAddressPoint(BaseSubobject Base) const {
254 assert(AddressPoints.count(Base) &&
257 uint64_t AddressPoint = AddressPoints.lookup(Base);
367 /// class, return 0. Base must be a virtual base class or an unambigious
H A DExprCXX.h1785 Stmt *Base;
1816 Expr *Base, bool isArrow, SourceLocation OperatorLoc,
1825 Base(0), IsArrow(false), QualifierLoc(), ScopeType(0) { }
1827 Expr *getBase() const { return cast<Expr>(Base); }
1831 /// x->Base::foo.
1907 SourceLocation getLocStart() const LLVM_READONLY {return Base->getLocStart();}
1915 child_range children() { return child_range(&Base, &Base + 1); }
1981 /// __is_base_of(Base, Derived) == true
2913 Stmt *Base;
[all...]
/external/clang/test/SemaCXX/
H A Doverloaded-operator.cpp242 CopyCon(const CopyConBase &Base);
244 CopyCon(const CopyConBase *Base) { argument
245 *this = *Base;
/external/eigen/Eigen/src/Core/
H A DReverse.h75 typedef typename internal::dense_xpr_base<Reverse>::type Base; typedef in class:Eigen::Reverse
77 using Base::IsRowMajor;
81 using Base::operator();
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp230 /// Base offset for complex addressing.
1461 IVChain(const IVInc &Head, const SCEV *Base) argument
1462 : Incs(1, Head), ExprBase(Base) {}
1586 void GenerateReassociations(LSRUse &LU, unsigned LUIdx, Formula Base,
1588 void GenerateCombinations(LSRUse &LU, unsigned LUIdx, Formula Base);
1589 void GenerateSymbolicOffsets(LSRUse &LU, unsigned LUIdx, Formula Base);
1590 void GenerateConstantOffsets(LSRUse &LU, unsigned LUIdx, Formula Base);
1591 void GenerateICmpZeroScales(LSRUse &LU, unsigned LUIdx, Formula Base);
1592 void GenerateScales(LSRUse &LU, unsigned LUIdx, Formula Base);
1593 void GenerateTruncates(LSRUse &LU, unsigned LUIdx, Formula Base);
3094 GenerateReassociations(LSRUse &LU, unsigned LUIdx, Formula Base, unsigned Depth) argument
3174 GenerateCombinations(LSRUse &LU, unsigned LUIdx, Formula Base) argument
3204 GenerateSymbolicOffsets(LSRUse &LU, unsigned LUIdx, Formula Base) argument
3224 GenerateConstantOffsets(LSRUse &LU, unsigned LUIdx, Formula Base) argument
3269 GenerateICmpZeroScales(LSRUse &LU, unsigned LUIdx, Formula Base) argument
3346 GenerateScales(LSRUse &LU, unsigned LUIdx, Formula Base) argument
3400 GenerateTruncates(LSRUse &LU, unsigned LUIdx, Formula Base) argument
[all...]
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h340 virtual bool getPreIndexedAddressParts(SDNode *N, SDValue &Base,
348 bool SelectAddressRegReg(SDValue N, SDValue &Base, SDValue &Index,
354 bool SelectAddressRegImm(SDValue N, SDValue &Disp, SDValue &Base,
359 bool SelectAddressRegRegOnly(SDValue N, SDValue &Base, SDValue &Index,
365 bool SelectAddressRegImmShift(SDValue N, SDValue &Disp, SDValue &Base,
/external/eigen/Eigen/src/Geometry/
H A DQuaternion.h30 * \brief Base class for quaternion expressions
37 typedef RotationBase<Derived, 3> Base; typedef in class:Eigen::QuaternionBase
39 using Base::operator*;
40 using Base::derived;
229 typedef QuaternionBase<Quaternion<_Scalar,_Options> > Base; typedef in class:Eigen::Quaternion
236 using Base::operator*=;
239 typedef typename Base::AngleAxisType AngleAxisType;
257 template<class Derived> EIGEN_STRONG_INLINE Quaternion(const QuaternionBase<Derived>& other) { this->Base::operator=(other); }
352 typedef QuaternionBase<Map<const Quaternion<_Scalar>, _Options> > Base; typedef in class:Eigen::Map
358 using Base
388 typedef QuaternionBase<Map<Quaternion<_Scalar>, _Options> > Base; typedef in class:Eigen::Map
[all...]
/external/clang/lib/AST/
H A DExprClassification.cpp109 #define STMT(Kind, Base) case Expr::Kind##Class:
110 #define EXPR(Kind, Base)
451 Expr *Base = E->getBase()->IgnoreParens();
452 if (isa<ObjCPropertyRefExpr>(Base))
454 return ClassifyInternal(Ctx, Base);
477 Expr *Base = E->getBase()->IgnoreParenImpCasts();
478 if (isa<ObjCPropertyRefExpr>(Base))
H A DAPValue.cpp40 /// walk from Base to the subobject. When performing GCC-style folding, there
342 LValueBase Base = getLValueBase(); local
343 if (!Base) {
369 if (const ValueDecl *VD = Base.dyn_cast<const ValueDecl*>())
372 Base.get<const Expr*>()->printPretty(Out, 0, Ctx.getPrintingPolicy());
388 if (const ValueDecl *VD = Base.dyn_cast<const ValueDecl*>()) {
392 const Expr *E = Base.get<const Expr*>();
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Dtest_expectations_unittest.py81 class Base(unittest.TestCase): class in inherits:unittest.TestCase
125 class BasicTests(Base):
134 class MiscTests(Base):
253 class ExpectationSyntaxTests(Base):
285 class SemanticTests(Base):
323 class PrecedenceTests(Base):
378 class RebaseliningTest(Base):
/external/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp40 unsigned Base, Width, Offset; member in struct:__anon10155::EncodingField
42 : Base(B), Width(W), Offset(O) { }
52 void addField(unsigned Base, unsigned Width, unsigned Offset) { argument
53 Fields.push_back(EncodingField(Base, Width, Offset));
1068 << "(insn, " << OI->Base << ", " << OI->Width
1075 << "(insn, " << OI->Base << ", " << OI->Width
1778 unsigned Base = ~0U;
1791 if (Base != ~0U) {
1792 OpInfo.addField(Base, Width, Offset);
1793 Base
[all...]
/external/llvm/lib/Target/R600/
H A DAMDILISelDAGToDAG.cpp77 bool SelectADDRVTX_READ(SDValue Addr, SDValue &Base, SDValue &Offset);
78 bool SelectADDRIndirect(SDValue Addr, SDValue &Base, SDValue &Offset);
581 bool AMDGPUDAGToDAGISel::SelectADDRVTX_READ(SDValue Addr, SDValue &Base, argument
589 Base = Addr.getOperand(0);
595 Base = CurDAG->getCopyFromReg(CurDAG->getEntryNode(),
603 Base = Addr;
608 bool AMDGPUDAGToDAGISel::SelectADDRIndirect(SDValue Addr, SDValue &Base, argument
613 Base = CurDAG->getRegister(AMDGPU::INDIRECT_BASE_ADDR, MVT::i32);
617 Base = Addr.getOperand(0);
620 Base
[all...]
/external/chromium/testing/gmock/test/
H A Dgmock-actions_test.cc497 struct Base { struct in namespace:__anon3266
498 bool operator==(const Base&) { return true; } argument
501 struct Derived : public Base {
506 Base base;
508 Action<Base*()> ret = Return(&base);
579 Base base;
581 Action<Base&()> a = ReturnRef(base);
603 Base base;
605 Action<Base&()> a = ReturnRefOfCopy(base);
1283 Base
[all...]
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp388 AM.Base.FrameIndex = SI->second;
507 (AM.Base.Reg == 0 && AM.IndexReg == 0)) {
516 // FIXME: How do we know Base.Reg is free??
517 AM.Base.Reg = getInstrInfo()->getGlobalBaseReg(FuncInfo.MF);
526 assert(AM.Base.Reg == 0 && AM.IndexReg == 0);
527 AM.Base.Reg = X86::RIP;
544 StubAM.Base.Reg = AM.Base.Reg;
556 StubAM.Base.Reg = X86::RIP;
576 AM.Base
1897 unsigned Base = getInstrInfo()->getGlobalBaseReg(FuncInfo.MF); local
[all...]
/external/ceres-solver/internal/ceres/
H A Devaluator_test.cc57 typedef SizedCostFunction<kNumResiduals, N0, N1, N2> Base; typedef in class:ceres::internal::ParameterIgnoringCostFunction
62 for (int i = 0; i < Base::num_residuals(); ++i) {
66 for (int k = 0; k < Base::parameter_block_sizes().size(); ++k) {
81 Base::num_residuals(),
82 Base::parameter_block_sizes()[k]);
83 for (int j = 0; j < Base::parameter_block_sizes()[k]; ++j) {
/external/clang/lib/CodeGen/
H A DCGExprCXX.cpp93 const Expr *Base,
111 const CXXRecordDecl *MostDerivedClassDecl = Base->getBestDynamicClassType();
125 Base = skipNoOpCastsAndParens(Base);
126 if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(Base)) {
138 if (const MemberExpr *ME = dyn_cast<MemberExpr>(Base))
143 if (isa<CXXConstructExpr>(Base))
147 if (isa<CXXBindTemporaryExpr>(Base))
151 if (const CallExpr *CE = dyn_cast<CallExpr>(Base))
197 const Expr *Base local
92 canDevirtualizeMemberFunctionCalls(ASTContext &Context, const Expr *Base, const CXXMethodDecl *MD) argument
406 EmitNullBaseClassInitialization(CodeGenFunction &CGF, llvm::Value *DestPtr, const CXXRecordDecl *Base) argument
[all...]

Completed in 605 milliseconds

<<11121314151617181920>>