Searched refs:DEBUG_ONLY (Results 1 - 16 of 16) sorted by relevance

/haiku/src/kits/support/
H A DBlockCache.cpp35 DEBUG_ONLY( uint32 magic1; )
37 DEBUG_ONLY( uint32 magic2; )
87 DEBUG_ONLY(block->magic1 = MAGIC1);
88 DEBUG_ONLY(block->magic2 = MAGIC2 + (uint32)(addr_t)block->next);
102 DEBUG_ONLY(memset(pointer, 0xCC, sizeof(_FreeBlock)));
122 DEBUG_ONLY(memset(pointer, 0xCC, sizeof(_FreeBlock)));
127 DEBUG_ONLY(if (pointer) memset(pointer, 0xCC, sizeof(_FreeBlock)));
145 DEBUG_ONLY(block->magic1 = MAGIC1);
146 DEBUG_ONLY(block->magic2 = MAGIC2 + (uint32)(addr_t)block->next);
148 DEBUG_ONLY(memse
[all...]
/haiku/src/add-ons/kernel/generic/mpu401/
H A Ddebug.h56 #define DEBUG_ONLY(a) a macro
66 #define DEBUG_ONLY(a) macro
/haiku/headers/os/support/
H A DDebug.h70 #define DEBUG_ONLY(arg) arg macro
88 #define DEBUG_ONLY(x) macro
/haiku/src/kits/media/
H A DDataExchange.cpp85 DEBUG_ONLY(msg->PrintToStream());
99 DEBUG_ONLY(msg->PrintToStream());
112 DEBUG_ONLY(request.PrintToStream());
113 DEBUG_ONLY(reply.PrintToStream());
H A DSharedBufferList.cpp360 DEBUG_ONLY(debugger("buffer already reclaimed"));
400 DEBUG_ONLY(debugger("buffer not reclaimed"));
H A DTimedEventQueuePrivate.cpp570 DEBUG_ONLY(*const_cast<void **>(&event->pointer) = NULL);
H A DSoundPlayer.cpp257 DEBUG_ONLY(if (tries == 0)
H A DMediaRoster.cpp2132 DEBUG_ONLY(
/haiku/src/kits/textencoding/
H A Dcharacter_sets.cpp356 DEBUG_ONLY(static int onlyOneTime = 0;)
/haiku/src/kits/tracker/
H A DUtilities.cpp1712 _ThrowOnError(status_t result, const char* DEBUG_ONLY(file), argument
1713 int32 DEBUG_ONLY(line))
1723 _ThrowIfNotSize(ssize_t size, const char* DEBUG_ONLY(file), argument
1724 int32 DEBUG_ONLY(line))
1734 _ThrowOnAssert(bool success, const char* DEBUG_ONLY(file), argument
1735 int32 DEBUG_ONLY(line))
H A DAttributeStream.cpp480 const char* DEBUG_ONLY(foreignName), uint32 type, off_t bufferSize,
481 void* buffer, void (*DEBUG_ONLY(swapFunc))(void*))
479 Read(const char* name, const char* DEBUG_ONLY(foreignName), uint32 type, off_t bufferSize, void* buffer, void (*DEBUG_ONLY(swapFunc))(void*)) argument
H A DOpenWithWindow.cpp940 OpenWithPoseView::HandleMessageDropped(BMessage* DEBUG_ONLY(message)) function in class:OpenWithPoseView
H A DFindPanel.cpp1390 DEBUG_ONLY(time_t result =)
H A DContainerWindow.cpp319 OffsetFrameOne(const char* DEBUG_ONLY(name), uint32, off_t, void* castToRect, argument
H A DPoseView.cpp589 ClearViewOriginOne(const char* DEBUG_ONLY(name), uint32 type, off_t size, argument
5313 virtual void Accumulate(AccumulatingFunctionObject* DEBUG_ONLY(functor)) function in class:MetaMimeChangedAccumulator
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DAudioMixer.cpp157 DEBUG_ONLY(fCore = 0; fBufferGroup = 0; fWeb = 0);

Completed in 280 milliseconds