Searched refs:Name (Results 126 - 150 of 841) sorted by relevance

1234567891011>>

/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPLCPExtension.cpp20 \param name Name of the extension.
70 if (Name())
71 strncpy(info->name, Name(), PPP_HANDLER_NAME_LENGTH_LIMIT);
/haiku/headers/private/debugger/debug_info/
H A DFunction.h35 const BString& Name() const function in class:Function
36 { return FirstInstance()->Name(); }
H A DFunctionInstance.h48 const BString& Name() const function in class:FunctionInstance
49 { return fFunctionDebugInfo->Name(); }
/haiku/headers/private/debugger/model/
H A DImage.h39 const BString& Name() const { return fInfo.Name(); } function in class:Image
/haiku/src/kits/debugger/dwarf/
H A DDwarfUtils.cpp21 const char* name = entry->Name();
25 name = entry->Name();
34 name = entry->Name();
110 const char* name = entry->Name();
114 name = entry->Name();
123 name = entry->Name();
193 if (entry->Name() == NULL) {
200 if (entry->Name() == NULL) {
/haiku/src/bin/pkgman/
H A Dcommand_info.cpp105 if (package->Name() == packageName) {
107 text.ReplaceFirst("%name%", package->Name());
/haiku/src/apps/debugger/user_interface/cli/
H A DCommandLineUserInterface.cpp49 const BString& Name() const function in struct:CommandLineUserInterface::CommandEntry
387 if (entry->Name() == commandName) {
397 if (entry->Name().Compare(commandName, commandNameLength) == 0) {
424 commandEntry->Command()->PrintUsage(commandEntry->Name().String());
434 = std::max(longestCommandName, entry->Name().Length());
439 printf("%*s - %s\n", (int)longestCommandName, entry->Name().String(),
450 return ::Compare(command1->Name(), command2->Name());
/haiku/src/apps/haikudepot/packagemodel/
H A DPackageCategory.cpp71 int32 result = collator->Compare(Name().String(),
72 other.Name().String());
/haiku/src/apps/debuganalyzer/model/
H A DThreadModel.h68 inline const char* Name() const;
133 ThreadModel::WaitObjectGroup::Name() const function in class:ThreadModel::WaitObjectGroup
135 return fWaitObjects[0]->Name();
180 key.name = a->Name();
192 return strcmp(key->name, group->Name());
/haiku/src/preferences/sounds/
H A DHEventList.cpp54 BMediaFiles().RemoveItem(type, Name());
120 BMediaFiles().GetRefFor(fType, row->Name(), &ref);
129 BMediaFiles().RemoveRefFor(fType, row->Name(), ref);
137 msg.AddString("name", row->Name());
152 BMediaFiles().SetRefFor(fType, row->Name(), ref);
/haiku/src/kits/package/
H A DRefreshRepositoryRequest.cpp85 roster.GetRepositoryCache(fRepoConfig.Name(), &repoCache);
88 title.ReplaceAll("%repositoryName", fRepoConfig.Name());
148 title.ReplaceAll("%repositoryName", fRepoConfig.Name());
174 BString("Activating repository cache for ") << fRepoConfig.Name(),
175 tempRepoCache, fRepoConfig.Name(), targetDirectory);
/haiku/src/apps/haikudepot/server/
H A DLocalPkgDataLoadProcess.cpp75 LocalPkgDataLoadProcess::Name() const function in class:LocalPkgDataLoadProcess
98 HDDEBUG("[%s] will refresh the package list", Name());
123 Name(), repoName.String(), repoConfig.Identifier().String());
126 "repository '%s'; %s", Name(),
187 const BString repositoryName = package->Repository()->Name();
190 repoPackageInfo.Name());
201 foundPackages[repoPackageInfo.Name()] = modelInfo;
233 modelInfo->Name().String(), repositoryName.String());
237 modelInfo->Name().String(), repositoryName.String());
240 remotePackages[modelInfo->Name()]
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/tables/
H A Dtbfadt.c3 * Module Name: tbfadt - FADT table utilities
189 const char *Name; member in struct:acpi_fadt_info
625 const char *Name; local
690 Name = FadtInfoTable[i].Name;
732 Name, Address32,
750 Name, ACPI_MUL_8 (Length), Address64->BitWidth));
768 (UINT64) Address32, Name, Flags);
783 Name, ACPI_FORMAT_UINT64 (Address64->Address), Length));
798 "0x%8.8X%8.8X/0x%X", Name,
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddsfield.c3 * Module Name: dsfield - Dispatcher field routines
461 * 1) Name - Enters a new named field into the namespace
537 Child->Common.Value.Name, ACPI_TYPE_ANY,
543 Child->Common.Value.Name, Status);
554 (char *) &Arg->Named.Name, Info->FieldType,
560 (char *) &Arg->Named.Name, Status);
604 ACPI_CAST_PTR (char, &Info->FieldNode->Name)));
661 Status = AcpiNsLookup (WalkState->ScopeInfo, Arg->Common.Value.Name,
666 Arg->Common.Value.Name, WalkState, &RegionNode);
671 Arg->Common.Value.Name, Statu
[all...]
/haiku/src/kits/midi/
H A DMidiPort.cpp76 if (strcmp(name, endp->Name()) != 0)
92 fPortName = strdup(fRemoteSource->Name());
95 fPortName = strdup(fRemoteSink->Name());
249 size_t size = strlen(endp->Name());
253 strcpy(name, endp->Name());
286 if (strcmp(endp->Name(), other->Name()) == 0) {
/haiku/headers/private/system/arch/riscv64/
H A Darch_cpu_defs.h172 #define CSR_REG_MACRO(Name, value) \
173 static B_ALWAYS_INLINE uint64 Name() { \
175 static B_ALWAYS_INLINE void Set##Name(uint64 x) { \
177 static B_ALWAYS_INLINE void SetBits##Name(uint64 x) { \
179 static B_ALWAYS_INLINE void ClearBits##Name(uint64 x) { \
181 static B_ALWAYS_INLINE uint64 GetAndSetBits##Name(uint64 x) { \
186 static B_ALWAYS_INLINE uint64 GetAndClearBits##Name(uint64 x) { \
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutosi.c3 * Module Name: utosi - Support for the _OSI predefined control method
324 ACPI_FREE (NextInterface->Name);
377 InterfaceInfo->Name = ACPI_ALLOCATE_ZEROED (strlen (InterfaceName) + 1);
378 if (!InterfaceInfo->Name)
386 strcpy (InterfaceInfo->Name, InterfaceName);
419 if (!strcmp (InterfaceName, NextInterface->Name))
438 ACPI_FREE (NextInterface->Name);
542 if (!strcmp (InterfaceName, NextInterface->Name))
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/resources/
H A Drsxface.c3 * Module Name: rsxface - Public interfaces to the resource manager
579 * Name - Method name for the parent resource
596 char *Name,
618 DeviceHandle, Name, AcpiRsMatchVendorResource, &Info);
797 * Name - Method name of the resources we want.
814 char *Name,
827 if (!DeviceHandle || !UserFunction || !Name ||
828 (!ACPI_COMPARE_NAMESEG (Name, METHOD_NAME__CRS) &&
829 !ACPI_COMPARE_NAMESEG (Name, METHOD_NAME__PRS) &&
830 !ACPI_COMPARE_NAMESEG (Name, METHOD_NAME__AE
[all...]
/haiku/src/kits/package/hpkg/
H A DRepositoryWriterImpl.cpp117 if (parent == NULL || licenseFolderName != parent->Name())
122 if (parent == NULL || dataFolderName != parent->Name())
131 if (licenseNames.StringAt(i).ICompare(entry->Name()) == 0) {
147 return fRepositoryInfo->AddLicense(entry->Name(), licenseText);
335 packageEntry.Name());
392 fPackageInfo.Name().String());
397 if (fPackageNames->Contains(fPackageInfo.Name())) {
399 fPackageInfo.Name().String());
407 "(expected '%s')!\n", fPackageInfo.Name().String(),
420 "(expected '%s', '%s', or '%s')!\n", fPackageInfo.Name()
[all...]
/haiku/src/tests/servers/input/inputdevice/
H A Dmain.cpp28 printf("device %ld %s ", i, device->Name());
37 device = find_input_device(device->Name());
43 printf("device %ld with find_input_device %s ", i, device->Name());
/haiku/src/apps/debuganalyzer/gui/
H A DAbstractWaitObjectsPage.h105 virtual const char* Name() const = 0;
118 return cmp == 0 ? strcmp(a->Name(), b->Name()) : cmp;
129 value.SetTo(Name(), B_VARIANT_DONT_COPY_DATA);
174 virtual const char* Name() const function in struct:AbstractWaitObjectsPage::WaitObjectsTreeModel::ObjectNode
176 return object->Name();
234 virtual const char* Name() const function in struct:AbstractWaitObjectsPage::WaitObjectsTreeModel::GroupNode
236 return group->Name();
301 virtual const char* Name() const function in struct:AbstractWaitObjectsPage::WaitObjectsTreeModel::NodeContainerNode
304 return child != NULL ? child->Name()
[all...]
/haiku/src/bin/debug/strace/
H A DSyscall.h55 const string &Name() const { return fName; } function in class:Parameter
79 const string &Name() const function in class:Syscall
115 if (parameter->Name() == name)
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dextrace.c3 * Module Name: extrace - Support for interpreter execution tracing
177 * PARAMETERS: Name - Whether method name should be matched,
189 char *Name)
214 if (Name &&
216 strcmp (AcpiGbl_TraceMethodName, Name)))
188 AcpiExInterpreterTraceEnabled( char *Name) argument
/haiku/headers/tools/cppunit/
H A DThreadedTestCase.h14 BThreadedTestCase(std::string Name = "", std::string progressSeparator = ".");
/haiku/headers/tools/cppunit/cppunit/
H A DTestCase.h31 TestCase( std::string Name );

Completed in 130 milliseconds

1234567891011>>