Home
last modified time | relevance | path

Searched refs:boolValue (Results 1 – 20 of 20) sorted by relevance

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue311/
DBooleanEnum.java22 private boolean boolValue; field in BooleanEnum
26 boolValue = p; in BooleanEnum()
31 boolValue = false; in BooleanEnum()
39 return boolValue; in getBoolValue()
/external/deqp/framework/randomshaders/
DrsgToken.cpp66 m_arg.boolValue = other.m_arg.boolValue; in operator =()
88 else if (m_type == BOOL_LITERAL && m_arg.boolValue != other.m_arg.boolValue) in operator !=()
DrsgToken.hpp159 bool boolValue; member
191 m_arg.boolValue = value; in Token()
220 return m_arg.boolValue; in getBool()
/external/deqp/framework/qphelper/
DqpXmlWriter.h49 deBool boolValue; member
59 attrib.boolValue = (deBool)0xFFFFFFFFu; in qpSetStringAttrib()
70 attrib.boolValue = (deBool)0xFFFFFFFFu; in qpSetIntAttrib()
81 attrib.boolValue = value; in qpSetBoolAttrib()
DqpXmlWriter.c226 writeEscaped(writer, attrib->boolValue ? "True" : "False"); in qpXmlWriter_startElement()
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/sets/
DANTLRBitSetTest.m36 STAssertTrue([[bits objectAtIndex:0] boolValue], @"Value at index 0 was not true");
37 STAssertTrue([[bits objectAtIndex:1] boolValue], @"Value at index 1 was not true");
38 STAssertFalse([[bits objectAtIndex:2] boolValue], @"Value at index 2 was not false");
39 STAssertTrue([[bits objectAtIndex:3] boolValue], @"Value at index 3 was not true");
40 STAssertFalse([[bits objectAtIndex:4] boolValue], @"Value at index 4 was not false");
41 STAssertTrue([[bits objectAtIndex:5] boolValue], @"Value at index 5 was not true");
/external/skia/src/animator/
DSkAnimateBase.cpp185 bool boolValue = SkToBool(value.fOperand.fS32); in setProperty() local
188 fDynamic = boolValue; in setProperty()
196 fMirror = boolValue; in setProperty()
199 fReset = boolValue; in setProperty()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DGetValuesTest.java235 boolean boolValue = val.getBooleanValue(); in examineGetValues()
236 if (boolValue) { in examineGetValues()
237 logWriter.println("=> "+varInfos[1].getName() + " = " + boolValue); in examineGetValues()
241 + boolValue + " instead of: true"); in examineGetValues()
DSetValuesTest.java258 boolean boolValue = val.getBooleanValue(); in examineGetValues()
259 if (!boolValue) { in examineGetValues()
260 logWriter.println("=> "+varInfos[1].getName() + " = " + boolValue); in examineGetValues()
265 + boolValue + " instead of: false"); in examineGetValues()
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
DExtension.java455 Boolean boolValue = (Boolean) value; in writeSingularData() local
456 output.writeBoolNoTag(boolValue); in writeSingularData()
708 Boolean boolValue = (Boolean) value; in computeSingularSerializedSize() local
709 return CodedOutputByteBufferNano.computeBoolSize(fieldNumber, boolValue); in computeSingularSerializedSize()
/external/webrtc/webrtc/examples/objc/AppRTCDemo/
DARDJoinResponse.m46 response.isInitiator = [params[kARDJoinInitiatorKey] boolValue];
/external/skia/src/views/mac/
DSkOptionsTableView.mm228 [cell setState:[anObject boolValue]];
229 item->setBool([anObject boolValue]);
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRBitSet.m162 // Initialize bit vector with an array of anything. Just test the boolValue and set the correspondi…
171 if ([value boolValue] == YES) {
/external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/
DIOSPreferences.java95 return value.boolValue(); in getBoolean()
/external/deqp/modules/gles31/functional/
Des31fProgramUniformTests.cpp734 static VarValue getRandomBoolRepresentation (const VarValue& boolValue, const glu::DataType targetS… in getRandomBoolRepresentation() argument
736 DE_ASSERT(glu::isDataTypeBoolOrBVec(boolValue.type)); in getRandomBoolRepresentation()
738 const int size = glu::getDataTypeScalarSize(boolValue.type); in getRandomBoolRepresentation()
748 if (boolValue.val.boolV[i]) in getRandomBoolRepresentation()
762 if (boolValue.val.boolV[i]) in getRandomBoolRepresentation()
772 if (boolValue.val.boolV[i]) in getRandomBoolRepresentation()
/external/deqp/modules/gles3/functional/
Des3fUniformApiTests.cpp835 static VarValue getRandomBoolRepresentation (const VarValue& boolValue, const glu::DataType targetS… in getRandomBoolRepresentation() argument
837 DE_ASSERT(glu::isDataTypeBoolOrBVec(boolValue.type)); in getRandomBoolRepresentation()
839 const int size = glu::getDataTypeScalarSize(boolValue.type); in getRandomBoolRepresentation()
849 if (boolValue.val.boolV[i]) in getRandomBoolRepresentation()
863 if (boolValue.val.boolV[i]) in getRandomBoolRepresentation()
873 if (boolValue.val.boolV[i]) in getRandomBoolRepresentation()
/external/deqp/modules/gles2/functional/
Des2fUniformApiTests.cpp684 static VarValue getRandomBoolRepresentation (const VarValue& boolValue, const glu::DataType targetS… in getRandomBoolRepresentation() argument
686 DE_ASSERT(glu::isDataTypeBoolOrBVec(boolValue.type)); in getRandomBoolRepresentation()
688 const int size = glu::getDataTypeScalarSize(boolValue.type); in getRandomBoolRepresentation()
698 if (boolValue.val.boolV[i]) in getRandomBoolRepresentation()
712 if (boolValue.val.boolV[i]) in getRandomBoolRepresentation()
/external/libchrome/base/mac/
Dfoundation_util.mm87 return [[info_dictionary objectForKey:@"LSUIElement"] boolValue] != NO;
/external/google-breakpad/src/common/mac/
DGTMLogger.m490 // Emulate [NSString boolValue] for pre-10.5
/external/google-breakpad/src/client/mac/Framework/
DBreakpad.mm358 if ([[parameters objectForKey:@BREAKPAD_IN_PROCESS] boolValue])