Home
last modified time | relevance | path

Searched defs:jassert (Results 1 – 11 of 11) sorted by relevance

/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/system/
H A Djuce_PlatformDefs.h158 …#define jassert(expression) JUCE_BLOCK_WITH_FORCED_SEMICOLON (if (! (expression)) jassertfal… macro
168 …#define jassert(expression) JUCE_BLOCK_WITH_FORCED_SEMICOLON (if (! (expression)) jassertfals… macro
170 #define jassert(expression) JUCE_BLOCK_WITH_FORCED_SEMICOLON ( ; ) macro
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/system/
H A Djuce_PlatformDefs.h138 …#define jassert(expression) JUCE_BLOCK_WITH_FORCED_SEMICOLON (if (! (expression)) jassertfal… macro
148 …#define jassert(expression) JUCE_BLOCK_WITH_FORCED_SEMICOLON (if (! (expression)) jassertfals… macro
150 #define jassert(expression) JUCE_BLOCK_WITH_FORCED_SEMICOLON ( ; ) macro
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/system/
H A Djuce_PlatformDefs.h160 …#define jassert(expression) JUCE_BLOCK_WITH_FORCED_SEMICOLON (if (! (expression)) jassertfal… macro
170 …#define jassert(expression) JUCE_BLOCK_WITH_FORCED_SEMICOLON (if (! (expression)) jassertfals… macro
172 #define jassert(expression) JUCE_BLOCK_WITH_FORCED_SEMICOLON ( ; ) macro
/dports/audio/carla/Carla-2.4.1/source/modules/juce_graphics/colour/
H A Djuce_ColourGradient.cpp200 jassert (colours.size() >= 2); in createLookupTable() local
232 jassert (colours.size() >= 2); in createLookupTable() local
/dports/devel/juce/JUCE-f37e9a1/modules/juce_graphics/colour/
H A Djuce_ColourGradient.cpp200 jassert (colours.size() >= 2); in createLookupTable() local
232 jassert (colours.size() >= 2); in createLookupTable() local
/dports/devel/juce/JUCE-f37e9a1/modules/juce_blocks_basics/topology/internal/
H A Djuce_MidiDeviceConnection.cpp70 jassert (dataSize > sizeof (BlocksProtocol::roliSysexHeader) + 1); in sendMessageToDevice() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/skqp/src/
H A Djni_skqp.cpp61 #define jassert(env, cond, ret) do { if (!(cond)) { \ macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/skqp/src/
H A Djni_skqp.cpp61 #define jassert(env, cond, ret) do { if (!(cond)) { \ macro
/dports/sysutils/smartmontools/smartmontools-7.2/
H A Djson.cpp33 #define jassert(expr) (!(expr) ? jassert_failed(__LINE__, #expr) : (void)0) macro
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/components/
H A Djuce_Component.cpp1417 jassert (this != &child); // adding a component to itself!? in addChildComponent() local
2294 jassert ((newListener != this) || wantsEventsForAllNestedChildComponents); in addMouseListener() local
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/components/
H A Djuce_Component.cpp1423 jassert (this != &child); // adding a component to itself!? in addChildComponent() local
2300 jassert ((newListener != this) || wantsEventsForAllNestedChildComponents); in addMouseListener() local