Searched refs:save_state (Results 1 - 4 of 4) sorted by relevance

/external/autotest/server/cros/
H A Ddebugd_dev_tools.py174 - save_state(): record the current tool state on the host.
194 self.save_state()
220 def save_state(self): member in class:DevTool
393 def save_state(self): member in class:BootFromUsbTool
434 def save_state(self): member in class:SshServerTool
475 def save_state(self): member in class:SystemPasswordTool
/external/autotest/client/site_tests/power_CPUFreq/
H A Dpower_CPUFreq.py66 cpu.save_state()
97 cpu.save_state()
141 def save_state(self): member in class:cpufreq
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta.c88 struct save_state struct
331 struct save_state Save[MAX_META_OPS_DEPTH];
494 struct save_state *save;
835 struct save_state *save = &ctx->Meta->Save[ctx->Meta->SaveStackDepth - 1];
/external/libcxx/src/
H A Dlocale.cpp1535 mbstate_t save_state = st; local
1543 n = __libcpp_wcrtomb_l(to_nxt, *frm, &save_state, __l);
1592 mbstate_t save_state = st; local
1601 &save_state, __l);

Completed in 276 milliseconds