Searched refs:boolValue (Results 1 - 21 of 21) sorted by relevance

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue311/
H A DBooleanEnum.java22 private boolean boolValue; field in class:BooleanEnum
26 boolValue = p;
31 boolValue = false;
39 return boolValue;
/external/deqp/framework/randomshaders/
H A DrsgToken.cpp66 m_arg.boolValue = other.m_arg.boolValue;
88 else if (m_type == BOOL_LITERAL && m_arg.boolValue != other.m_arg.boolValue)
H A DrsgToken.hpp159 bool boolValue; member in union:rsg::Token::__anon4292
191 m_arg.boolValue = value;
220 return m_arg.boolValue;
/external/deqp/framework/qphelper/
H A DqpXmlWriter.h49 deBool boolValue; member in struct:qpXmlAttribute_s
59 attrib.boolValue = (deBool)0xFFFFFFFFu;
70 attrib.boolValue = (deBool)0xFFFFFFFFu;
81 attrib.boolValue = value;
H A DqpXmlWriter.c226 writeEscaped(writer, attrib->boolValue ? "True" : "False");
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
H A DGetValuesTest.java235 boolean boolValue = val.getBooleanValue();
236 if (boolValue) {
237 logWriter.println("=> "+varInfos[1].getName() + " = " + boolValue);
241 + boolValue + " instead of: true");
H A DSetValuesTest.java258 boolean boolValue = val.getBooleanValue();
259 if (!boolValue) {
260 logWriter.println("=> "+varInfos[1].getName() + " = " + boolValue);
265 + boolValue + " instead of: false");
/external/webrtc/webrtc/examples/objc/AppRTCDemo/
H A DARDJoinResponse.m46 response.isInitiator = [params[kARDJoinInitiatorKey] boolValue];
/external/protobuf/objectivec/google/protobuf/
H A DStruct.pbobjc.h122 @property(nonatomic, readwrite) BOOL boolValue; variable
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
H A DExtension.java420 Boolean boolValue = (Boolean) value;
421 output.writeBoolNoTag(boolValue);
673 Boolean boolValue = (Boolean) value;
674 return CodedOutputByteBufferNano.computeBoolSize(fieldNumber, boolValue);
H A DCodedOutputByteBufferNano.java1198 Boolean boolValue = (Boolean) value;
1199 writeBool(number, boolValue);
/external/deqp/modules/gles31/functional/
H A Des31fProgramUniformTests.cpp734 static VarValue getRandomBoolRepresentation (const VarValue& boolValue, const glu::DataType targetScalarType, Random& rnd) argument
736 DE_ASSERT(glu::isDataTypeBoolOrBVec(boolValue.type));
738 const int size = glu::getDataTypeScalarSize(boolValue.type);
748 if (boolValue.val.boolV[i])
762 if (boolValue.val.boolV[i])
772 if (boolValue.val.boolV[i])
/external/deqp/modules/gles3/functional/
H A Des3fUniformApiTests.cpp835 static VarValue getRandomBoolRepresentation (const VarValue& boolValue, const glu::DataType targetScalarType, Random& rnd) argument
837 DE_ASSERT(glu::isDataTypeBoolOrBVec(boolValue.type));
839 const int size = glu::getDataTypeScalarSize(boolValue.type);
849 if (boolValue.val.boolV[i])
863 if (boolValue.val.boolV[i])
873 if (boolValue.val.boolV[i])
/external/deqp/modules/gles2/functional/
H A Des2fUniformApiTests.cpp684 static VarValue getRandomBoolRepresentation (const VarValue& boolValue, const glu::DataType targetScalarType, Random& rnd) argument
686 DE_ASSERT(glu::isDataTypeBoolOrBVec(boolValue.type));
688 const int size = glu::getDataTypeScalarSize(boolValue.type);
698 if (boolValue.val.boolV[i])
712 if (boolValue.val.boolV[i])
/external/python/cpython2/Modules/
H A D_tkinter.c1227 int boolValue; local
1228 if (Tcl_GetBooleanFromObj(Tkapp_Interp(tkapp), value, &boolValue) == TCL_ERROR)
1230 return PyBool_FromLong(boolValue);
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 684 milliseconds