HomeSort by relevance Sort by last modified time
    Searched defs:environ (Results 26 - 50 of 93) sorted by null

12 3 4

  /external/v8/testing/gtest/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
gtest_test_utils.py 62 environ = os.environ.copy() variable
69 environ[env_var] = value
70 elif env_var in environ:
71 del environ[env_var]
98 if flag.upper() in os.environ:
99 _flag_map[flag] = os.environ[flag.upper()]
256 # Changes made by os.environ.clear are not inheritable by child
265 # current 'os.environ' for compatibility with the subprocess.Popen
268 old_environ = os.environ.copy(
    [all...]
gtest_filter_unittest.py 57 # os.environ. We then use 'eval' to parse the child's output so that an
59 os.environ['EMPTY_VAR'] = ''
61 [sys.executable, '-c', 'import os; print \'EMPTY_VAR\' in os.environ'])
68 # is NO LONGER in os.environ.
71 os.environ['UNSET_VAR'] = 'X'
72 del os.environ['UNSET_VAR']
74 [sys.executable, '-c', 'import os; print \'UNSET_VAR\' not in os.environ'])
166 environ = os.environ.copy() variable
173 environ[env_var] = valu
    [all...]
  /external/vulkan-validation-layers/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
gtest_test_utils.py 62 environ = os.environ.copy() variable
69 environ[env_var] = value
70 elif env_var in environ:
71 del environ[env_var]
98 if flag.upper() in os.environ:
99 _flag_map[flag] = os.environ[flag.upper()]
256 # Changes made by os.environ.clear are not inheritable by child
265 # current 'os.environ' for compatibility with the subprocess.Popen
268 old_environ = os.environ.copy(
    [all...]
gtest_filter_unittest.py 57 # os.environ. We then use 'eval' to parse the child's output so that an
59 os.environ['EMPTY_VAR'] = ''
61 [sys.executable, '-c', 'import os; print \'EMPTY_VAR\' in os.environ'])
68 # is NO LONGER in os.environ.
71 os.environ['UNSET_VAR'] = 'X'
72 del os.environ['UNSET_VAR']
74 [sys.executable, '-c', 'import os; print \'UNSET_VAR\' not in os.environ'])
166 environ = os.environ.copy() variable
173 environ[env_var] = valu
    [all...]
  /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
gtest_test_utils.py 62 environ = os.environ.copy() variable
69 environ[env_var] = value
70 elif env_var in environ:
71 del environ[env_var]
98 if flag.upper() in os.environ:
99 _flag_map[flag] = os.environ[flag.upper()]
256 # Changes made by os.environ.clear are not inheritable by child
265 # current 'os.environ' for compatibility with the subprocess.Popen
268 old_environ = os.environ.copy(
    [all...]
gtest_filter_unittest.py 57 # os.environ. We then use 'eval' to parse the child's output so that an
59 os.environ['EMPTY_VAR'] = ''
61 [sys.executable, '-c', 'import os; print \'EMPTY_VAR\' in os.environ'])
68 # is NO LONGER in os.environ.
71 os.environ['UNSET_VAR'] = 'X'
72 del os.environ['UNSET_VAR']
74 [sys.executable, '-c', 'import os; print \'UNSET_VAR\' not in os.environ'])
166 environ = os.environ.copy() variable
173 environ[env_var] = valu
    [all...]
  /bionic/libc/bionic/
exec.cpp 44 extern "C" char** environ; variable
67 char** argp = (variant == kIsExecLE) ? va_arg(ap, char**) : environ;
99 return execve(name, argv, environ);
103 return execvpe(name, argv, environ);
  /build/kati/
main.cc 123 extern "C" char** environ; variable
241 for (char** p = environ; *p; p++) {
  /external/libchrome/base/process/
launch.h 119 EnvironmentMap environ; member in struct:base::LaunchOptions
122 // |environ|.
  /prebuilts/go/darwin-x86/src/runtime/
runtime1.go 91 func environ() []string { func
  /prebuilts/go/linux-x86/src/runtime/
runtime1.go 91 func environ() []string { func
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
os.py 315 # Make sure os.environ exists, at least
317 environ
319 environ = {} variable
378 env = environ
405 # Change environ to automatically call putenv() if it exists
428 def __init__(self, environ):
431 for k, v in environ.items():
481 def __init__(self, environ):
483 self.data = environ
522 environ = _Environ(environ) variable
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
os.py 330 # Make sure os.environ exists, at least
332 environ
334 environ = {} variable
393 env = environ
420 # Change environ to automatically call putenv() if it exists
443 def __init__(self, environ):
446 for k, v in environ.items():
496 def __init__(self, environ):
498 self.data = environ
537 environ = _Environ(environ) variable
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
os.py 301 # Make sure os.environ exists, at least
303 environ
305 environ = {} variable
364 env = environ
391 # Change environ to automatically call putenv() if it exists
414 def __init__(self, environ):
417 for k, v in environ.items():
467 def __init__(self, environ):
469 self.data = environ
508 environ = _Environ(environ) variable
    [all...]
  /external/ImageMagick/MagickCore/
random.c 121 #define environ (*_NSGetEnviron())
126 **environ;
538 if (environ != (char **) NULL)
546 for (i=0; environ[i] != (char *) NULL; i++)
548 SetStringInfoLength(chaos,strlen(environ[i]));
549 SetStringInfoDatum(chaos,(unsigned char *) environ[i]);
118 #define environ macro
    [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest_filter_unittest.py 57 # os.environ. We then use 'eval' to parse the child's output so that an
59 os.environ['EMPTY_VAR'] = ''
61 [sys.executable, '-c', 'import os; print \'EMPTY_VAR\' in os.environ'])
68 # is NO LONGER in os.environ.
71 os.environ['UNSET_VAR'] = 'X'
72 del os.environ['UNSET_VAR']
74 [sys.executable, '-c', 'import os; print \'UNSET_VAR\' not in os.environ'])
166 environ = os.environ.copy() variable
173 environ[env_var] = valu
    [all...]
  /external/googletest/googletest/test/
gtest_filter_unittest.py 60 # os.environ. We then use 'eval' to parse the child's output so that an
62 os.environ['EMPTY_VAR'] = ''
64 [sys.executable, '-c', 'import os; print(\'EMPTY_VAR\' in os.environ)'])
71 # is NO LONGER in os.environ.
74 os.environ['UNSET_VAR'] = 'X'
75 del os.environ['UNSET_VAR']
77 [sys.executable, '-c', 'import os; print(\'UNSET_VAR\' not in os.environ)'])
169 environ = os.environ.copy() variable
176 environ[env_var] = valu
    [all...]
  /external/protobuf/gtest/test/
gtest_filter_unittest.py 57 # os.environ. We then use 'eval' to parse the child's output so that an
59 os.environ['EMPTY_VAR'] = ''
61 [sys.executable, '-c', 'import os; print \'EMPTY_VAR\' in os.environ'])
68 # is NO LONGER in os.environ.
71 os.environ['UNSET_VAR'] = 'X'
72 del os.environ['UNSET_VAR']
74 [sys.executable, '-c', 'import os; print \'UNSET_VAR\' not in os.environ'])
166 environ = os.environ.copy() variable
173 environ[env_var] = valu
    [all...]
  /external/python/cpython2/Lib/
os.py 303 # Make sure os.environ exists, at least
305 environ
307 environ = {} variable
366 env = environ
393 # Change environ to automatically call putenv() if it exists
416 def __init__(self, environ):
419 for k, v in environ.items():
469 def __init__(self, environ):
471 self.data = environ
510 environ = _Environ(environ variable
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
os.py 301 # Make sure os.environ exists, at least
303 environ
305 environ = {} variable
364 env = environ
391 # Change environ to automatically call putenv() if it exists
414 def __init__(self, environ):
417 for k, v in environ.items():
467 def __init__(self, environ):
469 self.data = environ
508 environ = _Environ(environ variable
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
os.py 301 # Make sure os.environ exists, at least
303 environ
305 environ = {} variable
364 env = environ
391 # Change environ to automatically call putenv() if it exists
414 def __init__(self, environ):
417 for k, v in environ.items():
467 def __init__(self, environ):
469 self.data = environ
508 environ = _Environ(environ variable
    [all...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/
gtest_filter_unittest.py 57 # os.environ. We then use 'eval' to parse the child's output so that an
59 os.environ['EMPTY_VAR'] = ''
61 [sys.executable, '-c', 'import os; print \'EMPTY_VAR\' in os.environ'])
68 # is NO LONGER in os.environ.
71 os.environ['UNSET_VAR'] = 'X'
72 del os.environ['UNSET_VAR']
74 [sys.executable, '-c', 'import os; print \'UNSET_VAR\' not in os.environ'])
166 environ = os.environ.copy() variable
173 environ[env_var] = valu
    [all...]

Completed in 844 milliseconds

12 3 4