Home
last modified time | relevance | path

Searched defs:tee (Results 1 – 18 of 18) sorted by relevance

/external/llvm-project/lldb/unittests/Utility/
DStreamTeeTest.cpp17 StreamTee tee; in TEST() local
24 StreamTee tee(s1); in TEST() local
34 StreamTee tee(s1, s2); in TEST() local
71 StreamTee tee(s1, s2); in TEST() local
104 StreamTee tee(s1, s2); in TEST() local
126 StreamTee tee; in TEST() local
143 StreamTee tee(s1); in TEST() local
151 StreamTee tee; in TEST() local
160 StreamTee tee(s1); in TEST() local
176 StreamTee tee(s1); in TEST() local
/external/ltp/include/lapi/
Dtee.h27 ssize_t tee(int fd_in, int fd_out, size_t len, unsigned int flags) in tee() function
/external/vogar/src/vogar/commands/
DCommand.java54 private final PrintStream tee; field in Command
239 private PrintStream tee = null; field in Command.Builder
282 public Builder tee(PrintStream printStream) { in tee() method in Command.Builder
/external/llvm-project/openmp/runtime/tools/lib/
DBuild.pm82 sub tee($$) { subroutine
/external/guice/core/test/com/google/inject/
DPerformanceComparison.java262 final Tee tee; field in PerformanceComparison.BarImpl
265 public BarImpl(Tee tee, @I int i) { in BarImpl()
DErrorHandlingTest.java99 void tee(String s, int i) {} in tee() method in ErrorHandlingTest.Tee
/external/autotest/server/hosts/drone_api_client/
Dclient.py92 def _parse_item_and_log(item, buf, tee): argument
/external/strace/
Dio.c281 SYS_FUNC(tee) in SYS_FUNC() argument
/external/rust/crates/nix/src/
Dfcntl.rs519 pub fn tee(fd_in: RawFd, fd_out: RawFd, len: usize, flags: SpliceFFlags) -> Result<usize> { in tee() function
/external/rust/crates/itertools/tests/
Dtest_std.rs204 fn tee() { in tee() function
/external/rust/crates/itertools/src/
Dlib.rs229 mod tee; module
727 fn tee(self) -> (Tee<Self>, Tee<Self>) in tee() method
/external/python/cpython2/Modules/
Ditertoolsmodule.c627 tee(PyObject *self, PyObject *args) in tee() function
/external/toybox/android/linux/generated/
Dglobals.h1720 struct tee_data tee; member
/external/toybox/android/device/generated/
Dglobals.h1720 struct tee_data tee; member
/external/toybox/android/mac/generated/
Dglobals.h1720 struct tee_data tee; member
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2514 pub fn tee(fd_in: ::c_int, fd_out: ::c_int, len: ::size_t, flags: ::c_uint) -> ::ssize_t; in tee() function
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3289 pub fn tee(fd_in: ::c_int, fd_out: ::c_int, len: ::size_t, flags: ::c_uint) -> ::ssize_t; in tee() function
/external/rust/crates/libc/src/fuchsia/
Dmod.rs4084 pub fn tee(fd_in: ::c_int, fd_out: ::c_int, len: ::size_t, flags: ::c_uint) -> ::ssize_t; in tee() function