HomeSort by relevance Sort by last modified time
    Searched refs:devnull (Results 151 - 175 of 188) sorted by null

1 2 3 4 5 67 8

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_os.py 507 f = file(os.devnull, 'w')
510 f = file(os.devnull, 'r')
  /external/python/cpython2/Lib/test/
test_os.py 528 f = file(os.devnull, 'w')
531 f = file(os.devnull, 'r')
    [all...]
  /external/v8/tools/
callstats.py 69 with open(os.devnull, 'w') as null:
198 with open(args.log_stderr or os.devnull, 'at') as err:
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_os.py 526 f = file(os.devnull, 'w')
529 f = file(os.devnull, 'r')
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_os.py 526 f = file(os.devnull, 'w')
529 f = file(os.devnull, 'r')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_os.py 526 f = file(os.devnull, 'w')
529 f = file(os.devnull, 'r')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_os.py 526 f = file(os.devnull, 'w')
529 f = file(os.devnull, 'r')
    [all...]
  /external/autotest/client/common_lib/
utils.py 81 DEVNULL = object()
106 if stream is DEVNULL:
143 DEVNULL.
153 If DEVNULL is given, the stdout of the subprocess
178 DEVNULL, otherwise InvalidBgJobCall is raised.
186 if (unjoinable and (stdout_tee != DEVNULL or stderr_tee != DEVNULL)):
188 'stdout_tee and stderr_tee must be DEVNULL for '
223 with open('/dev/null', 'w') as devnull:
227 stdout=devnull if stdout_tee == DEVNULL else subprocess.PIPE
    [all...]
utils_unittest.py 581 stdin=open(os.devnull, 'r'),
583 stderr=open(os.devnull, 'w'))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
os.py 15 - os.devnull is the file path of the null device ('/dev/null', etc.)
32 "defpath", "name", "path", "devnull",
135 devnull)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
os.py 28 - os.devnull is the file path of the null device ('/dev/null', etc.)
45 "defpath", "name", "path", "devnull",
148 devnull)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
os.py 15 - os.devnull is the file path of the null device ('/dev/null', etc.)
32 "defpath", "name", "path", "devnull",
121 devnull)
platform.py 122 DEV_NULL = os.devnull
124 # os.devnull was added in Python 2.4, so emulate it for earlier
    [all...]
  /external/python/cpython2/Lib/
os.py 15 - os.devnull is the file path of the null device ('/dev/null', etc.)
32 "defpath", "name", "path", "devnull",
121 devnull)
platform.py 124 DEV_NULL = os.devnull
126 # os.devnull was added in Python 2.4, so emulate it for earlier
    [all...]
  /external/python/cpython3/Lib/
ntpath.py 19 "extsep","devnull","realpath","supports_unicode_filenames","relpath",
31 devnull = 'nul' variable
os.py 15 - os.devnull is the file path of the null device ('/dev/null', etc.)
33 "defpath", "name", "path", "devnull", "SEEK_SET", "SEEK_CUR",
93 devnull)
    [all...]
platform.py 124 DEV_NULL = os.devnull
126 # os.devnull was added in Python 2.4, so emulate it for earlier
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
os.py 15 - os.devnull is the file path of the null device ('/dev/null', etc.)
32 "defpath", "name", "path", "devnull",
121 devnull)
  /prebuilts/gdb/linux-x86/lib/python2.7/
os.py 15 - os.devnull is the file path of the null device ('/dev/null', etc.)
32 "defpath", "name", "path", "devnull",
121 devnull)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
os.py 15 - os.devnull is the file path of the null device ('/dev/null', etc.)
32 "defpath", "name", "path", "devnull",
121 devnull)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
os.py 15 - os.devnull is the file path of the null device ('/dev/null', etc.)
32 "defpath", "name", "path", "devnull",
121 devnull)
  /external/python/cpython3/Lib/test/
test_subprocess.py 595 stdout=subprocess.DEVNULL)
604 stderr=subprocess.DEVNULL)
612 stdin=subprocess.DEVNULL)
    [all...]
  /external/python/cpython3/Lib/test/test_asyncio/
test_unix_events.py 349 lambda: None, os.devnull, sock=object())
362 lambda: None, os.devnull, server_hostname='spam')
369 lambda: None, os.devnull, ssl=True)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
platform.py 122 DEV_NULL = os.devnull
124 # os.devnull was added in Python 2.4, so emulate it for earlier
    [all...]

Completed in 1925 milliseconds

1 2 3 4 5 67 8