Home
last modified time | relevance | path

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

/external/autotest/client/cros/cellular/wardmodem/
Dstate_machine_unittest.py32 self._state = self._mox.CreateMock(global_state.GlobalState)
60 self._state = self._mox.CreateMock(global_state.GlobalState)
Dglobal_state.py173 class GlobalState(GlobalStateSkeleton): class
184 super(GlobalState, self).__init__()
Dwardmodem.py86 self._state = global_state.GlobalState()
/external/autotest/client/cros/cellular/wardmodem/state_machines/
Dnetwork_identity_machine_unittest.py29 global_state.GlobalState(),
Drequest_response_unittest.py42 global_state.GlobalState(),
/external/fonttools/Lib/fontTools/ttLib/tables/
DotBase.py35 class GlobalState(object): class
39 globalState = GlobalState(tableType=self.tableTag,
76 class GlobalState(object): class
79 globalState = GlobalState(tableType=self.tableTag)
/external/v8/src/
Disolate.h1251 friend struct GlobalState;