Home
last modified time | relevance | path

Searched refs:peek (Results 251 - 275 of 337) sorted by relevance

1...<<11121314

/third_party/skia/third_party/externals/spirv-tools/source/
H A Dtext_handler.cpp221 char AssemblyContext::peek() const { in peek() function in spvtools::AssemblyContext
H A Dtext.cpp514 if ('!' == context->peek()) { in spvTextEncodeOpcode()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dtext_handler.cpp221 char AssemblyContext::peek() const { in peek() function in spvtools::AssemblyContext
H A Dtext.cpp514 if ('!' == context->peek()) { in spvTextEncodeOpcode()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-cff-interp-common.hh430 const ELEM& peek () in peek() function
/third_party/toybox/toys/posix/
H A Dfile.c271 } else if (len>33 && (magic=peek(&s,2), magic==0143561 || magic==070707)) { in do_regular_file()
/third_party/python/Include/internal/
H A Dpycore_global_strings.h314 STRUCT_FOR_ID(peek)
/kernel/linux/linux-6.6/tools/testing/kunit/
H A Dkunit_tool_test.py359 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 DRuleBasedBreakIterator.java1261 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 DRuleBasedBreakIterator.java1238 if (endPos > fBreaks.peek()) { in populateDictionary()
1244 fLimit = fBreaks.peek(); in populateDictionary()
/third_party/node/deps/v8/src/json/
H A Djson-parser.cc328 if (!Check(JsonToken::EOS)) ReportUnexpectedToken(peek()); in ParseJson()
730 switch (peek()) { in ParseJsonValue()
/kernel/linux/linux-5.10/net/sched/
H A Dsch_hfsc.c837 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 Dsch_api.c93 ---peek
142 if (qops->peek == NULL) { in register_qdisc()
144 qops->peek = noop_qdisc_ops.peek; in register_qdisc()
H A Dsch_hhf.c699 .peek = qdisc_peek_dequeued,
H A Dsch_fq_pie.c558 .peek = qdisc_peek_dequeued,
/kernel/linux/linux-6.6/net/sched/
H A Dsch_api.c94 ---peek
143 if (qops->peek == NULL) { in register_qdisc()
145 qops->peek = noop_qdisc_ops.peek; in register_qdisc()
H A Dsch_hfsc.c836 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 Dsch_hhf.c696 .peek = qdisc_peek_dequeued,
H A Dsch_fq_pie.c557 .peek = qdisc_peek_dequeued,
/third_party/node/deps/v8/src/objects/
H A Dstring.cc1318 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 Dparse.rs566 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 Dnv50_ir_ssa.cpp421 return reinterpret_cast<LValue *>(stack[val->id].peek().u.p); in getStackTop()
H A Dnv50_ir_util.h275 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 Dscanner.h285 // 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 Dweakref.py600 def peek(self): member in finalize

Completed in 54 milliseconds

1...<<11121314