Home
last modified time | relevance | path

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

/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/mesa3d/src/gallium/drivers/r600/sb/
Dsb_sched.cpp1091 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