/prebuilts/gdb/darwin-x86/lib/python2.7/ |
runpy.py | 62 def _run_code(code, run_globals, init_globals=None, 66 if init_globals is not None: 67 run_globals.update(init_globals) 75 def _run_module_code(code, init_globals=None, 81 _run_code(code, mod_globals, init_globals, 164 def run_module(mod_name, init_globals=None, 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): 240 return _run_module_code(code, init_globals, run_name, path_name [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
runpy.py | 62 def _run_code(code, run_globals, init_globals=None, 66 if init_globals is not None: 67 run_globals.update(init_globals) 75 def _run_module_code(code, init_globals=None, 81 _run_code(code, mod_globals, init_globals, 164 def run_module(mod_name, init_globals=None, 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): 240 return _run_module_code(code, init_globals, run_name, path_name [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
runpy.py | 62 def _run_code(code, run_globals, init_globals=None, 66 if init_globals is not None: 67 run_globals.update(init_globals) 75 def _run_module_code(code, init_globals=None, 81 _run_code(code, mod_globals, init_globals, 164 def run_module(mod_name, init_globals=None, 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): 240 return _run_module_code(code, init_globals, run_name, path_name [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
runpy.py | 62 def _run_code(code, run_globals, init_globals=None, 66 if init_globals is not None: 67 run_globals.update(init_globals) 75 def _run_module_code(code, init_globals=None, 81 _run_code(code, mod_globals, init_globals, 164 def run_module(mod_name, init_globals=None, 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): 240 return _run_module_code(code, init_globals, run_name, path_name [all...] |
/device/lge/bullhead/liblight/ |
lights.c | 53 void init_globals(void) function 227 pthread_once(&g_init, init_globals);
|
/hardware/qcom/display/msm8084/liblight/ |
lights.c | 71 void init_globals(void) function 271 pthread_once(&g_init, init_globals);
|
/hardware/qcom/display/msm8226/liblight/ |
lights.c | 71 void init_globals(void) function 290 pthread_once(&g_init, init_globals);
|
/hardware/qcom/display/msm8994/liblight/ |
lights.c | 72 void init_globals(void) function 291 pthread_once(&g_init, init_globals);
|
/hardware/qcom/display/msm8996/liblight/ |
lights.c | 72 void init_globals(void) function 300 pthread_once(&g_init, init_globals);
|
/device/huawei/angler/liblight/ |
lights.c | 88 void init_globals(void) function 348 pthread_once(&g_init, init_globals);
|
/hardware/qcom/display/msm8909/liblight/ |
lights.c | 75 void init_globals(void) function 319 pthread_once(&g_init, init_globals);
|
/hardware/qcom/display/msm8960/liblight/ |
lights.c | 76 void init_globals(void) function 299 pthread_once(&g_init, init_globals);
|
/device/google/marlin/liblight/ |
lights.c | 99 void init_globals(void) function 369 pthread_once(&g_init, init_globals);
|
/external/mesa3d/src/gallium/tests/trivial/ |
compute.c | 408 static void init_globals(struct context *ctx, const int *slots, function 646 init_globals(ctx, (int []){ 0, 1, 2, 3, -1 }, function [all...] |