Home
last modified time | relevance | path

Searched refs:peek (Results 326 - 348 of 348) sorted by relevance

1...<<11121314

/third_party/rust/crates/bindgen/bindgen/ir/
H A Dcomp.rs526 if bitfields.peek().is_none() { in raw_fields_to_fields_and_bitfield_units()
/third_party/toybox/lib/
H A Dlib.c663 int64_t peek(void *ptr, unsigned size) in peek() function
/third_party/python/Lib/test/
H A Dtest_gzip.py458 s = f.peek(n)
H A Dpickletester.py79 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 Dparser.rs341 let skip_current = if let Some(n) = raw_args.peek(&args_cursor) {
/third_party/rust/crates/regex/src/
H A Dcompile.rs1000 if is_last_range && it.peek().is_none() { in compile()
/kernel/linux/linux-5.10/net/sched/
H A Dsch_htb.c1581 .peek = qdisc_peek_dequeued,
H A Dsch_cbq.c1796 .peek = qdisc_peek_dequeued,
H A Dsch_cake.c3102 .peek = qdisc_peek_dequeued,
/kernel/linux/linux-6.6/drivers/rpmsg/
H A Dqcom_glink_native.c293 glink->rx_pipe->peek(glink->rx_pipe, data, offset, count); in qcom_glink_rx_peek()
/kernel/linux/linux-6.6/net/sched/
H A Dsch_htb.c2161 .peek = qdisc_peek_dequeued,
H A Dsch_cake.c3097 .peek = qdisc_peek_dequeued,
/third_party/skia/src/utils/
H A DSkPolyUtils.cpp1105 const Vertex& v = vertexQueue.peek(); in SkIsSimplePolygon()
/third_party/python/Modules/_io/
H A Dbufferedio.c820 _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 Dnv50_ir_from_tgsi.cpp3702 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 Dceval.c5540 PyObject *peek = PEEK(oparg); local
5541 Py_INCREF(peek);
5542 PUSH(peek);
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_local.h509 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 Dssl_local.h502 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 Dzipfile.py915 def peek(self, n=1): member in ZipExtFile
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dmod.rs2322 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 Des31fProgramInterfaceQueryTests.cpp117 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 Drust-library.rs13414 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 Dstylo.hpp31780 peek();
32591 peek(void)
[all...]

Completed in 125 milliseconds

1...<<11121314