Home
last modified time | relevance | path

Searched refs:B_GENERAL_ERROR_BASE (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/plat-beos5/
DIN.py140 B_GENERAL_ERROR_BASE = LONG_MIN variable
141 B_OS_ERROR_BASE = B_GENERAL_ERROR_BASE + 0x1000
142 B_APP_ERROR_BASE = B_GENERAL_ERROR_BASE + 0x2000
143 B_INTERFACE_ERROR_BASE = B_GENERAL_ERROR_BASE + 0x3000
144 B_MEDIA_ERROR_BASE = B_GENERAL_ERROR_BASE + 0x4000
145 B_TRANSLATION_ERROR_BASE = B_GENERAL_ERROR_BASE + 0x4800
146 B_MIDI_ERROR_BASE = B_GENERAL_ERROR_BASE + 0x5000
147 B_STORAGE_ERROR_BASE = B_GENERAL_ERROR_BASE + 0x6000
148 B_POSIX_ERROR_BASE = B_GENERAL_ERROR_BASE + 0x7000
149 B_MAIL_ERROR_BASE = B_GENERAL_ERROR_BASE + 0x8000
[all …]
/external/rust/crates/libc/src/unix/haiku/
Dnative.rs586 pub const B_GENERAL_ERROR_BASE: status_t = core::i32::MIN; constant
587 pub const B_OS_ERROR_BASE: status_t = B_GENERAL_ERROR_BASE + 0x1000;
588 pub const B_APP_ERROR_BASE: status_t = B_GENERAL_ERROR_BASE + 0x2000;
589 pub const B_INTERFACE_ERROR_BASE: status_t = B_GENERAL_ERROR_BASE + 0x3000;
590 pub const B_MEDIA_ERROR_BASE: status_t = B_GENERAL_ERROR_BASE + 0x4000;
591 pub const B_TRANSLATION_ERROR_BASE: status_t = B_GENERAL_ERROR_BASE + 0x4800;
592 pub const B_MIDI_ERROR_BASE: status_t = B_GENERAL_ERROR_BASE + 0x5000;
593 pub const B_STORAGE_ERROR_BASE: status_t = B_GENERAL_ERROR_BASE + 0x6000;
594 pub const B_POSIX_ERROR_BASE: status_t = B_GENERAL_ERROR_BASE + 0x7000;
595 pub const B_MAIL_ERROR_BASE: status_t = B_GENERAL_ERROR_BASE + 0x8000;
[all …]