/external/rust/crates/itertools/src/ |
D | tee.rs | 21 pub struct Tee<I> struct 28 pub fn new<I>(iter: I) -> (Tee<I>, Tee<I>) in new() argument 32 let t1 = Tee{rcbuffer: Rc::new(RefCell::new(buffer)), id: true}; in new() 33 let t2 = Tee{rcbuffer: t1.rcbuffer.clone(), id: false}; in new() 37 impl<I> Iterator for Tee<I> implementation 75 impl<I> ExactSizeIterator for Tee<I> implementation
|
D | lib.rs | 148 pub use crate::tee::Tee; 727 fn tee(self) -> (Tee<Self>, Tee<Self>) in tee()
|
/external/guice/core/test/com/google/inject/ |
D | PerformanceComparison.java | 118 bind(Tee.class).to(TeeImpl.class); 139 final Tee tee = new TeeImpl("test"); 254 Tee getTee(); in getTee() 262 final Tee tee; 265 public BarImpl(Tee tee, @I int i) { in BarImpl() 271 public Tee getTee() { in getTee() 281 interface Tee { interface in PerformanceComparison 287 public static class TeeImpl implements Tee {
|
D | InjectorTest.java | 97 bind(Tee.class).to(TeeImpl.class); in createFooInjector() 157 Tee getTee(); 167 Tee tee; 170 void initialize(Tee tee) { 175 public Tee getTee() { 185 interface Tee { 192 static class TeeImpl implements Tee {
|
D | ErrorHandlingTest.java | 95 static class Tee { class in ErrorHandlingTest 130 bind(Tee.class); in configure()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegStackify.cpp | 613 MachineInstr *Tee = BuildMI(MBB, Insert, Insert->getDebugLoc(), in moveAndTeeForMultiUse() local 619 SlotIndex TeeIdx = LIS.InsertMachineInstrInMaps(*Tee).getRegSlot(); in moveAndTeeForMultiUse() 638 imposeStackOrdering(Tee); in moveAndTeeForMultiUse() 640 DefDIs.clone(Tee, DefReg); in moveAndTeeForMultiUse() 644 LLVM_DEBUG(dbgs() << " - Tee instruction: "; Tee->dump()); in moveAndTeeForMultiUse()
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegStackify.cpp | 649 MachineInstr *Tee = BuildMI(MBB, Insert, Insert->getDebugLoc(), in moveAndTeeForMultiUse() local 655 SlotIndex TeeIdx = LIS.InsertMachineInstrInMaps(*Tee).getRegSlot(); in moveAndTeeForMultiUse() 674 imposeStackOrdering(Tee); in moveAndTeeForMultiUse() 676 DefDIs.clone(Tee, DefReg); in moveAndTeeForMultiUse() 680 LLVM_DEBUG(dbgs() << " - Tee instruction: "; Tee->dump()); in moveAndTeeForMultiUse()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegStackify.cpp | 551 MachineInstr *Tee = BuildMI(MBB, Insert, Insert->getDebugLoc(), in MoveAndTeeForMultiUse() local 557 SlotIndex TeeIdx = LIS.InsertMachineInstrInMaps(*Tee).getRegSlot(); in MoveAndTeeForMultiUse() 574 ImposeStackOrdering(Tee); in MoveAndTeeForMultiUse() 577 DEBUG(dbgs() << " - Tee instruction: "; Tee->dump()); in MoveAndTeeForMultiUse()
|
/external/selinux/gui/ |
D | system-config-selinux.desktop | 37 Comment[fi]=Tee SELinuxin asetukset graafisesti
|
/external/arm-trusted-firmware/docs/plat/ |
D | ls1043a.rst | 43 --> BL32(Tee OS) --> TF-A BL31 --> BL33(u-boot) --> Linux kernel
|
/external/rust/crates/itertools/ |
D | CHANGELOG.md | 92 …y, MergeJoinBy, ConsTuples, Intersperse, ProcessResults, RcIter, Tee, TupleWindows, Tee, ZipLonges…
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | iso-639-3_Name_Index.tab | 6670 tkq Tee Tee
|
D | iso-639-3.tab | 6384 tkq I L Tee
|
D | language-subtag-registry | 34584 Description: Tee
|
/external/cldr/tools/java/org/unicode/cldr/util/data/languages/ |
D | entityToLabel.tsv | 3668 http://www.wikidata.org/entity/Q3075144 Tee
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test11-pr18828.so.abi | 15950 …<class-decl name='Tee' size-in-bits='64' visibility='default' filepath='src/mongo/logger/tee.h' li… 15952 …<function-decl name='~Tee' filepath='src/mongo/logger/tee.h' line='37' column='1' visibility='defa…
|
D | test12-pr18844.so.abi | 19171 <class-decl name='Tee' visibility='default' is-declaration-only='yes' id='type-id-1675'/>
|