Searched refs:nodeCount (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium-trace/trace-viewer/src/tracing/analysis/
H A Danalysis_results_test.js32 assertEquals(0, table.nodeCount);
35 assertEquals(1, table.nodeCount);
41 assertEquals(1, table.nodeCount);
47 assertEquals(1, table.nodeCount);
53 assertEquals(1, table.nodeCount);
59 assertEquals(1, table.nodeCount);
64 assertEquals(0, table.nodeCount);
H A Dstub_analysis_table.js29 get nodeCount() {
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathNodeSet.cpp161 unsigned nodeCount = m_nodes.size(); local
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(); local
218 ASSERT(nodeCount >
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DCollectionItemsCache.h49 unsigned nodeCount(const Collection&);
88 unsigned CollectionItemsCache<Collection, NodeType>::nodeCount(const Collection& collection) function in class:blink::CollectionItemsCache
H A DCollectionIndexCache.h60 unsigned nodeCount(const Collection&);
115 inline unsigned CollectionIndexCache<Collection, NodeType>::nodeCount(const Collection& collection) function in class:blink::CollectionIndexCache
H A DHTMLCollection.cpp197 return m_collectionItemsCache.nodeCount(*this);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/
H A DHeapSnapshot.js929 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]
[all...]
H A DJSHeapSnapshot.js137 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/
H A DHeapSnapshotCommon.js286 * @param {number} nodeCount
292 WebInspector.HeapSnapshotCommon.StaticData = function(nodeCount, rootNodeIndex, totalSize, maxJSObjectId)
295 this.nodeCount = nodeCount;
H A DHeapSnapshotProxy.js423 get nodeCount()
425 return this._staticData.nodeCount;
H A DHeapSnapshotGridNodes.js1028 var countPercent = this._count / snapshot.nodeCount * 100.0;
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DChildNodeList.h45 virtual unsigned length() const OVERRIDE { return m_collectionIndexCache.nodeCount(*this); }
H A DLiveNodeList.cpp59 return m_collectionItemsCache.nodeCount(*this);
H A DNode.cpp709 PassRefPtr<TraceEvent::ConvertableToTraceFormat> jsonObjectForStyleInvalidation(unsigned nodeCount, const Node* rootNode) argument
712 value->setInteger("node_count", nodeCount);
724 unsigned nodeCount = 0; local
728 nodeCount++;
730 nodeCount += root->styledSubtreeSize();
733 return nodeCount;
739 unsigned nodeCount = styledSubtreeSize(); local
740 if (nodeCount < kMinLoggedSize)
745 "data", jsonObjectForStyleInvalidation(nodeCount, this)
/external/srec/tools/grxmlcompile/
H A Dsub_min.cpp542 int *nodeCount= new int [numVertex]; local
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/
H A Dssearch.cpp213 int32_t nodeCount = 0; local
223 nodeCount++;
230 nodeCount++;
240 nodeCount++;
248 nodeCount++;
252 TEST_ASSERT(nodeCount == testCase->countChildren());
/external/icu/icu4c/source/test/intltest/
H A Dssearch.cpp213 int32_t nodeCount = 0; local
223 nodeCount++;
230 nodeCount++;
240 nodeCount++;
248 nodeCount++;
252 TEST_ASSERT(nodeCount == testCase->countChildren());
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ra.cpp694 unsigned int nodeCount; member in class:nv50_ir::GCRA
721 for (unsigned int i = 0; i < nodeCount; ++i) {
1084 for (unsigned int i = 0; i < nodeCount; ++i) {
1292 for (unsigned int i = 0; i < nodeCount; ++i) {
1309 nodeCount = func->allLValues.getSize();
1310 nodes = new RIG_Node[nodeCount];
1313 for (unsigned int i = 0; i < nodeCount; ++i) {
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ra.cpp694 unsigned int nodeCount; member in class:nv50_ir::GCRA
721 for (unsigned int i = 0; i < nodeCount; ++i) {
1084 for (unsigned int i = 0; i < nodeCount; ++i) {
1292 for (unsigned int i = 0; i < nodeCount; ++i) {
1309 nodeCount = func->allLValues.getSize();
1310 nodes = new RIG_Node[nodeCount];
1313 for (unsigned int i = 0; i < nodeCount; ++i) {
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorDOMAgent.cpp1670 int nodeCount = innerChildNodeCount(node); local
1671 value->setChildNodeCount(nodeCount);
1673 m_cachedChildCount.set(id, nodeCount);
/external/owasp/sanitizer/tools/findbugs/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...

Completed in 4168 milliseconds

12