Searched refs:Create (Results 51 - 75 of 247) sorted by relevance

12345678910

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRPCCall.cpp27 Call::Create(uint32 proc, const Auth* creds, const Auth* ver) function in class:Call
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DBreakpointListView.h54 static BreakpointListView* Create(Team* team, Listener* listener,
H A DImageFunctionsView.h27 static ImageFunctionsView* Create(Listener* listener);
H A DBreakpointsView.h27 static BreakpointsView* Create(Team* team, Listener* listener);
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DQuery.h28 static status_t Create(Volume* volume, const char* queryString,
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DWatchPromptWindow.h33 static WatchPromptWindow* Create(Architecture* architecture,
H A DExpressionPromptWindow.cpp35 ExpressionPromptWindow::Create(BHandler* addTarget, BHandler* closeTarget) function in class:ExpressionPromptWindow
/haiku/src/apps/debugger/user_interface/gui/team_settings_window/
H A DImageStopConfigView.h33 static ImageStopConfigView* Create(::Team* team,
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsWindow.h33 static TeamsWindow* Create(SettingsManager* settingsManager);
/haiku/src/add-ons/media/plugins/ape_reader/LibMonkeysAudio/
H A DPositionBridgeIO.cpp35 int TPositionBridgeIO::Create(const char* oName) function in class:TPositionBridgeIO
/haiku/src/system/kernel/slab/
H A DHashedObjectCache.h25 static HashedObjectCache* Create(const char* name, size_t object_size,
H A DSmallObjectCache.cpp29 SmallObjectCache::Create(const char* name, size_t object_size, function in class:SmallObjectCache
/haiku/headers/private/media/
H A DSharedBufferList.h19 static area_id Create(SharedBufferList** _list);
/haiku/headers/private/locale/
H A DDefaultCatalog.h51 static BCatalogData *Create(const char *signature,
/haiku/src/tools/gensyscalls/
H A Dgensyscalls.h96 static SyscallVector* Create();
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DQuery.h36 static status_t Create(Volume* volume, const char* queryString,
/haiku/src/kits/support/
H A DZstdCompressionAlgorithm.cpp247 static status_t Create(BDataIO* io, BaseParameters* _parameters, function in struct:BZstdCompressionAlgorithm::Stream
322 return Stream<BAbstractInputStream, CompressionStrategy, ZSTD_CStream>::Create(
335 return Stream<BAbstractOutputStream, CompressionStrategy, ZSTD_CStream>::Create(
348 return Stream<BAbstractInputStream, DecompressionStrategy, ZSTD_DStream>::Create(
361 return Stream<BAbstractOutputStream, DecompressionStrategy, ZSTD_DStream>::Create(
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DNodeAttribute.cpp61 NodeHeader* header = NodeHeader::Create(fInode,fNodeBuffer);
264 NodeHeader* node = NodeHeader::Create(fInode, fNodeBuffer);
288 AttrLeafHeader* header = AttrLeafHeader::Create(fInode, fLeafBuffer);
339 NodeHeader* node = NodeHeader::Create(fInode, fNodeBuffer);
357 AttrLeafHeader* header = AttrLeafHeader::Create(fInode,fLeafBuffer);
/haiku/src/bin/debug/ltrace/
H A Dltrace_stub.cpp34 static PatchEntry* Create(const char* name, void* function) function in struct:PatchEntry
162 entry = PatchEntry::Create(name, *symbol);
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DAttribute.h36 status_t Create(const char* name, type_code type,
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DRequestBufferReplacer.cpp37 RequestBuffer* requestBuffer = RequestBuffer::Create(fBufferSize);
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DRollBuffer.h19 int Create(int nWindowElements, int nHistoryElements) function in class:CRollBuffer
/haiku/src/kits/package/
H A DContext.cpp72 *entry = fTempfileManager->Create(baseName);
/haiku/headers/os/package/solver/
H A DSolver.h46 static status_t Create(BSolver*& _solver);
/haiku/src/apps/debugger/user_interface/gui/expression_eval_window/
H A DExpressionEvaluationWindow.h33 static ExpressionEvaluationWindow* Create(BHandler* fCloseTarget,

Completed in 98 milliseconds

12345678910