Home
last modified time | relevance | path

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

12

/third_party/python/Lib/wsgiref/
Dutil.py29 def guess_scheme(environ): argument
37 def application_uri(environ): argument
57 def request_uri(environ, include_query=True): argument
70 def shift_path_info(environ): argument
111 def setup_testing_defaults(environ): argument
Dsimple_server.py138 def demo_app(environ,start_response): argument
Dhandlers.py384 def error_output(self, environ, start_response): argument
446 def __init__(self,stdin,stdout,stderr,environ, argument
Dvalidate.py298 def check_environ(environ): argument
/third_party/python/Lib/test/
Dtest_getpass.py20 def test_username_takes_username_from_env(self, environ): argument
25 def test_username_priorities_of_env_values(self, environ): argument
38 def test_username_falls_back_to_pwd(self, environ): argument
Dtest_wsgiref.py50 def hello_app(environ,start_response): argument
58 def header_app(environ, start_response): argument
148 def bad_app(environ,start_response): argument
163 def bad_app(environ, start_response): argument
245 def app(environ, start_response): argument
Dtest_cgi.py106 def gen_result(data, environ): argument
/third_party/python/Lib/
Dcgi.py129 def parse(fp=None, environ=os.environ, keep_blank_values=0, argument
331 environ=os.environ, keep_blank_values=0, strict_parsing=0, argument
614 def read_multi(self, environ, keep_blank_values, strict_parsing): argument
853 def test(environ=os.environ): argument
906 def print_environ(environ=os.environ): argument
/third_party/googletest/googlemock/test/
Dgmock_test_utils.py86 environ = gtest_test_utils.environ variable
Dgmock_leak_test.py41 environ = gmock_test_utils.environ variable
/third_party/musl/libc-test/src/functionalext/supplement/process/
Dfexecve.c31 char *environ[] = {0, NULL}; in fexecve_0100() local
/third_party/googletest/googletest/test/
Dgoogletest-env-var-test.py43 environ = os.environ.copy() variable
Dgoogletest-break-on-failure-unittest.py65 environ = gtest_test_utils.environ variable
Dgtest_test_utils.py53 environ = os.environ.copy() variable
Dgoogletest-catch-exceptions-test.py56 environ = gtest_test_utils.environ variable
Dgoogletest-failfast-unittest.py77 environ = os.environ.copy() variable
Dgoogletest-filter-unittest.py174 environ = os.environ.copy() variable
/third_party/node/test/sequential/
Dtest-util-debug.js58 function test(environ, shouldWrite, section, forceColors = false) { argument
/third_party/skia/third_party/externals/harfbuzz/util/
Dhelper-cairo-ansi.hh53 gchar **environ; in chafa_print_image_rgb24() local
/third_party/pulseaudio/src/pulsecore/
Dproplist-util.c33 #define environ (*_NSGetEnviron()) macro
/third_party/alsa-lib/src/ucm/
Ducm_exec.c39 #define environ NULL /* XXX */ macro
/third_party/python/Lib/test/test_asyncio/
Dutils.py179 def loop(environ): argument
186 def app(environ, start_response): argument
/third_party/skia/third_party/externals/angle2/util/posix/
Dtest_utils_posix.cpp511 char **environ = *_NSGetEnviron(); in InitMetalFileAPIHooking() local
/third_party/node/deps/uv/src/unix/
Dprocess.c47 # define environ (*_NSGetEnviron()) macro
/third_party/libuv/src/unix/
Dprocess.c47 # define environ (*_NSGetEnviron()) macro

12