HomeSort by relevance Sort by last modified time
    Searched full:_calls (Results 1 - 7 of 7) sorted by null

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
CommonTreeNodeStream.cs 59 Stack<int> _calls; field in class:Antlr.Runtime.Tree.CommonTreeNodeStream
129 if (_calls != null)
130 _calls.Clear();
172 if (_calls == null) {
173 _calls = new Stack<int>();
175 _calls.Push(_p); // save current index
183 int ret = _calls.Pop();
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
CommonTreeNodeStream.cs 61 Stack<int> _calls; field in class:Antlr.Runtime.Tree.CommonTreeNodeStream
147 if ( _calls != null )
148 _calls.Clear();
199 if ( _calls == null )
201 _calls = new Stack<int>();
203 _calls.Push( _p ); // save current index
212 int ret = _calls.Pop();
  /external/chromium_org/chrome/common/extensions/docs/server2/
content_providers_test.py 90 self._calls = []
93 self._calls.append((owner, repo))
97 calls = self._calls
98 self._calls = []
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptCanvasModuleSource.js 679 this._calls = [];
813 return this._calls;
829 for (var i = 0, n = this._calls.length; i < n; ++i) {
830 result = this._calls[i].resource().contextResource();
881 data.calls = this._calls.map(function(call) {
914 this._calls = [];
930 this._calls.push(data.calls[i].replay(cache));
939 this._calls.push(call);
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
tcmalloc_unittest.cc 727 static int g_##hook_type##_calls = 0; \
729 g_##hook_type##_calls++; \
732 CHECK_GT(g_##hook_type##_calls, 0); \
733 g_##hook_type##_calls = 0; /* reset for next call */ \
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
tcmalloc_unittest.cc 727 static int g_##hook_type##_calls = 0; \
729 g_##hook_type##_calls++; \
732 CHECK_GT(g_##hook_type##_calls, 0); \
733 g_##hook_type##_calls = 0; /* reset for next call */ \
    [all...]
  /external/deqp/modules/gles31/functional/
es31fAtomicCounterTests.cpp     [all...]

Completed in 502 milliseconds