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

/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathNodeSet.cpp142 unsigned nodeCount = m_nodes.size(); local
143 if (nodeCount < 2) {
148 if (nodeCount > traversalSortCutoff) {
155 Vector<Vector<Node*> > parentMatrix(nodeCount);
156 for (unsigned i = 0; i < nodeCount; ++i) {
168 sortBlock(0, nodeCount, parentMatrix, containsAttributeNodes);
172 sortedNodes.reserveInitialCapacity(nodeCount);
173 for (unsigned i = 0; i < nodeCount; ++i)
197 unsigned nodeCount = m_nodes.size(); local
198 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/common/
H A Dtriedict.cpp397 uint32_t nodeCount; // Number of entries in offsets[] member in struct:CompactTrieHeader
406 uint16_t nodeCount; // Number of entries in offsets[] member in struct:CompactTrieHeaderV1
415 uint32_t nodeCount; // Number of entries in offsets[] member in struct:CompactTrieInfo
432 nodeCount = headerV1->nodeCount;
437 nodeCount = header->nodeCount;
584 * @param nodeCount The length of hnode->entries[]
600 * @param nodeCount The length of hnode->entries[]
602 static inline uint32_t calcEqualLink(const CompactTrieHorizontalNode *hnode, uint16_t index, uint16_t nodeCount){ argument
644 searchHorizontalEntries(const CompactTrieHorizontalEntry *entries, UChar uc, uint16_t nodeCount) argument
712 int nodeCount = getCount(node); local
815 int nodeCount; local
1496 int32_t nodeCount = 1; // The sentinel node we already have local
1665 unpackHorizontalArray( const CompactTrieInfo *info, const CompactTrieHorizontalNode *hnode, int low, int high, int nodeCount, UErrorCode &status) argument
1693 int nodeCount = getCount(node); local
1749 uint16_t nodeCount = hnode->flagscount & kRootCountMask; local
1926 uint32_t nodeCount; local
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dssearch.cpp247 int32_t nodeCount = 0; local
257 nodeCount++;
264 nodeCount++;
274 nodeCount++;
282 nodeCount++;
286 TEST_ASSERT(nodeCount == testCase->countChildren());
585 int32_t nodeCount = 0; local
595 nodeCount++;
602 nodeCount++;
612 nodeCount
[all...]
/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/icu4c/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/inspector/
H A DInspectorDOMAgent.cpp1544 int nodeCount = innerChildNodeCount(node); local
1545 value->setChildNodeCount(nodeCount);
H A DInspectorTimelineAgent.cpp1063 int nodeCount = 0; local
1067 nodeCount = InspectorCounters::counterValue(InspectorCounters::NodeCounter);
1072 .setNodes(nodeCount)
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNode.cpp694 unsigned nodeCount = 0; local
696 nodeCount += styledSubtreeSize(child);
697 return nodeCount;
708 unsigned nodeCount = 1 + styledSubtreeSizeIgnoringSelfAndShadowRoots(rootNode); local
712 nodeCount += styledSubtreeSizeIgnoringSelfAndShadowRoots(shadowRoot);
714 return nodeCount;
728 PassRefPtr<JSONObject> jsonObjectForStyleInvalidation(unsigned nodeCount, const Node* rootNode) argument
731 jsonObject->setNumber("node_count", nodeCount);
742 unsigned nodeCount = styledSubtreeSize(this); local
743 if (nodeCount < kMinLoggedSiz
[all...]
/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/debugging/ com/google/debugging/sourcemap/ ...

Completed in 910 milliseconds