Home
last modified time | relevance | path

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

/external/perfetto/ui/src/common/
Dactions_unittest.ts24 import {StateActions} from './actions';
42 StateActions.addTrack(draft, {
59 StateActions.addTrackGroup(draft, {
86 StateActions.navigate(draft, {route: '/foo'});
93 StateActions.addTrack(draft, {
103 StateActions.addTrack(draft, {
122 StateActions.addTrackGroup(draft, {
132 StateActions.addTrack(draft, {
149 StateActions.addTrack(draft, {
156 StateActions.addTrack(draft, {
[all …]
Dactions.ts122 export const StateActions = { constant
891 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';
117 (StateActions as any)[action.type](draft, action.args);