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

  /system/core/init/
init.h 108 struct svcenvinfo *envvars; member in struct:service
init_parser.c 773 ei->next = svc->envvars;
774 svc->envvars = ei;
init.c 266 for (ei = svc->envvars; ei; ei = ei->next)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
locale.py 461 def getdefaultlocale(envvars=('LC_ALL', 'LC_CTYPE', 'LANG', 'LANGUAGE')):
475 envvars parameter. The first found to be defined will be
476 used. envvars defaults to the search path used in GNU gettext;
503 for variable in envvars:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
locale.py 461 def getdefaultlocale(envvars=('LC_ALL', 'LC_CTYPE', 'LANG', 'LANGUAGE')):
475 envvars parameter. The first found to be defined will be
476 used. envvars defaults to the search path used in GNU gettext;
503 for variable in envvars:
    [all...]

Completed in 838 milliseconds