Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Drunpy.py63 def _run_code(code, run_globals, init_globals=None, argument
89 def _run_module_code(code, init_globals=None, argument
199 def run_module(mod_name, init_globals=None, argument
245 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/grpc-grpc/src/core/ext/filters/client_channel/
Dbackup_poller.cc59 static void init_globals() { 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
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_sched.cpp1103 void post_scheduler::init_globals(val_set &s, bool prealloc) { in init_globals() function in r600_sb::post_scheduler
/external/mesa3d/src/gallium/tests/trivial/
Dcompute.c405 static void init_globals(struct context *ctx, const int *slots, in init_globals() function