/third_party/vk-gl-cts/modules/egl/ |
D | teglChooseConfigTests.cpp | 373 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/ |
D | GPBDictionaryTests+Int32.m | 1533 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 …]
|
D | GPBDictionaryTests+String.m | 1533 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 …]
|
D | GPBDictionaryTests+Int64.m | 1533 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 …]
|
D | GPBDictionaryTests+UInt64.m | 1533 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 …]
|
D | GPBDictionaryTests+UInt32.m | 1533 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 …]
|
D | GPBDictionaryTests+Bool.m | 1286 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/ |
D | 1_allowing_code_in_constructors.ts | 35 getBool(): boolean { method in C2 40 Assert.equal(d.getBool(), false);
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fDebugMarkerTests.cpp | 128 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/ |
D | rsgToken.hpp | 150 bool getBool (void) const; 217 inline bool Token::getBool (void) const in getBool() function in rsg::Token
|
D | rsgPrettyPrinter.cpp | 166 m_line += (token.getBool() ? "true" : "false"); in processToken()
|
D | rsgUtils.cpp | 195 bool minVal = rnd.getBool(); in computeRandomValueRange() 196 bool maxVal = minVal ? true : rnd.getBool(); in computeRandomValueRange()
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
D | deBlockBuffer.cpp | 148 if (rnd.getBool()) in run() 250 if (rnd.getBool()) in run() 313 if (rnd.getBool()) in runTest()
|
D | deRingBuffer.cpp | 56 bool doRead = canRead && (!canWrite || rnd.getBool()); in RingBuffer_selfTest()
|
D | deRandom.cpp | 57 DE_TEST_ASSERT(expected[i] == rnd.getBool()); in Random_selfTest()
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | Proto2MessageLiteFactory.java | 88 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()
|
D | Proto2MessageFactory.java | 86 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()
|
D | Proto3MessageFactory.java | 84 builder.setFieldBool8(data.getBool()); in newMessage() 104 builder.addFieldBoolList25(data.getBool()); in newMessage() 122 builder.addFieldBoolListPacked42(data.getBool()); in newMessage() 177 return data.getBool();
|
D | Proto3MessageLiteFactory.java | 86 builder.setFieldBool8(data.getBool()); in newMessage() 106 builder.addFieldBoolList25(data.getBool()); in newMessage() 124 builder.addFieldBoolListPacked42(data.getBool()); in newMessage() 179 return data.getBool();
|
D | ExperimentalTestDataProvider.java | 71 public boolean getBool() { in getBool() method in ExperimentalTestDataProvider
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fDrawBuffersIndexedTests.cpp | 1271 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 …]
|
D | es31fSeparateShaderTests.cpp | 197 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/ |
D | gluContextInfo.hpp | 84 virtual bool getBool (int param) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | MsgPackDocument.h | 88 bool &getBool() { in getBool() function 108 bool getBool() const { in getBool() function
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsInteractionTestUtil.cpp | 240 bool flipX = rnd.getBool(); in computeRandomQuad() 241 bool flipY = rnd.getBool(); in computeRandomQuad()
|