HomeSort by relevance Sort by last modified time
    Searched refs:environ (Results 176 - 200 of 1441) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/test/
gtest_catch_exceptions_test.py 60 environ = gtest_test_utils.environ variable
71 [EXE_PATH, LIST_TESTS_FLAG], env=environ).output
76 BINARY_OUTPUT = gtest_test_utils.Subprocess([EXE_PATH], env=environ).output
79 [EX_EXE_PATH], env=environ).output
229 env=environ).output
  /art/tools/
generate_cmake_lists.py 42 path_to_top = os.environ.get('ANDROID_BUILD_TOP')
66 os.environ['SOONG_GEN_CMAKEFILES']='1'
67 os.environ['SOONG_GEN_CMAKEFILES_DEBUG']='1'
  /bionic/libc/tools/
check-symbols.py 10 toolchain = os.environ['ANDROID_TOOLCHAIN']
31 path = '%s/development/ndk/platforms/android-%s/arch-%s/symbols/%s.so.%s.txt' % (os.environ['ANDROID_BUILD_TOP'], api, arch, library, functions_or_variables)
45 so_file = '%s/system/%s/%s.so' % (os.environ['ANDROID_PRODUCT_OUT'], lib_dir, library)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_cgi.py 110 def gen_result(data, environ):
113 form = cgi.FieldStorage(fp=fake_stdin, environ=environ)
134 fs = cgi.FieldStorage(environ=env)
224 fs = cgi.FieldStorage(fp=f, environ=env)
253 fs = cgi.FieldStorage(fp=StringIO(postdata), environ=env)
272 environ = {
278 v = gen_result(data, environ)
297 environ = {
303 v = gen_result(data, environ)
    [all...]
test_time.py 140 from os import environ
155 org_TZ = environ.get('TZ',None)
160 environ['TZ'] = eastern
162 environ['TZ'] = utc
172 environ['TZ'] = eastern
184 environ['TZ'] = victoria
199 environ['TZ'] = org_TZ
200 elif environ.has_key('TZ'):
201 del environ['TZ']
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/wsgiref/
handlers.py 56 # by default it's a copy of 'os.environ' as of import time, but you can
58 os_environ = dict(os.environ.items())
85 self.result = application(self.environ, self.start_response)
99 env = self.environ = self.os_environ.copy()
134 return guess_scheme(self.environ)
259 self.result = self.headers = self.status = self.environ = None
280 return self.environ['SERVER_PROTOCOL'].upper() != 'HTTP/0.9'
303 self.result = self.error_output(self.environ, self.start_response)
307 def error_output(self, environ, start_response):
352 """Override in subclass to insert CGI variables in 'self.environ'"""
    [all...]
  /external/googletest/
run_tests.py 56 test_location = os.path.join(os.environ['ANDROID_HOST_OUT'], 'bin')
58 data_dir = os.path.join(os.environ['OUT'], 'data')
77 device_dir = test_location.replace(os.environ['OUT'], '')
  /external/python/cpython2/Lib/
_osx_support.py 33 os.environ['PATH']. Returns the complete filename or None if not found.
36 path = os.environ['PATH']
161 if 'CC' in os.environ:
198 if cv in _config_vars and cv not in os.environ:
211 if cv in _config_vars and cv not in os.environ:
232 if 'CC' in os.environ:
252 if cv in _config_vars and cv not in os.environ:
265 if 'ARCHFLAGS' in os.environ:
266 arch = os.environ['ARCHFLAGS']
296 if cv in _config_vars and cv not in os.environ
    [all...]
  /external/python/cpython2/Lib/wsgiref/
handlers.py 56 # by default it's a copy of 'os.environ' as of import time, but you can
58 os_environ = dict(os.environ.items())
85 self.result = application(self.environ, self.start_response)
99 env = self.environ = self.os_environ.copy()
136 return guess_scheme(self.environ)
261 self.result = self.headers = self.status = self.environ = None
282 return self.environ['SERVER_PROTOCOL'].upper() != 'HTTP/0.9'
305 self.result = self.error_output(self.environ, self.start_response)
309 def error_output(self, environ, start_response):
354 """Override in subclass to insert CGI variables in 'self.environ'"""
    [all...]
  /external/python/cpython2/Mac/Tools/
pythonw.c 31 extern char** environ;
171 &spawnattr, argv, environ);
175 execve(exec_path, argv, environ);
  /external/python/cpython3/Lib/
_osx_support.py 33 os.environ['PATH']. Returns the complete filename or None if not found.
36 path = os.environ['PATH']
161 if 'CC' in os.environ:
198 if cv in _config_vars and cv not in os.environ:
211 if cv in _config_vars and cv not in os.environ:
232 if 'CC' in os.environ:
252 if cv in _config_vars and cv not in os.environ:
265 if 'ARCHFLAGS' in os.environ:
266 arch = os.environ['ARCHFLAGS']
296 if cv in _config_vars and cv not in os.environ
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_osx_support.py 33 os.environ['PATH']. Returns the complete filename or None if not found.
36 path = os.environ['PATH']
161 if 'CC' in os.environ:
198 if cv in _config_vars and cv not in os.environ:
211 if cv in _config_vars and cv not in os.environ:
232 if 'CC' in os.environ:
246 if cv in _config_vars and cv not in os.environ:
259 if 'ARCHFLAGS' in os.environ:
260 arch = os.environ['ARCHFLAGS']
290 if cv in _config_vars and cv not in os.environ
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/wsgiref/
handlers.py 56 # by default it's a copy of 'os.environ' as of import time, but you can
58 os_environ = dict(os.environ.items())
85 self.result = application(self.environ, self.start_response)
99 env = self.environ = self.os_environ.copy()
136 return guess_scheme(self.environ)
261 self.result = self.headers = self.status = self.environ = None
282 return self.environ['SERVER_PROTOCOL'].upper() != 'HTTP/0.9'
305 self.result = self.error_output(self.environ, self.start_response)
309 def error_output(self, environ, start_response):
354 """Override in subclass to insert CGI variables in 'self.environ'"""
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
_osx_support.py 33 os.environ['PATH']. Returns the complete filename or None if not found.
36 path = os.environ['PATH']
161 if 'CC' in os.environ:
198 if cv in _config_vars and cv not in os.environ:
211 if cv in _config_vars and cv not in os.environ:
232 if 'CC' in os.environ:
246 if cv in _config_vars and cv not in os.environ:
259 if 'ARCHFLAGS' in os.environ:
260 arch = os.environ['ARCHFLAGS']
290 if cv in _config_vars and cv not in os.environ
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/wsgiref/
handlers.py 56 # by default it's a copy of 'os.environ' as of import time, but you can
58 os_environ = dict(os.environ.items())
85 self.result = application(self.environ, self.start_response)
99 env = self.environ = self.os_environ.copy()
136 return guess_scheme(self.environ)
261 self.result = self.headers = self.status = self.environ = None
282 return self.environ['SERVER_PROTOCOL'].upper() != 'HTTP/0.9'
305 self.result = self.error_output(self.environ, self.start_response)
309 def error_output(self, environ, start_response):
354 """Override in subclass to insert CGI variables in 'self.environ'"""
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_osx_support.py 33 os.environ['PATH']. Returns the complete filename or None if not found.
36 path = os.environ['PATH']
161 if 'CC' in os.environ:
198 if cv in _config_vars and cv not in os.environ:
211 if cv in _config_vars and cv not in os.environ:
232 if 'CC' in os.environ:
246 if cv in _config_vars and cv not in os.environ:
259 if 'ARCHFLAGS' in os.environ:
260 arch = os.environ['ARCHFLAGS']
290 if cv in _config_vars and cv not in os.environ
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
handlers.py 56 # by default it's a copy of 'os.environ' as of import time, but you can
58 os_environ = dict(os.environ.items())
85 self.result = application(self.environ, self.start_response)
99 env = self.environ = self.os_environ.copy()
136 return guess_scheme(self.environ)
261 self.result = self.headers = self.status = self.environ = None
282 return self.environ['SERVER_PROTOCOL'].upper() != 'HTTP/0.9'
305 self.result = self.error_output(self.environ, self.start_response)
309 def error_output(self, environ, start_response):
354 """Override in subclass to insert CGI variables in 'self.environ'"""
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_osx_support.py 33 os.environ['PATH']. Returns the complete filename or None if not found.
36 path = os.environ['PATH']
161 if 'CC' in os.environ:
198 if cv in _config_vars and cv not in os.environ:
211 if cv in _config_vars and cv not in os.environ:
232 if 'CC' in os.environ:
246 if cv in _config_vars and cv not in os.environ:
259 if 'ARCHFLAGS' in os.environ:
260 arch = os.environ['ARCHFLAGS']
290 if cv in _config_vars and cv not in os.environ
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
handlers.py 56 # by default it's a copy of 'os.environ' as of import time, but you can
58 os_environ = dict(os.environ.items())
85 self.result = application(self.environ, self.start_response)
99 env = self.environ = self.os_environ.copy()
136 return guess_scheme(self.environ)
261 self.result = self.headers = self.status = self.environ = None
282 return self.environ['SERVER_PROTOCOL'].upper() != 'HTTP/0.9'
305 self.result = self.error_output(self.environ, self.start_response)
309 def error_output(self, environ, start_response):
354 """Override in subclass to insert CGI variables in 'self.environ'"""
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
lpwatch.py 16 thisuser = os.environ['LOGNAME']
18 thisuser = os.environ['USER']
27 if os.environ.has_key('PRINTER'):
28 printers = [os.environ['PRINTER']]
  /external/autotest/client/deps/camera_hal3/
camera_hal3.py 14 src_path = os.path.join(os.environ['SYSROOT'], 'usr', 'bin')
  /external/autotest/client/deps/pgpool/
pgpool.py 17 # os.environ['AUTODIR']
19 % (topdir, os.environ['AUTODIR']))
  /external/chromium-trace/catapult/common/py_utils/py_utils/
xvfb.py 24 os.environ['DISPLAY'] = display
  /external/clang/
compiler_wrapper 18 gomacc = os.environ.get('GOMACC_PATH')
  /external/dtc/pylibfdt/
setup.py 94 files = os.environ.get('SOURCES', '').split()
95 cflags = os.environ.get('CPPFLAGS', '').split()
96 objdir = os.environ.get('OBJDIR')
97 version = os.environ.get('VERSION')

Completed in 597 milliseconds

1 2 3 4 5 6 78 91011>>