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

1 2 3 4 56 7 8

  /external/v8/tools/clang/scripts/
package.py 45 stdin=open(os.devnull), stdout=subprocess.PIPE,
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
process.py 250 sys.stdin = open(os.devnull)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
ntpath.py 21 "extsep","devnull","realpath","supports_unicode_filenames","relpath"]
36 devnull = 'nul' variable
posixpath.py 34 "devnull","realpath","supports_unicode_filenames","relpath"]
44 devnull = '/dev/null' variable
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
process.py 250 sys.stdin = open(os.devnull)
  /prebuilts/gdb/linux-x86/lib/python2.7/
ntpath.py 21 "extsep","devnull","realpath","supports_unicode_filenames","relpath"]
36 devnull = 'nul' variable
posixpath.py 34 "devnull","realpath","supports_unicode_filenames","relpath"]
44 devnull = '/dev/null' variable
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/libcxx/test/
format.py 246 cmd, out, err, rc = test_cxx.compile(source_path, out=os.devnull)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
process.py 250 sys.stdin = open(os.devnull)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ntpath.py 21 "extsep","devnull","realpath","supports_unicode_filenames","relpath"]
36 devnull = 'nul' variable
posixpath.py 34 "devnull","realpath","supports_unicode_filenames","relpath"]
44 devnull = '/dev/null' variable
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
process.py 250 sys.stdin = open(os.devnull)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ntpath.py 21 "extsep","devnull","realpath","supports_unicode_filenames","relpath"]
36 devnull = 'nul' variable
posixpath.py 34 "devnull","realpath","supports_unicode_filenames","relpath"]
44 devnull = '/dev/null' variable
  /cts/apps/CameraITS/pymodules/its/
device.py     [all...]
  /external/trappy/trappy/
ftrace.py 736 with open(os.devnull) as devnull:
738 out = check_output(cmd, stderr=devnull)
  /external/python/cpython3/Lib/test/
test_bz2.py 99 self.assertRaises(ValueError, BZ2File, os.devnull, "z")
100 self.assertRaises(ValueError, BZ2File, os.devnull, "rx")
101 self.assertRaises(ValueError, BZ2File, os.devnull, "rbt")
102 self.assertRaises(ValueError, BZ2File, os.devnull, compresslevel=0)
103 self.assertRaises(ValueError, BZ2File, os.devnull, compresslevel=10)
    [all...]
test_kqueue.py 26 fd = os.open(os.devnull, os.O_WRONLY)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
ntpath.py 35 "extsep","devnull","realpath","supports_unicode_filenames","relpath"]
50 devnull = 'nul' variable
  /external/autotest/server/
autotest.py     [all...]
  /external/clang/utils/perf-training/
perf-helper.py 157 cc1_env["LLVM_PROFILE_FILE"] = os.devnull
  /external/python/cpython2/Lib/
ntpath.py 22 "extsep","devnull","realpath","supports_unicode_filenames","relpath"]
37 devnull = 'nul' variable
  /external/python/cpython3/Lib/multiprocessing/
util.py 361 # Close sys.stdin and replace stdin with os.devnull
374 fd = os.open(os.devnull, os.O_RDONLY)
  /external/python/cpython3/Lib/
posixpath.py 25 "devnull","realpath","supports_unicode_filenames","relpath",
37 devnull = '/dev/null' variable
  /external/scapy/scapy/
utils.py     [all...]

Completed in 1074 milliseconds

1 2 3 4 56 7 8