Home
last modified time | relevance | path

Searched defs:init_globals (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Lib/
Drunpy.py65 def _run_code(code, run_globals, init_globals=None, argument
91 def _run_module_code(code, init_globals=None, argument
201 def run_module(mod_name, init_globals=None, argument
262 def run_path(path_name, init_globals=None, run_name=None): argument
/external/python/cpython2/Lib/
Drunpy.py62 def _run_code(code, run_globals, init_globals=None, argument
75 def _run_module_code(code, init_globals=None, argument
176 def run_module(mod_name, init_globals=None, argument
235 def run_path(path_name, init_globals=None, run_name=None): argument
/external/python/cpython3/Lib/test/
Dtest_runpy.py155 def create_ns(init_globals): argument
178 def create_ns(init_globals): argument
310 def create_ns(init_globals): argument
351 def create_ns(init_globals): argument
550 def create_ns(init_globals): argument
607 def create_ns(init_globals): argument
636 def create_ns(init_globals): argument
/external/cronet/net/base/
Dfuzzer_test_support.cc53 InitGlobals* init_globals = new InitGlobals(); variable
/external/trusty/arm-trusted-firmware/drivers/brcm/emmc/
Demmc_pboot_hal_memory_drv.c45 static void init_globals(void) in init_globals() function
/external/arm-trusted-firmware/drivers/brcm/emmc/
Demmc_pboot_hal_memory_drv.c45 static void init_globals(void) in init_globals() function
/external/cronet/net/disk_cache/
Ddisk_cache_fuzzer.cc136 InitGlobals* init_globals = new InitGlobals(); variable