Searched refs:State (Results 26 - 50 of 124) sorted by relevance

12345

/haiku/headers/private/debugger/files/
H A DLocatableEntry.h48 locatable_entry_state State() const { return fState; } function in class:LocatableEntry
/haiku/src/tests/servers/app/playground/
H A DObjectView.cpp71 // State* state = State::StateFor(OBJECT_ROUND_RECT, fColor, B_OP_COPY,
223 for (int32 i = 0; State* state = (State*)fStateList.ItemAt(i); i++)
226 //printf("State: %lld\n", system_time() - start);
279 AddObject(State::StateFor(fObjectType, fColor, fDrawingMode,
391 ObjectView::SetState(State* state)
420 ObjectView::AddObject(State* state)
435 ObjectView::RemoveObject(State* state)
460 for (int32 i = 0; State* stat
[all...]
/haiku/src/kits/debugger/util/
H A DWorker.cpp411 if (fTerminating || waitingJob->State() == JOB_STATE_ABORTED)
431 if (fTerminating || waitingJob->State() == JOB_STATE_ABORTED)
498 if (job->State() == JOB_STATE_ACTIVE) {
501 } else if (job->State() == JOB_STATE_WAITING)
513 switch (job->State()) {
549 switch (job->State()) {
578 if (job->State() != JOB_STATE_ABORTED)
/haiku/src/servers/app/decorator/
H A DDefaultWindowBehaviour.cpp45 // #pragma mark - State
48 struct DefaultWindowBehaviour::State { struct in class:DefaultWindowBehaviour
49 State(DefaultWindowBehaviour& behavior) function in struct:DefaultWindowBehaviour::State
57 virtual ~State()
61 virtual void EnterState(State* previousState)
65 virtual void ExitState(State* nextState)
96 struct DefaultWindowBehaviour::MouseTrackingState : State {
101 State(behavior),
267 virtual void EnterState(State* prevState)
271 virtual void ExitState(State* nextStat
[all...]
/haiku/src/apps/debugger/user_interface/report/
H A DReportUserInterface.cpp165 else if (thread->State() != THREAD_STATE_STOPPED) {
220 if (thread->State() != THREAD_STATE_STOPPED)
233 else if (thread->State() == THREAD_STATE_STOPPED)
/haiku/src/kits/debugger/dwarf/
H A DLineNumberProgram.cpp73 LineNumberProgram::GetInitialState(State& state) const
84 LineNumberProgram::GetNextRow(State& state) const
208 LineNumberProgram::_SetToInitial(State& state) const
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutdelete.c664 ACPI_GENERIC_STATE *State; local
820 State = AcpiUtPopGenericState (&StateList);
821 Object = State->Update.Object;
822 AcpiUtDeleteGenericState (State);
834 /* Free any stacked Update State objects */
838 State = AcpiUtPopGenericState (&StateList);
839 AcpiUtDeleteGenericState (State);
H A Dutcopy.c173 ACPI_GENERIC_STATE *State,
201 ACPI_GENERIC_STATE *State,
373 ACPI_GENERIC_STATE *State,
386 ThisIndex = State->Pkg.Index;
388 (State->Pkg.DestObject))->Package.Elements[ThisIndex];
416 State->Pkg.ThisTargetObj = TargetObject;
984 ACPI_GENERIC_STATE *State,
996 ThisIndex = State->Pkg.Index;
998 &State->Pkg.DestObject->Package.Elements[ThisIndex];
1050 State
370 AcpiUtCopyIelementToEelement( UINT8 ObjectType, ACPI_OPERAND_OBJECT *SourceObject, ACPI_GENERIC_STATE *State, void *Context) argument
981 AcpiUtCopyIelementToIelement( UINT8 ObjectType, ACPI_OPERAND_OBJECT *SourceObject, ACPI_GENERIC_STATE *State, void *Context) argument
[all...]
/haiku/src/bin/
H A Dxres.cpp280 // State
281 struct State { struct
282 State() function in struct:State
286 virtual ~State()
321 struct ListState : State {
376 struct WriteFileState : State {
552 virtual void Do(State *state) = 0;
565 virtual void Do(State *state)
584 virtual void Do(State *state)
604 virtual void Do(State *stat
[all...]
/haiku/src/apps/terminal/
H A DTermViewStates.cpp68 // #pragma mark - State
71 TermView::State::State(TermView* view) function in class:TermView::State
78 TermView::State::~State()
84 TermView::State::Entered()
90 TermView::State::Exited()
96 TermView::State::MessageReceived(BMessage* message)
103 TermView::State::ModifiersChanged(int32 oldModifiers, int32 modifiers)
109 TermView::State
[all...]
/haiku/headers/private/print/
H A DPrinter.h49 BString State() const;
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPUtils.cpp18 else if (protocol.Interface().State() != PPP_OPENED_STATE)
/haiku/src/apps/bootmanager/
H A DBootManagerController.h45 enum State { enum in class:BootManagerController
/haiku/src/apps/debuganalyzer/gui/
H A DHeaderView.h193 class State;
220 void _SwitchState(State* newState);
229 State* fDefaultState;
230 State* fState;
H A DHeaderView.cpp546 class HeaderView::State { class in class:HeaderView
548 State(HeaderView* parent) function in class:HeaderView::State
554 virtual ~State()
558 virtual void Entering(State* previousState)
562 virtual void Leaving(State* nextState)
584 class HeaderView::DefaultState : public State {
595 class HeaderView::ResizeState : public State {
597 virtual void Entering(State* previousState);
598 virtual void Leaving(State* nextState);
620 State(paren
[all...]
/haiku/src/kits/media/legacy/
H A DOldBufferStreamManager.h104 stream_state State() const;
H A DOldBufferStreamManager.cpp142 BBufferStreamManager::State() const function in class:BBufferStreamManager
/haiku/headers/private/debugger/model/
H A DThread.h59 uint32 State() const { return fState; } function in class:Thread
/haiku/headers/private/interface/
H A DMenuPrivate.h51 int State(BMenuItem** item = NULL) const;
/haiku/src/apps/debugger/user_interface/cli/commands/
H A DCliStackTraceCommand.cpp41 if (thread->State() != THREAD_STATE_STOPPED) {
/haiku/src/apps/haikudepot/server/
H A DPopulatePkgSizesProcess.cpp64 PackageState state = packageInfo->State();
/haiku/src/kits/tracker/
H A DTaskLoop.h126 enum State { enum in class:BPrivate::RunWhenIdleTask
132 State fState;
/haiku/headers/os/support/
H A DJob.h51 BJobState State() const;
/haiku/src/add-ons/kernel/network/ppp/pap/
H A DProtocol.h55 pap_state State() const function in class:PAP
/haiku/src/kits/package/
H A DActivateRepositoryConfigJob.cpp92 if (jobResult != B_OK && State() != BSupportKit::B_JOB_STATE_ABORTED

Completed in 629 milliseconds

12345