HomeSort by relevance Sort by last modified time
    Searched refs:outer (Results 201 - 225 of 1337) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/deqp/external/openglcts/modules/glesext/tessellation_shader/
esextcTessellationShaderUtils.hpp 163 /** Defines a set of tessellation inner+outer levels */
167 float outer[4]; member in struct:glcts::_tessellation_levels
172 memset(outer, 0, sizeof(outer));
188 * GL_MAX_TESS_GEN_LEVEL_EXT} will be used for inner/outer tesselelation
191 * outer tessellation levels (because otherwise no geometry will be generated
199 * - outer tessellation levels use different values (outer[0] != outer[1] !=
200 * != outer[2] != outer[3])
    [all...]
  /external/eigen/Eigen/src/SparseCore/
SparseView.h 96 EIGEN_STRONG_INLINE InnerIterator(const unary_evaluator& sve, Index outer)
97 : EvalIterator(sve.m_argImpl,outer), m_view(sve.m_view)
152 EIGEN_STRONG_INLINE InnerIterator(const unary_evaluator& sve, Index outer)
153 : m_sve(sve), m_inner(0), m_outer(outer), m_end(sve.m_view.innerSize())
  /external/guava/guava-tests/test/com/google/common/collect/
SynchronizedNavigableSetTest.java 50 NavigableSet<E> outer = local
52 return outer;
161 NavigableSet<String> outer =
163 return outer;
  /external/mockito/src/test/java/org/mockitousage/annotation/
SpyAnnotationTest.java 169 WithMockAndSpy outer = new WithMockAndSpy(); local
170 MockitoAnnotations.initMocks(outer);
171 when(outer.strength.strength()).thenReturn("strength");
172 assertEquals("inner strength", outer.strength.fullStrength());
182 class Outer {
188 private Outer.Inner inner;
  /external/skia/include/core/
SkPathEffect.h 40 * outer effect to the result of the inner's.
42 * result = outer(inner(path))
44 static sk_sp<SkPathEffect> MakeCompose(sk_sp<SkPathEffect> outer, sk_sp<SkPathEffect> inner);
  /external/skia/include/effects/
SkColorMatrix.h 67 static void SetConcat(SkScalar result[20], const SkScalar outer[20], const SkScalar inner[20]);
  /external/skia/tests/
StrokeTest.cpp 60 SkRect outer(r);
61 outer.outset(width/2, width/2);
74 REPORTER_ASSERT(reporter, equal(outer, fillPath.getBounds()));
82 REPORTER_ASSERT(reporter, equal(nested[0], outer));
PathOpsConicIntersectionTest.cpp 335 static void oneOff(skiatest::Reporter* reporter, int outer, int inner) {
336 const ConicPts& c1 = testSet[outer];
342 for (int outer = 0; outer < testSetCount - 1; ++outer) {
343 for (int inner = outer + 1; inner < testSetCount; ++inner) {
344 oneOff(reporter, outer, inner);
  /external/skqp/include/core/
SkColorFilter.h 103 * the outer filter to the result of the inner's.
104 * The reference counts for outer and inner are incremented.
109 static sk_sp<SkColorFilter> MakeComposeFilter(sk_sp<SkColorFilter> outer,
SkPathEffect.h 40 * outer effect to the result of the inner's.
42 * result = outer(inner(path))
44 static sk_sp<SkPathEffect> MakeCompose(sk_sp<SkPathEffect> outer, sk_sp<SkPathEffect> inner);
  /external/skqp/include/effects/
SkColorMatrix.h 67 static void SetConcat(SkScalar result[20], const SkScalar outer[20], const SkScalar inner[20]);
  /external/skqp/tests/
StrokeTest.cpp 60 SkRect outer(r);
61 outer.outset(width/2, width/2);
74 REPORTER_ASSERT(reporter, equal(outer, fillPath.getBounds()));
82 REPORTER_ASSERT(reporter, equal(nested[0], outer));
PathOpsConicIntersectionTest.cpp 335 static void oneOff(skiatest::Reporter* reporter, int outer, int inner) {
336 const ConicPts& c1 = testSet[outer];
342 for (int outer = 0; outer < testSetCount - 1; ++outer) {
343 for (int inner = outer + 1; inner < testSetCount; ++inner) {
344 oneOff(reporter, outer, inner);
  /libcore/ojluni/src/main/java/java/util/
ArrayPrefixHelpers.java 143 outer: while ((l = t.lo) >= 0 && (h = t.hi) <= a.length) {
190 break outer; // already done local
225 break outer; local
249 break outer; // sib not ready local
295 outer: while ((l = t.lo) >= 0 && (h = t.hi) <= a.length) {
342 break outer; // already done local
375 break outer; local
399 break outer; // sib not ready local
445 outer: while ((l = t.lo) >= 0 && (h = t.hi) <= a.length) {
492 break outer; // already don local
525 break outer; local
549 break outer; \/\/ sib not ready local
642 break outer; \/\/ already done local
675 break outer; local
699 break outer; \/\/ sib not ready local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_hmac.py 281 self.assertTrue(type(h1.outer) == type(h2.outer),
282 "Types of outer don't match.")
292 self.assertTrue(id(h1.outer) != id(h2.outer),
293 "No real copy of the attribute 'outer'.")
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_hmac.py 281 self.assertTrue(type(h1.outer) == type(h2.outer),
282 "Types of outer don't match.")
292 self.assertTrue(id(h1.outer) != id(h2.outer),
293 "No real copy of the attribute 'outer'.")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_hmac.py 281 self.assertTrue(type(h1.outer) == type(h2.outer),
282 "Types of outer don't match.")
292 self.assertTrue(id(h1.outer) != id(h2.outer),
293 "No real copy of the attribute 'outer'.")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_hmac.py 281 self.assertTrue(type(h1.outer) == type(h2.outer),
282 "Types of outer don't match.")
292 self.assertTrue(id(h1.outer) != id(h2.outer),
293 "No real copy of the attribute 'outer'.")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/
test_email.py 208 # The outer message is a multipart
    [all...]
test_email_renamed.py 186 # The outer message is a multipart
    [all...]
  /external/python/cpython2/Lib/email/test/
test_email.py 214 # The outer message is a multipart
    [all...]
test_email_renamed.py 186 # The outer message is a multipart
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/test/
test_email.py 209 # The outer message is a multipart
    [all...]
test_email_renamed.py 186 # The outer message is a multipart
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/email/test/
test_email.py 209 # The outer message is a multipart
    [all...]

Completed in 2609 milliseconds

1 2 3 4 5 6 7 891011>>