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

  /frameworks/base/services/core/java/com/android/server/am/
ContentProviderConnection.java 42 public ContentProviderConnection(ContentProviderRecord _provider, ProcessRecord _client) {
43 provider = _provider;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
ViewportControl.js 47 this._provider = provider;
200 this._cachedProviderElements = new Array(this._provider.itemCount());
203 element = this._provider.itemElement(index);
213 var itemCount = this._provider.itemCount();
217 this._cumulativeHeights[0] = this._provider.fastHeight(0);
219 this._cumulativeHeights[i] = this._cumulativeHeights[i - 1] + this._provider.fastHeight(i);
297 this._headSelection = this._createSelectionModel(this._provider.itemCount() - 1, this.element, this.element.children.length);
365 var itemCount = this._provider.itemCount();
393 if (this._cumulativeHeights && Math.abs(this._cachedItemHeight(this._firstVisibleIndex + i) - this._provider.fastHeight(i + this._firstVisibleIndex)) > 1)
403 this._firstVisibleIndex = Math.max(itemCount - Math.ceil(visibleHeight / this._provider.minimumRowHeight()), 0)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
HeapSnapshotGridNodes.js 124 _provider: function()
279 this._provider().sortAndRewind(this.comparator(), sorted.bind(this));
287 this._provider().sortAndRewind(this.comparator(), callback);
309 this._provider().serializeItemsRange(firstNotSerializedPosition, end, childrenRetrieved.bind(this));
484 this._provider().sortAndRewind(this.comparator(), afterSort.bind(this));
662 this._provider().isEmpty(isEmptyCallback.bind(this));
    [all...]
  /libcore/luni/src/test/java/libcore/java/security/
KeyPairGeneratorTest.java 62 // If this fails remember to add _provider methods below. This test is sharded because it
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.0.600.v20130530-1010/
org.eclipse.jdt.compiler.apt-1.0.600.v20130530-1010.jar 

Completed in 159 milliseconds