Searched refs:Create (Results 26 - 50 of 247) sorted by relevance

12345678910

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DConsoleOutputView.h23 static ConsoleOutputView* Create();
H A DRegistersView.h24 static RegistersView* Create(Architecture* architecture);
H A DStackTraceView.h25 static StackTraceView* Create(Listener* listener);
H A DImageListView.h23 static ImageListView* Create(Team* team, Listener* listener);
H A DThreadListView.h27 static ThreadListView* Create(Team* team, Listener* listener);
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DBreakpointEditWindow.h34 static BreakpointEditWindow* Create(::Team* team,
H A DSignalDispositionEditWindow.h33 static SignalDispositionEditWindow* Create(::Team* team,
H A DVariableEditWindow.h29 static VariableEditWindow* Create(Value* initialValue,
H A DConnectionConfigWindow.h29 static ConnectionConfigWindow* Create();
/haiku/src/apps/debugger/user_interface/gui/team_settings_window/
H A DExceptionStopConfigView.h29 static ExceptionStopConfigView* Create(::Team* team,
H A DSignalsConfigView.h32 static SignalsConfigView* Create(::Team* team,
/haiku/src/apps/debugger/user_interface/gui/settings/
H A DDebuggerUiSettingsFactory.cpp54 DebuggerUiSettingsFactory::Create(const BMessage& archive, function in class:DebuggerUiSettingsFactory
/haiku/src/kits/debugger/elf/
H A DElfSymbolLookup.h29 static status_t Create(ElfSymbolLookupSource* source,
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DAttribute.h41 status_t Create(const char* name, type_code type,
H A DExtentAllocator.cpp12 CachedExtent::Create(uint64 offset, uint64 length, uint64 flags) function in class:CachedExtent
115 hole = CachedExtent::Create(lowerBound, node->offset - lowerBound,
129 hole = CachedExtent::Create(node->End(), next->offset - node->End(),
139 hole = CachedExtent::Create(node->End(), upperBound - node->End(),
194 CachedExtent* leftEmpty = CachedExtent::Create(
244 CachedExtent* rightEmpty = CachedExtent::Create(found->End(),
259 CachedExtent* left = CachedExtent::Create(node->offset - diff,
469 insert = CachedExtent::Create(key.ObjectID(), extentSize, flags);
473 insert = CachedExtent::Create(start, extentSize, flags);
491 CachedExtent* extent = CachedExtent::Create(star
[all...]
/haiku/src/system/kernel/vm/
H A DVMUserArea.h22 static VMUserArea* Create(VMAddressSpace* addressSpace,
/haiku/src/bin/debug/strace/
H A Dfcntl.cpp55 { name, #name, TypeHandlerFactory<type>::Create() }
95 1, TypeHandlerFactory<void *>::Create()));
/haiku/src/kits/support/
H A DZlibCompressionAlgorithm.cpp256 static status_t Create(BDataIO* io, BaseParameters* _parameters, function in struct:BZlibCompressionAlgorithm::Stream
329 return Stream<BAbstractInputStream, CompressionStrategy>::Create(
342 return Stream<BAbstractOutputStream, CompressionStrategy>::Create(
354 return Stream<BAbstractInputStream, DecompressionStrategy>::Create(
363 return Stream<BAbstractOutputStream, DecompressionStrategy>::Create(
/haiku/src/system/kernel/
H A DUserEvent.cpp110 TeamSignalEvent::Create(Team* team, uint32 signalNumber, int32 signalCode, function in class:TeamSignalEvent
180 ThreadSignalEvent::Create(Thread* thread, uint32 signalNumber, int32 signalCode, function in class:ThreadSignalEvent
255 CreateThreadEvent::Create(const ThreadCreationAttributes& attributes) function in class:CreateThreadEvent
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DNNFilter.cpp15 m_rbInput.Create(NN_WINDOW_ELEMENTS, m_nOrder);
16 m_rbDeltaM.Create(NN_WINDOW_ELEMENTS, m_nOrder);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DAttribute.h32 status_t Create(const char* name, type_code type,
H A DIndex.h29 status_t Create(Transaction& transaction, const char* name,
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DRequest.cpp43 // Create
45 RequestBuffer::Create(uint32 dataSize) function in class:RequestBuffer
/haiku/src/servers/registrar/
H A DMessagingService.h27 static status_t Create(area_id kernelAreaID, sem_id lockSem,
/haiku/src/system/kernel/messaging/
H A DMessagingService.h24 static MessagingArea *Create(sem_id lockSem, sem_id counterSem);

Completed in 276 milliseconds

12345678910