Searched refs:SetTo (Results 451 - 475 of 1286) sorted by relevance

<<11121314151617181920>>

/haiku/src/kits/network/libnetservices2/
H A DHttpSerializer.h33 void SetTo(HttpBuffer& buffer, const BHttpRequest& request);
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DEntry.cpp75 if (!fName.SetTo(newName))
H A DAttributeIndexImpl.cpp173 bool SetTo(AttributeIndexImpl *index, const uint8 *key, size_t length,
214 iterator->SetTo(NULL, NULL, 0);
314 if (!iterator->SetTo(this, NULL, 0, true)) {
330 if (!iterator->SetTo(this, key, length)) {
365 SetTo(NULL, NULL, 0);
441 // SetTo
443 AttributeIndexImpl::Iterator::SetTo(AttributeIndexImpl *index, function in class:AttributeIndexImpl::Iterator
/haiku/src/apps/deskbar/
H A DWindowMenuItem.h54 void SetTo(const char* name, int32 id, bool minimized,
/haiku/src/add-ons/kernel/file_systems/userlandfs/private/
H A DRequestAllocator.cpp101 info.target->SetTo(info.area, info.offset, info.size);
231 address.SetTo(-1, offset, size);
268 address.SetTo(area, 0, size);
294 address.SetTo(-1, 0, 0);
327 address.SetTo(-1, 0, 0);
332 address.SetTo(-1, inRequestOffset, size);
341 address.SetTo(area, offset, size);
/haiku/src/kits/package/
H A DPackageResolvable.cpp98 BPackageResolvable::SetTo(const BString& name, const BPackageVersion& version, function in class:BPackageKit::BPackageResolvable
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.h350 status_t SetTo(const Inode* inode) function in class:NodeGetter
352 return CachedBlock::SetTo(fVolume->VnodeToBlock(inode->ID()));
377 SetTo(volume, id);
384 SetTo(volume, run);
413 status_t SetTo(Volume* volume, ino_t id) function in class:Vnode
420 status_t SetTo(Volume* volume, block_run run) function in class:Vnode
422 return SetTo(volume, volume->ToVnode(run));
/haiku/src/preferences/filetypes/
H A DFileTypes.cpp179 return file->SetTo(path.Path(), mode);
229 status_t status = entry.SetTo(&ref, traverseLinks);
231 status = file.SetTo(&entry, B_READ_ONLY);
301 currentDirectory.SetTo(message->FindString("cwd"));
308 path.SetTo(argv[i]);
310 path.SetTo(&currentDirectory, argv[i]);
316 if ((status = entry.SetTo(path.Path(), false)) != B_OK
H A DIconView.cpp182 Icon::SetTo(const BAppFileInfo& info, const char* type) function in class:Icon
210 Icon::SetTo(const entry_ref& ref, const char* type) function in class:Icon
217 SetTo(info, type);
222 Icon::SetTo(const BMimeType& type, icon_source* _source) function in class:Icon
268 status_t status = file.SetTo(&ref, B_READ_ONLY);
584 // SetTo() was already called before we were a valid messenger
913 icon->SetTo(fRef, fType.Type());
915 icon->SetTo(fType);
988 IconView::SetTo(const entry_ref& ref, const char* fileType) function in class:IconView
995 fType.SetTo(fileTyp
1005 IconView::SetTo(const BMimeType& type) function in class:IconView
1021 IconView::SetTo(::Icon* icon) function in class:IconView
[all...]
/haiku/src/kits/debugger/arch/x86/
H A DArchitectureX86.cpp557 _value.SetTo(*(int8*)buffer);
560 _value.SetTo(*(uint8*)buffer);
563 _value.SetTo(*(int16*)buffer);
566 _value.SetTo(*(uint16*)buffer);
569 _value.SetTo(*(int32*)buffer);
572 _value.SetTo(*(uint32*)buffer);
575 _value.SetTo(*(int64*)buffer);
578 _value.SetTo(*(uint64*)buffer);
581 _value.SetTo(*(float*)buffer);
585 _value.SetTo(*(doubl
[all...]
/haiku/src/kits/debugger/arch/x86_64/
H A DArchitectureX8664.cpp634 _value.SetTo(*(int8*)buffer);
637 _value.SetTo(*(uint8*)buffer);
640 _value.SetTo(*(int16*)buffer);
643 _value.SetTo(*(uint16*)buffer);
646 _value.SetTo(*(int32*)buffer);
649 _value.SetTo(*(uint32*)buffer);
652 _value.SetTo(*(int64*)buffer);
655 _value.SetTo(*(uint64*)buffer);
658 _value.SetTo(*(float*)buffer);
662 _value.SetTo(*(doubl
[all...]
H A DCpuStateX8664.cpp249 _value.SetTo((uint16)fIntRegisters[index]);
251 _value.SetTo(fIntRegisters[index]);
255 _value.SetTo((float)fFloatRegisters[index]);
257 _value.SetTo(fFloatRegisters[index]);
261 _value.SetTo(fMMXRegisters[index].value);
264 _value.SetTo(fXMMRegisters[index].value);
/haiku/src/add-ons/translators/rtf/
H A DRTF.cpp519 SetTo(NULL);
539 fText.SetTo(";");
577 Text::SetTo(const char *text) function in class:Text
579 return fText.SetTo(text) != NULL ? B_OK : B_NO_MEMORY;
636 fName.SetTo("par");
638 fName.SetTo(c, 1);
643 fName.SetTo(name, length);
681 return fName.SetTo(name) != NULL ? B_OK : B_NO_MEMORY;
727 SetTo(start, destination);
732 Iterator::SetTo(Elemen function in class:Iterator
[all...]
/haiku/src/apps/poorman/
H A DPoorManWindow.cpp57 fWebDirectory.SetTo(STR_DEFAULT_WEB_DIRECTORY);
58 fIndexFileName.SetTo("index.html");
63 fLogPath.SetTo("");
502 err = entry.SetTo(&ref);
592 f.SetTo(p.Path(), B_READ_ONLY);
604 fWebDirectory.SetTo(STR_DEFAULT_WEB_DIRECTORY);
606 fIndexFileName.SetTo("index.html");
616 fLogPath.SetTo("");
682 f.SetTo(p.Path(), B_WRITE_ONLY | B_ERASE_FILE | B_CREATE_FILE);
749 fLogPath.SetTo(st
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/shared/
H A DDriverSettings.cpp136 parameter->SetTo(fParameters);
182 parameter->SetTo(fParameters);
246 parameter->SetTo(parameters + index);
265 parameter->SetTo(parameters + i);
413 // SetTo
415 DriverParameter::SetTo(const driver_parameter* parameter) function in class:DriverParameter
/haiku/src/system/boot/loader/file_systems/fat/
H A DVolume.cpp64 buf = fCachedBlock->SetTo(0);
227 buf = fCachedBlock->SetTo(ToBlock(offset));
288 uint8* buffer = fCachedBlock->SetTo(ToBlock(offset));
337 uint8* buffer = fCachedBlock->SetTo(ToBlock(offset));
378 status_t error = fCachedBlock->SetTo(offset / BlockSize(),
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dmodule.cpp178 if (absPath.SetTo(path, NULL, true) != B_OK
179 || absDirPath.SetTo(dirPath, NULL, true) != B_OK
192 if (entry.SetTo(path) == B_OK && entry.Exists()) {
500 if (path.SetTo(gModuleDirs[i], prefix) == B_OK
501 && dir.SetTo(path.Path()) == B_OK) {
628 if (subdir.SetTo(&entry) == B_OK)
669 if (path.SetTo(gModuleDirs[i]) == B_OK
670 && path.SetTo(path.Path(), name) == B_OK) {
673 if (entry.SetTo(path.Path()) == B_OK && entry.Exists()) {
/haiku/src/apps/launchbox/
H A DMainWindow.cpp198 button->SetTo((entry_ref*)NULL);
437 button->SetTo(signature.String(), true);
443 button->SetTo(&ref);
608 button->SetTo("application/x-vnd.Be-MAIL", true);
613 button->SetTo("application/x-vnd.Haiku-StyledEdit", true);
618 button->SetTo("application/x-vnd.Haiku-ShowImage", true);
623 button->SetTo("application/x-vnd.Haiku-MediaPlayer", true);
628 button->SetTo("application/x-vnd.Haiku-DeskCalc", true);
633 button->SetTo("application/x-vnd.Haiku-Terminal", true);
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackage.cpp148 if (!path.SetTo(entry->SymlinkPath()))
169 if (!entryName.SetTo(entry->Name()))
201 if (!name.SetTo(attribute->Name()))
233 if (!name.SetTo(value.string))
245 if (!path.SetTo(value.string))
415 BFdIO::SetTo(fd, false);
430 BFdIO::SetTo(fd, false);
563 if (!fFileName.SetTo(fileName))
781 return fVersionedName.SetTo(name);
/haiku/src/apps/packageinstaller/
H A DPackageItem.cpp150 SetTo(parent, path, type, ctime, mtime, offset, size);
160 PackageItem::SetTo(BFile* parent, const BString& path, uint8 type, uint32 ctime, function in class:PackageItem
186 ret = destination->SetTo(path, fPath.String());
192 ret = destination->SetTo(fPath.String());
208 ret = destination->SetTo(mountPoint.Path(), fPath.String());
249 destination->SetTo(pathString.String());
641 ret = workingDirectory.SetTo(".");
716 _script.SetTo((char*)script, originalSize);
890 ret = file.SetTo(destination.Path(),
898 ret = file.SetTo(destinatio
[all...]
/haiku/src/apps/diskprobe/
H A DDiskProbe.cpp215 return file->SetTo(path.Path(), mode);
371 status_t status = entry.SetTo(&ref, traverseLinks);
402 currentDirectory.SetTo(message->FindString("cwd"));
409 path.SetTo(argv[i]);
411 path.SetTo(&currentDirectory, argv[i]);
417 if ((status = entry.SetTo(path.Path(), false)) != B_OK
/haiku/src/apps/debuganalyzer/gui/
H A DAbstractWaitObjectsPage.h125 value.SetTo(wait_object_type_name(Type()),
129 value.SetTo(Name(), B_VARIANT_DONT_COPY_DATA);
139 value.SetTo(buffer);
150 value.SetTo(buffer);
154 value.SetTo(Waits());
157 value.SetTo(TotalWaitTime());
/haiku/src/kits/locale/
H A DDefaultCatalog.cpp209 status_t res = catalogFile.SetTo(path, B_READ_ONLY);
247 status_t res = file.SetTo(&appOrAddOnRef, B_READ_ONLY);
252 res = rsrc.SetTo(&file);
274 status_t res = catalogFile.SetTo(fPath.String(),
302 status_t res = file.SetTo(&appOrAddOnRef, B_READ_WRITE);
307 res = rsrc.SetTo(&file);
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteHWInterface.cpp69 fListenEndpoint.SetTo(new(std::nothrow) BNetEndpoint());
79 fSendBuffer.SetTo(new(std::nothrow) StreamingRingBuffer(16 * 1024));
89 fReceiveBuffer.SetTo(new(std::nothrow) StreamingRingBuffer(16 * 1024));
99 fReceiver.SetTo(new(std::nothrow) NetReceiver(fListenEndpoint.Get(), fReceiveBuffer.Get(),
106 fEventStream.SetTo(new(std::nothrow) RemoteEventStream());
337 fSender.SetTo(new(std::nothrow) NetSender(sendEndpoint, fSendBuffer.Get()));
/haiku/src/tests/kits/storage/
H A DEntryTest.cpp822 status_t result = entry.SetTo(testEntry->cpath, traverse);
835 status_t result = entry.SetTo(testEntry->cname, traverse);
857 status_t result = entry.SetTo(&testEntry->get_ref(), traverse);
882 status_t result = entry.SetTo(&dir, testEntry->cpath, traverse);
899 status_t result = entry.SetTo(&dir, testEntry->cname, traverse);
916 status_t result = entry.SetTo(&dir, entryName.c_str(), traverse);
932 // 2. SetTo(const char *, bool)
1025 CPPUNIT_ASSERT( entry.SetTo("/") == B_OK );
1030 CPPUNIT_ASSERT( entry.SetTo("/boot") == B_OK );
1035 CPPUNIT_ASSERT( entry.SetTo((cons
[all...]

Completed in 274 milliseconds

<<11121314151617181920>>