Searched refs:InitSession (Results 1 - 10 of 10) sorted by relevance

/external/google-tv-pairing-protocol/cpp/tests/polo/pairing/
H A Dserverpairingsessiontest.cc68 void InitSession() { function in class:polo::pairing::ServerPairingSessionTest
86 InitSession();
90 InitSession();
98 InitSession();
108 InitSession();
122 InitSession();
H A Dclientpairingsessiontest.cc73 void InitSession() { function in class:polo::pairing::ClientPairingSessionTest
95 InitSession();
99 InitSession();
113 InitSession();
127 InitSession();
142 InitSession();
H A Dpairingsessiontest.cc95 void InitSession() { function in class:polo::pairing::PairingSessionTest
114 InitSession();
135 InitSession();
149 InitSession();
189 InitSession();
219 InitSession();
/external/srec/tools/dictTest/
H A DdictTest.c34 static ESR_ReturnCode InitSession ( LCHAR *parfilename );
211 rc = InitSession( parfilename );
357 static ESR_ReturnCode InitSession ( LCHAR *parfilename ) function
/external/chromium_org/net/spdy/
H A Dspdy_websocket_stream_unittest.cc246 void InitSession(MockRead* reads, size_t reads_count, function in class:net::SpdyWebSocketStreamTest
325 InitSession(reads, arraysize(reads), writes, arraysize(writes));
397 InitSession(reads, arraysize(reads), writes, arraysize(writes));
453 InitSession(reads, arraysize(reads), writes, arraysize(writes));
515 InitSession(reads, arraysize(reads), writes, arraysize(writes));
H A Dspdy_http_stream_unittest.cc103 void InitSession(MockRead* reads, size_t reads_count, function in class:net::SpdyHttpStreamTest
146 InitSession(reads, arraysize(reads), NULL, 0, key);
172 InitSession(reads, arraysize(reads), writes, arraysize(writes), key);
336 InitSession(vector_as_array(&reads), reads.size(),
666 InitSession(reads, arraysize(reads), writes, arraysize(writes), key);
/external/lldb/include/lldb/Interpreter/
H A DScriptInterpreterPython.h308 InitSession = 0x0002, enumerator in enum:lldb_private::ScriptInterpreterPython::Locker::OnEntry
320 uint16_t on_entry = AcquireLock | InitSession,
/external/lldb/source/Interpreter/
H A DScriptInterpreterPython.cpp174 if ((on_entry & InitSession) == InitSession)
332 ScriptInterpreterPython::Locker::AcquireLock | ScriptInterpreterPython::Locker::InitSession | ScriptInterpreterPython::Locker::InitGlobals,
386 // ScriptInterpreterPython::Locker::AcquireLock | ScriptInterpreterPython::Locker::InitSession,
771 ScriptInterpreterPython::Locker::AcquireLock | ScriptInterpreterPython::Locker::InitSession | (options.GetSetLLDBGlobals() ? ScriptInterpreterPython::Locker::InitGlobals : 0),
892 ScriptInterpreterPython::Locker::AcquireLock | ScriptInterpreterPython::Locker::InitSession | ScriptInterpreterPython::Locker::InitGlobals,
937 ScriptInterpreterPython::Locker::AcquireLock | ScriptInterpreterPython::Locker::InitSession,
1042 ScriptInterpreterPython::Locker::AcquireLock | ScriptInterpreterPython::Locker::InitSession | (options.GetSetLLDBGlobals() ? ScriptInterpreterPython::Locker::InitGlobals : 0),
1209 ScriptInterpreterPython::Locker::AcquireLock | ScriptInterpreterPython::Locker::InitSession | (options.GetSetLLDBGlobals() ? ScriptInterpreterPython::Locker::InitGlobals : 0),
2338 ScriptInterpreterPython::Locker::AcquireLock | ScriptInterpreterPython::Locker::InitSession | ScriptInterpreterPytho
[all...]
/external/srec/srec/test/SRecTest/src/
H A DSRecTest.c364 ESR_ReturnCode InitSession ( int argc, LCHAR *argv [] ) function
3364 LPRINTF(L(" InitSession()\n"));
3365 esr_status = InitSession ( applicationData->argc, applicationData->argv );
/external/srec/srec/test/SRecTestAudio/src/
H A DSRecTestAudio.c362 ESR_ReturnCode InitSession ( int argc, char** argv ) function
2981 LPRINTF(L(" InitSession()\n"));
2982 esr_status = InitSession ( applicationData->argc, applicationData->argv );

Completed in 5372 milliseconds