Home
last modified time | relevance | path

Searched defs:environ (Results 1 – 13 of 13) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/wsgiref/
Dutil.py35 def guess_scheme(environ): argument
43 def application_uri(environ): argument
63 def request_uri(environ, include_query=1): argument
76 def shift_path_info(environ): argument
117 def setup_testing_defaults(environ): argument
Dsimple_server.py128 def demo_app(environ,start_response): argument
Dhandlers.py307 def error_output(self, environ, start_response): argument
369 def __init__(self,stdin,stdout,stderr,environ, argument
Dvalidate.py290 def check_environ(environ): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dserve.py13 def app(environ, respond): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dcgi.py125 def parse(fp=None, environ=os.environ, keep_blank_values=0, strict_parsing=0): argument
397 environ=os.environ, keep_blank_values=0, strict_parsing=0): argument
618 def read_multi(self, environ, keep_blank_values, strict_parsing): argument
788 def __init__(self, environ=os.environ, keep_blank_values=0, strict_parsing=0): argument
883 def test(environ=os.environ): argument
936 def print_environ(environ=os.environ): argument
Dos.py305 environ = {} variable
414 def __init__(self, environ): argument
467 def __init__(self, environ): argument
508 environ = _Environ(environ) variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
Dos.py334 environ = {} variable
443 def __init__(self, environ): argument
496 def __init__(self, environ): argument
537 environ = _Environ(environ) variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
Dos.py319 environ = {} variable
428 def __init__(self, environ): argument
481 def __init__(self, environ): argument
522 environ = _Environ(environ) variable
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DLongFilePathOs.py61 environ = os.environ variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_cgi.py110 def gen_result(data, environ): argument
Dtest_wsgiref.py45 def hello_app(environ,start_response): argument
150 def bad_app(environ,start_response): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dposixmodule.c465 static char **environ; variable