Searched refs:Create (Results 126 - 150 of 247) sorted by relevance

12345678910

/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackage.cpp254 status_t error = Version::Create(value.version.major,
283 status_t error = Version::Create(versionInfo.major,
296 status_t error = Version::Create(versionInfo.major,
340 status_t error = Version::Create(versionInfo.major,
/haiku/src/servers/app/drawing/
H A DAlphaMask.h172 static ShapeAlphaMask* Create(AlphaMask* previousMask,
/haiku/src/kits/package/hpkg/
H A DWriterImplBase.cpp310 compressionAlgorithm = CompressionAlgorithmOwner::Create(
317 decompressionAlgorithm = DecompressionAlgorithmOwner::Create(
332 compressionAlgorithm = CompressionAlgorithmOwner::Create(
339 decompressionAlgorithm = DecompressionAlgorithmOwner::Create(
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DStackTraceView.cpp127 StackTraceView::Create(Listener* listener) function in class:StackTraceView
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DLeafAttribute.h49 static AttrLeafHeader* Create(Inode* inode, const char* buffer);
H A DExtent.cpp86 ExtentDataHeader* header = ExtentDataHeader::Create(fInode, fBlockBuffer);
282 ExtentDataHeader::Create(Inode* inode, const char* buffer) function in class:ExtentDataHeader
H A DBPlusTree.cpp375 ExtentDataHeader* header = ExtentDataHeader::Create(fInode, fSingleDirBlock);
392 ExtentLeafHeader* leaf = ExtentLeafHeader::Create(fInode, fSingleDirBlock);
407 NodeHeader* node = NodeHeader::Create(fInode, fSingleDirBlock);
632 NodeHeader* header = NodeHeader::Create(fInode, fSingleDirBlock);
705 ExtentLeafHeader* dirBlock = ExtentLeafHeader::Create(fInode, fSingleDirBlock);
727 = ExtentLeafHeader::Create(fInode, fSingleDirBlock);
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DStartTeamWindow.cpp49 StartTeamWindow::Create(TargetHostInterface* hostInterface) function in class:StartTeamWindow
/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixEndpoint.cpp24 UnixEndpoint::Create(net_socket* socket, UnixEndpoint** _endpoint) function in class:UnixEndpoint
26 TRACE("[%" B_PRId32 "] UnixEndpoint::Create(%p, %p)\n", find_thread(NULL),
/haiku/src/system/boot/loader/
H A Delf.cpp52 static status_t Create(int fd, preloaded_image** _image);
177 ELFLoader<Class>::Create(int fd, preloaded_image** _image) function in class:ELFLoader
674 status = ELF64Loader::Create(fd, _image);
684 status = ELF32Loader::Create(fd, _image);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacparser.h378 UINT32 Create);
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRPCCallbackServer.cpp315 reply = CallbackReply::Create(request->XID(), request->RPCError());
331 reply = CallbackReply::Create(request->XID());
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DAttributeIndex.cpp49 static AttributeIndexTreeValue* Create(IndexedAttributeOwner* owner, function in struct:AttributeIndexTreeValue
224 fCookie = AttributeIndexTreeValue::Create(owner, attributeCookie,
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DIndex.cpp166 Index::Create(Transaction& transaction, const char* name, uint32 type) function in class:Index
207 // Inode::Create() will keep the inode locked for us
208 return Inode::Create(transaction, fVolume->IndicesNode(), name,
/haiku/src/apps/debugger/user_interface/gui/team_settings_window/
H A DSignalsConfigView.cpp206 SignalsConfigView::Create(::Team* team, UserInterfaceListener* listener) function in class:SignalsConfigView
276 fEditWindow = SignalDispositionEditWindow::Create(fTeam,
/haiku/src/system/kernel/device_manager/
H A DIORequest.h35 static IOBuffer* Create(uint32 count, bool vip);
214 static IORequest* Create(bool vip);
/haiku/src/system/kernel/slab/
H A DSlab.cpp119 class Create : public ObjectCacheTraceEntry { class in namespace:SlabObjectCacheTracing
121 Create(const char* name, size_t objectSize, size_t alignment, function in class:SlabObjectCacheTracing::Create
1142 cache = SmallObjectCache::Create(name, objectSize, alignment, maximum,
1146 cache = HashedObjectCache::Create(name, objectSize, alignment, maximum,
1156 T(Create(name, objectSize, alignment, maximum, flags, cookie, cache));
/haiku/src/apps/debuganalyzer/model/
H A DModel.cpp101 Model::IORequest::Create(system_profiler_io_request_scheduled* scheduledEvent, function in class:Model::IORequest
567 Model::CompactSchedulingState::Create(const SchedulingState& state, function in class:Model::CompactSchedulingState
998 CompactSchedulingState* compactState = CompactSchedulingState::Create(state,
/haiku/src/apps/debugger/
H A DDebugger.cpp349 fTeamsWindow = TeamsWindow::Create(&fSettingsManager);
392 fConnectionWindow = ConnectionConfigWindow::Create();
604 fStartTeamWindow = StartTeamWindow::Create(hostInterface);
/haiku/src/system/kernel/debug/
H A Dcore_dump.cpp158 static ThreadState* Create() function in struct:__anon2::ThreadState
282 static ImageInfo* Create(struct image* image) function in struct:__anon2::ImageInfo
462 static AreaInfo* Create(Allocator& allocator, VMArea* area, size_t ramSize, function in struct:__anon2::AreaInfo
939 ThreadState* state = ThreadState::Create();
1022 AreaInfo* areaInfo = AreaInfo::Create(fAreaInfoAllocator, area,
1052 ImageInfo* info = ImageInfo::Create(image);
/haiku/src/apps/debugger/user_interface/gui/expression_eval_window/
H A DExpressionEvaluationWindow.cpp82 ExpressionEvaluationWindow::Create(BHandler* closeTarget, ::Team* team, function in class:ExpressionEvaluationWindow
279 .Add(fVariablesView = VariablesView::Create(this, nodeManager))
/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp792 // Create some messages to sling around
1114 // Create some messages to sling around
1477 BBitmap testBmp8(helper.BitmapBounds(), B_CMAP8); // Create an 8-bit bitmap the same size
2338 // Create some messages to sling around
3512 status_t Create()
3571 CHK(file.Create() == B_OK);
3581 CHK(file.Create() == B_OK);
3600 CHK(file.Create() == B_OK);
3612 CHK(file.Create() == B_OK);
3634 CHK(file.Create()
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVirtualVolume.h51 virtual status_t Create(Node* dir, const char* name,
H A DVolume.h85 virtual status_t Create(Node* dir, const char* name,
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A DBeOSKernelVolume.h75 virtual status_t Create(void* dir, const char* name,

Completed in 168 milliseconds

12345678910