Home
last modified time | relevance | path

Searched refs:InitGlobals (Results 1 – 4 of 4) sorted by relevance

/external/vixl/tools/
Dthreaded_tests.py69 def InitGlobals(): function
82 thread_pool.Multithread(run_function, self.queue, jobs, InitGlobals)
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPythonImpl.h301 InitGlobals = 0x0004, enumerator
445 ScriptInterpreterPythonImpl::Locker::InitGlobals, in Run()
DScriptInterpreterPython.cpp757 if (on_entry_flags & Locker::InitGlobals) { in EnterSession()
954 (options.GetSetLLDBGlobals() ? Locker::InitGlobals : 0) | in ExecuteOneLine()
1054 (options.GetSetLLDBGlobals() ? Locker::InitGlobals : 0) | in ExecuteOneLineWithReturn()
1167 (options.GetSetLLDBGlobals() ? Locker::InitGlobals : 0) | in ExecuteMultipleLines()
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc2921 void InitGlobals() { in InitGlobals() function
2949 InitGlobals(); in InitProto2MessageModule()