/third_party/node/lib/internal/streams/ |
D | operators.js | 411 function take(number, options = undefined) { function 420 return async function* take() { generator 446 take, property
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
D | ticket.h | 173 Ticket Ticket::Queue::take() { in take() function 180 void Ticket::Queue::take(size_t n, const F& f) { in take() function
|
D | containers.h | 61 MARL_NO_EXPORT inline T take(deque<T>& queue) { in take() function 69 MARL_NO_EXPORT inline T take(unordered_set<T, H, E>& set) { in take() function
|
/third_party/typescript/tests/cases/conformance/types/rest/ |
D | restTuplesFromContextualTypes.ts | 84 declare function take(cb: (a: number, b: string) => void): void; function
|
/third_party/skia/third_party/externals/swiftshader/src/System/ |
D | Synchronization.hpp | 143 T Chan<T>::take() in take() function in sw::Chan
|
/third_party/rust/crates/nom/src/bits/ |
D | complete.rs | 33 pub fn take<I, O, C, E: ParseError<(I, usize)>>( in take() function
|
D | streaming.rs | 10 pub fn take<I, O, C, E: ParseError<(I, usize)>>( in take() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
D | trace.cpp | 177 std::unique_ptr<Trace::Event> Trace::take() { in take() function in marl::Trace
|
D | scheduler.cpp | 307 Scheduler::Fiber* Scheduler::WaitingFibers::take(const TimePoint& timeout) { in take() function in marl::Scheduler::WaitingFibers
|
/third_party/typescript/tests/cases/compiler/ |
D | underscoreTest1.ts | 126 take(): T; method 127 take(count: number): T[]; method 286 take(): ChainedObject<T>; method 287 take(count: number): ChainedArray<T>; method 505 take<T>(list: T[]): T; method 506 take<T>(list: T[], count: number): T[]; method
|
D | complexRecursiveCollections.ts | 492 take(amount: number): this; method
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/Windows/ |
D | WindowsSupport.h | 96 handle_type take() { in take() function
|
/third_party/cups-filters/filter/pdftopdf/ |
D | qpdf_pdftopdf_processor.cc | 476 bool QPDF_PDFTOPDF_Processor::loadFile(FILE *f,ArgOwnership take,int flatten_forms) // {{{ in loadFile() 703 void QPDF_PDFTOPDF_Processor::emitFile(FILE *f,ArgOwnership take) // {{{ in emitFile()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | WindowsSupport.h | 110 handle_type take() { in take() function
|
/third_party/rust/crates/nom/tests/ |
D | issues.rs | 140 fn take(i: &[u8]) -> IResult<&[u8], &[u8]> { in issue_848_overflow_incomplete_bits_to_bytes() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfExpression.h | 55 Optional<DIExpression::ExprOperand> take() { in take() function
|
/third_party/mesa3d/src/amd/llvm/ |
D | ac_llvm_helper.cpp | 179 void take(char *&out_buffer, size_t &out_size) in take() function
|
/third_party/rust/crates/once_cell/src/ |
D | lib.rs | 637 pub fn take(&mut self) -> Option<T> { in take() method 1162 pub fn take(&mut self) -> Option<T> { in take() method
|
/third_party/rust/crates/nom/src/bytes/ |
D | streaming.rs | 411 pub fn take<C, Input, Error: ParseError<Input>>( in take() function
|
D | complete.rs | 403 pub fn take<C, Input, Error: ParseError<Input>>( in take() function
|
/third_party/rust/crates/nom/src/multi/ |
D | tests.rs | 353 fn take(i: &[u8]) -> IResult<&[u8], &[u8]> { in length_data_test() function
|
/third_party/rust/crates/nom/src/ |
D | traits.rs | 330 fn take(&self, count: usize) -> Self; in take() method 367 fn take(&self, count: usize) -> Self { in take() method 418 fn take(&self, count: usize) -> Self { in take() method
|
/third_party/typescript/tests/cases/conformance/types/keyof/ |
D | keyofAndIndexedAccess.ts | 611 declare function take<T>(p: T): void; method in Component2
|
/third_party/python/Lib/test/ |
D | test_itertools.py | 58 def take(n, seq): function 84 def pickletest(self, protocol, it, stop=4, take=1, compare=None): argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
D | InstrProf.h | 319 static instrprof_error take(Error E) { in take() function
|