HomeSort by relevance Sort by last modified time
    Searched defs:Base (Results 126 - 150 of 502) sorted by null

1 2 3 4 56 7 8 91011>>

  /art/test/139-register-natives/src/
Main.java 52 private static void expectThrows(Base b) {
60 private static void expectNotThrows(Base b) {
70 abstract class Base {
74 class TestSuper extends Base {
92 class TestSuper2 extends Base{
104 class TestSuper3 extends Base {
  /external/clang/include/clang/AST/
BaseSubobject.h 25 // BaseSubobject - Uniquely identifies a direct or indirect base class.
26 // Stores both the base class decl and the offset from the most derived class to
27 // the base class. Used for vtable and VTT generation.
29 /// Base - The base class declaration.
30 const CXXRecordDecl *Base;
32 /// BaseOffset - The offset from the most derived class to the base class.
37 BaseSubobject(const CXXRecordDecl *Base, CharUnits BaseOffset)
38 : Base(Base), BaseOffset(BaseOffset) {
    [all...]
  /external/clang/test/CXX/class.access/class.access.base/
p1.cpp 3 // C++0x [class.access.base]p1(a):
4 // If a class is declared to be a base class for another class using
5 // the public access specifier, the public members of the base class
7 // members of the base class are accessible as protected members of
10 class Base {
16 class Test : public Base {
25 Base::pub++;
26 Base::spub++;
27 Base::prot++;
28 Base::sprot++
    [all...]
  /external/clang/test/CodeGenCXX/
apple-kext-indirect-call-2.cpp 4 // CHECK: @_ZTV4Base = unnamed_addr constant [4 x i8*] [i8* null, i8* null, i8* bitcast (i8* (%struct.Base*)* @_ZNK4Base3abcEv to i8*), i8* null]
28 struct Base { virtual char* abc(void) const; };
30 char* Base::abc() const { return 0; }
32 struct Derived : public Base {
36 // CHECK: [[U1:%.*]] = load i8* (%struct.Base*)*, i8* (%struct.Base*)** getelementptr inbounds (i8* (%struct.Base*)*, i8* (%struct.Base*)** bitcast ([4 x i8*]* @_ZTV4Base to i8* (%struct.Base*)**), i64 2)
38 char* c = p->Base::abc()
    [all...]
  /external/clang/test/SemaTemplate/
class-template-ctor-initializer.cpp 13 typedef A<X> Base;
14 B1() : Base() {}
26 TmplB<int>() { } // expected-error {{type 'TmplB<int>' is not a direct or virtual base of 'TmplC'}}
32 Tmpl<int>(), // expected-error {{type 'Tmpl<int>' is not a direct or virtual base of 'TmplD'}}
37 class Base {
39 Base() {}
45 Derived() : Base() {}
48 class Final : public Derived<Base> {
60 struct Base { Base(int); }; // expected-note {{candidate constructor not viable}
    [all...]
qualified-id.cpp 14 template <class T> class Base { };
15 template <class T> class Derived : public Base<T> {
  /external/eigen/Eigen/src/Core/
Flagged.h 44 typedef MatrixBase<Flagged> Base;
ForceAlignedAccess.h 39 typedef typename internal::dense_xpr_base<ForceAlignedAccess>::type Base;
NestByValue.h 40 typedef typename internal::dense_xpr_base<NestByValue>::type Base;
ReturnByValue.h 56 typedef typename internal::dense_xpr_base<ReturnByValue>::type Base;
Swap.h 32 typedef typename internal::dense_xpr_base<SwapWrapper>::type Base;
  /external/eigen/Eigen/src/SparseCore/
SparseCwiseUnaryOp.h 38 typedef typename CwiseUnaryOpImpl<UnaryOp,MatrixType,Sparse>::MatrixTypeIterator Base;
42 : Base(unaryOp.derived().nestedExpression(),outer), m_functor(unaryOp.derived().functor())
46 { Base::operator++(); return *this; }
48 EIGEN_STRONG_INLINE typename CwiseUnaryOpImpl::Scalar value() const { return m_functor(Base::value()); }
61 typedef typename CwiseUnaryOpImpl<UnaryOp,MatrixType,Sparse>::MatrixTypeReverseIterator Base;
65 : Base(unaryOp.derived().nestedExpression(),outer), m_functor(unaryOp.derived().functor())
69 { Base::operator--(); return *this; }
71 EIGEN_STRONG_INLINE typename CwiseUnaryOpImpl::Scalar value() const { return m_functor(Base::value()); }
102 typedef typename CwiseUnaryViewImpl<ViewOp,MatrixType,Sparse>::MatrixTypeIterator Base;
106 : Base(unaryOp.derived().nestedExpression(),outer), m_functor(unaryOp.derived().functor()
    [all...]
  /external/eigen/Eigen/src/misc/
Kernel.h 41 typedef ReturnByValue<kernel_retval_base> Base;
42 typedef typename Base::Index Index;
72 typedef Eigen::internal::kernel_retval_base<DecompositionType> Base; \
73 using Base::dec; \
74 using Base::rank; \
75 using Base::rows; \
76 using Base::cols; \
77 kernel_retval(const DecompositionType& dec) : Base(dec) {}
Solve.h 37 typedef ReturnByValue<solve_retval_base> Base;
38 typedef typename Base::Index Index;
66 typedef Eigen::internal::solve_retval_base<DecompositionType,Rhs> Base; \
67 using Base::dec; \
68 using Base::rhs; \
69 using Base::rows; \
70 using Base::cols; \
72 : Base(dec, rhs) {}
  /external/google-breakpad/src/processor/
basic_source_line_resolver_types.h 63 int set_parameter_size) : Base(function_name,
70 typedef SourceLineResolverBase::Function Base;
  /external/libweave/third_party/chromium/base/memory/
weak_ptr_unittest.cc 5 #include "base/memory/weak_ptr.h"
11 #include "base/bind.h"
12 #include "base/location.h"
13 #include "base/memory/scoped_ptr.h"
15 namespace base { namespace
18 struct Base {
21 struct Derived : public Base {};
93 Base data;
95 WeakPtrFactory<Base> factory(&data);
96 WeakPtr<Base> ptr = factory.GetWeakPtr()
    [all...]
  /external/llvm/lib/Analysis/
Loads.cpp 75 Value *Base = V;
76 Base = GetPointerBaseWithConstantOffset(V, ByteOffset, DL);
83 if (const AllocaInst *AI = dyn_cast<AllocaInst>(Base)) {
87 } else if (const GlobalVariable *GV = dyn_cast<GlobalVariable>(Base)) {
100 // If we found a base allocated type from either an alloca or global variable,
102 // know the size of the base type and the loaded type to do anything in this
125 // base here.
  /external/mesa3d/src/mesa/drivers/windows/gdi/
wmesadef.h 26 struct gl_framebuffer Base;
  /external/v8/test/mjsunit/es6/
classes.js 391 function Base() {}
392 Base.prototype = {
400 Object.defineProperty(Base, 'staticM', {
406 class C extends Base {
421 var Base = function() {}.bind();
423 class C extends Base {}
430 var Base = function() {}.bind();
431 Object.defineProperty(Base, 'prototype', {
438 class C extends Base {}
442 Object.defineProperty(Base, 'prototype',
    [all...]
  /frameworks/av/services/audiopolicy/engineconfigurable/src/
Collection.h 50 typedef std::map<Key, Element<Key> *> Base;
131 Base::clear();
  /external/google-breakpad/src/testing/gtest/test/
gtest-port_test.cc 64 class Base {
68 Base() : member_(0) {}
69 explicit Base(int n) : member_(n) {}
70 virtual ~Base() {}
77 class Derived : public Base {
79 explicit Derived(int n) : Base(n) {}
84 EXPECT_TRUE(&derived == ::testing::internal::ImplicitCast_<Base*>(&derived));
89 Base base = ::testing::internal::ImplicitCast_<Base>(derived) local
108 Base base = ::testing::internal::ImplicitCast_<Base>(castable); local
127 Base base = ::testing::internal::ImplicitCast_<Base>(const_castable); local
153 Base base = ::testing::internal::ImplicitCast_<Base>(castable); local
    [all...]
  /external/gtest/test/
gtest-port_test.cc 101 class Base {
105 Base() : member_(0) {}
106 explicit Base(int n) : member_(n) {}
107 virtual ~Base() {}
114 class Derived : public Base {
116 explicit Derived(int n) : Base(n) {}
121 EXPECT_TRUE(&derived == ::testing::internal::ImplicitCast_<Base*>(&derived));
126 Base base = ::testing::internal::ImplicitCast_<Base>(derived) local
145 Base base = ::testing::internal::ImplicitCast_<Base>(castable); local
164 Base base = ::testing::internal::ImplicitCast_<Base>(const_castable); local
190 Base base = ::testing::internal::ImplicitCast_<Base>(castable); local
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-port_test.cc 101 class Base {
105 Base() : member_(0) {}
106 explicit Base(int n) : member_(n) {}
107 virtual ~Base() {}
114 class Derived : public Base {
116 explicit Derived(int n) : Base(n) {}
121 EXPECT_TRUE(&derived == ::testing::internal::ImplicitCast_<Base*>(&derived));
126 Base base = ::testing::internal::ImplicitCast_<Base>(derived) local
145 Base base = ::testing::internal::ImplicitCast_<Base>(castable); local
164 Base base = ::testing::internal::ImplicitCast_<Base>(const_castable); local
190 Base base = ::testing::internal::ImplicitCast_<Base>(castable); local
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-port_test.cc 101 class Base {
105 Base() : member_(0) {}
106 explicit Base(int n) : member_(n) {}
107 virtual ~Base() {}
114 class Derived : public Base {
116 explicit Derived(int n) : Base(n) {}
121 EXPECT_TRUE(&derived == ::testing::internal::ImplicitCast_<Base*>(&derived));
126 Base base = ::testing::internal::ImplicitCast_<Base>(derived) local
145 Base base = ::testing::internal::ImplicitCast_<Base>(castable); local
164 Base base = ::testing::internal::ImplicitCast_<Base>(const_castable); local
190 Base base = ::testing::internal::ImplicitCast_<Base>(castable); local
    [all...]
  /art/compiler/utils/mips/
assembler_mips_test.cc 21 #include "base/stl_util.h"
39 typedef AssemblerTest<mips::MipsAssembler, mips::Register, mips::FRegister, uint32_t> Base;
193 (Base::GetAssembler()->*f)(mips::A0, &label);
203 (Base::GetAssembler()->*f)(mips::A1, &label);
222 (Base::GetAssembler()->*f)(mips::A0, mips::A1, &label);
232 (Base::GetAssembler()->*f)(mips::A2, mips::A3, &label);
    [all...]

Completed in 973 milliseconds

1 2 3 4 56 7 8 91011>>