/external/vogar/src/vogar/commands/ |
D | Command.java | 54 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/ |
D | tee.h | 14 static inline ssize_t tee(int fd_in, int fd_out, in tee() function
|
/external/musl/src/linux/ |
D | tee.c | 5 ssize_t tee(int src, int dest, size_t len, unsigned flags) in tee() function
|
/external/guice/core/test/com/google/inject/ |
D | PerformanceComparison.java | 262 final Tee tee; field in PerformanceComparison.BarImpl 265 public BarImpl(Tee tee, @I int i) { in BarImpl()
|
D | ErrorHandlingTest.java | 99 void tee(String s, int i) {} in tee() method in ErrorHandlingTest.Tee
|
/external/autotest/server/hosts/drone_api_client/ |
D | client.py | 92 def _parse_item_and_log(item, buf, tee): argument
|
/external/strace/ |
D | io.c | 281 SYS_FUNC(tee) in SYS_FUNC() argument
|
/external/rust/crates/nix/src/ |
D | fcntl.rs | 574 pub fn tee(fd_in: RawFd, fd_out: RawFd, len: usize, flags: SpliceFFlags) -> Result<usize> { in tee() function
|
/external/rust/crates/itertools/tests/ |
D | test_std.rs | 244 fn tee() { in tee() function
|
/external/rust/crates/itertools/src/ |
D | lib.rs | 235 mod tee; module 795 fn tee(self) -> (Tee<Self>, Tee<Self>) in tee() method
|
/external/python/cpython2/Modules/ |
D | itertoolsmodule.c | 627 tee(PyObject *self, PyObject *args) in tee() function
|
/external/toybox/android/mac/generated/ |
D | globals.h | 1788 struct tee_data tee; member
|
/external/toybox/android/linux/generated/ |
D | globals.h | 1788 struct tee_data tee; member
|
/external/toybox/android/device/generated/ |
D | globals.h | 1788 struct tee_data tee; member
|
/external/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 2759 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/ |
D | mod.rs | 3690 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/ |
D | mod.rs | 4089 pub fn tee(fd_in: ::c_int, fd_out: ::c_int, len: ::size_t, flags: ::c_uint) -> ::ssize_t; in tee() function
|