HomeSort by relevance Sort by last modified time
    Searched defs:logicalAnd (Results 1 - 9 of 9) sorted by null

  /libcore/ojluni/src/main/java/java/lang/
Boolean.java 304 public static boolean logicalAnd(boolean a, boolean b) {
  /libcore/luni/src/test/java/libcore/java/lang/
BooleanTest.java 43 assertTrue(Boolean.logicalAnd(Boolean.TRUE, Boolean.TRUE));
44 assertFalse(Boolean.logicalAnd(Boolean.TRUE, Boolean.FALSE));
45 assertFalse(Boolean.logicalAnd(Boolean.FALSE, Boolean.TRUE));
46 assertFalse(Boolean.logicalAnd(Boolean.FALSE, Boolean.FALSE));
  /external/deqp/framework/common/
tcuVectorUtil.hpp 55 template<typename T> inline T logicalAnd (T a, T b) { return a && b; }
422 TCU_DECLARE_VECTOR_BINARY_FUNC(logicalAnd, logicalAnd)
  /external/deqp/modules/gles2/functional/
es2fShaderOperatorTests.cpp 66 inline bool logicalAnd (bool a, bool b) { return (a && b); }
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderOperatorTests.cpp 59 inline bool logicalAnd (bool a, bool b) { return (a && b); }
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderOperatorTests.cpp 74 inline bool logicalAnd (bool a, bool b) { return (a && b); }
    [all...]
  /external/annotation-tools/annotation-file-utilities/lib/
plume-core.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/current/
core.jar 

Completed in 260 milliseconds