/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | comp.rs | 526 if bitfields.peek().is_none() { in raw_fields_to_fields_and_bitfield_units()
|
/third_party/toybox/lib/ |
H A D | lib.c | 663 int64_t peek(void *ptr, unsigned size) in peek() function
|
/third_party/python/Lib/test/ |
H A D | test_gzip.py | 458 s = f.peek(n)
|
H A D | pickletester.py | 79 def peek(self, *args): member in UnseekableIO 3737 # File-like object that doesn't support peek() and readinto()
|
/third_party/rust/crates/clap/src/parser/ |
H A D | parser.rs | 341 let skip_current = if let Some(n) = raw_args.peek(&args_cursor) {
|
/third_party/rust/crates/regex/src/ |
H A D | compile.rs | 1000 if is_last_range && it.peek().is_none() { in compile()
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_htb.c | 1581 .peek = qdisc_peek_dequeued,
|
H A D | sch_cbq.c | 1796 .peek = qdisc_peek_dequeued,
|
H A D | sch_cake.c | 3102 .peek = qdisc_peek_dequeued,
|
/kernel/linux/linux-6.6/drivers/rpmsg/ |
H A D | qcom_glink_native.c | 293 glink->rx_pipe->peek(glink->rx_pipe, data, offset, count); in qcom_glink_rx_peek()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_htb.c | 2161 .peek = qdisc_peek_dequeued,
|
H A D | sch_cake.c | 3097 .peek = qdisc_peek_dequeued,
|
/third_party/skia/src/utils/ |
H A D | SkPolyUtils.cpp | 1105 const Vertex& v = vertexQueue.peek(); in SkIsSimplePolygon()
|
/third_party/python/Modules/_io/ |
H A D | bufferedio.c | 820 _io._Buffered.peek 833 CHECK_CLOSED(self, "peek of closed file") in _io__Buffered_peek_impl() 2172 return _forward_call(self->reader, &_Py_ID(peek), args); 2556 {"peek", (PyCFunction)bufferedrwpair_peek, METH_VARARGS},
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_from_tgsi.cpp | 3702 BasicBlock *brkBB = reinterpret_cast<BasicBlock *>(breakBBs.peek().u.p); in handleInstruction() 3711 BasicBlock *contBB = reinterpret_cast<BasicBlock *>(loopBBs.peek().u.p); in handleInstruction()
|
/third_party/python/Python/ |
H A D | ceval.c | 5540 PyObject *peek = PEEK(oparg); local 5541 Py_INCREF(peek); 5542 PUSH(peek);
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ssl_local.h | 509 unsigned char *buf, size_t len, int peek, 988 /* callback that allows applications to peek at protocol messages */ 1463 /* callback that allows applications to peek at protocol messages */
|
/third_party/openssl/ssl/ |
H A D | ssl_local.h | 502 unsigned char *buf, size_t len, int peek, 979 /* callback that allows applications to peek at protocol messages */ 1439 /* callback that allows applications to peek at protocol messages */
|
/third_party/python/Lib/ |
H A D | zipfile.py | 915 def peek(self, n=1): member in ZipExtFile
|
/third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
H A D | mod.rs | 2322 fn peek(&mut self, buf: &mut [u8]) -> c_int { in fmt() functions 3690 let ret = self.ssl.peek(buf); in fmt()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fProgramInterfaceQueryTests.cpp | 117 while (name.peek() != EOF) in convertGLTypeNameToTestName() 119 if ((de::isDigit((char)name.peek()) || de::isUpper((char)name.peek())) && token.tellp()) in convertGLTypeNameToTestName()
|
/third_party/rust/crates/memchr/bench/data/code/ |
H A D | rust-library.rs | 13414 assert_eq!(heap.peek().unwrap(), sorted.last().unwrap()); in test_peek_and_pop() 13423 assert_eq!(heap.peek(), Some(&10)); in test_peek_mut() 13428 assert_eq!(heap.peek(), Some(&9)); in test_peek_mut() 13435 assert_eq!(heap.peek(), Some(&10)); in test_peek_mut_pop() 13441 assert_eq!(heap.peek(), Some(&9)); in test_peek_mut_pop() 13448 assert!(*heap.peek().unwrap() == 9); in test_push() 13451 assert!(*heap.peek().unwrap() == 11); in test_push() 13454 assert!(*heap.peek().unwrap() == 11); in test_push() 13457 assert!(*heap.peek().unwrap() == 27); in test_push() 13460 assert!(*heap.peek() in test_push() 45133 pub fn peek(&self) -> Option<&T> { peek() functions [all...] |
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 31780 peek(); 32591 peek(void) [all...] |