Home
last modified time | relevance | path

Searched refs:StateActions (Results 1 – 7 of 7) sorted by relevance

/external/perfetto/ui/src/common/
Dactions_unittest.ts17 import {StateActions} from './actions';
40 StateActions.navigate(draft, {route: '/foo'});
47 StateActions.addTrack(draft, {
56 StateActions.addTrack(draft, {
74 StateActions.addTrackGroup(draft, {
84 StateActions.addTrack(draft, {
99 StateActions.addTrack(draft, {
105 StateActions.addTrack(draft, {
117 StateActions.moveTrack(draft, {
137 StateActions.moveTrack(draft, {
[all …]
Dactions.ts44 export const StateActions = { constant
364 new Proxy<DeferredActions<typeof StateActions>>({} as any, {
/external/lzma/CPP/7zip/UI/Common/
DUpdateAction.h36 NPairAction::EEnum StateActions[NPairState::kNumValues]; member
41 if (StateActions[i] != a.StateActions[i]) in IsEqualTo()
50 if (StateActions[i] == NPairAction::kCompress) in NeedScanning()
53 if (StateActions[i] != NPairAction::kIgnore) in NeedScanning()
DUpdateProduce.cpp27 switch (actionSet.StateActions[(unsigned)pair.State]) in UpdateProduce()
DArchiveCommandLine.cpp673 actionSet.StateActions[(unsigned)statePos] = (NUpdateArchive::NPairAction::EEnum)(actionPos); in ParseUpdateCommandString2()
DUpdate.cpp1078 if (as.StateActions[i] != NPairAction::kCompress) in UpdateArchive()
/external/perfetto/ui/src/controller/
Dglobals.ts19 import {DeferredAction, StateActions} from '../common/actions';
128 (StateActions as any)[action.type](draft, action.args);