Searched refs:Create (Results 151 - 175 of 247) sorted by relevance

12345678910

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInode.h73 status_t Create(const char* name, int mode, int perms,
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DRequestChannel.cpp225 RequestBuffer* requestBuffer = RequestBuffer::Create(header.size);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DConsoleOutputView.cpp77 ConsoleOutputView::Create() function in class:ConsoleOutputView
H A DTeamWindow.h63 static TeamWindow* Create(::Team* team,
H A DImageListView.cpp174 ImageListView::Create(Team* team, Listener* listener) function in class:ImageListView
H A DThreadListView.cpp228 ThreadListView::Create(Team* team, Listener* listener) function in class:ThreadListView
/haiku/src/apps/debugger/user_interface/gui/team_settings_window/
H A DImageStopConfigView.cpp72 ImageStopConfigView::Create(::Team* team, UserInterfaceListener* listener) function in class:ImageStopConfigView
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DWatchPromptWindow.cpp72 WatchPromptWindow::Create(Architecture* architecture, target_addr_t address, function in class:WatchPromptWindow
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DStdLibFileIO.cpp221 int CStdLibFileIO::Create(const char* pName) function in class:CStdLibFileIO
/haiku/src/kits/debugger/settings/
H A DTeamSettings.cpp133 error = factory.Create(childArchive, setting);
/haiku/src/servers/media/
H A DBufferManager.cpp24 = BPrivate::SharedBufferList::Create(&fSharedBufferList);
/haiku/headers/private/kernel/vm/
H A DVMAddressSpace.h117 static status_t Create(team_id teamID, addr_t base, size_t size,
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DAttribute.cpp14 // TODO: even after Create(), the attribute cannot be stat() for until the
120 Attribute::Create(const char* name, type_code type, int openMode, function in class:Attribute
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DInode.h103 static status_t Create(Transaction& transaction, Inode* parent,
H A DAttribute.cpp115 Attribute::Create(const char* name, type_code type, int openMode, function in class:Attribute
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsWindow.cpp72 TeamsWindow::Create(SettingsManager* settingsManager) function in class:TeamsWindow
273 .Add(fCreateConnectionButton = new BButton("Create new connection"
/haiku/src/apps/debugger/user_interface/gui/
H A DGraphicalUserInterface.cpp158 fTeamWindow = TeamWindow::Create(team, listener);
/haiku/src/bin/package/
H A Dcommand_extract.cpp185 static status_t Create(Entry* parent, const char* name, bool implicit, function in struct:Entry
676 return Entry::Create(parentEntry, name.String(), implicit, _entry);
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DInspectorWindow.cpp82 InspectorWindow::Create(::Team* team, UserInterfaceListener* listener, function in class:InspectorWindow
192 scrollView->SetTarget(fMemoryView = MemoryView::Create(fTeam, this));
/haiku/headers/private/kernel/
H A Dthread_types.h313 static Team* Create(team_id id, const char* name,
564 static status_t Create(const char* name, Thread*& _thread);
/haiku/src/system/kernel/device_manager/
H A Ddma_resources.cpp33 DMABuffer::Create(size_t count) function in class:DMABuffer
231 DMABuffer* buffer = DMABuffer::Create(fRestrictions.max_segment_count);
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerCore.cpp614 chan_info* info = inputChanInfos[type].Create();
633 chan_info* newInfo = mixChanInfos[channel].Create();
/haiku/src/system/kernel/fs/
H A Dvfs_request_io.cpp422 IORequest* request = IORequest::Create((flags & B_VIP_IO_REQUEST) != 0);
448 IORequest* request = IORequest::Create((flags & B_VIP_IO_REQUEST) != 0);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DVolume.h101 virtual status_t Create(void* dir, const char* name,
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelVolume.h108 virtual status_t Create(void* dir, const char* name,

Completed in 110 milliseconds

12345678910