Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Drunpy.py62 def _run_code(code, run_globals, init_globals=None, argument
66 if init_globals is not None:
67 run_globals.update(init_globals)
75 def _run_module_code(code, init_globals=None, argument
81 _run_code(code, mod_globals, init_globals,
164 def run_module(mod_name, init_globals=None, argument
175 return _run_module_code(code, init_globals, run_name,
179 return _run_code(code, {}, init_globals, run_name,
223 def run_path(path_name, init_globals=None, run_name=None): argument
240 return _run_module_code(code, init_globals, run_name, path_name)
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Drunpy.py62 def _run_code(code, run_globals, init_globals=None, argument
66 if init_globals is not None:
67 run_globals.update(init_globals)
75 def _run_module_code(code, init_globals=None, argument
81 _run_code(code, mod_globals, init_globals,
164 def run_module(mod_name, init_globals=None, argument
175 return _run_module_code(code, init_globals, run_name,
179 return _run_code(code, {}, init_globals, run_name,
223 def run_path(path_name, init_globals=None, run_name=None): argument
240 return _run_module_code(code, init_globals, run_name, path_name)
[all …]
/device/google/marlin/liblight/
Dlights.c96 void init_globals(void) in init_globals() function
346 pthread_once(&g_init, init_globals); in open_lights()
/device/google/wahoo/liblight/
Dlights.c96 void init_globals(void) in init_globals() function
345 pthread_once(&g_init, init_globals); in open_lights()