Home
last modified time | relevance | path

Searched defs:inner (Results 1 – 25 of 106) sorted by relevance

12345

/external/clang/test/SemaTemplate/
Danonymous-union.cpp26 struct inner { struct
27 union {
32 typedef T type;
Dtypo-dependent-name.cpp5 T inner; member
/external/eigen/Eigen/src/Core/
DDenseCoeffsBase.h64 EIGEN_STRONG_INLINE Index rowIndexByOuterInner(Index outer, Index inner) const in rowIndexByOuterInner()
72 EIGEN_STRONG_INLINE Index colIndexByOuterInner(Index outer, Index inner) const in colIndexByOuterInner()
101 EIGEN_STRONG_INLINE CoeffReturnType coeffByOuterInner(Index outer, Index inner) const in coeffByOuterInner()
218 EIGEN_STRONG_INLINE PacketReturnType packetByOuterInner(Index outer, Index inner) const in packetByOuterInner()
322 coeffRefByOuterInner(Index outer, Index inner) in coeffRefByOuterInner()
441 (Index outer, Index inner, const typename internal::packet_traits<Scalar>::type& x) in writePacketByOuterInner()
500 …EIGEN_STRONG_INLINE void copyCoeffByOuterInner(Index outer, Index inner, const DenseBase<OtherDeri… in copyCoeffByOuterInner()
543 …EIGEN_STRONG_INLINE void copyPacketByOuterInner(Index outer, Index inner, const DenseBase<OtherDer… in copyPacketByOuterInner()
/external/clang/test/Index/
Dannotate-nested-name-specifier.cpp2 namespace inner { namespace
21 namespace inner { namespace
45 namespace inner { namespace
62 namespace inner { namespace
114 namespace inner { namespace
/external/v8/test/mjsunit/compiler/
Dlazy-const-lookup.js32 function inner() { function
Dregress-3136962.js34 function inner() { height = 0; ++count; } function
Dproperty-refs.js43 inner: { y: 0 } property
/external/clang/test/CXX/temp/temp.param/
Dp15-cxx0x.cpp75 template<place> struct inner { typedef T type; }; struct
82 struct inner { // expected-note 2{{declared}} struct
83 typedef types<typename Take<_>::type...> take;
84 typedef types<typename Drop<_>::type...> drop;
/external/v8/test/mjsunit/regress/
Dregress-1030466.js39 function inner() { function
Dregress-97116.js43 function inner(should_deopt) { function
/external/clang/test/SemaCXX/
Datomic-type.cxx8 struct inner { char n[sizeof(T)]; }; struct
Dimplicit-exception-spec.cpp37 } inner; // expected-error {{cannot be used by non-static data member initializer}} member
47 } inner; member
77 Inner inner; member
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
Dp4.cpp29 X<IntHolder, int>::Inner inner; // expected-note {{first required here}} in test_X_IntHolderInt() local
52 X<IntHolder, long>::Inner inner; // okay, uses specialization in test_X_IntHolderInt() local
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
Dregress-71107.js53 function inner() { function
/external/guava/guava-tests/test/com/google/common/collect/
DSynchronizedBiMapTest.java40 TestBiMap<K, V> inner = in create() local
97 TestBiMap<Integer, String> inner = new TestBiMap<Integer, String>( in create() local
/external/clang/test/PCH/
Dcxx-variadic-templates.h21 template<Ts...Vs, template<Ts> class ...Cs> struct inner { struct
/external/skia/gm/
Dtestimagefilters.cpp34 SkImageFilter* inner = new SkDownSampleImageFilter(SK_Scalar1 / 5); in make4() local
49 SkImageFilter* inner = new SkDownSampleImageFilter(SK_Scalar1 / 5); in make6() local
66 SkImageFilter* inner = make3(); in make7() local
/external/clang/test/CXX/expr/expr.prim/expr.prim.general/
Dp8-0x.cpp9 struct inner { struct
11 int i;
/external/skia/src/core/
DSkStrokerPriv.cpp85 static void HandleInnerJoin(SkPath* inner, const SkPoint& pivot, const SkVector& after) in HandleInnerJoin()
100 static void BluntJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal, in BluntJoiner()
117 static void RoundJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal, in RoundJoiner()
162 static void MiterJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal, in MiterJoiner()
/external/skia/samplecode/
DSamplePathEffects.cpp46 SkPathEffect* inner = new SkCornerPathEffect(SkIntToScalar(CORNER_RADIUS)); in make_pe() local
63 SkPathEffect* inner = new SkCornerPathEffect(SkIntToScalar(CORNER_RADIUS)); in make_warp_pe() local
/external/elfutils/src/
Dstrip.c615 size_t inner; in handle_elf() local
760 for (size_t inner = 0; in handle_elf() local
1088 for (size_t inner = 0; in handle_elf() local
1163 size_t inner; in handle_elf() local
1435 for (size_t inner = shdr_info[symtabidx].shdr.sh_info; in handle_elf() local
1489 for (size_t inner = shdr_info[symtabidx].shdr.sh_info; in handle_elf() local
1541 for (size_t inner = 1; inner < verd->d_size / elsize; ++inner) in handle_elf() local
/external/compiler-rt/BlocksRuntime/tests/
Djosh.C22 MyStruct inner; // fails to compile! in test() local
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.class/
Dp1.cpp18 X0<int, float>::Inner inner; in test() local
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebDesktopNotificationsDelegate.cpp45 …static NotificationCOMWrapper* create(Notification* inner) { return new NotificationCOMWrapper(inn… in create()
63 NotificationCOMWrapper(Notification* inner) : m_refCount(1), m_inner(inner) {} in NotificationCOMWrapper()
/external/clang/test/CXX/dcl.decl/dcl.meaning/
Dp1.cpp10 struct y::inner { }; // expected-warning{{extra qualification on member 'inner'}} struct in PR8019::y::y

12345