HomeSort by relevance Sort by last modified time
    Searched refs:InitSession (Results 1 - 10 of 10) sorted by null

  /external/google-tv-pairing-protocol/cpp/tests/polo/pairing/
serverpairingsessiontest.cc 68 void InitSession() {
86 InitSession();
90 InitSession();
98 InitSession();
108 InitSession();
122 InitSession();
clientpairingsessiontest.cc 73 void InitSession() {
95 InitSession();
99 InitSession();
113 InitSession();
127 InitSession();
142 InitSession();
pairingsessiontest.cc 95 void InitSession() {
114 InitSession();
135 InitSession();
149 InitSession();
189 InitSession();
219 InitSession();
  /external/srec/tools/dictTest/
dictTest.c 34 static ESR_ReturnCode InitSession ( LCHAR *parfilename );
211 rc = InitSession( parfilename );
357 static ESR_ReturnCode InitSession ( LCHAR *parfilename )
  /external/lldb/include/lldb/Interpreter/
ScriptInterpreterPython.h 308 InitSession = 0x0002,
320 uint16_t on_entry = AcquireLock | InitSession,
  /external/chromium_org/net/spdy/
spdy_http_stream_unittest.cc 103 void InitSession(MockRead* reads, size_t reads_count,
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);
spdy_websocket_stream_unittest.cc 246 void InitSession(MockRead* reads, size_t reads_count,
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));
  /external/lldb/source/Interpreter/
ScriptInterpreterPython.cpp 174 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),
    [all...]
  /external/srec/srec/test/SRecTest/src/
SRecTest.c 364 ESR_ReturnCode InitSession ( int argc, LCHAR *argv [] )
    [all...]
  /external/srec/srec/test/SRecTestAudio/src/
SRecTestAudio.c 362 ESR_ReturnCode InitSession ( int argc, char** argv )
    [all...]

Completed in 850 milliseconds