Home
last modified time | relevance | path

Searched refs:getBool (Results 1 – 25 of 100) sorted by relevance

1234

/third_party/vk-gl-cts/modules/egl/
DteglChooseConfigTests.cpp373 static EGLint getBool (de::Random& rnd) in getBool() function in deqp::egl::ChooseConfigRandomCase
375 return rnd.getBool() ? EGL_TRUE : EGL_FALSE; in getBool()
393 api |= rnd.getBool() ? EGL_OPENGL_BIT : 0; in getApiBits()
394 api |= rnd.getBool() ? EGL_OPENGL_ES_BIT : 0; in getApiBits()
395 api |= rnd.getBool() ? EGL_OPENGL_ES2_BIT : 0; in getApiBits()
396 api |= rnd.getBool() ? EGL_OPENVG_BIT : 0; in getApiBits()
403 bits |= rnd.getBool() ? EGL_WINDOW_BIT : 0; in getSurfaceType()
404 bits |= rnd.getBool() ? EGL_PIXMAP_BIT : 0; in getSurfaceType()
405 bits |= rnd.getBool() ? EGL_PBUFFER_BIT : 0; in getSurfaceType()
426 { EGL_BIND_TO_TEXTURE_RGB, ChooseConfigRandomCase::getBool, }, in genRandomAttributes()
[all …]
/third_party/protobuf/objectivec/Tests/
DGPBDictionaryTests+Int32.m1533 XCTAssertFalse([dict getBool:NULL forKey:11]);
1547 XCTAssertTrue([dict getBool:NULL forKey:11]);
1548 XCTAssertTrue([dict getBool:&value forKey:11]);
1550 XCTAssertFalse([dict getBool:NULL forKey:12]);
1569 XCTAssertTrue([dict getBool:NULL forKey:11]);
1570 XCTAssertTrue([dict getBool:&value forKey:11]);
1572 XCTAssertTrue([dict getBool:NULL forKey:12]);
1573 XCTAssertTrue([dict getBool:&value forKey:12]);
1575 XCTAssertTrue([dict getBool:NULL forKey:13]);
1576 XCTAssertTrue([dict getBool:&value forKey:13]);
[all …]
DGPBDictionaryTests+String.m1533 XCTAssertFalse([dict getBool:NULL forKey:@"foo"]);
1547 XCTAssertTrue([dict getBool:NULL forKey:@"foo"]);
1548 XCTAssertTrue([dict getBool:&value forKey:@"foo"]);
1550 XCTAssertFalse([dict getBool:NULL forKey:@"bar"]);
1569 XCTAssertTrue([dict getBool:NULL forKey:@"foo"]);
1570 XCTAssertTrue([dict getBool:&value forKey:@"foo"]);
1572 XCTAssertTrue([dict getBool:NULL forKey:@"bar"]);
1573 XCTAssertTrue([dict getBool:&value forKey:@"bar"]);
1575 XCTAssertTrue([dict getBool:NULL forKey:@"baz"]);
1576 XCTAssertTrue([dict getBool:&value forKey:@"baz"]);
[all …]
DGPBDictionaryTests+Int64.m1533 XCTAssertFalse([dict getBool:NULL forKey:21LL]);
1547 XCTAssertTrue([dict getBool:NULL forKey:21LL]);
1548 XCTAssertTrue([dict getBool:&value forKey:21LL]);
1550 XCTAssertFalse([dict getBool:NULL forKey:22LL]);
1569 XCTAssertTrue([dict getBool:NULL forKey:21LL]);
1570 XCTAssertTrue([dict getBool:&value forKey:21LL]);
1572 XCTAssertTrue([dict getBool:NULL forKey:22LL]);
1573 XCTAssertTrue([dict getBool:&value forKey:22LL]);
1575 XCTAssertTrue([dict getBool:NULL forKey:23LL]);
1576 XCTAssertTrue([dict getBool:&value forKey:23LL]);
[all …]
DGPBDictionaryTests+UInt64.m1533 XCTAssertFalse([dict getBool:NULL forKey:31ULL]);
1547 XCTAssertTrue([dict getBool:NULL forKey:31ULL]);
1548 XCTAssertTrue([dict getBool:&value forKey:31ULL]);
1550 XCTAssertFalse([dict getBool:NULL forKey:32ULL]);
1569 XCTAssertTrue([dict getBool:NULL forKey:31ULL]);
1570 XCTAssertTrue([dict getBool:&value forKey:31ULL]);
1572 XCTAssertTrue([dict getBool:NULL forKey:32ULL]);
1573 XCTAssertTrue([dict getBool:&value forKey:32ULL]);
1575 XCTAssertTrue([dict getBool:NULL forKey:33ULL]);
1576 XCTAssertTrue([dict getBool:&value forKey:33ULL]);
[all …]
DGPBDictionaryTests+UInt32.m1533 XCTAssertFalse([dict getBool:NULL forKey:1U]);
1547 XCTAssertTrue([dict getBool:NULL forKey:1U]);
1548 XCTAssertTrue([dict getBool:&value forKey:1U]);
1550 XCTAssertFalse([dict getBool:NULL forKey:2U]);
1569 XCTAssertTrue([dict getBool:NULL forKey:1U]);
1570 XCTAssertTrue([dict getBool:&value forKey:1U]);
1572 XCTAssertTrue([dict getBool:NULL forKey:2U]);
1573 XCTAssertTrue([dict getBool:&value forKey:2U]);
1575 XCTAssertTrue([dict getBool:NULL forKey:3U]);
1576 XCTAssertTrue([dict getBool:&value forKey:3U]);
[all …]
DGPBDictionaryTests+Bool.m1286 XCTAssertFalse([dict getBool:NULL forKey:YES]);
1300 XCTAssertTrue([dict getBool:NULL forKey:YES]);
1301 XCTAssertTrue([dict getBool:&value forKey:YES]);
1303 XCTAssertFalse([dict getBool:NULL forKey:NO]);
1322 XCTAssertTrue([dict getBool:NULL forKey:YES]);
1323 XCTAssertTrue([dict getBool:&value forKey:YES]);
1325 XCTAssertTrue([dict getBool:NULL forKey:NO]);
1326 XCTAssertTrue([dict getBool:&value forKey:NO]);
1477 XCTAssertTrue([dict getBool:NULL forKey:YES]);
1478 XCTAssertTrue([dict getBool:&value forKey:YES]);
[all …]
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/4.6/
D1_allowing_code_in_constructors.ts35 getBool(): boolean { method in C2
40 Assert.equal(d.getBool(), false);
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fDebugMarkerTests.cpp128 const bool nullTerminate = rnd.getBool(); in iterate()
129 const bool passLength = rnd.getBool(); in iterate()
130 const bool complexMsg = rnd.getBool(); in iterate()
/third_party/vk-gl-cts/framework/randomshaders/
DrsgToken.hpp150 bool getBool (void) const;
217 inline bool Token::getBool (void) const in getBool() function in rsg::Token
DrsgPrettyPrinter.cpp166 m_line += (token.getBool() ? "true" : "false"); in processToken()
DrsgUtils.cpp195 bool minVal = rnd.getBool(); in computeRandomValueRange()
196 bool maxVal = minVal ? true : rnd.getBool(); in computeRandomValueRange()
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeBlockBuffer.cpp148 if (rnd.getBool()) in run()
250 if (rnd.getBool()) in run()
313 if (rnd.getBool()) in runTest()
DdeRingBuffer.cpp56 bool doRead = canRead && (!canWrite || rnd.getBool()); in RingBuffer_selfTest()
DdeRandom.cpp57 DE_TEST_ASSERT(expected[i] == rnd.getBool()); in Random_selfTest()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DProto2MessageLiteFactory.java88 builder.setFieldBool8(data.getBool()); in newMessage()
108 builder.addFieldBoolList25(data.getBool()); in newMessage()
126 builder.addFieldBoolListPacked42(data.getBool()); in newMessage()
192 return data.getBool();
523 builder.setFieldRequiredBool78(data.getBool()); in populateRequiredFields()
DProto2MessageFactory.java86 builder.setFieldBool8(data.getBool()); in newMessage()
106 builder.addFieldBoolList25(data.getBool()); in newMessage()
124 builder.addFieldBoolListPacked42(data.getBool()); in newMessage()
189 return data.getBool();
520 builder.setFieldRequiredBool78(data.getBool()); in populateRequiredFields()
DProto3MessageFactory.java84 builder.setFieldBool8(data.getBool()); in newMessage()
104 builder.addFieldBoolList25(data.getBool()); in newMessage()
122 builder.addFieldBoolListPacked42(data.getBool()); in newMessage()
177 return data.getBool();
DProto3MessageLiteFactory.java86 builder.setFieldBool8(data.getBool()); in newMessage()
106 builder.addFieldBoolList25(data.getBool()); in newMessage()
124 builder.addFieldBoolListPacked42(data.getBool()); in newMessage()
179 return data.getBool();
DExperimentalTestDataProvider.java71 public boolean getBool() { in getBool() method in ExperimentalTestDataProvider
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fDrawBuffersIndexedTests.cpp1271 if (rng.getBool()) in genRandomBlendState()
1272 blendState.enableBlend = rng.getBool(); in genRandomBlendState()
1274 if (rng.getBool()) in genRandomBlendState()
1276 if (rng.getBool()) in genRandomBlendState()
1287 if (rng.getBool()) in genRandomBlendState()
1289 if (rng.getBool()) in genRandomBlendState()
1300 if (rng.getBool()) in genRandomBlendState()
1302 const bool red = rng.getBool(); in genRandomBlendState()
1303 const bool green = rng.getBool(); in genRandomBlendState()
1304 const bool blue = rng.getBool(); in genRandomBlendState()
[all …]
Des31fSeparateShaderTests.cpp197 return rnd.getBool() ? BINDING_LOCATION : BINDING_NAME; in randomBinding()
431 oss << (rnd.getBool() ? "true" : "false"); in printRandomInitializer()
878 params.initSingle = rnd.getBool(); in genParams()
879 params.switchVtx = rnd.getBool(); in genParams()
880 params.switchFrg = rnd.getBool(); in genParams()
881 params.useUniform = rnd.getBool(); in genParams()
882 params.useProgramUniform = params.useUniform && rnd.getBool(); in genParams()
883 params.useCreateHelper = rnd.getBool(); in genParams()
884 params.useSameName = rnd.getBool(); in genParams()
/third_party/vk-gl-cts/framework/opengl/
DgluContextInfo.hpp84 virtual bool getBool (int param) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMsgPackDocument.h88 bool &getBool() { in getBool() function
108 bool getBool() const { in getBool() function
/third_party/vk-gl-cts/modules/glshared/
DglsInteractionTestUtil.cpp240 bool flipX = rnd.getBool(); in computeRandomQuad()
241 bool flipY = rnd.getBool(); in computeRandomQuad()

1234