Searched refs:state (Results 1 - 25 of 689) sorted by path

1234567891011>>

/haiku/docs/interface_guidelines/docbook-css/
H A Dcore.css27 sgmltag, shortcut, state, street, structfield, structname, subscript,
/haiku/headers/build/os/interface/
H A DBitmap.h55 status_t LockBits(uint32 *state = NULL);
/haiku/headers/compatibility/bsd/sys/
H A Dmd4.h37 u_int32_t state[4]; /* state (ABCD) */ member in struct:MD4Context
H A Dmd5.h44 u_int32_t state[4]; /* state (ABCD) */ member in struct:MD5Context
/haiku/headers/cpp/
H A Dstreambuf.h182 // Methods to change the format state.
210 void clear(iostate state = 0) {
211 _state = _strbuf ? state : state|badbit;
/haiku/headers/libs/glut/GL/
H A Dglut.h306 /* Mouse button state. */
336 /* Entry/exit state. */
340 /* Menu usage state. */
344 /* Visibility state. */
348 /* Window status state. */
629 GLUTAPI void GLUTAPIENTRY glutMouseFunc(void (GLUTCALLBACK *func)(int button, int state, int x, int y));
632 GLUTAPI void GLUTAPIENTRY glutEntryFunc(void (GLUTCALLBACK *func)(int state));
633 GLUTAPI void GLUTAPIENTRY glutVisibilityFunc(void (GLUTCALLBACK *func)(int state));
636 GLUTAPI void GLUTAPIENTRY glutMenuStateFunc(void (GLUTCALLBACK *func)(int state));
641 GLUTAPI void GLUTAPIENTRY glutSpaceballButtonFunc(void (GLUTCALLBACK *func)(int button, int state));
[all...]
/haiku/headers/os/drivers/
H A Dbios.h60 status_t (*interrupt)(bios_state* state, uint8 vector, bios_regs* regs);
61 void (*finish)(bios_state* state);
64 void* (*allocate_mem)(bios_state* state, size_t size);
65 uint32 (*physical_address)(bios_state* state, void* virtualAddress);
66 void* (*virtual_address)(bios_state* state, uint32 physicalAddress);
H A Dmidi_driver.h39 int (*parse)(uint32* state, uchar byte, size_t maxSize);
/haiku/headers/os/drivers/bus/
H A DSCSI.h150 uchar state; // bus manager state member in struct:scsi_ccb
/haiku/headers/os/drivers/pcmcia/
H A Dds.h131 u_int state, open; member in struct:dev_link_t
145 /* Flags for device state */
156 ((l) && ((l->state & ~DEV_BUSY) == (DEV_CONFIG|DEV_PRESENT)))
/haiku/headers/os/interface/
H A DChannelSlider.h49 virtual void WindowActivated(bool state);
H A DColorControl.h45 virtual void SetEnabled(bool state);
58 virtual void WindowActivated(bool state);
H A DControl.h86 void SetTracking(bool state);
H A DMenuBar.h49 virtual void WindowActivated(bool state);
50 virtual void MakeFocus(bool state = true);
H A DPopUpMenu.h51 virtual void MakeFocus(bool state = true);
H A DScreen.h81 status_t SetDPMS(uint32 state);
H A DSlider.h61 virtual void WindowActivated(bool state);
H A DStatusBar.h33 virtual void WindowActivated(bool state);
/haiku/headers/os/media/
H A DMediaEventLooper.h87 void SetRunState(run_state state);
/haiku/headers/os/support/
H A DJob.h74 void SetState(BJobState state);
H A DObjectList.h90 void SortItems(GenericCompareFunctionWithState, void *state);
92 void HSortItems(GenericCompareFunctionWithState, void *state);
96 void *state) const;
100 void *state) const;
121 void* state);
174 void* state);
177 void* state);
188 void* state) const;
197 void* state) const;
203 void* state) cons
688 SortItems(CompareFunctionWithState function, void* state) argument
704 HSortItems(CompareFunctionWithState function, void* state) argument
797 BinaryInsert(T* item, CompareFunctionWithState func, void* state) argument
826 BinaryInsertUnique(T* item, CompareFunctionWithState func, void* state) argument
858 BinaryInsertCopy(const T& copyThis, CompareFunctionWithState func, void* state) argument
893 BinaryInsertCopyUnique(const T& copyThis, CompareFunctionWithState func, void* state) argument
[all...]
H A DUTF8.h52 int32* sourceLength, char* dest, int32* destLength, int32* state,
56 int32* sourceLength, char* dest, int32* destLength, int32* state,
/haiku/headers/private/debugger/arch/
H A DArchitecture.h89 // and CPU state; returned CPU state
98 // to the CPU state.
115 CpuState* state) = 0;
118 CpuState* state,
H A DCpuState.h26 virtual status_t UpdateDebugState(void* state, size_t size)
/haiku/headers/private/debugger/controllers/
H A DTeamDebugger.h89 CpuState* state,
240 ImageDebugInfoLoadingState* state);

Completed in 183 milliseconds

1234567891011>>