Searched refs:Code (Results 26 - 50 of 67) sorted by relevance

123

/haiku/src/apps/haikudepot/model/
H A DUserUsageConditions.cpp52 UserUsageConditions::Code() const function in class:UserUsageConditions
H A DScreenshotCoordinate.cpp45 ScreenshotCoordinate::Code() const function in class:ScreenshotCoordinate
H A DUserDetail.cpp42 UserUsageConditionsAgreement::Code() const function in class:UserUsageConditionsAgreement
H A DModel.cpp83 if (category->Code() == fCategory)
937 if (aRatingStability->Code() == code)
974 && (*itInsertionPt)->Code() == value->Code()) {
999 if (aCategory->Code() == code)
1038 && (*itInsertionPt)->Code() == category->Code()) {
H A DPackageScreenshotRepository.cpp198 coord.Code(), coord.Width(), coord.Height(), &outputDataStream);
/haiku/src/tests/kits/net/service/
H A DGeolocationTest.cpp44 CPPUNIT_ASSERT_EQUAL(BString("AT"), BString(country.Code()));
/haiku/src/preferences/locale/
H A DLocaleWindow.cpp126 currentLanguage.Code(), currentLanguage.CountryCode());
129 currentLanguage.Code());
134 && currentToplevelItem->Code() == item->Code()) {
138 && currentToplevelItem->Code() == item->Code()) {
221 && currentToplevelItem->Code() == item->Code()) {
607 BLanguage language(item->Code());
609 = fPreferredListView->ItemForLanguageCode(language.Code(),
[all...]
H A DLanguageListView.h28 const BString& Code() const { return fCode; } function in class:LanguageListItem
/haiku/src/apps/haikudepot/server/
H A DServerRepositoryDataUpdateProcess.cpp85 BString* repositoryCode = repository->Code();
86 BString* repositorySourceCode = repositorySource->Code();
H A DServerPkgDataUpdateProcess.cpp122 BString* categoryCode = pkg->PkgCategoriesItemAt(i)->Code();
150 *(screenshot->Code()),
/haiku/3rdparty/docker/bootstrap/
H A DMakefile7 SOURCES=$(HOME)/Code
/haiku/src/apps/haikudepot/ui/
H A DToLatestUserUsageConditionsWindow.cpp115 if (fUserDetail.Agreement().Code().IsEmpty())
367 fUserUsageConditions.Code(), responsePayload);
417 if (!fUserUsageConditions.Code().IsEmpty()) {
H A DFilterView.cpp166 message->AddString("code", category->Code());
H A DUserUsageConditionsWindow.cpp368 BString userUsageConditionsCode = userDetail.Agreement().Code();
413 fVersionStringView->SetText(_VersionText(userUsageConditions.Code()));
425 B_TRANSLATE("Version %Code%"));
426 versionText.ReplaceAll("%Code%", code);
/haiku/src/kits/debugger/dwarf/
H A DAbbreviationTable.h52 uint32 Code() const { return fCode; } function in struct:AbbreviationEntry
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexoparg3.c22 * copy of the source code appearing in this file ("Covered Code") an
24 * base code distributed originally by Intel ("Original Intel Code") to copy,
26 * Code in any form, with the right to sublicense such rights; and
30 * patents that are infringed by the Original Intel Code, to make, use, sell,
31 * offer to sell, and import the Covered Code and derivative works thereof
34 * to or modifications of the Original Intel Code. No other license or right
44 * Code or modification with rights to further distribute source must include
47 * Licensee must cause all Covered Code to which Licensee contributes to
49 * Code and the date of any change. Licensee must include in that file the
52 * directly or indirectly, from Original Intel Code
[all...]
/haiku/src/kits/locale/
H A DLocaleRoster.cpp76 switch ((tolower(language.Code()[0]) << 8) | tolower(language.Code()[1])) {
119 return language.Code();
H A DFormattingConventions.cpp392 displayLanguageID = defaultLanguage.Code();
394 displayLanguageID = displayLanguage->Code();
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteEventStream.cpp96 uint16 code = message.Code();
/haiku/src/add-ons/kernel/network/ppp/pppoe/
H A DDiscoveryPacket.cpp146 header->code = Code();
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPConfigurePacket.cpp193 header->code = Code();
H A DKPPPLCP.cpp193 if (current->Code() == code) {
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacstruct.h22 * copy of the source code appearing in this file ("Covered Code") an
24 * base code distributed originally by Intel ("Original Intel Code") to copy,
26 * Code in any form, with the right to sublicense such rights; and
30 * patents that are infringed by the Original Intel Code, to make, use, sell,
31 * offer to sell, and import the Covered Code and derivative works thereof
34 * to or modifications of the Original Intel Code. No other license or right
44 * Code or modification with rights to further distribute source must include
47 * Licensee must cause all Covered Code to which Licensee contributes to
49 * Code and the date of any change. Licensee must include in that file the
52 * directly or indirectly, from Original Intel Code
282 ACPI_OBJECT_INTEGER *Code; member in struct:acpi_aml_operands::__anon15
[all...]
/haiku/src/servers/debug/
H A DDebugServer.cpp181 debug_debugger_message Code() const { return fCode; } function in class:DebugMessage
807 ", code: %" B_PRId32 "\n", fTeam, (int32)message->Code()));
813 switch (message->Code()) {
849 get_debug_message_string(message->Code(), buffer, sizeof(buffer));
1083 if (message->Code() == B_DEBUGGER_MESSAGE_HANDED_OVER) {
1087 } else if (message->Code() == B_DEBUGGER_MESSAGE_TEAM_DELETED) {
/haiku/src/servers/app/
H A DDelayedMessage.cpp143 int32& Code() {return fCode;} function in class:DelayedMessageData
144 const int32& Code() const {return fCode;} function in class:DelayedMessageData
596 if (sender.StartMessage(fData->Code()) != B_OK)

Completed in 179 milliseconds

123