Home
last modified time | relevance | path

Searched defs:outer (Results 1 – 25 of 394) sorted by relevance

12345678910>>...16

/external/protobuf/java/core/src/test/java/com/google/protobuf/
DLazyMessageLiteTest.java61 LazyMessageLite outer = in testSetValues() local
88 LazyMessageLite outer = in testSetRepeatedValues() local
102 LazyMessageLite outer = in testRepeatedMutability() local
124 LazyMessageLite outer = LazyMessageLite.newBuilder().addAllRepeatedInner(inners).build(); in testAddAll() local
132 LazyMessageLite outer = LazyMessageLite.getDefaultInstance(); in testGetDefaultValues() local
179 LazyMessageLite outer = outerBuilder.build(); in testClearValues() local
247 LazyMessageLite outer = LazyMessageLite.newBuilder().setOneofInner(inner).build(); in testMergeOneofMessages() local
265 LazyMessageLite outer = in testSerialize() local
/external/rust/crates/tokio/tests/
Dtask_blocking.rs103 let outer = tokio::runtime::Runtime::new().unwrap(); in can_enter_basic_rt_from_within_block_in_place() localVariable
120 let outer = tokio::runtime::Runtime::new().unwrap(); in useful_panic_message_when_dropping_rt_in_rt() localVariable
143 let outer = tokio::runtime::Runtime::new().unwrap(); in can_shutdown_with_zero_timeout_in_runtime() localVariable
155 let outer = tokio::runtime::Runtime::new().unwrap(); in can_shutdown_now_in_runtime() localVariable
167 let outer = tokio::runtime::Builder::new_multi_thread() in coop_disabled_in_block_in_place() localVariable
201 let outer = tokio::runtime::Runtime::new().unwrap(); in coop_disabled_in_block_in_place_in_block_on() localVariable
/external/llvm-project/clang/test/CodeGenCXX/
Dwindows-itanium-dllexport.cpp43 struct outer { struct
50 template class __declspec(dllexport) outer<int>; argument
Dmingw-template-dllexport.cpp28 struct outer { struct
35 template <class T> void outer<T>::f() {} in f() argument
38 template class __declspec(dllexport) outer<int>; variable
/external/skqp/bench/
DGeometryBench.cpp69 for (int outer = 0; outer < loops; ++outer) { in onDraw() local
86 for (int outer = 0; outer < loops; ++outer) { in onDraw() local
103 for (int outer = 0; outer < loops; ++outer) { in onDraw() local
119 for (int outer = 0; outer < loops; ++outer) { in onDraw() local
153 for (int outer = 0; outer < loops; ++outer) { in onDraw() local
169 for (int outer = 0; outer < loops; ++outer) { in onDraw() local
187 for (int outer = 0; outer < loops; ++outer) { in onDraw() local
203 for (int outer = 0; outer < loops; ++outer) { in onDraw() local
221 for (int outer = 0; outer < loops; ++outer) { in onDraw() local
237 for (int outer = 0; outer < loops; ++outer) { in onDraw() local
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/
DGeometryBench.cpp70 for (int outer = 0; outer < loops; ++outer) { in onDraw() local
87 for (int outer = 0; outer < loops; ++outer) { in onDraw() local
104 for (int outer = 0; outer < loops; ++outer) { in onDraw() local
120 for (int outer = 0; outer < loops; ++outer) { in onDraw() local
154 for (int outer = 0; outer < loops; ++outer) { in onDraw() local
170 for (int outer = 0; outer < loops; ++outer) { in onDraw() local
188 for (int outer = 0; outer < loops; ++outer) { in onDraw() local
204 for (int outer = 0; outer < loops; ++outer) { in onDraw() local
222 for (int outer = 0; outer < loops; ++outer) { in onDraw() local
238 for (int outer = 0; outer < loops; ++outer) { in onDraw() local
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/skqp/src/effects/imagefilters/
DSkComposeImageFilter.cpp15 sk_sp<SkImageFilter> SkComposeImageFilter::Make(sk_sp<SkImageFilter> outer, in Make()
28 SkImageFilter* outer = this->getInput(0); in computeFastBounds() local
57 sk_sp<SkSpecialImage> outer(this->filterInput(0, inner.get(), outerContext, &outerOffset)); in onFilterImage() local
79 SkImageFilter* outer = this->getInput(0); in onFilterBounds() local
/external/skia/src/effects/imagefilters/
DSkComposeImageFilter.cpp41 sk_sp<SkImageFilter> SkImageFilters::Compose(sk_sp<SkImageFilter> outer, in Compose()
67 const SkImageFilter* outer = this->getInput(0); in computeFastBounds() local
104 sk_sp<SkSpecialImage> outer(this->filterInput(0, outerContext, &outerOffset)); in onFilterImage() local
115 const SkImageFilter* outer = this->getInput(0); in onFilterBounds() local
/external/llvm-project/clang/test/PCH/
Dcxx-variadic-templates.h20 template<typename...Ts> struct outer { struct
25 template struct outer<int, int>; argument
/external/clang/test/PCH/
Dcxx-variadic-templates.h20 template<typename...Ts> struct outer { struct
25 template struct outer<int, int>; argument
/external/llvm-project/clang/test/Index/
Dannotate-nested-name-specifier.cpp1 namespace outer { namespace
20 namespace outer { namespace
44 namespace outer { namespace
61 namespace outer { namespace
113 namespace outer { namespace
/external/clang/test/Index/
Dannotate-nested-name-specifier.cpp1 namespace outer { namespace
20 namespace outer { namespace
44 namespace outer { namespace
61 namespace outer { namespace
113 namespace outer { 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/CXX/expr/expr.prim/expr.prim.general/
Dp8-0x.cpp7 struct outer { struct
8 struct middle {
33 …a.decltype(outer::middle())::mfunc(); // expected-error{{'PR10127::outer::middle::mfunc' is not a … in scope()
/external/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.general/
Dp8-0x.cpp7 struct outer { struct
8 struct middle {
33 …a.decltype(outer::middle())::mfunc(); // expected-error{{'PR10127::outer::middle::mfunc' is not a … in scope()
/external/python/cpython3/Lib/test/
Dtest_frame.py17 def outer(self, **kwargs): member in ClearTest
115 def outer(): function
171 def outer(): function
/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/skqp/gm/
Dblurs.cpp79 SkRect outer = SkRect::MakeXYWH(10.125f, 10.125f, 100.125f, 100); variable
97 SkRect outer = SkRect::MakeXYWH(10, 110, 100, 100); variable
/external/llvm-project/clang/test/SemaCXX/
Dattr-cxx0x.cpp27 template <typename... A> struct outer { struct
31 outer<int>::inner<short, double> mismatched_packs; // expected-note {{in instantiation of}} argument
Dstatic-cast.cpp147 template<typename E> struct outer { struct
148 base *pb;
149 ~outer() { (void)static_cast<derived<E>*>(pb); } in ~outer()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/struct/
DTestUnwrappedWithTypeInfo.java54 Outer outer = new Outer(); in testDefaultUnwrappedWithTypeInfo() local
73 Outer outer = new Outer(); in testUnwrappedWithTypeInfoAndFeatureDisabled() local
/external/clang/test/SemaCXX/
Dattr-cxx0x.cpp27 template <typename... A> struct outer { struct
31 outer<int>::inner<short, double> mismatched_packs; // expected-note {{in instantiation of}} argument
Dstatic-cast.cpp147 template<typename E> struct outer { struct
148 base *pb;
149 ~outer() { (void)static_cast<derived<E>*>(pb); } in ~outer()

12345678910>>...16