/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/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/objectivec/ |
D | GPBExtensionInternals.m | 72 FIELD_CASE(Bool, boolValue) 105 FIELD_CASE(Bool, boolValue) 171 FIELD_CASE(Bool, boolValue) 212 FIELD_CASE(Bool, boolValue)
|
D | GPBDictionary.m | 1136 //%[VALUE boolValue] 2448 block([aKey unsignedIntValue], [aValue boolValue], stop); 2466 msgSize += ComputeDictBoolFieldSize([aValue boolValue], kMapValueFieldNumber, valueDataType); 2487 msgSize += ComputeDictBoolFieldSize([aValue boolValue], kMapValueFieldNumber, valueDataType); 2491 WriteDictBoolField(outputStream, [aValue boolValue], kMapValueFieldNumber, valueDataType); 2510 *value = [wrapped boolValue]; 4412 block([aKey intValue], [aValue boolValue], stop); 4430 msgSize += ComputeDictBoolFieldSize([aValue boolValue], kMapValueFieldNumber, valueDataType); 4451 msgSize += ComputeDictBoolFieldSize([aValue boolValue], kMapValueFieldNumber, valueDataType); 4455 WriteDictBoolField(outputStream, [aValue boolValue], kMapValueFieldNumber, valueDataType); [all …]
|
D | GPBUtilities.m | 1443 [toStr appendString:([(NSNumber *)curValue boolValue] ? @"true"
|
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/ |
D | Extension.java | 420 Boolean boolValue = (Boolean) value; in writeSingularData() local 421 output.writeBoolNoTag(boolValue); in writeSingularData() 673 Boolean boolValue = (Boolean) value; in computeSingularSerializedSize() local 674 return CodedOutputByteBufferNano.computeBoolSize(fieldNumber, boolValue); in computeSingularSerializedSize()
|
D | CodedOutputByteBufferNano.java | 1198 Boolean boolValue = (Boolean) value; in writeField() local 1199 writeBool(number, boolValue); in writeField()
|
/external/protobuf/objectivec/google/protobuf/ |
D | Struct.pbobjc.h | 122 @property(nonatomic, readwrite) BOOL boolValue;
|
D | Struct.pbobjc.m | 114 @dynamic boolValue; 161 .name = "boolValue",
|
/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/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/protobuf/objectivec/Tests/ |
D | GPBTestUtilities.m | 252 XCTAssertTrue([[message getExtension:[UnittestRoot optionalBoolExtension]] boolValue]); 323 XCTAssertEqual((i % 2) ? YES : NO, [extension[i] boolValue]); 399 XCTAssertFalse([[message getExtension:[UnittestRoot defaultBoolExtension]] boolValue]); 455 XCTAssertFalse([[message getExtension:[UnittestRoot repeatedBoolExtension]][0] boolValue]); 487 XCTAssertTrue([[message getExtension:[UnittestRoot repeatedBoolExtension]][1] boolValue]); 1433 XCTAssertFalse([[message getExtension:[UnittestRoot optionalBoolExtension]] boolValue]); 1525 XCTAssertTrue([[message getExtension:[UnittestRoot defaultBoolExtension]] boolValue]); 1973 XCTAssertEqual((i % 2) ? YES : NO, [extension[i] boolValue]);
|
/external/libchrome/base/mac/ |
D | foundation_util.mm | 91 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])
|