| /external/guava/guava-tests/test/com/google/common/util/concurrent/ |
| D | AsyncSettableFutureTest.java | 125 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/ |
| D | LazyMessageLiteTest.java | 70 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/ |
| D | regress-2261.js | 35 function inner(x) { function 59 function inner(x) { function 87 function inner(x,y,z) { function
|
| D | regress-1030466.js | 39 function inner() { function
|
| D | regress-crbug-150545.js | 38 function inner() { function
|
| /external/skia/src/effects/ |
| D | SkComposeImageFilter.cpp | 18 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/ |
| D | DenseCoeffsBase.h | 64 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/ |
| D | anonymous-union.cpp | 26 struct inner { struct 27 union { 32 typedef T type;
|
| /external/clang/test/Index/ |
| D | annotate-nested-name-specifier.cpp | 2 namespace inner { namespace 21 namespace inner { namespace 45 namespace inner { namespace 62 namespace inner { namespace 114 namespace inner { namespace
|
| /external/skia/bench/ |
| D | BlurRectsBench.cpp | 18 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/ |
| D | p15-cxx0x.cpp | 75 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/ |
| D | properties.mm | 36 @property IntWrapperStruct inner; property 64 @property CustomCopy inner; property
|
| /external/v8/test/mjsunit/compiler/ |
| D | inline-arguments.js | 163 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
|
| D | lazy-const-lookup.js | 32 function inner() { function
|
| /external/skia/src/core/ |
| D | SkColorFilter.cpp | 82 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()
|
| D | SkStrokerPriv.cpp | 79 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/ |
| D | debug-info-class.cpp | 42 struct inner { struct 50 struct inner { struct 51 int j;
|
| D | debug-info-template-member.cpp | 65 struct inner { struct 66 int i;
|
| /external/skia/gm/ |
| D | testimagefilters.cpp | 38 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/ |
| D | implicit-exception-spec.cpp | 36 } inner; member 46 } inner; // expected-note {{member is declared here}} member 75 Inner inner; member
|
| /external/skia/tests/ |
| D | PathOpsConicIntersectionTest.cpp | 54 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/ |
| D | p4.cpp | 29 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/ |
| D | using-decl-b.h | 2 namespace B { typedef int inner; } typedef
|
| D | using-decl-a.h | 8 namespace A { typedef int inner; } typedef
|
| /external/clang/test/CXX/expr/expr.prim/expr.prim.general/ |
| D | p8-0x.cpp | 9 struct inner { struct 11 int i;
|