Searched defs:tee (Results 1 - 7 of 7) sorted by relevance

/external/ltp/include/lapi/
H A Dtee.h27 ssize_t tee(int fd_in, int fd_out, size_t len, unsigned int flags) function
/external/guice/core/test/com/google/inject/
H A DErrorHandlingTest.java94 @Inject void tee(String s, int i) {} method in class:ErrorHandlingTest.Tee
H A DPerformanceComparison.java76 RootBeanDefinition tee = new RootBeanDefinition(TeeImpl.class, true);
77 tee.setLazyInit(true);
80 tee.setConstructorArgumentValues(teeValues);
84 barValues.addGenericArgumentValue(new RuntimeBeanReference("tee"));
98 beanFactory.registerBeanDefinition("tee", tee);
132 final Tee tee = new TeeImpl("test");
137 Bar bar = new BarImpl(tee, 5);
138 Bar copy = new BarImpl(tee, 5);
256 final Tee tee; field in class:PerformanceComparison.BarImpl
259 BarImpl(Tee tee, @I int i) argument
[all...]
H A DInjectorTest.java164 Tee tee; field in class:InjectorTest.BarImpl
167 void initialize(Tee tee) { argument
168 this.tee = tee;
172 return tee;
/external/vogar/src/vogar/commands/
H A DCommand.java54 private final PrintStream tee; field in class:Command
66 this.tee = null;
75 this.tee = builder.tee;
125 if (tee != null) {
126 tee.println(outputLine);
253 private PrintStream tee = null; field in class:Command.Builder
267 this.tee = other.tee;
296 public Builder tee(PrintStrea method in class:Command.Builder
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-jsch.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/toybox/generated/
H A Dglobals.h1330 // toys/posix/tee.c
1518 struct tee_data tee; member in union:global_union

Completed in 282 milliseconds