Home
last modified time | relevance | path

Searched defs:falseValue (Results 1 – 8 of 8) sorted by relevance

/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/
DBooleanUtils.java437 public static boolean toBoolean(final int value, final int trueValue, final int falseValue) { in toBoolean()
464 … static boolean toBoolean(final Integer value, final Integer trueValue, final Integer falseValue) { in toBoolean()
611 …tic Boolean toBooleanObject(final int value, final int trueValue, final int falseValue, final int … in toBooleanObject()
675 …n toBooleanObject(final Integer value, final Integer trueValue, final Integer falseValue, final In… in toBooleanObject()
902 public static int toInteger(final boolean bool, final int trueValue, final int falseValue) { in toInteger()
921 …public static int toInteger(final Boolean bool, final int trueValue, final int falseValue, final i… in toInteger()
957 …ic Integer toIntegerObject(final boolean bool, final Integer trueValue, final Integer falseValue) { in toIntegerObject()
997 …er toIntegerObject(final Boolean bool, final Integer trueValue, final Integer falseValue, final In… in toIntegerObject()
/external/desugar/java/com/google/devtools/common/options/
DBoolOrEnumConverter.java27 private T falseValue; field in BoolOrEnumConverter
42 protected BoolOrEnumConverter(Class<T> enumType, String typeName, T trueValue, T falseValue) { in BoolOrEnumConverter()
/external/catch2/projects/SelfTest/UsageTests/
DCondition.tests.cpp304 bool falseValue = false; variable
/external/swiftshader/src/Reactor/
DReactor.hpp2962 Value *falseValue = ifFalse.loadValue(); in IfThenElse() local
2972 Value *falseValue = ifFalse.loadValue(); in IfThenElse() local
/external/angle/src/compiler/translator/spirv/
DOutputSPIRV.cpp5216 const spirv::IdRef falseValue = mNodeData.back().idList[2].id; in visitTernary() local
/external/skia/src/sksl/codegen/
DSkSLVMCodeGenerator.cpp1968 skvm::I32 falseValue = fBuilder->splat( 0); in writeSwitchStatement() local
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp3853 spv::Id falseValue = accessChainLoad(node->getFalseBlock()->getAsTyped()->getType()); in visitSelection() local
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DGlslangToSpv.cpp3909 spv::Id falseValue = accessChainLoad(node->getFalseBlock()->getAsTyped()->getType()); in visitSelection() local