HomeSort by relevance Sort by last modified time
    Searched defs:tee (Results 1 - 20 of 20) sorted by null

  /bionic/libc/arch-arm/syscalls/
tee.S 5 ENTRY(tee) function
16 END(tee)
  /bionic/libc/arch-arm64/syscalls/
tee.S 5 ENTRY(tee) function
14 END(tee)
  /bionic/libc/arch-mips/syscalls/
tee.S 5 ENTRY(tee) function
19 END(tee)
  /bionic/libc/arch-mips64/syscalls/
tee.S 5 ENTRY(tee) function
25 END(tee)
  /bionic/libc/arch-x86/syscalls/
tee.S 5 ENTRY(tee) function
44 END(tee)
  /bionic/libc/arch-x86_64/syscalls/
tee.S 5 ENTRY(tee) function
16 END(tee)
  /external/guice/core/test/com/google/inject/
ErrorHandlingTest.java 91 static class Tee {
94 @Inject void tee(String s, int i) {} method in class:ErrorHandlingTest.Tee
124 bind(Tee.class);
PerformanceComparison.java 76 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);
113 bind(Tee.class).to(TeeImpl.class);
132 final Tee tee = new TeeImpl("test");
137 Bar bar = new BarImpl(tee, 5)
256 final Tee tee; field in class:PerformanceComparison.BarImpl
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
heapq.py 132 from itertools import islice, count, imap, izip, tee, chain namespace
425 in1, in2 = tee(iterable)
463 in1, in2 = tee(iterable)
  /prebuilts/gdb/linux-x86/lib/python2.7/
heapq.py 132 from itertools import islice, count, imap, izip, tee, chain namespace
425 in1, in2 = tee(iterable)
463 in1, in2 = tee(iterable)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
heapq.py 132 from itertools import islice, count, imap, izip, tee, chain namespace
425 in1, in2 = tee(iterable)
463 in1, in2 = tee(iterable)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
heapq.py 132 from itertools import islice, count, imap, izip, tee, chain namespace
425 in1, in2 = tee(iterable)
463 in1, in2 = tee(iterable)
  /cts/libs/vogar-expect/src/vogar/commands/
Command.java 51 private final PrintStream tee; field in class:Command
64 this.tee = null;
73 this.tee = builder.tee;
126 if (tee != null) {
127 tee.println(outputLine);
230 private PrintStream tee = null; field in class:Command.Builder
271 public Builder tee(PrintStream printStream) { method in class:Command.Builder
272 tee = printStream;
  /external/vogar/src/vogar/commands/
Command.java 54 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(PrintStream printStream) method in class:Command.Builder
    [all...]
  /build/tools/signapk/src/com/android/signapk/
SignApk.java 628 private OutputStream tee; field in class:SignApk.WholeFileSignerOutputStream
630 public WholeFileSignerOutputStream(OutputStream out, OutputStream tee) {
632 this.tee = tee;
664 // write to both output streams. out is the CMSTypedData signer and tee is the file.
666 tee.write(b, off, len);
677 // write to both output streams. out is the CMSTypedData signer and tee is the file.
679 tee.write(b);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jsch.jar 
  /external/toybox/generated/
globals.h 1247 // toys/posix/tee.c
1427 struct tee_data tee; member in union:global_union
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 1414 milliseconds