Home
last modified time | relevance | path

Searched refs:_current (Results 1 – 9 of 9) sorted by relevance

/external/zlib/contrib/dotzlib/DotZLib/
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()
/external/icu4c/common/
Druleiter.cpp42 c = _current(); in next()
104 UChar32 a = _current(); in skipIgnored()
135 UChar32 RuleCharacterIterator::_current() const { in _current() function in RuleCharacterIterator
Druleiter.h216 UChar32 _current() const;
/external/webkit/SunSpider/tests/parse-only/
Dmootools-1.2.2-core-nc.js1052 this._current = $empty;
1054 delete this._current; delete this.caller;
1108 …if (method._protected && this._current == null) throw new Error('The method "' + key + '" cannot b…
1109 var caller = this.caller, current = this._current;
1110 this.caller = current; this._current = arguments.callee;
1112 this._current = current; this.caller = caller;
Dconcat-jquery-mootools-prototype.js5428 this._current = $empty;
5430 delete this._current; delete this.caller;
5484 …if (method._protected && this._current == null) throw new Error('The method "' + key + '" cannot b…
5485 var caller = this.caller, current = this._current;
5486 this.caller = current; this._current = arguments.callee;
5488 this._current = current; this.caller = caller;
/external/webkit/WebKit/win/Interfaces/
DIWebFrame.idl191 for _self and _current, the parent frame for _parent and the main frame for _top.
/external/webkit/WebKit/mac/
DChangeLog16620 - Removed _current ivar
16727 - Removed _current ivar from WebCoreScriptDebugger
16733 (-[WebScriptDebugger dealloc]): Added code to release _current.
16737 * WebView/WebScriptDebugDelegatePrivate.h: Added _current ivar.
DChangeLog-2002-12-0313995 the target is _self, _top, _parent or _current. This goes
/external/webkit/WebCore/
DChangeLog-2008-08-1058616 "_current" are interpreted properly