Home
last modified time | relevance | path

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

12

/third_party/python/Lib/wsgiref/
Dutil.py42 def guess_scheme(environ): argument
50 def application_uri(environ): argument
70 def request_uri(environ, include_query=True): argument
83 def shift_path_info(environ): argument
124 def setup_testing_defaults(environ): argument
Dsimple_server.py138 def demo_app(environ,start_response): argument
Dhandlers.py385 def error_output(self, environ, start_response): argument
447 def __init__(self,stdin,stdout,stderr,environ, argument
/third_party/grpc/tools/run_tests/generated/
Dconfigs.json7 "environ": { object
17 "environ": { object
24 "environ": { object
40 "environ": { object
49 "environ": { object
55 "environ": { object
/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
35 def test_username_falls_back_to_pwd(self, environ): argument
Dtest_wsgiref.py51 def hello_app(environ,start_response): argument
59 def header_app(environ, start_response): argument
164 def bad_app(environ,start_response): argument
179 def bad_app(environ, start_response): argument
261 def app(environ, start_response): argument
/third_party/boost/tools/build/src/util/
Dos_j.py23 def environ(keys): function
/third_party/python/Tools/scripts/
Dserve.py13 def app(environ, respond): argument
/third_party/python/Lib/
Dcgi.py121 def parse(fp=None, environ=os.environ, keep_blank_values=0, argument
323 environ=os.environ, keep_blank_values=0, strict_parsing=0, argument
606 def read_multi(self, environ, keep_blank_values, strict_parsing): argument
845 def test(environ=os.environ): argument
898 def print_environ(environ=os.environ): argument
/third_party/grpc/tools/run_tests/artifacts/
Dpackage_targets.py27 environ={}, argument
55 environ=None, argument
Dartifact_targets.py29 environ={}, argument
68 environ={}, argument
Ddistribtest_targets.py27 environ={}, argument
59 environ=None, argument
/third_party/musl/libc-test/src/functionalext/supplement/process/
Dfexecve.c31 char *environ[] = {0, NULL}; in fexecve_0100() local
/third_party/googletest/googlemock/test/
Dgmock_test_utils.py98 environ = gtest_test_utils.environ variable
Dgmock_leak_test.py41 environ = gmock_test_utils.environ variable
/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
Dgoogletest-catch-exceptions-test.py56 environ = gtest_test_utils.environ variable
Dgtest_test_utils.py59 environ = os.environ.copy() variable
/third_party/node/test/sequential/
Dtest-util-debug.js58 function test(environ, shouldWrite, section, forceColors = false) { argument
/third_party/harfbuzz/util/
Dhelper-cairo-ansi.cc48 gchar **environ; in chafa_print_image_rgb24() local
/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/boost/libs/program_options/src/
Dparsers.cpp52 #define environ (*_NSGetEnviron()) macro
/third_party/boost/tools/build/src/engine/
Dvariable.cpp231 char * environ[ 2 ] = { 0 }; /* NULL-terminated */ in var_get() local

12