Home
last modified time | relevance | path

Searched defs:truthiness (Results 1 – 2 of 2) sorted by relevance

/external/auto/value/src/it/functional/src/test/java/com/google/auto/value/
DAutoBuilderTest.java150 Truthiness truthiness() default Truthiness.FALSY; in truthiness() method
156 static MyAnnotation myAnnotation(String value, Truthiness truthiness) { in myAnnotation()
162 static MyAnnotation myAnnotationAll(String value, int id, Truthiness truthiness) { in myAnnotationAll()
170 MyAnnotationBuilder truthiness(Truthiness x); in truthiness() method
185 MyAnnotationAllBuilder truthiness(Truthiness x); in truthiness() method
224 MyAnnotationSimpleBuilder truthiness(Truthiness x); in truthiness() method
/external/python/cpython3/Python/
Doptimizer_analysis.c347 int truthiness = sym_truthiness(value); in optimize_to_bool() local