Home
last modified time | relevance | path

Searched defs:trueValue (Results 1 – 12 of 12) 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 …public static boolean toBoolean(final Integer value, final Integer trueValue, final Integer falseV… in toBoolean()
611 …public static Boolean toBooleanObject(final int value, final int trueValue, final int falseValue, … in toBooleanObject()
675 …public static Boolean toBooleanObject(final Integer value, final Integer trueValue, final Integer … 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 …public static Integer toIntegerObject(final boolean bool, final Integer trueValue, final Integer f… in toIntegerObject()
997 …public static Integer toIntegerObject(final Boolean bool, final Integer trueValue, final Integer f… in toIntegerObject()
/external/desugar/java/com/google/devtools/common/options/
DBoolOrEnumConverter.java28 private T trueValue; field in BoolOrEnumConverter
42 protected BoolOrEnumConverter(Class<T> enumType, String typeName, T trueValue, T falseValue) { in BoolOrEnumConverter()
/external/angle/src/compiler/translator/tree_ops/glsl/apple/
DAddAndTrueToLoopCondition.cpp41 TIntermTyped *trueValue = CreateBoolNode(true); in visitLoop() local
/external/guava/android/guava/src/com/google/common/primitives/
DBooleans.java54 private final int trueValue; field in Booleans.BooleanComparator
57 BooleanComparator(int trueValue, String toString) { in BooleanComparator()
/external/guava/guava/src/com/google/common/primitives/
DBooleans.java54 private final int trueValue; field in Booleans.BooleanComparator
57 BooleanComparator(int trueValue, String toString) { in BooleanComparator()
/external/catch2/projects/SelfTest/UsageTests/
DCondition.tests.cpp320 bool trueValue = true; variable
/external/swiftshader/src/Reactor/
DReactor.hpp2953 Value *trueValue = ifTrue.loadValue(); in IfThenElse() local
2971 Value *trueValue = ifTrue.loadValue(); in IfThenElse() local
/external/angle/src/compiler/translator/spirv/
DOutputSPIRV.cpp5214 const spirv::IdRef trueValue = mNodeData.back().idList[0].id; in visitTernary() local
/external/skia/src/sksl/codegen/
DSkSLVMCodeGenerator.cpp1969 skvm::I32 trueValue = fBuilder->splat(~0); in writeSwitchStatement() local
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp3851 spv::Id trueValue = accessChainLoad(node->getTrueBlock()->getAsTyped()->getType()); in visitSelection() local
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DGlslangToSpv.cpp3907 spv::Id trueValue = accessChainLoad(node->getTrueBlock()->getAsTyped()->getType()); in visitSelection() local
/external/bcc/tests/cc/
Dcatch.hpp343 void trueValue() const {} in trueValue() function in Catch::SafeBool