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

  /external/chromium/third_party/libjingle/source/talk/
main.scons 13 # the new environment object to the envs list otherwise it will not be included
35 envs = [] variable
199 envs.append(win_dbg_env)
214 envs.append(win_coverage_env)
235 envs.append(win_opt_env)
321 envs.append(mac_dbg_env)
337 envs.append(mac_opt_env)
414 envs.append(linux_dbg_env)
425 envs.append(linux_opt_env)
429 # TODO(): Clone linux envs for 64bit. See 'variant' documentation
    [all...]
  /system/core/include/private/pixelflinger/
ggl_context.h 191 const uint32_t envs[] = { GGL_REPLACE, GGL_MODULATE, local
193 return envs[n];

Completed in 610 milliseconds