Home
last modified time | relevance | path

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

/third_party/python/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
/third_party/python/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
/third_party/mesa3d/src/gallium/tests/trivial/
Dcompute.c405 static void init_globals(struct context *ctx, const int *slots, in init_globals() function
/third_party/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