Searched defs:state (Results 1 - 3 of 3) sorted by relevance

/pkg/src/modules/actions/
H A D_actions.c177 } state, prevstate; local
291 prevstate = state = WS;
297 if (state == KEY) {
324 prevstate = state;
325 state = WS;
373 prevstate = state;
374 state = QVAL;
383 prevstate = state;
384 state = UQVAL;
392 } else if (state
[all...]
/pkg/src/modules/client/
H A Drad_pkg.py138 for n in ("state", "pkg"):
311 state = property(get_any("_state"), set_any("_state")) variable in class:PkgInfo
H A Dimageplan.py138 if self.pd.state == plandesc.UNEVALUATED:
144 if self.pd.state < plandesc.EVALUATED_PKGS:
166 assert plan.state in [
178 if self.pd.state == plandesc.UNEVALUATED:
199 assert self.pd.state in \
201 "{0} not in [{1}, {2}]".format(self.pd.state,
204 if self.pd.state == plandesc.PREEXECUTED_OK:
216 self.pd.state = plandesc.PREEXECUTED_OK
219 def state(self): member in class:ImagePlan
220 return self.pd.state
[all...]

Completed in 19 milliseconds