Searched refs:Name (Results 476 - 500 of 841) sorted by relevance

<<11121314151617181920>>

/haiku/src/kits/package/
H A DRepositoryConfig.cpp199 fName = entry.Name();
219 BRepositoryConfig::Name() const function in class:BPackageKit::BRepositoryConfig
/haiku/src/apps/softwareupdater/
H A DCheckManager.cpp298 if (installPackage->Info().Name() == uninstallPackage->Info().Name()) {
/haiku/src/bin/bfs_tools/lib/
H A Dbfs.h99 inline char *Name();
237 inline char *small_data::Name() function in class:small_data
/haiku/src/tests/kits/storage/disk_device/
H A DDiskDeviceTest.cpp76 printf("%s name: `%s'\n", prefix, partition->Name());
557 printf(" name: `%s'\n", diskSystem.Name());
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DQuery.cpp68 const char* name = entry->Name();
80 return entry->Name();
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.cpp253 fTeam->Name(), fTeam->ID());
356 sizeof(buffer)), info.Name().String());
398 sizeof(lockingBuffer)), info->Name().String());
437 info->LatestHolder(), info->Name().String());
469 thread->Name(), thread->IsMainThread()
531 BString data("\t\tFrame\t\tIP\t\t\tFunction Name\n");
643 data.SetToFormat("\t\t\t%5s:\t%s\n", reg->Name(),
648 data.SetToFormat("\t\t\t%5s:\t%s\n", reg->Name(),
679 instructionPointer, image->Name().String());
/haiku/src/kits/network/libnetapi/
H A DNetworkRoster.cpp127 return AddInterface(interface.Name());
153 return RemoveInterface(interface.Name());
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DThreadListView.cpp125 value.SetTo(thread->Name(), B_VARIANT_DONT_COPY_DATA);
149 text << "Thread: \"" << thread->Name() << "\" (" << thread->ID()
377 fThreadsTable->AddColumn(new StringTableColumn(2, "Name", 200, 40, 1000,
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddspkginit.c3 * Module Name: dspkginit - Completion of deferred package initialization
239 * Name (xxxx, Package)
319 * Name (INT1, 0x1234)
321 * Name (PKG3, Package () {
625 ResolvedNode->Name.Ascii, ScopeInfo.Scope.Node->Name.Ascii));
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsrepair.c3 * Module Name: nsrepair - Repair for objects returned by predefined methods
475 if (ACPI_COMPARE_NAMESEG (Node->Name.Ascii, ThisName->Name))
492 return (NULL); /* Name was not found in the repair table */
H A Dnsrepair2.c3 * Module Name: nsrepair2 - Repair for objects returned by specific
172 char Name[ACPI_NAMESEG_SIZE]; member in struct:acpi_repair_info
363 if (ACPI_COMPARE_NAMESEG (Node->Name.Ascii, ThisName->Name))
966 * SortKeyName - Name of the SortIndex field
/haiku/src/preferences/network/
H A DInterfaceListItem.cpp213 B_VECTOR_ICON_TYPE, Name(), &iconDataSize);
281 fDeviceName = Name();
/haiku/src/servers/app/font/
H A DFontManager.cpp37 return strcmp(a->Name(), b->Name());
109 \param family Name of the font family to scan
124 \param family Name of the font family to scan
/haiku/src/kits/storage/
H A DPathMonitor.cpp132 const char* Name() const function in class:__anon3::Ancestor
191 ") -> %s\n", this, Name(), flags, strerror(error));
281 const BString& Name() const function in class:__anon3::Entry
327 return value->Name().HashValue();
332 return value->Name() == key;
480 if (entry == NULL || entry->Name().IsEmpty()) {
948 ancestor->Path().String(), ancestor->Name());
1295 && strcmp(fromEntryRef.name, fBaseAncestor->Name()) == 0;
1297 && strcmp(toEntryRef.name, fBaseAncestor->Name()) == 0;
1418 if (strcmp(entryRef.name, childAncestor->Name()) !
[all...]
/haiku/src/servers/package/
H A DCommitTransactionHandler.cpp763 int error = getpwnam_r(user.Name(), &passwdBuffer, buffer,
769 fAddedUsers.insert(user.Name().String());
794 commandLine += FSUtils::ShellEscapeString(user.Name()).String();
797 fAddedUsers.erase(user.Name().String());
798 ERROR("Failed to add user \"%s\".\n", user.Name().String());
801 .SetString1(user.Name());
809 + FSUtils::ShellEscapeString(user.Name()).String()
814 fAddedUsers.erase(user.Name().String());
816 user.Name().String(), user.Groups().StringAt(i).String());
819 .SetString1(user.Name())
[all...]
/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dkernel_interface.cpp96 const char* Name() const { return fName; } function in class:Volume
158 const char* Name() const { return fName; } function in class:Attribute
183 const char* Name() const { return fName; } function in class:Inode
346 || is_special_attribute(attribute->Name(), attrMode))
365 && !is_special_attribute(attribute->Name(), attrMode))
372 uint8 length = strlen(attribute->Name());
374 write(fd, attribute->Name(), length);
802 if (!strcmp(inode->Name(), name))
943 write_line(fd, Name());
946 write_line(fd, inode->Name());
[all...]
/haiku/src/apps/installer/
H A DInstallerWindow.cpp505 dstItem ? dstItem->Name() : B_TRANSLATE_COMMENT("???",
513 dstItem ? dstItem->Name() : B_TRANSLATE_COMMENT("???",
800 "from '%1s' onto '%2s'."), srcItem->Name(), dstItem->Name());
845 dstItem->Name());
971 return strcmp(package1->Name(), package2->Name());
/haiku/src/kits/debugger/dwarf/
H A DDebugInfoEntries.h145 virtual const char* Name() const;
228 virtual const char* Name() const;
392 virtual const char* Name() const;
422 virtual const char* Name() const;
1664 virtual const char* Name() const;
1680 virtual const char* Name() const;
1702 virtual const char* Name() const;
1724 virtual const char* Name() const;
1746 virtual const char* Name() const;
/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageExpressionEvaluator.cpp1368 B_PRId32 ".", fValueNode->Name().String(), error);
1379 fValueNode->Name().String());
1656 const BString& nodeName = current->Name();
1687 const BString& nodeName = current->Name();
1857 addressKind, finalType->Name().String(), strerror(error),
1886 B_PRId32 ")", resolvedSize, finalType->Name().String(),
1914 "%s", child->Name().String(), strerror(state));
1924 "%s", child->Name().String(), strerror(state));
1934 "%s", child->Name().String(), strerror(state));
/haiku/src/apps/haikudepot/ui/
H A DPackageInfoView.cpp364 package->Name(), BITMAP_SIZE_64, bitmap);
373 BString publisher = package->Publisher().Name();
1317 if (package->Name() != name)
1365 && fPackage->Name() == packageRef->Name()) {
1410 HDERROR("unable to ascertain if screenshot is present for pkg [%s]", package->Name().String());
1413 HDDEBUG("screenshot is already cached for [%s] -- will load it", package->Name().String());
1417 HDDEBUG("screenshot is not cached [%s] -- will cache it", package->Name().String());
1425 HDDEBUG("no screenshot for pkg [%s]", package->Name().String());
/haiku/src/kits/tracker/
H A DOpenWithWindow.cpp713 errorString.ReplaceFirst("%appname", pose->TargetModel()->Name());
731 warning.ReplaceFirst("%appname", pose->TargetModel()->Name());
812 BColumn* nameColumn = new BColumn(B_TRANSLATE("Name"), 125,
1107 int nameDiff = collator.Compare(proxy1->fModel->Name(),
1108 proxy2->fModel->Name());
1224 if (collator.Compare(model->Name(), next->Name()) == 0) {
1253 label = model->Name();
1265 label << model->Name();
1271 PRINT(("stale entry ref %s\n", model->Name()));
[all...]
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dvfprintf.c1329 # define REF(Name) &&do_##Name - &&do_form_unknown
1331 # define REF(Name) &&do_##Name
1333 #define LABEL(Name) do_##Name
1765 # define REF(Name) &&do2_##Name - &&do_form_unknown
1767 # define REF(Name) &&do2_##Name
[all...]
/haiku/src/servers/print/
H A DPrintServerApp.cpp350 @param printerName Name of printer to create.
351 @param driverName Name of driver to use for this printer.
353 @param transportName Name of transport driver to use.
384 if (strcmp(fDefaultPrinter->Name(), printerName) != 0)
452 @param printerName Name of the new active printer.
461 && FindPrinterNode(fDefaultPrinter->Name(), node) == B_OK) {
519 fSettings->SetDefaultPrinter(fDefaultPrinter->Name());
529 @param name Name of the printer to look for.
/haiku/src/preferences/filetypes/
H A DAttributeWindow.cpp102 fAttribute.Name(), NULL);
434 if (!strcmp(fAttribute.Name(), attribute)
453 newAttributes.AddString("attr:name", item->Name());
/haiku/src/kits/tracker/infowindow/
H A DInfoWindow.cpp241 buffer.ReplaceFirst("%name", TargetModel()->Name());
342 BString name(TargetModel()->Name());
608 title.ReplaceFirst("%name", fModel->Name());

Completed in 329 milliseconds

<<11121314151617181920>>