HomeSort by relevance Sort by last modified time
    Searched refs:init_globals (Results 1 - 8 of 8) sorted by null

  /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/hammerhead/liblight/
lights.c 53 void init_globals(void) function
227 pthread_once(&g_init, init_globals);
  /hardware/qcom/display/msm8960/liblight/
lights.c 75 void init_globals(void) function
299 pthread_once(&g_init, init_globals);
  /hardware/qcom/display/msm8974/liblight/
lights.c 75 void init_globals(void) function
299 pthread_once(&g_init, init_globals);
  /hardware/qcom/display/msm8x26/liblight/
lights.c 75 void init_globals(void) function
299 pthread_once(&g_init, init_globals);
  /external/chromium_org/third_party/mesa/src/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...]
  /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...]

Completed in 823 milliseconds