Home
last modified time | relevance | path

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

12345678

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAsyncSettableFutureTest.java125 SettableFuture<Object> inner = SettableFuture.create(); in testCancel_innerCancelsAsync() local
137 MyFuture<Object> inner = new MyFuture<Object>(); in testCancel_resultCancelsInner_interrupted() local
150 MyFuture<Object> inner = new MyFuture<Object>(); in testCancel_resultCancelsInner() local
171 MyFuture<Object> inner = new MyFuture<Object>(); in testCancel_multipleBeforeSetFuture_noInterruptFirst() local
181 MyFuture<Object> inner = new MyFuture<Object>(); in testCancel_multipleBeforeSetFuture_interruptFirst() local
/external/protobuf/java/src/test/java/com/google/protobuf/
DLazyMessageLiteTest.java70 LazyInnerMessageLite inner = LazyInnerMessageLite.newBuilder() in testSetValues() local
116 LazyInnerMessageLite inner = LazyInnerMessageLite.newBuilder() in testAddAll() local
153 LazyInnerMessageLite inner = LazyInnerMessageLite.newBuilder() in testClearValues() local
263 LazyInnerMessageLite inner = LazyInnerMessageLite.newBuilder() in testSerialize() local
296 LazyInnerMessageLite inner = LazyInnerMessageLite.newBuilder() in testLaziness() local
/external/v8/test/mjsunit/regress/
Dregress-2261.js35 function inner(x) { function
59 function inner(x) { function
87 function inner(x,y,z) { function
Dregress-1030466.js39 function inner() { function
Dregress-crbug-150545.js38 function inner() { function
/external/skia/src/effects/
DSkComposeImageFilter.cpp18 SkImageFilter* inner = getInput(1); in computeFastBounds() local
31 SkImageFilter* inner = getInput(1); in onFilterImage() local
54 SkImageFilter* inner = getInput(1); in onFilterBounds() local
68 SkImageFilter* inner = getInput(1); in toString() local
/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& val) 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/SemaTemplate/
Danonymous-union.cpp26 struct inner { struct
27 union {
32 typedef T type;
/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/skia/bench/
DBlurRectsBench.cpp18 BlurRectsBench(SkRect outer, SkRect inner, SkScalar radius) { in BlurRectsBench()
56 BlurRectsNinePatchBench(SkRect outer, SkRect inner, SkScalar radius) in BlurRectsNinePatchBench()
66 BlurRectsNonNinePatchBench(SkRect outer, SkRect inner, SkScalar radius) in BlurRectsNonNinePatchBench()
/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/clang/test/Analysis/
Dproperties.mm36 @property IntWrapperStruct inner; property
64 @property CustomCopy inner; property
/external/v8/test/mjsunit/compiler/
Dinline-arguments.js163 function inner(x, y) { function
185 function inner(x, y) { function
214 function inner(x,y) { function
275 function inner(a,b,c,d,e,f,g,h,i,j) { function
316 function inner(len,a,b,c) { function
Dlazy-const-lookup.js32 function inner() { function
/external/skia/src/core/
DSkColorFilter.cpp82 SkComposeColorFilter(SkColorFilter* outer, SkColorFilter* inner, int composedFilterCount) in SkComposeColorFilter()
106 SkAutoTUnref<SkColorFilter> inner(buffer.readColorFilter()); in CreateProc() local
112 SkColorFilter* SkColorFilter::CreateComposeFilter(SkColorFilter* outer, SkColorFilter* inner) { in CreateComposeFilter()
DSkStrokerPriv.cpp79 static void HandleInnerJoin(SkPath* inner, const SkPoint& pivot, const SkVector& after) in HandleInnerJoin()
94 static void BluntJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal, in BluntJoiner()
111 static void RoundJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal, in RoundJoiner()
149 static void MiterJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal, in MiterJoiner()
/external/clang/test/CodeGenCXX/
Ddebug-info-class.cpp42 struct inner { struct
50 struct inner { struct
51 int j;
Ddebug-info-template-member.cpp65 struct inner { struct
66 int i;
/external/skia/gm/
Dtestimagefilters.cpp38 SkImageFilter* inner = SkDownSampleImageFilter::Create(SK_Scalar1 / 5); in make4() local
53 SkImageFilter* inner = SkDownSampleImageFilter::Create(SK_Scalar1 / 5); in make6() local
70 SkImageFilter* inner = make3(); in make7() local
/external/clang/test/SemaCXX/
Dimplicit-exception-spec.cpp36 } inner; member
46 } inner; // expected-note {{member is declared here}} member
75 Inner inner; member
/external/skia/tests/
DPathOpsConicIntersectionTest.cpp54 static void oneOff(skiatest::Reporter* reporter, int outer, int inner) { in oneOff()
62 for (int inner = outer + 1; inner < testSetCount; ++inner) { in oneOffTests() local
/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/clang/test/Modules/Inputs/
Dusing-decl-b.h2 namespace B { typedef int inner; } typedef
Dusing-decl-a.h8 namespace A { typedef int inner; } typedef
/external/clang/test/CXX/expr/expr.prim/expr.prim.general/
Dp8-0x.cpp9 struct inner { struct
11 int i;

12345678