| /external/protobuf/java/core/src/test/java/com/google/protobuf/ |
| D | LazyMessageLiteTest.java | 61 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/ |
| D | task_blocking.rs | 103 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/ |
| D | windows-itanium-dllexport.cpp | 43 struct outer { struct 50 template class __declspec(dllexport) outer<int>; argument
|
| D | mingw-template-dllexport.cpp | 28 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/ |
| D | GeometryBench.cpp | 69 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
|
| 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/skia/bench/ |
| D | GeometryBench.cpp | 70 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
|
| 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/skqp/src/effects/imagefilters/ |
| D | SkComposeImageFilter.cpp | 15 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/ |
| D | SkComposeImageFilter.cpp | 41 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/ |
| D | cxx-variadic-templates.h | 20 template<typename...Ts> struct outer { struct 25 template struct outer<int, int>; argument
|
| /external/clang/test/PCH/ |
| D | cxx-variadic-templates.h | 20 template<typename...Ts> struct outer { struct 25 template struct outer<int, int>; argument
|
| /external/llvm-project/clang/test/Index/ |
| D | annotate-nested-name-specifier.cpp | 1 namespace outer { namespace 20 namespace outer { namespace 44 namespace outer { namespace 61 namespace outer { namespace 113 namespace outer { namespace
|
| /external/clang/test/Index/ |
| D | annotate-nested-name-specifier.cpp | 1 namespace outer { namespace 20 namespace outer { namespace 44 namespace outer { namespace 61 namespace outer { namespace 113 namespace outer { namespace
|
| /external/eigen/Eigen/src/Core/ |
| D | DenseCoeffsBase.h | 64 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/ |
| D | p8-0x.cpp | 7 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/ |
| D | p8-0x.cpp | 7 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/ |
| D | test_frame.py | 17 def outer(self, **kwargs): member in ClearTest 115 def outer(): function 171 def outer(): function
|
| /external/autotest/client/tests/ipv6connect/src/ |
| D | ipv6connect.c | 349 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/ |
| D | blurs.cpp | 79 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/ |
| D | attr-cxx0x.cpp | 27 template <typename... A> struct outer { struct 31 outer<int>::inner<short, double> mismatched_packs; // expected-note {{in instantiation of}} argument
|
| D | static-cast.cpp | 147 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/ |
| D | TestUnwrappedWithTypeInfo.java | 54 Outer outer = new Outer(); in testDefaultUnwrappedWithTypeInfo() local 73 Outer outer = new Outer(); in testUnwrappedWithTypeInfoAndFeatureDisabled() local
|
| /external/clang/test/SemaCXX/ |
| D | attr-cxx0x.cpp | 27 template <typename... A> struct outer { struct 31 outer<int>::inner<short, double> mismatched_packs; // expected-note {{in instantiation of}} argument
|
| D | static-cast.cpp | 147 template<typename E> struct outer { struct 148 base *pb; 149 ~outer() { (void)static_cast<derived<E>*>(pb); } in ~outer()
|