Searched refs:infos (Results 26 - 50 of 80) sorted by relevance

1234

/haiku/src/add-ons/kernel/file_systems/userlandfs/private/
H A DRequest.cpp49 Request::GetAddressInfos(AddressInfo* infos, int32* count) argument
/haiku/src/apps/haikudepot/textview/
H A DParagraphLayout.cpp601 // * Initialize the max ascent/descent of all preceding glyph infos
899 fprintf(stderr, "bad_alloc occurred adding line to line infos\n");
/haiku/src/apps/processcontroller/
H A DMemoryBarMenuItem.cpp178 char infos[128]; local
179 string_for_size(fWriteMemory * 1024.0, infos, sizeof(infos));
181 BPoint loc(rect.left - kMargin - gMemoryTextWidth / 2 - menu->StringWidth(infos),
183 menu->DrawString(infos, loc);
185 string_for_size(fAllMemory * 1024.0, infos, sizeof(infos));
186 loc.x = rect.left - kMargin - menu->StringWidth(infos);
187 menu->DrawString(infos, loc);
H A DProcessController.cpp307 info_pack infos; local
308 if (get_team_info(team, &infos.team_info) == B_OK) {
309 get_team_name_and_icon(infos);
312 infos.team_name);
764 info_pack* infos = new info_pack[systemInfo.used_teams]; local
767 infos[m].team_icon = NULL;
768 infos[m].team_name[0] = 0;
769 infos[m].thread_info = NULL;
770 if (get_next_team_info(&mcookie, &infos[m].team_info) == B_OK) {
771 infos[
[all...]
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DDirectory.cpp96 status_t _UpdateOrInsertKey(LevelInfo* infos,
101 status_t _InsertEntryIncrementDepth(LevelInfo* infos,
633 LevelInfo* infos = new(std::nothrow) LevelInfo[ local
635 if (infos == NULL)
637 ArrayDeleter<LevelInfo> infosDeleter(infos);
639 infos[0].entryBlock.SetTo(fRootEntryBlock, fRootEntryBlockSize);
640 ASSERT(infos[0].entryBlock.Check());
644 LevelInfo& info = infos[level];
673 LevelInfo& nextInfo = infos[level + 1];
685 if (infos[dept
769 LevelInfo* infos = new(std::nothrow) LevelInfo[ local
860 LevelInfo* infos = new(std::nothrow) LevelInfo[ local
1104 _UpdateOrInsertKey(LevelInfo* infos, int32 level, const char* name, size_t nameLength, uint64 blockIndex, bool insertKey, Transaction& transaction) argument
[all...]
/haiku/3rdparty/pulkomandy/
H A Dpkggraph.py52 infos, stderr = pkgtool.communicate()
57 for line in infos.split(b'\n'):
/haiku/src/kits/debugger/debugger_interface/core/
H A DCoreFileDebuggerInterface.cpp182 CoreFileDebuggerInterface::GetThreadInfos(BObjectList<ThreadInfo>& infos) argument
188 if (info == NULL || !infos.AddItem(info)) {
201 CoreFileDebuggerInterface::GetImageInfos(BObjectList<ImageInfo>& infos) argument
207 if (info == NULL || !infos.AddItem(info)) {
222 CoreFileDebuggerInterface::GetAreaInfos(BObjectList<AreaInfo>& infos) argument
229 CoreFileDebuggerInterface::GetSemaphoreInfos(BObjectList<SemaphoreInfo>& infos) argument
237 BObjectList<SymbolInfo>& infos)
250 imageInfo->TextDelta(), infos);
255 infos);
270 return GetElfSymbols(symbolLookup, infos);
236 GetSymbolInfos(team_id team, image_id image, BObjectList<SymbolInfo>& infos) argument
[all...]
/haiku/src/add-ons/media/media-add-ons/demultiplexer/
H A DMediaDemultiplexerAddOn.cpp69 flavor_info * infos = new flavor_info[1]; local
70 MediaDemultiplexerNode::GetFlavor(&infos[0],n);
71 (*out_info) = infos;
/haiku/src/add-ons/media/media-add-ons/reader/
H A DMediaReaderAddOn.cpp59 flavor_info * infos = new flavor_info[1]; local
60 MediaReader::GetFlavor(&infos[0],n);
61 (*out_info) = infos;
/haiku/src/servers/registrar/
H A DAppInfoList.cpp39 infos by signature, team ID, entry_ref or token.
60 // delete all infos
187 /*! \brief Sorts the infos in ascending order according to the given compare
197 RosterAppInfo **infos = (RosterAppInfo **)fInfos.Items(); local
198 std::sort(infos, infos + count, lessFunc);
/haiku/headers/private/package/
H A Dpackagefs.h73 PackageFSPackageInfo infos[1]; member in struct:PackageFSGetPackageInfosRequest
/haiku/src/add-ons/media/media-add-ons/
H A DAbstractFileInterfaceAddOn.cpp68 flavor_info * infos = new flavor_info[1]; local
69 AbstractFileInterfaceNode::GetFlavor(&infos[0],n);
70 (*out_info) = infos;
/haiku/src/add-ons/media/media-add-ons/writer/
H A DMediaWriterAddOn.cpp57 flavor_info * infos = new flavor_info[1]; local
58 MediaWriter::GetFlavor(&infos[0],n);
59 (*out_info) = infos;
/haiku/src/apps/terminal/
H A DTerminalRoster.cpp122 // If the check interval has passed, make sure all infos still have running
156 // the infos have changed -- notify our listener
189 // get the current infos from the clipboard
253 // lock the clipboard and get the current infos
295 // lock the clipboard and get the current infos
323 // lock ourselves and the clipboard and update the infos
357 // find out how many infos we can expect
365 InfoList infos(10, true);
378 || infos.BinarySearchByKey(info->id, &_CompareIDInfo) != NULL
387 if (!infos
[all...]
/haiku/src/system/kernel/events/
H A Dwait_for_objects.cpp660 common_wait_for_objects(object_wait_info* infos, int numInfos, uint32 flags, argument
675 uint16 type = infos[i].type;
676 int32 object = infos[i].object;
679 sync->set[i].selected_events = infos[i].events
682 infos[i].events = 0;
686 infos[i].events = B_EVENT_INVALID;
700 uint16 type = infos[i].type;
702 if ((infos[i].events & B_EVENT_INVALID) == 0)
703 deselect_object(type, infos[i].object, sync->set + i, kernel);
711 infos[
929 _kern_wait_for_objects(object_wait_info* infos, int numInfos, uint32 flags, bigtime_t timeout) argument
[all...]
/haiku/headers/private/userlandfs/private/
H A DRequest.h65 status_t GetAddressInfos(AddressInfo* infos,
H A DRequests.h381 status_t GetAddressInfos(AddressInfo* infos, int32* count);
390 status_t GetAddressInfos(AddressInfo* infos, int32* count);
406 status_t GetAddressInfos(AddressInfo* infos, int32* count);
441 status_t GetAddressInfos(AddressInfo* infos, int32* count);
502 status_t GetAddressInfos(AddressInfo* infos, int32* count);
528 status_t GetAddressInfos(AddressInfo* infos, int32* count);
668 status_t GetAddressInfos(AddressInfo* infos, int32* count);
684 status_t GetAddressInfos(AddressInfo* infos, int32* count);
759 status_t GetAddressInfos(AddressInfo* infos, int32* count);
769 status_t GetAddressInfos(AddressInfo* infos, int3
[all...]
/haiku/src/add-ons/kernel/cpu/x86/
H A Dgeneric_x86.cpp176 generic_set_mtrrs(uint8 newDefaultType, const x86_mtrr_info* infos, argument
193 set_mtrr(i, infos[i].base, infos[i].size, infos[i].type);
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dmodule.cpp194 module_info **infos = NULL; local
197 (void**)&infos) == B_OK
198 && infos != NULL) {
200 fInfos = infos;
619 module_info **infos = addon.ModuleInfos(); local
620 for (int32 i = 0; infos[i]; i++) {
621 if (infos[i]->name
622 && _MatchSuffix(infos[i]->name, suffix))
623 list->names.insert(infos[i]->name);
/haiku/src/build/libbe/storage/
H A DAppFileInfo.cpp565 version_info infos[2]; local
567 B_VERSION_INFO_TYPE, infos, 2 * sizeof(version_info), read);
575 *info = infos[index];
579 *info = infos[index];
612 // read both infos
613 version_info infos[2]; local
617 B_VERSION_INFO_TYPE, infos, 2 * sizeof(version_info),
620 if (read < sizeof(infos))
621 memset((char*)infos + read, 0, sizeof(infos)
[all...]
/haiku/src/kits/storage/
H A DAppFileInfo.cpp563 version_info infos[2]; local
565 B_VERSION_INFO_TYPE, infos, 2 * sizeof(version_info), read);
573 *info = infos[index];
577 *info = infos[index];
610 // read both infos
611 version_info infos[2]; local
615 B_VERSION_INFO_TYPE, infos, 2 * sizeof(version_info),
618 if (read < sizeof(infos))
619 memset((char*)infos + read, 0, sizeof(infos)
[all...]
/haiku/src/bin/debug/time_stats/
H A Dtiming_analysis.cpp39 get_usage_infos(thread_info* infos) argument
47 while (get_next_thread_info(teamInfo.team, &threadCookie, &infos[count])
103 // sort the infos, so we can compare them better
/haiku/src/bin/
H A Dtranslate.cpp350 translator_info *infos = NULL; local
360 status = fRoster->GetTranslators(&stream, NULL, &infos, &count);
362 inFormat = infos[0].type;
363 group = infos[0].group;
368 printf("%s\n", infos[0].name);
377 delete[] infos;
393 int32 id = ids ? ids[i] : infos[i].translator;
448 delete[] infos;
/haiku/src/kits/package/
H A DPackageInfoParser.h95 GlobalWritableFileInfoList* infos);
97 UserSettingsFileInfoList* infos);
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundAddOn.cpp109 flavor_info * infos = new flavor_info[1]; local
110 OpenSoundNode::GetFlavor(&infos[0], n);
111 infos[0].name = device->fCardInfo.longname;
112 (*out_info) = infos;

Completed in 334 milliseconds

1234