Searched defs:outside (Results 1 - 14 of 14) sorted by relevance

/external/guava/guava-tests/test/com/google/common/eventbus/outside/
H A DOutsideEventBusTest.java17 package com.google.common.eventbus.outside;
H A DAnnotatedSubscriberFinderTests.java17 package com.google.common.eventbus.outside;
32 * This test must be outside the c.g.c.eventbus package to test correctly.
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/
H A Dmodulegraph.py1009 self.msg(2, "Relative import outside of package") namespace
1010 raise ImportError("Relative import outside of package (name=%r, parent=%r, level=%r)"%(name, parent, level)) namespace
1014 self.msg(2, "Relative import outside of package") namespace
1015 raise ImportError("Relative import outside of package (name=%r, parent=%r, level=%r)"%(name, parent, level)) namespace
1020 self.msg(2, "Relative import outside of package") namespace
1021 raise ImportError("Relative import outside of package (name=%r, parent=%r, level=%r)"%(name, parent, level)) namespace
/external/skia/samplecode/
H A DSampleQuadStroker.cpp478 SkRect outside = SkRect::MakeXYWH(center.fX - maxSide - width, center.fY - maxSide - width, local
480 path.addRect(outside);
/external/skia/src/gpu/batches/
H A DGrAAStrokeRectBatch.cpp576 // to draw the outside of the octagon. Because there are 8 vertices on the outer
650 SkRect outside = GrTest::TestRect(random); local
651 SkScalar minDim = SkMinScalar(outside.width(), outside.height());
653 SkRect outsideAssist = outside;
655 SkRect inside = outside;
660 return GrAAStrokeRectBatch::Create(color, GrTest::TestMatrix(random), outside, outsideAssist,
/external/deqp/modules/gles2/functional/
H A Des2fClippingTests.cpp1357 // outside the viewport, wide points have fragments in the viewport
1414 // from center to outside of viewport
1422 // from outside to inside of viewport
1426 // from outside to outside
1429 // outside the viewport, wide lines have fragments in the viewport
1886 const tcu::IVec3 outside[] = local
1888 // outside one clipping plane
1896 // outside two clipping planes
1912 // outside thre
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fClippingTests.cpp1361 // outside the viewport, wide points have fragments in the viewport
1418 // from center to outside of viewport
1426 // from outside to inside of viewport
1430 // from outside to outside
1433 // outside the viewport, wide lines have fragments in the viewport
1889 const tcu::IVec3 outside[] = local
1891 // outside one clipping plane
1899 // outside two clipping planes
1915 // outside thre
[all...]
/external/deqp/framework/referencerenderer/
H A DrrRenderer.cpp285 const TriangleVertex& outside = clipped; local
288 const ClipFloat hitDist = plane.clipLineSegmentEnd(inside.position, outside.position);
297 const ClipVec4 approximatedClipPoint = tcu::mix(inside.position, outside.position, hitDist);
298 const ClipVec4 anotherPointOnLine = (hitDist > (ClipFloat)0.5) ? (inside.position) : (outside.position);
301 middle.weight[0] = tcu::mix(inside.weight[0], outside.weight[0], hitDist);
302 middle.weight[1] = tcu::mix(inside.weight[1], outside.weight[1], hitDist);
303 middle.weight[2] = tcu::mix(inside.weight[2], outside.weight[2], hitDist);
309 const TriangleVertex& outside = clipped; local
312 const ClipFloat hitDist = plane.clipLineSegmentEnd(inside.position, outside.position);
321 const ClipVec4 approximatedClipPoint = tcu::mix(inside.position, outside
360 const TriangleVertex& outside = clipped1; local
384 const TriangleVertex& outside = clipped2; local
[all...]
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 370 milliseconds