Home
last modified time | relevance | path

Searched refs:InitSession (Results 1 – 5 of 5) sorted by relevance

/external/google-tv-pairing-protocol/cpp/tests/polo/pairing/
Dserverpairingsessiontest.cc68 void InitSession() { in InitSession() function in polo::pairing::ServerPairingSessionTest
86 InitSession(); in TEST_F()
90 InitSession(); in TEST_F()
98 InitSession(); in TEST_F()
108 InitSession(); in TEST_F()
122 InitSession(); in TEST_F()
Dclientpairingsessiontest.cc73 void InitSession() { in InitSession() function in polo::pairing::ClientPairingSessionTest
95 InitSession(); in TEST_F()
99 InitSession(); in TEST_F()
113 InitSession(); in TEST_F()
127 InitSession(); in TEST_F()
142 InitSession(); in TEST_F()
Dpairingsessiontest.cc95 void InitSession() { in InitSession() function in polo::pairing::PairingSessionTest
114 InitSession(); in TEST_F()
135 InitSession(); in TEST_F()
149 InitSession(); in TEST_F()
189 InitSession(); in TEST_F()
219 InitSession(); in TEST_F()
/external/lldb/source/Interpreter/
DScriptInterpreterPython.cpp174 if ((on_entry & InitSession) == InitSession) in Locker()
332 …erpreterPython::Locker::AcquireLock | ScriptInterpreterPython::Locker::InitSession | ScriptInterpr… in InputReaderCallback()
771 …erpreterPython::Locker::AcquireLock | ScriptInterpreterPython::Locker::InitSession | (options.GetS… in ExecuteOneLine()
892 …erpreterPython::Locker::AcquireLock | ScriptInterpreterPython::Locker::InitSession | ScriptInterpr… in InputReaderCallback()
937 … ScriptInterpreterPython::Locker::AcquireLock | ScriptInterpreterPython::Locker::InitSession, in InputReaderCallback()
1042 …erpreterPython::Locker::AcquireLock | ScriptInterpreterPython::Locker::InitSession | (options.GetS… in ExecuteOneLineWithReturn()
1209 …terPython::Locker::AcquireLock | ScriptInterpreterPython::Locker::InitSession | (options.GetS… in ExecuteMultipleLines()
2338 …erpreterPython::Locker::AcquireLock | ScriptInterpreterPython::Locker::InitSession | ScriptInterpr… in RunEmbeddedPythonInterpreter()
2776 Locker::AcquireLock | (init_session ? Locker::InitSession : 0), in LoadScriptingModule()
2978 Locker::AcquireLock | Locker::InitSession, in RunScriptBasedCommand()
[all …]
/external/lldb/include/lldb/Interpreter/
DScriptInterpreterPython.h308 InitSession = 0x0002, enumerator
320 uint16_t on_entry = AcquireLock | InitSession,