Home
last modified time | relevance | path

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

/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/ltp/include/lapi/
Dtee.h14 static inline ssize_t tee(int fd_in, int fd_out, in tee() function
/external/musl/src/linux/
Dtee.c5 ssize_t tee(int src, int dest, size_t len, unsigned flags) in tee() function
/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.rs574 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.rs244 fn tee() { in tee() function
/external/rust/crates/itertools/src/
Dlib.rs235 mod tee; module
795 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/mac/generated/
Dglobals.h1788 struct tee_data tee; member
/external/toybox/android/linux/generated/
Dglobals.h1788 struct tee_data tee; member
/external/toybox/android/device/generated/
Dglobals.h1788 struct tee_data tee; member
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2759 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.rs3690 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.rs4089 pub fn tee(fd_in: ::c_int, fd_out: ::c_int, len: ::size_t, flags: ::c_uint) -> ::ssize_t; in tee() function