Home
last modified time | relevance | path

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

12345678910>>...15

/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/expr/
DEnclosedExpr.java33 private Expression inner; field in EnclosedExpr
38 public EnclosedExpr(final Expression inner) { in EnclosedExpr()
42 public EnclosedExpr(final Range range, final Expression inner) { in EnclosedExpr()
59 public EnclosedExpr setInner(final Expression inner) { in setInner()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/expr/
DEnclosedExpr.java32 private Expression inner; field in EnclosedExpr
37 public EnclosedExpr(final Expression inner) { in EnclosedExpr()
42 final Expression inner) { in EnclosedExpr()
59 public void setInner(final Expression inner) { in setInner()
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dvectorization_utils_test.cc50 Status WrapFunctionWithMapDefun(const FunctionDef& inner, FunctionDef* result) { in WrapFunctionWithMapDefun()
159 FunctionDef inner = FunctionDefHelper::Create( in TEST() local
234 FunctionDef inner = FunctionDefHelper::Create( in TEST() local
312 FunctionDef inner = FunctionDefHelper::Create( in TEST() local
386 FunctionDef inner = FunctionDefHelper::Create( in TEST() local
458 FunctionDef inner = FunctionDefHelper::Create( in TEST() local
547 FunctionDef inner = FunctionDefHelper::Create( in TEST() local
623 FunctionDef inner = FunctionDefHelper::Create( in TEST() local
708 FunctionDef inner = FunctionDefHelper::Create( in TEST() local
783 FunctionDef inner = FunctionDefHelper::Create( in TEST() local
[all …]
/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/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/
DEnclosedExpr.java45 private Expression inner; field in EnclosedExpr
52 public EnclosedExpr(final Expression inner) { in EnclosedExpr()
60 public EnclosedExpr(TokenRange tokenRange, Expression inner) { in EnclosedExpr()
90 public EnclosedExpr setInner(final Expression inner) { in setInner()
/external/skqp/src/effects/imagefilters/
DSkComposeImageFilter.cpp16 sk_sp<SkImageFilter> inner) { in Make()
29 SkImageFilter* inner = this->getInput(1); in computeFastBounds() local
45 sk_sp<SkSpecialImage> inner(this->filterInput(1, source, innerContext, &innerOffset)); in onFilterImage() local
80 SkImageFilter* inner = this->getInput(1); in onFilterBounds() local
/external/skia/src/effects/imagefilters/
DSkComposeImageFilter.cpp16 sk_sp<SkImageFilter> inner) { in Make()
29 SkImageFilter* inner = this->getInput(1); in computeFastBounds() local
45 sk_sp<SkSpecialImage> inner(this->filterInput(1, source, innerContext, &innerOffset)); in onFilterImage() local
80 SkImageFilter* inner = this->getInput(1); in onFilterBounds() local
/external/clang/test/SemaTemplate/
Danonymous-union.cpp26 struct inner { struct
27 union {
32 typedef T type;
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DLazyMessageLiteTest.java65 LazyInnerMessageLite inner = LazyInnerMessageLite.newBuilder() in testSetValues() local
111 LazyInnerMessageLite inner = LazyInnerMessageLite.newBuilder() in testAddAll() local
148 LazyInnerMessageLite inner = LazyInnerMessageLite.newBuilder() in testClearValues() local
258 LazyInnerMessageLite inner = LazyInnerMessageLite.newBuilder() in testSerialize() local
/external/skqp/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/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/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/eigen/Eigen/src/Core/
DDenseCoeffsBase.h64 EIGEN_STRONG_INLINE Index rowIndexByOuterInner(Index outer, Index inner) const in rowIndexByOuterInner()
73 EIGEN_STRONG_INLINE Index colIndexByOuterInner(Index outer, Index inner) const in colIndexByOuterInner()
104 EIGEN_STRONG_INLINE CoeffReturnType coeffByOuterInner(Index outer, Index inner) const in coeffByOuterInner()
241 EIGEN_STRONG_INLINE PacketReturnType packetByOuterInner(Index outer, Index inner) const in packetByOuterInner()
349 coeffRefByOuterInner(Index outer, Index inner) in coeffRefByOuterInner()
/external/clang/test/Analysis/
Dproperties.mm36 @property IntWrapperStruct inner; property
64 @property CustomCopy inner; property
/external/python/cpython3/Lib/test/
Dtest_frame.py14 def inner(self, x=5, **kwargs): member in ClearTest
118 def inner(): function
174 def inner(): function
/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/skqp/gm/
Dblurs.cpp80 SkRect inner = SkRect::MakeXYWH(20.25f, 20.125f, 80, 80); variable
98 SkRect inner = SkRect::MakeXYWH(50, 150, 10, 10); variable
/external/skia/gm/
Dblurs.cpp80 SkRect inner = SkRect::MakeXYWH(20.25f, 20.125f, 80, 80); variable
98 SkRect inner = SkRect::MakeXYWH(50, 150, 10, 10); variable
/external/autotest/client/tests/ipv6connect/src/
Dipv6connect.c349 static void RunWithOneServer(int outer, int inner) { in RunWithOneServer()
370 static void RunWithOneShotServers(int outer, int inner) { in RunWithOneShotServers()
389 static void RunMultiThreaded(int outer, int inner) { in RunMultiThreaded()
425 int i, inner = 75, outer = 10, timediff; in main() local
/external/clang/test/CodeGenCXX/
Ddebug-info-class.cpp42 struct inner { struct
50 struct inner { struct
51 int j;
Ddebug-info-template-member.cpp64 struct inner { struct
65 int i;
/external/protobuf/python/google/protobuf/internal/import_test_package/
Douter.proto38 optional Inner inner = 1; field
/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-a.h9 namespace A { typedef int inner; } typedef
/external/clang/test/SemaCXX/
Dimplicit-exception-spec.cpp36 } inner; member
46 } inner; // expected-note {{member is declared here}} member
75 Inner inner; member

12345678910>>...15