Home
last modified time | relevance | path

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

12

/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/python/cpython2/Mac/PythonLauncher/
DFileSettings.m221 if (value) honourhashbang = [value boolValue];
223 if (value) debug = [value boolValue];
225 if (value) verbose = [value boolValue];
227 if (value) inspect = [value boolValue];
229 if (value) optimize = [value boolValue];
231 if (value) nosite = [value boolValue];
233 if (value) tabs = [value boolValue];
239 if (value) with_terminal = [value boolValue];
/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/objectivec/
DGPBExtensionInternals.m72 FIELD_CASE(Bool, boolValue)
105 FIELD_CASE(Bool, boolValue)
171 FIELD_CASE(Bool, boolValue)
212 FIELD_CASE(Bool, boolValue)
DGPBDictionary.m1136 //%[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 …]
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DExtension.java420 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()
DCodedOutputByteBufferNano.java1198 Boolean boolValue = (Boolean) value; in writeField() local
1199 writeBool(number, boolValue); in writeField()
/external/protobuf/objectivec/google/protobuf/
DStruct.pbobjc.h122 @property(nonatomic, readwrite) BOOL boolValue;
DStruct.pbobjc.m114 @dynamic boolValue;
161 .name = "boolValue",
/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/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/protobuf/objectivec/Tests/
DGPBTestUtilities.m252 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/
Dfoundation_util.mm91 return [[info_dictionary objectForKey:@"LSUIElement"] boolValue] != NO;
/external/python/cpython2/Modules/
D_tkinter.c1227 int boolValue; in fromBoolean() local
1228 if (Tcl_GetBooleanFromObj(Tkapp_Interp(tkapp), value, &boolValue) == TCL_ERROR) in fromBoolean()
1230 return PyBool_FromLong(boolValue); in fromBoolean()
/external/google-breakpad/src/common/mac/
DGTMLogger.m490 // Emulate [NSString boolValue] for pre-10.5

12