/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_tbf.c | 259 skb = q->qdisc->ops->peek(q->qdisc); in tbf_dequeue() 591 .peek = qdisc_peek_dequeued,
|
H A D | sch_red.c | 173 return child->ops->peek(child); in red_peek() 548 .peek = red_peek,
|
H A D | sch_skbprio.c | 294 .peek = qdisc_peek_dequeued,
|
H A D | sch_codel.c | 285 .peek = qdisc_peek_dequeued,
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_tbf.c | 274 skb = q->qdisc->ops->peek(q->qdisc); in tbf_dequeue() 603 .peek = qdisc_peek_dequeued,
|
H A D | sch_sfb.c | 449 return child->ops->peek(child); in sfb_peek() 703 .peek = sfb_peek,
|
H A D | sch_red.c | 173 return child->ops->peek(child); in red_peek() 542 .peek = red_peek,
|
H A D | sch_codel.c | 282 .peek = qdisc_peek_dequeued,
|
H A D | sch_skbprio.c | 287 .peek = qdisc_peek_dequeued,
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_bpf.c | 225 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 D | renderer.rs | 256 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 D | gzip.py | 316 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 D | mtl_command_buffer.h | 228 inline T peek() in peek() function in rx::mtl::IntermediateCommandStream 240 auto re = peek<T>(); in fetch()
|
/third_party/skia/src/core/ |
H A D | SkPathRef.cpp | 578 SkDEBUGCODE(unsigned peekResult = this->peek();) 626 uint8_t SkPathRef::Iter::peek() const {
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/ |
H A D | serialization.go | 380 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.c | 692 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 D | test_weakref.py | 1996 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 D | entry.S | 195 ; save callee regs in case tracer/gdb wants to peek
|
/third_party/node/deps/npm/node_modules/semver/node_modules/lru-cache/ |
H A D | index.js | 215 peek (key) {
|
/third_party/skia/src/sksl/ |
H A D | SkSLDSLParser.h | 99 Token peek();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeViewRecordIO.h | 190 while (!Reader->empty() && Reader->peek() < 0xf0 /* LF_PAD0 */) { in mapVectorTail()
|
/third_party/skia/include/codec/ |
H A D | SkCodec.h | 52 * 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 D | SkPathRef.h | 185 uint8_t peek() const;
|
/third_party/rust/crates/nom/src/combinator/ |
H A D | tests.rs | 225 peek(tag("abcd"))(i) in peek_test()
|
/third_party/spirv-tools/source/ |
H A D | text_handler.cpp | 223 char AssemblyContext::peek() const { in peek() function in spvtools::AssemblyContext
|