/third_party/python/Tools/c-analyzer/c_parser/parser/ |
H A D | _info.py | 49 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 D | ChecksumImpl.cs | 25 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 D | llhttp.c | 1048 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 D | ruleiter.cpp | 45 c = _current(); in next() 106 UChar32 a = _current(); in skipIgnored() 137 UChar32 RuleCharacterIterator::_current() const { in _current() function in RuleCharacterIterator
|
H A D | ruleiter.h | 217 UChar32 _current() const;
|
H A D | ucurr.cpp | 116 _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 D | ruleiter.cpp | 45 c = _current(); in next() 106 UChar32 a = _current(); in skipIgnored() 137 UChar32 RuleCharacterIterator::_current() const { in _current() function in RuleCharacterIterator
|
H A D | ruleiter.h | 217 UChar32 _current() const;
|
H A D | ucurr.cpp | 119 _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 D | ruleiter.cpp | 45 c = _current(); in next() 106 UChar32 a = _current(); in skipIgnored() 137 UChar32 RuleCharacterIterator::_current() const { in _current() function in RuleCharacterIterator
|
H A D | ruleiter.h | 217 UChar32 _current() const;
|
H A D | ucurr.cpp | 116 _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 D | RuleCharacterIterator.java | 142 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 D | RuleCharacterIterator.java | 136 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 D | hmac.py | 139 def _current(self): member in HMAC 158 h = self._current() 164 h = self._current()
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | asyncsupport.py | 224 ctx._before = ctx._current 225 ctx._current = ctx._after 230 return ctx._current, ctx
|
H A D | runtime.py | 355 _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 D | runtime.py | 397 _current: t.Any = missing 562 self._before = self._current 563 self._current = rv 650 self._before = self._current 651 self._current = rv
|
H A D | asyncsupport.py | 247 self._before = self._current 248 self._current = rv
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | asyncsupport.py | 247 self._before = self._current 248 self._current = rv
|
H A D | runtime.py | 389 _current = missing variable in LoopContext 548 self._before = self._current 549 self._current = rv
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | asyncsupport.py | 247 self._before = self._current 248 self._current = rv
|
H A D | runtime.py | 389 _current = missing variable in LoopContext 548 self._before = self._current 549 self._current = rv
|
/third_party/node/deps/llhttp/include/ |
H A D | llhttp.h | 29 void* _current; member
|
/third_party/nghttp2/third-party/llhttp/include/ |
H A D | llhttp.h | 26 void* _current; member
|