Home
last modified time | relevance | path

Searched refs:devnull (Results 1 – 25 of 141) sorted by relevance

123456

/external/perfetto/gn/standalone/toolchain/
Dlinux_find_llvm.py20 devnull = open(os.devnull, 'w')
22 if subprocess.call(['which', clang], stdout=devnull, stderr=devnull) != 0:
/external/libvpx/libvpx/test/
Dstress.sh37 && eval "curl --retry 1 -L -o $1 ${DATA_URL}${root} ${devnull}")
96 "${enc_args}" ${devnull} &
106 "${enc_args}" ${devnull} &
121 "-o ${VPX_TEST_OUTPUT_DIR}/${i}.rt.webm" ${devnull} &
127 eval "${decoder}" "-t ${threads}" "${webm}" "--noblit" ${devnull} &
Dvpxdec.sh40 cat "${input}" | eval "${VPX_TEST_PREFIX}" "${decoder}" - "$@" ${devnull}
50 eval "${VPX_TEST_PREFIX}" "${decoder}" "$input" "$@" ${devnull}
/external/libaom/libaom/test/
Dlightfield_test.sh45 "${lf_height}" "${lf_blocksize}" ${devnull}
60 "${num_references}" "${tl_text_file}" ${devnull}
73 "${num_references}" "${num_tile_lists}" ${devnull}
86 "${num_references}" "${tl_text_file}" ${devnull}
Ddump_obu.sh54 ${devnull}
65 eval $(aom_tool_path dump_obu) "${dump_obu_test_file}" ${devnull}
/external/skia/tools/
Dgit-sync-deps49 with open(os.devnull, 'w') as devnull:
52 subprocess.call([git, '--version'], stdout=devnull)
145 with open(os.devnull, 'w') as devnull:
149 cwd=directory, stderr=devnull):
/external/skqp/tools/
Dgit-sync-deps49 with open(os.devnull, 'w') as devnull:
52 subprocess.call([git, '--version'], stdout=devnull)
145 with open(os.devnull, 'w') as devnull:
149 cwd=directory, stderr=devnull):
/external/python/cpython2/Lib/
Dwebbrowser.py226 inout = file(os.devnull, "r+")
357 devnull = file(os.devnull, "r+")
366 close_fds=True, stdin=devnull,
367 stdout=devnull, stderr=devnull)
378 close_fds=True, stdin=devnull,
379 stdout=devnull, stderr=devnull,
391 close_fds=True, stdin=devnull,
392 stdout=devnull, stderr=devnull,
/external/autotest/client/site_tests/firmware_TouchMTB/tools/
Dmtplot_play.py49 devnull = open(os.devnull, 'w')
50 proc = subprocess.Popen(mtplot_cmd.split(), stdout=devnull)
70 devnull.close()
/external/perfetto/gn/standalone/
Dbuild_tool_wrapper.py50 devnull = open(os.devnull, 'wb')
51 stdout = devnull if args.suppress_stdout else None
52 stderr = devnull if args.suppress_stderr else None
/external/autotest/client/bin/
Dautotestd_monitor18 devnull = open(os.devnull, 'w') variable
26 return subprocess.Popen(argv, stderr=devnull)
28 return subprocess.Popen(argv, stdout=outstream, stderr=devnull)
/external/python/cpython3/Lib/
Dwebbrowser.py346 devnull = subprocess.DEVNULL
350 close_fds=True, stdin=devnull,
351 stdout=devnull, stderr=devnull)
362 close_fds=True, stdin=devnull,
363 stdout=devnull, stderr=devnull,
375 close_fds=True, stdin=devnull,
376 stdout=devnull, stderr=devnull,
/external/ImageMagick/PerlMagick/quantum/
DMakefile.PL.in26 use File::Spec::Functions qw/catfile catdir devnull catpath splitpath/;
31 my $devnull = devnull(); function
38 my $conf = `identify -list Configure 2>$devnull` || `convert -list Configure 2>$devnull`;
82 system("pexports \"$d\" >\"$wrkdir/libMagickCore.def\" 2>$devnull");
88 …em("dlltool -D \"$d\" -d \"$wrkdir/libMagickCore.def\" -l \"$wrkdir/libMagickCore.a\" 2>$devnull");
131 my $devnull = devnull(); function
132 my $conf = `identify -list Configure 2>$devnull` || `convert -list Configure 2>$devnull`;
/external/ImageMagick/PerlMagick/default/
DMakefile.PL.in26 use File::Spec::Functions qw/catfile catdir devnull catpath splitpath/;
31 my $devnull = devnull(); function
38 my $conf = `identify -list Configure 2>$devnull` || `convert -list Configure 2>$devnull`;
82 system("pexports \"$d\" >\"$wrkdir/libMagickCore.def\" 2>$devnull");
88 …em("dlltool -D \"$d\" -d \"$wrkdir/libMagickCore.def\" -l \"$wrkdir/libMagickCore.a\" 2>$devnull");
131 my $devnull = devnull(); function
132 my $conf = `identify -list Configure 2>$devnull` || `convert -list Configure 2>$devnull`;
/external/ImageMagick/PerlMagick/
DMakefile.PL.in26 use File::Spec::Functions qw/catfile catdir devnull catpath splitpath/;
31 my $devnull = devnull(); function
38 my $conf = `identify -list Configure 2>$devnull` || `convert -list Configure 2>$devnull`;
82 system("pexports \"$d\" >\"$wrkdir/libMagickCore.def\" 2>$devnull");
88 …em("dlltool -D \"$d\" -d \"$wrkdir/libMagickCore.def\" -l \"$wrkdir/libMagickCore.a\" 2>$devnull");
131 my $devnull = devnull(); function
132 my $conf = `identify -list Configure 2>$devnull` || `convert -list Configure 2>$devnull`;
/external/scapy/scapy/
Dconsts.py33 with open(os.devnull, 'wb') as devnull:
34 … r = subprocess.check_call(["pdflatex", "--version"], stdout=devnull, stderr=subprocess.STDOUT)
/external/python/cpython3/Lib/test/
Dtest_keyword.py117 self.assertEqual((0, b''), self._generate_keywords(os.devnull,
122 rc, stderr = self._generate_keywords(os.devnull, os.devnull)
132 rc, stderr = self._generate_keywords(os.devnull, NONEXISTENT_FILE)
Dtest_ensurepip.py27 real_devnull = os.devnull
31 patched_os.devnull = real_devnull
147 self.assertEqual(self.os_environ["PIP_CONFIG_FILE"], os.devnull)
241 self.assertEqual(self.os_environ["PIP_CONFIG_FILE"], os.devnull)
/external/wpa_supplicant_8/src/utils/
Dos_unix.c192 int devnull; in os_daemon() local
197 devnull = open("/dev/null", O_RDWR); in os_daemon()
198 if (devnull < 0) in os_daemon()
201 if (dup2(devnull, STDIN_FILENO) < 0) { in os_daemon()
202 close(devnull); in os_daemon()
206 if (dup2(devnull, STDOUT_FILENO) < 0) { in os_daemon()
207 close(devnull); in os_daemon()
211 if (dup2(devnull, STDERR_FILENO) < 0) { in os_daemon()
212 close(devnull); in os_daemon()
/external/autotest/client/site_tests/platform_DebugDaemonGetPerfData/
Dplatform_DebugDaemonGetPerfData.py137 devnull = open('/dev/null', 'w')
143 process = subprocess.Popen(cmd, stdout=devnull, shell=True)
154 devnull.close()
/external/skqp/tools/skqp/
Dmake_universal_apk.py59 with open(os.devnull, 'w') as devnull:
61 stdout=devnull, stderr=devnull)
/external/skia/tools/skqp/
Dmake_universal_apk.py59 with open(os.devnull, 'w') as devnull:
61 stdout=devnull, stderr=devnull)
/external/libaom/libaom/build/cmake/
Diosbuild.sh17 devnull='> /dev/null 2>&1'
62 ${devnull}
64 eval make dist ${devnull}
319 devnull=
/external/python/cpython2/Lib/ctypes/
Dutil.py125 null = open(os.devnull, "wb")
172 null = open(os.devnull, 'wb')
204 null = open(os.devnull, 'wb')
258 null = open(os.devnull, 'wb')
/external/libvpx/libvpx/build/make/
Diosbuild.sh18 devnull='> /dev/null 2>&1'
62 ${devnull}
64 eval make dist ${devnull}
319 devnull=

123456