| /third_party/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
|
| /third_party/flutter/skia/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()
|
| D | CubicMapBench.cpp | 26 for (int outer = 0; outer < 100; ++outer) { in onDraw() local
|
| /third_party/flutter/skia/src/effects/imagefilters/ |
| D | SkComposeImageFilter.cpp | 42 sk_sp<SkImageFilter> SkComposeImageFilter::Make(sk_sp<SkImageFilter> outer, in Make() 68 const SkImageFilter* outer = this->getInput(0); in computeFastBounds() local 105 sk_sp<SkSpecialImage> outer(this->filterInput(0, outerContext, &outerOffset)); in onFilterImage() local 116 const SkImageFilter* outer = this->getInput(0); in onFilterBounds() local
|
| /third_party/python/Lib/test/ |
| D | test_frame.py | 17 def outer(self, **kwargs): member in ClearTest 115 def outer(): function 171 def outer(): function
|
| /third_party/flutter/skia/gm/ |
| D | blurs.cpp | 88 SkRect outer = SkRect::MakeXYWH(10.125f, 10.125f, 100.125f, 100); variable 106 SkRect outer = SkRect::MakeXYWH(10, 110, 100, 100); variable
|
| D | drrect_small_inner.cpp | 21 auto outer = SkRRect::MakeOval(SkRect::MakeXYWH(0, 0, 2 * kOuterRadius, 2 * kOuterRadius)); variable
|
| D | skbug_8664.cpp | 52 SkRect outer = inner.makeOutset(16.f, 16.f); variable
|
| /third_party/node/test/async-hooks/ |
| D | test-async-local-storage-nested.js | 7 const outer = {}; constant
|
| /third_party/flutter/skia/docs/examples/ |
| D | Canvas_drawDRRect_a.cpp | 7 SkRRect outer = SkRRect::MakeRect({20, 40, 210, 200}); in draw() local
|
| D | Canvas_drawDRRect_b.cpp | 7 SkRRect outer = SkRRect::MakeRect({20, 40, 210, 200}); in draw() local
|
| D | Canvas_drawRRect.cpp | 9 SkRect outer = {30, 40, 210, 220}; in draw() local
|
| /third_party/python/Lib/test/test_warnings/data/ |
| D | stacklevel.py | 5 def outer(message, stacklevel=1): function
|
| /third_party/flutter/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
|
| /third_party/flutter/skia/src/core/ |
| D | SkPathEffect.cpp | 87 static sk_sp<SkPathEffect> Make(sk_sp<SkPathEffect> outer, sk_sp<SkPathEffect> inner) { in Make() 98 SkComposePathEffect(sk_sp<SkPathEffect> outer, sk_sp<SkPathEffect> inner) in SkComposePathEffect() 187 sk_sp<SkPathEffect> SkPathEffect::MakeCompose(sk_sp<SkPathEffect> outer, in MakeCompose()
|
| D | SkStrokerPriv.cpp | 84 static void BluntJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal, in BluntJoiner() 100 static void RoundJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal, in RoundJoiner() 137 static void MiterJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal, in MiterJoiner()
|
| /third_party/boost/libs/geometry/test/iterators/ |
| D | flatten_iterator.cpp | 79 for (typename NestedContainer::const_iterator outer = c.begin(); in number_of_elements() local 128 const_outer_iterator outer = c.begin(); in test_using_max_element() local 202 for (const_outer_iterator outer = c.begin(); in apply() local
|
| /third_party/pixman/test/ |
| D | radial-invalid.c | 32 static const pixman_point_fixed_t outer = { 0x320000, 0x3cb074 }; in main() local
|
| D | radial-perf-test.c | 8 static const pixman_point_fixed_t outer = { 0x0000, 0x0000 }; in main() local
|
| /third_party/boost/boost/geometry/geometries/ |
| D | polygon.hpp | 87 inline ring_type const& outer() const { return m_outer; } in outer() function in boost::geometry::model::polygon 90 inline ring_type& outer() { return m_outer; } in outer() function in boost::geometry::model::polygon
|
| /third_party/grpc/src/compiler/ |
| D | cpp_generator_helpers.h | 41 const grpc::protobuf::Descriptor* outer = descriptor; in ClassName() local
|
| /third_party/flutter/skia/tests/ |
| D | PathOpsCubicIntersectionTest.cpp | 438 static void oneOff(skiatest::Reporter* reporter, int outer, int inner) { in oneOff() 444 static void newOneOff(skiatest::Reporter* reporter, int outer, int inner) { in newOneOff() 457 for (int outer = 0; outer < testSetCount - 1; ++outer) { in oneOffTests() local 462 for (int outer = 0; outer < newTestSetCount - 1; ++outer) { in oneOffTests() local
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/ |
| D | NumberPermutationTest.java | 149 break outer; in testPermutations() local
|
| /third_party/gstreamer/gstplugins_good/sys/osxaudio/ |
| D | gstosxcoreaudio.c | 562 _core_audio_get_property (GstCoreAudio * core_audio, gboolean outer, in _core_audio_get_property() 582 AudioStreamBasicDescription * asbd, gboolean outer) in _core_audio_get_stream_format() 592 gst_core_audio_get_channel_layout (GstCoreAudio * core_audio, gboolean outer) in gst_core_audio_get_channel_layout()
|