Searched defs:nodeCount (Results 1 - 17 of 17) sorted by relevance

/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
/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/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/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/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/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/dom/
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/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/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 340 milliseconds