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

123

/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteMessage.h143 uint16 Code() { return fCode; } function in class:RemoteMessage
H A DRemoteDrawingEngine.cpp1011 switch (message.Code()) {
/haiku/src/kits/locale/
H A DTimeZone.cpp262 fICULocale = new Locale(language->Code());
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacpiosxf.h24 * copy of the source code appearing in this file ("Covered Code") an
26 * base code distributed originally by Intel ("Original Intel Code") to copy,
28 * Code in any form, with the right to sublicense such rights; and
32 * patents that are infringed by the Original Intel Code, to make, use, sell,
33 * offer to sell, and import the Covered Code and derivative works thereof
36 * to or modifications of the Original Intel Code. No other license or right
46 * Code or modification with rights to further distribute source must include
49 * Licensee must cause all Covered Code to which Licensee contributes to
51 * Code and the date of any change. Licensee must include in that file the
54 * directly or indirectly, from Original Intel Code
187 UINT32 Code; member in struct:acpi_signal_fatal_info
[all...]
H A Dactbl2.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
2149 UINT16 Code; member in struct:acpi_nfit_control_region
[all...]
/haiku/src/apps/haikudepot/ui/
H A DScreenshotWindow.cpp297 ScreenshotCoordinate(info->Code(), info->Width(), info->Height()),
H A DRatePackageWindow.cpp297 message->AddString("code", stability->Code());
302 fStabilityCode = stability->Code();
H A DPackageInfoView.cpp1439 return ScreenshotCoordinate(package->ScreenshotInfoAtIndex(0)->Code(), kScreenshotSize, kScreenshotSize);
1465 coordinate.Code().String());
1469 HDERROR("unable to load the screenshot [%s]", coordinate.Code().String());
H A DUserLoginWindow.cpp1106 detail.SetAgreedToUserUsageConditionsCode(fUserUsageConditions->Code());
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPStateMachine.cpp1156 if (nak_reject.Code() == PPP_CONFIGURE_NAK) {
1162 } else if (nak_reject.Code() == PPP_CONFIGURE_REJECT) {
1617 if (lcpExtension->Code() == rejectedCode)
/haiku/src/preferences/locale/
H A DLanguageListView.cpp225 if (item->Code() == code) {
/haiku/src/kits/app/
H A DLinkReceiver.cpp142 LinkReceiver::Code() const function in class:BPrivate::LinkReceiver
/haiku/src/add-ons/kernel/network/ppp/pppoe/
H A DPPPoEDevice.cpp443 switch(discovery.Code()) {
/haiku/src/add-ons/kernel/network/ppp/ipcp/
H A DProtocol.cpp1057 if (nak_reject.Code() == PPP_CONFIGURE_NAK)
1109 else if (nak_reject.Code() == PPP_CONFIGURE_REJECT)
/haiku/src/apps/bootmanager/
H A Dbootman.S433 int BIOS_KEYBOARD_SERVICES ; AL = ASCII Code, AH = Scancode
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex556 Code that writes resources should strictly stick to the specification
/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.cpp1413 abbreviationEntry.Code(), get_entry_tag_name(abbreviationEntry.Tag()),

Completed in 131 milliseconds

123