Home
last modified time | relevance | path

Searched refs:_current (Results 1 - 25 of 26) sorted by relevance

12

/third_party/python/Tools/c-analyzer/c_parser/parser/
H A D_info.py49 def __init__(self, filename, _current=None):
53 if isinstance(_current, str):
54 _current = TextInfo(_current)
55 self._current = _current
57 self._start = _current.start if _current else -1
63 for a in ['filename', '_current'])
68 if self._current i
[all...]
/third_party/zlib/contrib/dotzlib/DotZLib/
H A DChecksumImpl.cs25 protected uint _current; field in DotZLib.ChecksumGeneratorBase
33 _current = 0; in ChecksumGeneratorBase()
42 _current = initialValue; in ChecksumGeneratorBase()
48 public void Reset() { _current = 0; } in Reset()
53 public uint Value { get { return _current; } }
140 _current = crc32(_current, hData.AddrOfPinnedObject().ToInt32()+offset, (uint)count); in Update()
191 _current = adler32(_current, hData.AddrOfPinnedObject().ToInt32()+offset, (uint)count); in Update()
/third_party/node/deps/llhttp/src/
H A Dllhttp.c1048 state->_current = (void*) (intptr_t) s_n_llhttp__internal__n_start; in llhttp__internal_init()
1057 switch ((llparse_state_t) (intptr_t) state->_current) { in llhttp__internal__run()
1096 state->_current = (void*) (intptr_t) s_n_llhttp__internal__n_invoke_llhttp__after_message_complete; in llhttp__internal__run()
1656 state->_current = (void*) (intptr_t) s_error; in llhttp__internal__run()
1780 state->_current = (void*) (intptr_t) s_error; in llhttp__internal__run()
1977 state->_current = (void*) (intptr_t) s_error; in llhttp__internal__run()
1987 state->_current = (void*) (intptr_t) s_error; in llhttp__internal__run()
2083 state->_current = (void*) (intptr_t) s_error; in llhttp__internal__run()
2093 state->_current = (void*) (intptr_t) s_error; in llhttp__internal__run()
5858 state->_current in llhttp__internal__run()
[all...]
/third_party/icu/icu4c/source/common/
H A Druleiter.cpp45 c = _current(); in next()
106 UChar32 a = _current(); in skipIgnored()
137 UChar32 RuleCharacterIterator::_current() const { in _current() function in RuleCharacterIterator
H A Druleiter.h217 UChar32 _current() const;
H A Ducurr.cpp116 _start = _current = &s; in EquivIterator()
126 const icu::UnicodeString* _current; member in EquivIterator
131 const icu::UnicodeString* _next = (const icu::UnicodeString*) _hash.get(*_current); in next()
133 U_ASSERT(_current == _start); in next()
139 _current = _next; in next()
/third_party/node/deps/icu-small/source/common/
H A Druleiter.cpp45 c = _current(); in next()
106 UChar32 a = _current(); in skipIgnored()
137 UChar32 RuleCharacterIterator::_current() const { in _current() function in RuleCharacterIterator
H A Druleiter.h217 UChar32 _current() const;
H A Ducurr.cpp119 _start = _current = &s; in EquivIterator()
129 const icu::UnicodeString* _current; member in EquivIterator
134 const icu::UnicodeString* _next = (const icu::UnicodeString*) _hash.get(*_current); in next()
136 U_ASSERT(_current == _start); in next()
142 _current = _next; in next()
/third_party/skia/third_party/externals/icu/source/common/
H A Druleiter.cpp45 c = _current(); in next()
106 UChar32 a = _current(); in skipIgnored()
137 UChar32 RuleCharacterIterator::_current() const { in _current() function in RuleCharacterIterator
H A Druleiter.h217 UChar32 _current() const;
H A Ducurr.cpp116 _start = _current = &s; in EquivIterator()
126 const icu::UnicodeString* _current; member in EquivIterator
131 const icu::UnicodeString* _next = (const icu::UnicodeString*) _hash.get(*_current); in next()
133 U_ASSERT(_current == _start); in next()
139 _current = _next; in next()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DRuleCharacterIterator.java142 c = _current(); in next()
258 int a = _current(); in skipIgnored()
338 private int _current() { in _current() method in RuleCharacterIterator
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DRuleCharacterIterator.java136 c = _current(); in next()
253 int a = _current(); in skipIgnored()
323 private int _current() { in _current() method in RuleCharacterIterator
/third_party/python/Lib/
H A Dhmac.py139 def _current(self): member in HMAC
158 h = self._current()
164 h = self._current()
/third_party/node/tools/inspector_protocol/jinja2/
H A Dasyncsupport.py224 ctx._before = ctx._current
225 ctx._current = ctx._after
230 return ctx._current, ctx
H A Druntime.py355 _current = _first_iteration variable in LoopContextBase
476 ctx._before = ctx._current
477 ctx._current = ctx._after
479 return ctx._current, ctx
/third_party/jinja2/
H A Druntime.py397 _current: t.Any = missing
562 self._before = self._current
563 self._current = rv
650 self._before = self._current
651 self._current = rv
H A Dasyncsupport.py247 self._before = self._current
248 self._current = rv
/third_party/node/deps/v8/third_party/jinja2/
H A Dasyncsupport.py247 self._before = self._current
248 self._current = rv
H A Druntime.py389 _current = missing variable in LoopContext
548 self._before = self._current
549 self._current = rv
/third_party/skia/third_party/externals/jinja2/
H A Dasyncsupport.py247 self._before = self._current
248 self._current = rv
H A Druntime.py389 _current = missing variable in LoopContext
548 self._before = self._current
549 self._current = rv
/third_party/node/deps/llhttp/include/
H A Dllhttp.h29 void* _current; member
/third_party/nghttp2/third-party/llhttp/include/
H A Dllhttp.h26 void* _current; member

Completed in 31 milliseconds

12