Home
last modified time | relevance | path

Searched defs:take (Results 1 – 25 of 27) sorted by relevance

12

/third_party/node/lib/internal/streams/
Doperators.js411 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/
Dticket.h173 Ticket Ticket::Queue::take() { in take() function
180 void Ticket::Queue::take(size_t n, const F& f) { in take() function
Dcontainers.h61 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/
DrestTuplesFromContextualTypes.ts84 declare function take(cb: (a: number, b: string) => void): void; function
/third_party/skia/third_party/externals/swiftshader/src/System/
DSynchronization.hpp143 T Chan<T>::take() in take() function in sw::Chan
/third_party/rust/crates/nom/src/bits/
Dcomplete.rs33 pub fn take<I, O, C, E: ParseError<(I, usize)>>( in take() function
Dstreaming.rs10 pub fn take<I, O, C, E: ParseError<(I, usize)>>( in take() function
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Dtrace.cpp177 std::unique_ptr<Trace::Event> Trace::take() { in take() function in marl::Trace
Dscheduler.cpp307 Scheduler::Fiber* Scheduler::WaitingFibers::take(const TimePoint& timeout) { in take() function in marl::Scheduler::WaitingFibers
/third_party/typescript/tests/cases/compiler/
DunderscoreTest1.ts126 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
DcomplexRecursiveCollections.ts492 take(amount: number): this; method
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/Windows/
DWindowsSupport.h96 handle_type take() { in take() function
/third_party/cups-filters/filter/pdftopdf/
Dqpdf_pdftopdf_processor.cc476 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/
DWindowsSupport.h110 handle_type take() { in take() function
/third_party/rust/crates/nom/tests/
Dissues.rs140 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/
DDwarfExpression.h55 Optional<DIExpression::ExprOperand> take() { in take() function
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_helper.cpp179 void take(char *&out_buffer, size_t &out_size) in take() function
/third_party/rust/crates/once_cell/src/
Dlib.rs637 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/
Dstreaming.rs411 pub fn take<C, Input, Error: ParseError<Input>>( in take() function
Dcomplete.rs403 pub fn take<C, Input, Error: ParseError<Input>>( in take() function
/third_party/rust/crates/nom/src/multi/
Dtests.rs353 fn take(i: &[u8]) -> IResult<&[u8], &[u8]> { in length_data_test() function
/third_party/rust/crates/nom/src/
Dtraits.rs330 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/
DkeyofAndIndexedAccess.ts611 declare function take<T>(p: T): void; method in Component2
/third_party/python/Lib/test/
Dtest_itertools.py58 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/
DInstrProf.h319 static instrprof_error take(Error E) { in take() function

12