Home
last modified time | relevance | path

Searched refs:xPredicate (Results 1 – 4 of 4) sorted by relevance

/external/guava/android/guava-tests/test/com/google/common/collect/
DFluentIterableTest.java169 Predicate<X> xPredicate = Predicates.alwaysTrue(); in testConcatIntersectionType() local
173 FluentIterable.concat(aIterable, bIterable).filter(xPredicate).filter(yPredicate); in testConcatIntersectionType()
/external/guava/guava-tests/test/com/google/common/collect/
DFluentIterableTest.java173 Predicate<X> xPredicate = Predicates.alwaysTrue(); in testConcatIntersectionType() local
177 FluentIterable.concat(aIterable, bIterable).filter(xPredicate).filter(yPredicate); in testConcatIntersectionType()
/external/swiftshader/src/Shader/
DVertexProgram.cpp477 Float4 xPredicate = p0[(pSwizzle >> 0) & 0x03]; in program() local
484 if(dst.x) xEnable = xEnable & As<Int4>(xPredicate); in program()
491 if(dst.x) xEnable = xEnable & ~As<Int4>(xPredicate); in program()
DPixelProgram.cpp473 Float4 xPredicate = p0[(pSwizzle >> 0) & 0x03]; in applyShader() local
480 if(dst.x) xEnable = xEnable & As<Int4>(xPredicate); in applyShader()
487 if(dst.x) xEnable = xEnable & ~As<Int4>(xPredicate); in applyShader()