/third_party/skia/third_party/externals/spirv-tools/source/ |
H A D | text_handler.cpp | 221 char AssemblyContext::peek() const { in peek() function in spvtools::AssemblyContext
|
H A D | text.cpp | 514 if ('!' == context->peek()) { in spvTextEncodeOpcode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | text_handler.cpp | 221 char AssemblyContext::peek() const { in peek() function in spvtools::AssemblyContext
|
H A D | text.cpp | 514 if ('!' == context->peek()) { in spvTextEncodeOpcode()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-cff-interp-common.hh | 430 const ELEM& peek () in peek() function
|
/third_party/toybox/toys/posix/ |
H A D | file.c | 271 } else if (len>33 && (magic=peek(&s,2), magic==0143561 || magic==070707)) { in do_regular_file()
|
/third_party/python/Include/internal/ |
H A D | pycore_global_strings.h | 314 STRUCT_FOR_ID(peek)
|
/kernel/linux/linux-6.6/tools/testing/kunit/ |
H A D | kunit_tool_test.py | 359 self.assertEqual(stream.peek(), 'hello') 364 self.assertEqual(stream.peek(), 'world')
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | RuleBasedBreakIterator.java | 1261 if (endPos > fBreaks.peek()) { in populateDictionary() 1267 fLimit = fBreaks.peek(); in populateDictionary()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | RuleBasedBreakIterator.java | 1238 if (endPos > fBreaks.peek()) { in populateDictionary() 1244 fLimit = fBreaks.peek(); in populateDictionary()
|
/third_party/node/deps/v8/src/json/ |
H A D | json-parser.cc | 328 if (!Check(JsonToken::EOS)) ReportUnexpectedToken(peek()); in ParseJson() 730 switch (peek()) { in ParseJsonValue()
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_hfsc.c | 837 skb = sch->ops->peek(sch); in qdisc_peek_len() 1580 cl->qdisc->ops->peek(cl->qdisc); in hfsc_enqueue() 1682 .peek = qdisc_peek_dequeued,
|
H A D | sch_api.c | 93 ---peek 142 if (qops->peek == NULL) { in register_qdisc() 144 qops->peek = noop_qdisc_ops.peek; in register_qdisc()
|
H A D | sch_hhf.c | 699 .peek = qdisc_peek_dequeued,
|
H A D | sch_fq_pie.c | 558 .peek = qdisc_peek_dequeued,
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_api.c | 94 ---peek 143 if (qops->peek == NULL) { in register_qdisc() 145 qops->peek = noop_qdisc_ops.peek; in register_qdisc()
|
H A D | sch_hfsc.c | 836 skb = sch->ops->peek(sch); in qdisc_peek_len() 1575 cl->qdisc->ops->peek(cl->qdisc); in hfsc_enqueue() 1677 .peek = qdisc_peek_dequeued,
|
H A D | sch_hhf.c | 696 .peek = qdisc_peek_dequeued,
|
H A D | sch_fq_pie.c | 557 .peek = qdisc_peek_dequeued,
|
/third_party/node/deps/v8/src/objects/ |
H A D | string.cc | 1318 const uint16_t peek = replacement->Get(peek_ix); in GetSubstitution() local 1319 switch (peek) { in GetSubstitution() 1347 int scaled_index = (peek - '0'); in GetSubstitution()
|
/third_party/rust/crates/regex/regex-syntax/src/ast/ |
H A D | parse.rs | 566 fn peek(&self) -> Option<char> { in peek() functions 573 /// Like peek, but will ignore spaces when the parser is in whitespace 577 return self.peek(); in peek_space() 1769 '&' if self.peek() == Some('&') => { in parse_set_class() 1776 '-' if self.peek() == Some('-') => { in parse_set_class() 1783 '~' if self.peek() == Some('~') => { in parse_set_class()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_ssa.cpp | 421 return reinterpret_cast<LValue *>(stack[val->id].peek().u.p); in getStackTop()
|
H A D | nv50_ir_util.h | 275 inline Item& peek() { assert(size); return array[size - 1]; } in peek() function in nv50_ir::Stack
|
/third_party/node/deps/v8/src/parsing/ |
H A D | scanner.h | 285 // Returns the token following peek() 320 Token::Value peek() const { return next().token; } in peek() function in v8::internal::Scanner 391 // Returns true if there was a line terminator before the peek'ed token,
|
/third_party/python/Lib/ |
H A D | weakref.py | 600 def peek(self): member in finalize
|