HomeSort by relevance Sort by last modified time
    Searched refs:nodeCount (Results 1 - 25 of 47) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathNodeSet.cpp 161 unsigned nodeCount = m_nodes.size();
162 if (nodeCount < 2) {
167 if (nodeCount > traversalSortCutoff) {
174 WillBeHeapVector<NodeSetVector> parentMatrix(nodeCount);
175 for (unsigned i = 0; i < nodeCount; ++i) {
187 sortBlock(0, nodeCount, parentMatrix, containsAttributeNodes);
192 sortedNodes.reserveInitialCapacity(nodeCount);
193 for (unsigned i = 0; i < nodeCount; ++i)
217 unsigned nodeCount = m_nodes.size();
218 ASSERT(nodeCount > 1)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
CollectionItemsCache.h 49 unsigned nodeCount(const Collection&);
88 unsigned CollectionItemsCache<Collection, NodeType>::nodeCount(const Collection& collection)
CollectionIndexCache.h 60 unsigned nodeCount(const Collection&);
115 inline unsigned CollectionIndexCache<Collection, NodeType>::nodeCount(const Collection& collection)
HTMLCollection.cpp 197 return m_collectionItemsCache.nodeCount(*this);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/
HeapSnapshot.js 929 this.nodeCount = this.nodes.length / this._nodeFieldCount;
932 this._retainedSizes = new Float64Array(this.nodeCount);
933 this._firstEdgeIndexes = new Uint32Array(this.nodeCount + 1);
936 this._firstRetainerIndex = new Uint32Array(this.nodeCount + 1);
937 this._nodeDistances = new Int32Array(this.nodeCount);
938 this._firstDominatedNodeIndex = new Uint32Array(this.nodeCount + 1);
939 this._dominatedNodes = new Uint32Array(this.nodeCount - 1);
966 var nodeCount = this.nodeCount;
971 firstEdgeIndexes[nodeCount] = this.containmentEdges.length
    [all...]
JSHeapSnapshot.js 137 this._flags = new Uint32Array(this.nodeCount);
299 var nodeCount = this.nodeCount;
344 var nodesCount = this.nodeCount;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
HeapSnapshotCommon.js 286 * @param {number} nodeCount
292 WebInspector.HeapSnapshotCommon.StaticData = function(nodeCount, rootNodeIndex, totalSize, maxJSObjectId)
295 this.nodeCount = nodeCount;
HeapSnapshotProxy.js 423 get nodeCount()
425 return this._staticData.nodeCount;
HeapSnapshotGridNodes.js     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ChildNodeList.h 45 virtual unsigned length() const OVERRIDE { return m_collectionIndexCache.nodeCount(*this); }
LiveNodeList.cpp 59 return m_collectionItemsCache.nodeCount(*this);
Node.cpp 709 PassRefPtr<TraceEvent::ConvertableToTraceFormat> jsonObjectForStyleInvalidation(unsigned nodeCount, const Node* rootNode)
712 value->setInteger("node_count", nodeCount);
724 unsigned nodeCount = 0;
728 nodeCount++;
730 nodeCount += root->styledSubtreeSize();
733 return nodeCount;
739 unsigned nodeCount = styledSubtreeSize();
740 if (nodeCount < kMinLoggedSize)
745 "data", jsonObjectForStyleInvalidation(nodeCount, this)
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_browsertest.js 341 var nodeCount = function(node) {
347 tally += nodeCount(node.childNodes[i]);
353 var unpairedDeviceListSize = nodeCount(unpairedDeviceList);
354 var pairDeviceDialogSize = nodeCount(pairDeviceDialog);
362 assertEquals(unpairedDeviceListSize, nodeCount(unpairedDeviceList));
369 assertEquals(pairDeviceDialogSize, nodeCount(pairDeviceDialog));
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityCache.java 309 final int nodeCount = nodes.size();
310 for (int i = nodeCount - 1; i >= 0; i--) {
410 final int nodeCount = nodes.size();
411 for (int j = 0; j < nodeCount; j++) {
  /frameworks/base/core/java/android/animation/
AnimatorSet.java 249 final int nodeCount = mNodes.size();
250 for (int i = 0; i < nodeCount; i ++) {
644 final int nodeCount = mNodes.size();
650 anim.mNodes = new ArrayList<Node>(nodeCount);
651 anim.mSortedNodes = new ArrayList<Node>(nodeCount);
659 for (int n = 0; n < nodeCount; n++) {
685 for (int n = 0; n < nodeCount; n++) {
711 for (int n = 0; n < nodeCount; n++) {
    [all...]
  /external/srec/tools/grxmlcompile/
sub_min.cpp 542 int *nodeCount= new int [numVertex];
549 nodeCount[ii]= 0;
555 nodeCount[arc[ii]->GetToId()]++;
559 if (vertexProp[ii] != nodeCount[ii]) {
560 // std::cout << ii << " (" << vertexProp[ii] << " " << nodeCount[ii] << ") ";
566 delete [] nodeCount;
  /external/chromium_org/third_party/icu/source/test/intltest/
ssearch.cpp 213 int32_t nodeCount = 0;
223 nodeCount++;
230 nodeCount++;
240 nodeCount++;
248 nodeCount++;
252 TEST_ASSERT(nodeCount == testCase->countChildren());
    [all...]
  /external/icu/icu4c/source/test/intltest/
ssearch.cpp 213 int32_t nodeCount = 0;
223 nodeCount++;
230 nodeCount++;
240 nodeCount++;
248 nodeCount++;
252 TEST_ASSERT(nodeCount == testCase->countChildren());
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp 694 unsigned int nodeCount;
721 for (unsigned int i = 0; i < nodeCount; ++i) {
1084 for (unsigned int i = 0; i < nodeCount; ++i) {
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp 694 unsigned int nodeCount;
721 for (unsigned int i = 0; i < nodeCount; ++i) {
1084 for (unsigned int i = 0; i < nodeCount; ++i) {
    [all...]
  /frameworks/base/core/java/android/view/
AccessibilityInteractionController.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMAgent.cpp     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/de/pdark/decentxml/1.3/
decentxml-1.3.jar 
  /prebuilts/tools/common/m2/repository/de/pdark/decentxml/1.3/
decentxml-1.3.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
dom4j-1.6.1.jar 

Completed in 1183 milliseconds

1 2