Home
last modified time | relevance | path

Searched refs:peek (Results 201 - 225 of 337) sorted by relevance

12345678910>>...14

/kernel/linux/linux-5.10/net/sched/
H A Dsch_tbf.c259 skb = q->qdisc->ops->peek(q->qdisc); in tbf_dequeue()
591 .peek = qdisc_peek_dequeued,
H A Dsch_red.c173 return child->ops->peek(child); in red_peek()
548 .peek = red_peek,
H A Dsch_skbprio.c294 .peek = qdisc_peek_dequeued,
H A Dsch_codel.c285 .peek = qdisc_peek_dequeued,
/kernel/linux/linux-6.6/net/sched/
H A Dsch_tbf.c274 skb = q->qdisc->ops->peek(q->qdisc); in tbf_dequeue()
603 .peek = qdisc_peek_dequeued,
H A Dsch_sfb.c449 return child->ops->peek(child); in sfb_peek()
703 .peek = sfb_peek,
H A Dsch_red.c173 return child->ops->peek(child); in red_peek()
542 .peek = red_peek,
H A Dsch_codel.c282 .peek = qdisc_peek_dequeued,
H A Dsch_skbprio.c287 .peek = qdisc_peek_dequeued,
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_bpf.c225 int peek = flags & MSG_PEEK; in tcp_bpf_recvmsg_parser() local
319 if (!peek) in tcp_bpf_recvmsg_parser()
/third_party/rust/crates/codespan/codespan-reporting/src/term/
H A Drenderer.rs256 match multi_labels_iter.peek() { in render_snippet_source()
555 match multi_labels_iter.peek() { in render_snippet_source()
942 match multi_labels_iter.peek() { in inner_gutter()
/third_party/python/Lib/
H A Dgzip.py316 def peek(self, n): member in GzipFile
320 raise OSError(errno.EBADF, "peek() on write-only GzipFile object")
321 return self._buffer.peek(n)
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A Dmtl_command_buffer.h228 inline T peek() in peek() function in rx::mtl::IntermediateCommandStream
240 auto re = peek<T>(); in fetch()
/third_party/skia/src/core/
H A DSkPathRef.cpp578 SkDEBUGCODE(unsigned peekResult = this->peek();)
626 uint8_t SkPathRef::Iter::peek() const {
/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/
H A Dserialization.go380 if p.peek() == '{' {
501 func (p *parser) peek() byte {
555 if c := p.peek(); c < '0' || c > '9' {
561 p.fail("Expected integer, got '%c'", p.peek())
575 if c := p.peek(); c != '.' && (c < '0' || c > '9') {
581 p.fail("Expected double, got '%c'", p.peek())
/third_party/python/Modules/
H A D_pickle.c692 PyObject *peek; /* peek() method of the input stream, or NULL */ member
1240 /* Skip any consumed data that was only prefetched using peek() */
1251 assert(self->peek); /* otherwise we did something wrong */ in _Unpickler_SkipConsumed()
1295 if (self->peek && n < PREFETCH) { in _Unpickler_ReadFromFile()
1299 data = _Pickle_FastCall(self->peek, len); in _Unpickler_ReadFromFile()
1303 /* peek() is probably not supported by the given file object */ in _Unpickler_ReadFromFile()
1305 Py_CLEAR(self->peek); in _Unpickler_ReadFromFile()
1617 self->peek = NULL; in _Unpickler_New()
1647 if (_PyObject_LookupAttr(file, &_Py_ID(peek), in _Unpickler_SetInputStream()
[all...]
/third_party/python/Lib/test/
H A Dtest_weakref.py1996 self.assertEqual(f.peek(), (a, add, (67,43), {'z':89}))
2000 self.assertEqual(f.peek(), None)
2007 self.assertEqual(f.peek(), (a, add, (67,43,89), {}))
2011 self.assertEqual(f.peek(), None)
2022 self.assertEqual(f.peek(), None)
2035 self.assertEqual(f.peek(), (a, fin, (1, 2), {'func': 3, 'obj': 4}))
/kernel/linux/linux-6.6/arch/arc/kernel/
H A Dentry.S195 ; save callee regs in case tracer/gdb wants to peek
/third_party/node/deps/npm/node_modules/semver/node_modules/lru-cache/
H A Dindex.js215 peek (key) {
/third_party/skia/src/sksl/
H A DSkSLDSLParser.h99 Token peek();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h190 while (!Reader->empty() && Reader->peek() < 0xf0 /* LF_PAD0 */) { in mapVectorTail()
/third_party/skia/include/codec/
H A DSkCodec.h52 * This can be accomplished by implementing peek() to support peeking
138 * As stated above, this call must be able to peek or read
140 * reading from the beginning. First it will attempt to peek, and it
143 * so falling back to reading would not provide more data. If peek()
733 // - peek() to return true if the span of bytes appears to be your encoded format;
737 bool (*peek)(const void*, size_t),
/third_party/skia/include/private/
H A DSkPathRef.h185 uint8_t peek() const;
/third_party/rust/crates/nom/src/combinator/
H A Dtests.rs225 peek(tag("abcd"))(i) in peek_test()
/third_party/spirv-tools/source/
H A Dtext_handler.cpp223 char AssemblyContext::peek() const { in peek() function in spvtools::AssemblyContext

Completed in 25 milliseconds

12345678910>>...14