/third_party/python/Tools/c-analyzer/c_parser/parser/ |
D | _info.py | 49 def __init__(self, filename, _current=None): argument 53 if isinstance(_current, str): 54 _current = TextInfo(_current) 55 self._current = _current 57 self._start = _current.start if _current else -1 68 if self._current is None: 70 return self._current.start 74 if self._current is None: 76 return self._current.end 80 if self._current is None: [all …]
|
/third_party/zlib/contrib/dotzlib/DotZLib/ |
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/nghttp2/third-party/llhttp/src/ |
D | llhttp.c | 1124 state->_current = (void*) (intptr_t) s_n_llhttp__internal__n_start; in llhttp__internal_init() 1133 switch ((llparse_state_t) (intptr_t) state->_current) { in llhttp__internal__run() 1172 …state->_current = (void*) (intptr_t) s_n_llhttp__internal__n_invoke_llhttp__after_message_complete; in llhttp__internal__run() 1360 state->_current = (void*) (intptr_t) s_error; in llhttp__internal__run() 1422 state->_current = (void*) (intptr_t) s_error; in llhttp__internal__run() 1488 state->_current = (void*) (intptr_t) s_error; in llhttp__internal__run() 1953 state->_current = (void*) (intptr_t) s_error; in llhttp__internal__run() 2081 state->_current = (void*) (intptr_t) s_error; in llhttp__internal__run() 2278 state->_current = (void*) (intptr_t) s_error; in llhttp__internal__run() 2288 state->_current = (void*) (intptr_t) s_error; in llhttp__internal__run() [all …]
|
/third_party/node/deps/llhttp/src/ |
D | llhttp.c | 1042 state->_current = (void*) (intptr_t) s_n_llhttp__internal__n_start; in llhttp__internal_init() 1051 switch ((llparse_state_t) (intptr_t) state->_current) { in llhttp__internal__run() 1090 …state->_current = (void*) (intptr_t) s_n_llhttp__internal__n_invoke_llhttp__after_message_complete; in llhttp__internal__run() 1627 state->_current = (void*) (intptr_t) s_error; in llhttp__internal__run() 1751 state->_current = (void*) (intptr_t) s_error; in llhttp__internal__run() 1948 state->_current = (void*) (intptr_t) s_error; in llhttp__internal__run() 1958 state->_current = (void*) (intptr_t) s_error; in llhttp__internal__run() 2054 state->_current = (void*) (intptr_t) s_error; in llhttp__internal__run() 2064 state->_current = (void*) (intptr_t) s_error; in llhttp__internal__run() 5829 state->_current = (void*) (intptr_t) s_error; in llhttp__internal__run() [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ruleiter.cpp | 45 c = _current(); in next() 106 UChar32 a = _current(); in skipIgnored() 137 UChar32 RuleCharacterIterator::_current() const { in _current() function in RuleCharacterIterator
|
D | ruleiter.h | 217 UChar32 _current() const;
|
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/ |
D | ruleiter.cpp | 45 c = _current(); in next() 106 UChar32 a = _current(); in skipIgnored() 137 UChar32 RuleCharacterIterator::_current() const { in _current() function in RuleCharacterIterator
|
D | ruleiter.h | 217 UChar32 _current() const;
|
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/icu4c/source/common/ |
D | ruleiter.cpp | 45 c = _current(); in next() 106 UChar32 a = _current(); in skipIgnored() 137 UChar32 RuleCharacterIterator::_current() const { in _current() function in RuleCharacterIterator
|
D | ruleiter.h | 217 UChar32 _current() const;
|
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/ |
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/ |
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/ |
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/ |
D | asyncsupport.py | 224 ctx._before = ctx._current 225 ctx._current = ctx._after 230 return ctx._current, ctx
|
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/node/deps/v8/tools/system-analyzer/view/ |
D | script-panel.mjs | 253 while (!this._done() && this._current().line === lineIndex) { 254 yield this._current(); 260 while (!this._done() && this._current().line < lineIndex) { 265 _current() { method in SourcePositionIterator
|
/third_party/jinja2/ |
D | runtime.py | 397 _current: t.Any = missing variable in LoopContext 562 self._before = self._current 563 self._current = rv 650 self._before = self._current 651 self._current = rv
|
D | asyncsupport.py | 247 self._before = self._current 248 self._current = rv
|
/third_party/node/deps/v8/third_party/jinja2/ |
D | asyncsupport.py | 247 self._before = self._current 248 self._current = rv
|
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/ |
D | asyncsupport.py | 247 self._before = self._current 248 self._current = rv
|
D | runtime.py | 389 _current = missing variable in LoopContext 548 self._before = self._current 549 self._current = rv
|