| /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 121 let outer = tokio::runtime::Runtime::new().unwrap(); in useful_panic_message_when_dropping_rt_in_rt() localVariable 144 let outer = tokio::runtime::Runtime::new().unwrap(); in can_shutdown_with_zero_timeout_in_runtime() localVariable 156 let outer = tokio::runtime::Runtime::new().unwrap(); in can_shutdown_now_in_runtime() localVariable 168 let outer = tokio::runtime::Builder::new_multi_thread() in coop_disabled_in_block_in_place() localVariable 202 let outer = tokio::runtime::Runtime::new().unwrap(); in coop_disabled_in_block_in_place_in_block_on() localVariable
|
| /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/rust/crates/tinyvec/benches/ |
| D | smallvec.rs | 72 let outer: TinyVec<[$type; $len]> = localVariable 238 let outer: TinyVec<[$type; $len]> = localVariable 304 let outer: SmallVec<[$type; $len]> = localVariable 470 let outer: SmallVec<[$type; $len]> = localVariable
|
| /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/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/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/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/ |
| D | ComposeColorFilter.java | 11 public ComposeColorFilter(ColorFilter outer, ColorFilter inner) { in ComposeColorFilter() 15 private static native long nMakeCompose(long outer, long inner); in nMakeCompose()
|
| /external/eigen/Eigen/src/Core/ |
| D | DenseCoeffsBase.h | 65 EIGEN_STRONG_INLINE Index rowIndexByOuterInner(Index outer, Index inner) const in rowIndexByOuterInner() 74 EIGEN_STRONG_INLINE Index colIndexByOuterInner(Index outer, Index inner) const in colIndexByOuterInner() 105 EIGEN_STRONG_INLINE CoeffReturnType coeffByOuterInner(Index outer, Index inner) const in coeffByOuterInner() 242 EIGEN_STRONG_INLINE PacketReturnType packetByOuterInner(Index outer, Index inner) const in packetByOuterInner() 351 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/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/python/cpython3/Lib/test/ |
| D | test_frame.py | 18 def outer(self, **kwargs): member in ClearTest 136 def outer(): function 192 def outer(): function
|
| /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()
|
| /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
| D | CharsetUTF8.java | 156 break outer; in decodeLoop() local 160 break outer; in decodeLoop() local 282 break outer; in decodeLoop() local 286 break outer; in decodeLoop() local
|
| /external/clang/test/CodeGenCXX/ |
| D | debug-info-template-member.cpp | 63 struct outer { struct 70 void func(outer<foo>::inner); argument
|
| /external/skia/gm/ |
| D | blurs.cpp | 89 SkRect outer = SkRect::MakeXYWH(10.125f, 10.125f, 100.125f, 100); variable 107 SkRect outer = SkRect::MakeXYWH(10, 110, 100, 100); variable
|
| /external/guava/android/guava/src/com/google/common/util/concurrent/ |
| D | AtomicLongMap.java | 127 continue outer; in addAndGet() local 180 continue outer; in getAndAdd() local 217 continue outer; in put() local
|
| /external/eigen/unsupported/Eigen/src/SparseExtra/ |
| D | RandomSetter.h | 246 const Index outer = (it->first >> m_keyBitsOffset) + outerOffset; in ~RandomSetter() local 269 const Index outer = it->first & keyBitsMask; in ~RandomSetter() local 293 const Index outer = it->first & keyBitsMask; in ~RandomSetter() local 317 const Index outer = SetterRowMajor ? row : col; in operator() local
|
| /external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
| D | vktTessellationUtil.cpp | 527 std::string getTessellationLevelsString (const float* inner, const float* outer) in getTessellationLevelsString() 666 int outer[3]; in referencePointModePrimitiveCount() local 674 int outer[4]; in referencePointModePrimitiveCount() local 681 int outer[2]; in referencePointModePrimitiveCount() local 751 int outer[3]; in referenceNonPointModePrimitiveCount() local 759 int outer[4]; in referenceNonPointModePrimitiveCount() local 766 int outer[2]; in referenceNonPointModePrimitiveCount() local
|
| /external/tensorflow/tensorflow/compiler/xla/service/ |
| D | call_inliner_test.cc | 59 HloComputation::Builder outer(TestName() + ".outer"); in TEST_F() local 101 HloComputation::Builder outer(TestName() + ".outer"); in TEST_F() local 198 HloComputation::Builder outer(TestName() + ".outer"); in TEST_F() local
|
| /external/skia/samplecode/ |
| D | SamplePathEffects.cpp | 40 auto outer = SkPath1DPathEffect::Make(path, 12, phase, SkPath1DPathEffect::kRotate_Style); in make_pe() local 59 auto outer = SkPath1DPathEffect::Make( in make_warp_pe() local
|
| /external/javapoet/src/test/java/com/squareup/javapoet/ |
| D | ClassNameTest.java | 109 TypeElement outer = elements.getTypeElement($Outer.class.getCanonicalName()); in classNameFromTypeElement() local 124 TypeElement outer = elements.getTypeElement($Outer.class.getCanonicalName()); in classNameFromTypeElementDoesntUseGetKind() local
|