Searched refs:Resize (Results 1 - 25 of 50) sorted by relevance

12

/haiku/src/add-ons/kernel/file_systems/bfs/
H A DResizeVisitor.cpp18 ResizeVisitor::Resize(off_t size, disk_job_id job) function in class:ResizeVisitor
H A DResizeVisitor.h19 status_t Resize(off_t size, disk_job_id job);
/haiku/src/tests/system/kernel/util/
H A DBitmapTest.cpp20 suite->addTest(new CppUnit::TestCaller<BitmapTest>("Bitmap::Resize test",
38 bitmap.Resize(20);
44 bitmap.Resize(200);
79 bitmap.Resize(200);
/haiku/src/tests/add-ons/media/media-add-ons/mixer/
H A Dmain.cpp35 { Resize(1); step = 1; }
38 void Resize(int newSize) { function in class:Wave
241 fWaveView->waves[0].Resize(freq);
244 fWaveView->waves[1].Resize(irate);
247 fWaveView->waves[2].Resize(orate);
/haiku/src/system/kernel/util/
H A DBitmap.cpp26 Resize(bitCount);
44 Bitmap::Resize(size_t bitCount) function in class:BKernel::Bitmap
/haiku/headers/private/kernel/disk_device_manager/
H A DKFileSystem.h45 virtual status_t Resize(KPartition* partition, off_t size,
H A DKDiskSystem.h70 virtual status_t Resize(KPartition* partition, off_t size,
H A DKPartitioningSystem.h46 virtual status_t Resize(KPartition* partition, off_t size,
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DFile.cpp59 error = DataContainer::Resize(newSize);
H A DDataContainer.h25 status_t Resize(off_t newSize);
H A DDataContainer.cpp86 // Resize
88 DataContainer::Resize(off_t newSize) function in class:DataContainer
90 // PRINT("DataContainer::Resize(%lld), fSize: %lld\n", newSize, fSize);
98 error = fCache->Resize(newSize, VM_PRIORITY_SYSTEM);
109 fCache->Resize(newSize, VM_PRIORITY_SYSTEM);
128 // PRINT("DataContainer::Resize() done: %lx, fSize: %lld\n", error, fSize);
183 error = Resize(offset + size);
H A DAttribute.cpp63 error = DataContainer::Resize(newSize);
/haiku/headers/private/kernel/util/
H A DBitmap.h30 status_t Resize(size_t bitCount);
/haiku/src/system/kernel/slab/
H A DHashedObjectCache.cpp76 cache->hash_table.Resize(buffer, hashSize, true);
184 hash_table.Resize(buffer, hashSize, true, &oldHash);
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DFile.h25 virtual status_t Resize(uint64 newSize, bool fillWithZeroes,
H A DNode.cpp108 Node::Resize(uint64 newSize, bool fillWithZeroes, Transaction& transaction) function in class:Node
H A DNode.h41 virtual status_t Resize(uint64 newSize, bool fillWithZeroes,
/haiku/src/bin/
H A Dresizefs.cpp25 "Resize volume on <device> to new size <size> (in bytes, suffixes "
103 "Resize to %" B_PRId64 " bytes instead? (y/N): ", size,
111 // Resize the volume
113 status = partition->Resize(validatedSize);
/haiku/src/kits/storage/disk_device/
H A DPartitionDelegate.h51 status_t Resize(off_t size);
H A DDiskSystemAddOn.cpp177 BPartitionHandle::Resize(off_t size) function in class:BPartitionHandle
H A DPartitionDelegate.cpp205 // Resize
207 BPartition::Delegate::Resize(off_t size) function in class:BPartition::Delegate
212 return fPartitionHandle->Resize(size);
/haiku/src/system/kernel/vm/
H A DVMAnonymousCache.h45 virtual status_t Resize(off_t newSize, int priority);
/haiku/headers/private/storage/
H A DDiskSystemAddOn.h86 virtual status_t Resize(off_t size);
/haiku/src/system/kernel/disk_device_manager/
H A DKDiskSystem.cpp231 // Resize
233 KDiskSystem::Resize(KPartition* partition, off_t size, disk_job_id job) function in class:KDiskSystem
/haiku/src/apps/magnify/
H A DMagnify.h33 void Resize(int32 width, int32 height);

Completed in 238 milliseconds

12