Home
last modified time | relevance | path

Searched refs:badType (Results 1 – 25 of 377) sorted by relevance

12345678910>>...16

/dports/graphics/Coin/coin-Coin-4.0.0/src/shaders/
H A DSoShader.cpp246 if (SoShaderProgram::getClassTypeId() == SoType::badType()) in init()
248 if (SoShaderObject::getClassTypeId() == SoType::badType()) in init()
250 if (SoFragmentShader::getClassTypeId() == SoType::badType()) in init()
252 if (SoVertexShader::getClassTypeId() == SoType::badType()) in init()
254 if (SoGeometryShader::getClassTypeId() == SoType::badType()) in init()
258 if (SoShaderParameter::getClassTypeId() == SoType::badType()) in init()
264 if (SoShaderParameter1f::getClassTypeId() == SoType::badType()) in init()
266 if (SoShaderParameter2f::getClassTypeId() == SoType::badType()) in init()
268 if (SoShaderParameter3f::getClassTypeId() == SoType::badType()) in init()
270 if (SoShaderParameter4f::getClassTypeId() == SoType::badType()) in init()
[all …]
H A DSoShaderParameter.cpp1281 BOOST_CHECK_MESSAGE(parameter1f->getTypeId() != SoType::badType(), in BOOST_AUTO_TEST_CASE()
1289 BOOST_CHECK_MESSAGE(parameter1i->getTypeId() != SoType::badType(), in BOOST_AUTO_TEST_CASE()
1297 BOOST_CHECK_MESSAGE(parameter2f->getTypeId() != SoType::badType(), in BOOST_AUTO_TEST_CASE()
1305 BOOST_CHECK_MESSAGE(parameter2i->getTypeId() != SoType::badType(), in BOOST_AUTO_TEST_CASE()
1313 BOOST_CHECK_MESSAGE(parameter3f->getTypeId() != SoType::badType(), in BOOST_AUTO_TEST_CASE()
1321 BOOST_CHECK_MESSAGE(parameter3i->getTypeId() != SoType::badType(), in BOOST_AUTO_TEST_CASE()
1329 BOOST_CHECK_MESSAGE(parameter4f->getTypeId() != SoType::badType(), in BOOST_AUTO_TEST_CASE()
1337 BOOST_CHECK_MESSAGE(parameter4i->getTypeId() != SoType::badType(), in BOOST_AUTO_TEST_CASE()
1411 BOOST_CHECK_MESSAGE(matrix->getTypeId() != SoType::badType(), in BOOST_AUTO_TEST_CASE()
1419 BOOST_CHECK_MESSAGE(matrixarray->getTypeId() != SoType::badType(), in BOOST_AUTO_TEST_CASE()
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/conformance/cpp2/
H A DThriftTypeInfoTest.cpp50 ThriftTypeInfo badType(typeInfo); in TEST() local
51 badType.set_uri(bad); in TEST()
52 EXPECT_THROW(validateThriftTypeInfo(badType), std::invalid_argument); in TEST()
56 ThriftTypeInfo badType(typeInfo); in TEST() local
57 badType.altUris_ref()->emplace(good1); // Duplicate uri. in TEST()
58 EXPECT_THROW(validateThriftTypeInfo(badType), std::invalid_argument); in TEST()
61 ThriftTypeInfo badType(typeInfo); in TEST() local
62 badType.altUris_ref()->emplace(bad); in TEST()
63 EXPECT_THROW(validateThriftTypeInfo(badType), std::invalid_argument); in TEST()
67 ThriftTypeInfo badType(typeInfo); in TEST() local
[all …]
/dports/graphics/Coin/coin-Coin-4.0.0/src/misc/
H A DSoType.cpp165 const SoType type = SoType::badType(), in SoTypeData()
168 const SoType theParent = SoType::badType(), in SoTypeData()
533 return SoType::badType(); in fromName()
551 return SoType::badType(); in fromName()
598 return SoType::badType(); in fromName()
621 if ( handle == NULL ) return SoType::badType(); in fromName()
638 return SoType::badType(); in fromName()
715 SoType::badType(void) in badType() function in SoType
817 assert(type != SoType::badType() && "argument is badType()"); in getAllDerivedFrom()
979 BOOST_CHECK_MESSAGE(SoType::fromName(SbName("MyClass")) == SoType::badType(), in BOOST_AUTO_TEST_CASE()
[all …]
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/scxml/
H A DScXMLSubObject.h82 SoType classname::classTypeId = SoType::badType(); \
106 SoType classname::classTypeId = SoType::badType(); \
133 assert(parenttype != SoType::badType()); \
159 assert(parenttype != SoType::badType()); \
169 assert(parenttype != SoType::badType()); \
/dports/misc/usd/USD-21.11/pxr/base/arch/testenv/
H A DtestDemangle.cpp103 const char* const badType = "type_that_doesnt_exist"; in main() local
105 ARCH_AXIOM(ArchGetDemangled(badType) == badType); in main()
107 ARCH_AXIOM(ArchGetDemangled(badType) == ""); in main()
/dports/lang/gcc6-aux/gcc-6-20180516/libffi/testsuite/libffi.call/
H A Derr_bad_typedef.c16 ffi_type badType = ffi_type_void; in main() local
20 badType.size = 0; in main()
22 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 0, &badType, in main()
/dports/lang/gcc12-devel/gcc-12-20211205/libffi/testsuite/libffi.call/
H A Derr_bad_typedef.c16 ffi_type badType = ffi_type_void; in main() local
20 badType.size = 0; in main()
22 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 0, &badType, in main()
/dports/devel/jna/jna-5.7.0/native/libffi/testsuite/libffi.call/
H A Derr_bad_typedef.c16 ffi_type badType = ffi_type_void; in main() local
20 badType.size = 0; in main()
22 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 0, &badType, in main()
/dports/lang/python-legacy/Python-2.7.18/Modules/_ctypes/libffi/testsuite/libffi.call/
H A Derr_bad_typedef.c16 ffi_type badType = ffi_type_void; in main() local
20 badType.size = 0; in main()
22 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 0, &badType, in main()
/dports/lang/gcc8/gcc-8.5.0/libffi/testsuite/libffi.call/
H A Derr_bad_typedef.c16 ffi_type badType = ffi_type_void; in main() local
20 badType.size = 0; in main()
22 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 0, &badType, in main()
/dports/lang/python27/Python-2.7.18/Modules/_ctypes/libffi/testsuite/libffi.call/
H A Derr_bad_typedef.c16 ffi_type badType = ffi_type_void; in main() local
20 badType.size = 0; in main()
22 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 0, &badType, in main()
/dports/lang/racket/racket-8.3/src/bc/foreign/libffi/testsuite/libffi.call/
H A Derr_bad_typedef.c16 ffi_type badType = ffi_type_void; in main() local
20 badType.size = 0; in main()
22 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 0, &badType, in main()
/dports/lang/gcc10/gcc-10.3.0/libffi/testsuite/libffi.call/
H A Derr_bad_typedef.c16 ffi_type badType = ffi_type_void; in main() local
20 badType.size = 0; in main()
22 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 0, &badType, in main()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libffi/testsuite/libffi.call/
H A Derr_bad_typedef.c16 ffi_type badType = ffi_type_void; in main() local
20 badType.size = 0; in main()
22 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 0, &badType, in main()
/dports/lang/gcc48/gcc-4.8.5/libffi/testsuite/libffi.call/
H A Derr_bad_typedef.c16 ffi_type badType = ffi_type_void; in main() local
20 badType.size = 0; in main()
22 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 0, &badType, in main()
/dports/www/firefox-esr/firefox-91.8.0/js/src/ctypes/libffi/testsuite/libffi.call/
H A Derr_bad_typedef.c16 ffi_type badType = ffi_type_void; in main() local
20 badType.size = 0; in main()
22 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 0, &badType, in main()
/dports/lang/gcc11-devel/gcc-11-20211009/libffi/testsuite/libffi.call/
H A Derr_bad_typedef.c16 ffi_type badType = ffi_type_void; in main() local
20 badType.size = 0; in main()
22 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 0, &badType, in main()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/ctypes/libffi/testsuite/libffi.call/
H A Derr_bad_typedef.c16 ffi_type badType = ffi_type_void; in main() local
20 badType.size = 0; in main()
22 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 0, &badType, in main()
/dports/math/reduce/Reduce-svn5758-src/libraries/libffi-for-mac/libffi-3.3/testsuite/libffi.call/
H A Derr_bad_typedef.c16 ffi_type badType = ffi_type_void; in main() local
20 badType.size = 0; in main()
22 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 0, &badType, in main()
/dports/math/reduce/Reduce-svn5758-src/libraries/libffi/testsuite/libffi.call/
H A Derr_bad_typedef.c16 ffi_type badType = ffi_type_void; in main() local
20 badType.size = 0; in main()
22 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 0, &badType, in main()
/dports/math/reduce/Reduce-svn5758-src/libraries/libffi-for-mac/libffi-3.3-x86_64/testsuite/libffi.call/
H A Derr_bad_typedef.c16 ffi_type badType = ffi_type_void; in main() local
20 badType.size = 0; in main()
22 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 0, &badType, in main()
/dports/math/reduce/Reduce-svn5758-src/libraries/libffi-for-mac/libffi-3.3-arm64/testsuite/libffi.call/
H A Derr_bad_typedef.c16 ffi_type badType = ffi_type_void; in main() local
20 badType.size = 0; in main()
22 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 0, &badType, in main()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libffi/testsuite/libffi.call/
H A Derr_bad_typedef.c16 ffi_type badType = ffi_type_void; in main() local
20 badType.size = 0; in main()
22 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 0, &badType, in main()
/dports/devel/avr-gcc/gcc-10.2.0/libffi/testsuite/libffi.call/
H A Derr_bad_typedef.c16 ffi_type badType = ffi_type_void; in main() local
20 badType.size = 0; in main()
22 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 0, &badType, in main()

12345678910>>...16