Home
last modified time | relevance | path

Searched refs:assertMsg (Results 76 – 100 of 178) sorted by relevance

12345678

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/glslang/src/glslang/MachineIndependent/
H A DPoolAlloc.cpp163 char assertMsg[maxSize]; in checkGuardBlock() local
166 snprintf(assertMsg, maxSize, "PoolAlloc: Damage %s %zu byte allocation at 0x%p\n", in checkGuardBlock()
/dports/graphics/glslang/glslang-11.7.1/glslang/MachineIndependent/
H A DPoolAlloc.cpp163 char assertMsg[maxSize]; in checkGuardBlock() local
166 snprintf(assertMsg, maxSize, "PoolAlloc: Damage %s %zu byte allocation at 0x%p\n", in checkGuardBlock()
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/glslang/glslang/MachineIndependent/
H A DPoolAlloc.cpp163 char assertMsg[maxSize]; in checkGuardBlock() local
166 snprintf(assertMsg, maxSize, "PoolAlloc: Damage %s %zu byte allocation at 0x%p\n", in checkGuardBlock()
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/glslang/glslang/MachineIndependent/
H A DPoolAlloc.cpp163 char assertMsg[maxSize]; in checkGuardBlock() local
166 snprintf(assertMsg, maxSize, "PoolAlloc: Damage %s %zu byte allocation at 0x%p\n", in checkGuardBlock()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DPoolAlloc.cpp157 char assertMsg[80]; in checkGuardBlock() local
160 sprintf(assertMsg, "PoolAlloc: Damage %s %lu byte allocation at 0x%p\n", in checkGuardBlock()
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima4/sound/
H A Dsound.cpp79 assertMsg(sound < SOUND_MAX, "Attempted to load an invalid sound"); in load()
92 assertMsg(sound < SOUND_MAX, "Attempted to play an invalid sound"); in play()
/dports/graphics/blender/blender-2.91.0/extern/mantaflow/preprocessed/
H A Dfluidsolver.cpp147 assertMsg(dim == 2 || dim == 3, "Only 2D and 3D solvers allowed."); in FluidSolver()
148 assertMsg(dim != 2 || gridsize.z == 1, "Trying to create 2D solver with size.z != 1"); in FluidSolver()
243 assertMsg((mDt > (mDtMin / 2.)), "Invalid dt encountered! Shouldnt happen..."); in adaptTimestep()
H A Dgeneral.h105 #define assertMsg(cond, msg) \ macro
108 #define assertDeb(cond, msg) DEBUG_ONLY(assertMsg(cond, msg))
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima4/game/
H A Dperson.cpp151 assertMsg(!isVendor() || _dialogue == nullptr, "vendor has dialogue"); in setNpcType()
269 assertMsg(_npcType == NPC_LORD_BRITISH, "invalid state: %d", cnv->_state); in getConversationText()
275 assertMsg(_npcType != NPC_HAWKWIND, "invalid state for hawkwind conversation"); in getConversationText()
280 assertMsg(_npcType == NPC_TALKER_BEGGAR, "invalid npc type: %d", _npcType); in getConversationText()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/tools/jpackage/helpers/jdk/jpackage/test/
H A DLinuxHelper.java280 String assertMsg = String.format( in addDebBundleDesktopIntegrationVerifier()
284 TKit.assertNotNull(lineWithXsdCommand, assertMsg); in addDebBundleDesktopIntegrationVerifier()
286 TKit.assertNull(lineWithXsdCommand, assertMsg); in addDebBundleDesktopIntegrationVerifier()
/dports/sysutils/py-salt/salt-3004.1/tests/unit/utils/
H A Dtest_event.py46 assertMsg = "{0}: Key {1} value mismatch, {2} != {3}"
47 assertMsg = assertMsg.format(msg, key, data[key], evt[key])
48 self.assertEqual(data[key], evt[key], assertMsg)
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/dhall-1.38.1/tests/Dhall/Test/
H A DDhall.hs108 let assertMsg = "The exception message did not match the expected output" function
111 Left ex -> assertEqual assertMsg expectedMsg (show ex)
489 let assertMsg = "The exception message did not match the expected output" function
496 Dhall.ExtractError extractError -> assertEqual assertMsg expectedMsg extractError
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima4/controllers/
H A Dintro_controller.cpp359 assertMsg(_binData->_sigData != nullptr, "intro sig data not loaded"); in getSigData()
586 assertMsg(beast == 0 || beast == 1, "invalid beast: %d", beast); in drawBeastie()
604 assertMsg(pos == 0 || pos == 1, "invalid pos: %d", pos); in drawCard()
605 assertMsg(card >= 0 && card < 8, "invalid card: %d", card); in drawCard()
611 assertMsg(row >= 0 && row < 7, "invalid row: %d", row); in drawAbacusBeads()
612 assertMsg(selectedVirtue < 8 && selectedVirtue >= 0, "invalid virtue: %d", selectedVirtue); in drawAbacusBeads()
613 assertMsg(rejectedVirtue < 8 && rejectedVirtue >= 0, "invalid virtue: %d", rejectedVirtue); in drawAbacusBeads()
881 assertMsg(v1 < v2, "first virtue must be smaller (v1 = %d, v2 = %d)", v1, v2); in getQuestion()
890 assertMsg((i + v2 - 1) < 28, "calculation failed"); in getQuestion()
1326 assertMsg((int)saveGame->_players[0]._class < 8, "bad class: %d", saveGame->_players[0]._class); in initPlayers()
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/vector-0.12.1.2/tests/Tests/Vector/
H A DUnitTests.hs117 let assertMsg =
124 in assertBool assertMsg (errSuffix `List.isSuffixOf` err)
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_cabal_deps/vector-0.12.1.2/tests/Tests/Vector/
H A DUnitTests.hs117 let assertMsg =
124 in assertBool assertMsg (errSuffix `List.isSuffixOf` err)
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/vector-0.12.1.2/tests/Tests/Vector/
H A DUnitTests.hs117 let assertMsg =
124 in assertBool assertMsg (errSuffix `List.isSuffixOf` err)
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/vector-0.12.1.2/tests/Tests/Vector/
H A DUnitTests.hs117 let assertMsg =
124 in assertBool assertMsg (errSuffix `List.isSuffixOf` err)
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/vector-0.12.1.2/tests/Tests/Vector/
H A DUnitTests.hs117 let assertMsg =
124 in assertBool assertMsg (errSuffix `List.isSuffixOf` err)
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/vector-0.12.1.2/tests/Tests/Vector/
H A DUnitTests.hs117 let assertMsg =
124 in assertBool assertMsg (errSuffix `List.isSuffixOf` err)
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/vector-0.12.1.2/tests/Tests/Vector/
H A DUnitTests.hs117 let assertMsg =
124 in assertBool assertMsg (errSuffix `List.isSuffixOf` err)
/dports/devel/hs-hasktags/hasktags-0.72.0/_cabal_deps/vector-0.12.1.2/tests/Tests/Vector/
H A DUnitTests.hs117 let assertMsg =
124 in assertBool assertMsg (errSuffix `List.isSuffixOf` err)
/dports/devel/hs-profiteur/profiteur-0.4.6.0/_cabal_deps/vector-0.12.1.2/tests/Tests/Vector/
H A DUnitTests.hs117 let assertMsg =
124 in assertBool assertMsg (errSuffix `List.isSuffixOf` err)
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/vector-0.12.1.2/tests/Tests/Vector/
H A DUnitTests.hs117 let assertMsg =
124 in assertBool assertMsg (errSuffix `List.isSuffixOf` err)
/dports/deskutils/hs-arbtt/arbtt-0.10.2/_cabal_deps/vector-0.12.1.2/tests/Tests/Vector/
H A DUnitTests.hs117 let assertMsg =
124 in assertBool assertMsg (errSuffix `List.isSuffixOf` err)
/dports/converters/hs-aeson-pretty/aeson-pretty-0.8.8/_cabal_deps/vector-0.12.1.2/tests/Tests/Vector/
H A DUnitTests.hs117 let assertMsg =
124 in assertBool assertMsg (errSuffix `List.isSuffixOf` err)

12345678