/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue311/ |
D | BooleanEnum.java | 22 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/ |
D | rsgToken.cpp | 66 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 !=()
|
D | rsgToken.hpp | 159 bool boolValue; member 191 m_arg.boolValue = value; in Token() 220 return m_arg.boolValue; in getBool()
|
/external/deqp/framework/qphelper/ |
D | qpXmlWriter.h | 49 deBool boolValue; member 59 attrib.boolValue = (deBool)0xFFFFFFFFu; in qpSetStringAttrib() 70 attrib.boolValue = (deBool)0xFFFFFFFFu; in qpSetIntAttrib() 81 attrib.boolValue = value; in qpSetBoolAttrib()
|
D | qpXmlWriter.c | 226 writeEscaped(writer, attrib->boolValue ? "True" : "False"); in qpXmlWriter_startElement()
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/sets/ |
D | ANTLRBitSetTest.m | 36 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/ |
D | SkAnimateBase.cpp | 185 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/ |
D | GetValuesTest.java | 235 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()
|
D | SetValuesTest.java | 258 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/ |
D | Extension.java | 455 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/ |
D | ARDJoinResponse.m | 46 response.isInitiator = [params[kARDJoinInitiatorKey] boolValue];
|
/external/skia/src/views/mac/ |
D | SkOptionsTableView.mm | 228 [cell setState:[anObject boolValue]]; 229 item->setBool([anObject boolValue]);
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRBitSet.m | 162 // 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/ |
D | IOSPreferences.java | 95 return value.boolValue(); in getBoolean()
|
/external/deqp/modules/gles31/functional/ |
D | es31fProgramUniformTests.cpp | 734 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/ |
D | es3fUniformApiTests.cpp | 835 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/ |
D | es2fUniformApiTests.cpp | 684 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/ |
D | foundation_util.mm | 87 return [[info_dictionary objectForKey:@"LSUIElement"] boolValue] != NO;
|
/external/google-breakpad/src/common/mac/ |
D | GTMLogger.m | 490 // Emulate [NSString boolValue] for pre-10.5
|
/external/google-breakpad/src/client/mac/Framework/ |
D | Breakpad.mm | 358 if ([[parameters objectForKey:@BREAKPAD_IN_PROCESS] boolValue])
|