Home
last modified time | relevance | path

Searched refs:_new_state (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/common_lib/cros/
Dsession_manager.py201 self._new_state = None
220 self._new_state = None
225 return self._new_state == self._expected_state
233 self._new_state = state
/external/swiftshader/src/OpenGL/compiler/
Dglslang_lex.cpp1212 static void yy_push_state (int _new_state ,yyscan_t yyscanner);
2921 static void yy_push_state (int _new_state , yyscan_t yyscanner) in yy_push_state() argument
2943 BEGIN(_new_state); in yy_push_state()