| /external/chromium_org/third_party/WebKit/Source/core/xml/ | 
| XPathNodeSet.cpp | 142     unsigned nodeCount = m_nodes.size(); 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();
 198     ASSERT(nodeCount > 1)
 [all...]
 | 
| /external/chromium_org/third_party/icu/source/common/ | 
| triedict.cpp | 397     uint32_t        nodeCount;      // Number of entries in offsets[] 406     uint16_t        nodeCount;      // Number of entries in offsets[]
 415     uint32_t        nodeCount;      // Number of entries in offsets[]
 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){
 [all...]
 | 
| /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ | 
| HeapSnapshot.js | 621         this.nodeCount = this._nodes.length / this._nodeFieldCount; 649         var nodeCount = this.nodeCount;
 650         var firstEdgeIndexes = this._firstEdgeIndexes = new Uint32Array(nodeCount + 1);
 654         firstEdgeIndexes[nodeCount] = this._containmentEdges.length;
 655         for (var nodeOrdinal = 0, edgeIndex = 0; nodeOrdinal < nodeCount; ++nodeOrdinal) {
 667         var firstRetainerIndex = this._firstRetainerIndex = new Uint32Array(this.nodeCount + 1);
 674         var nodeCount = this.nodeCount;
 682         for (var i = 0, firstUnusedRetainerSlot = 0; i < nodeCount; i++)
 [all...]
 | 
| DOMCountersGraph.js | 69  * @param {number} nodeCount 72 WebInspector.DOMCountersGraph.Counter = function(time, documentCount, nodeCount, listenerCount, usedGPUMemoryKBytes)
 76     this.nodeCount = nodeCount;
 167             return entry.nodeCount;
 250                     this._counters[index].nodeCount = this._counters[copyFrom].nodeCount;
 254                     this._counters[index].nodeCount = 0;
 
 | 
| JSHeapSnapshot.js | 149         this._flags = new Uint32Array(this.nodeCount); 295         var nodeCount = this.nodeCount;
 340         var nodesCount = this.nodeCount;
 
 | 
| HeapSnapshotProxy.js | 527     get nodeCount() 529         return this._staticData.nodeCount;
 
 | 
| HeapSnapshotGridNodes.js | 888         return this._count / this.dataGrid.snapshot.nodeCount * 100.0; [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/ | 
| AccessibilityNodeInfoCache.java | 212                 final int nodeCount = mCacheImpl.size(); 213                 for (int i = 0; i < nodeCount; i++) {
 
 | 
| /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 | 247         int32_t                nodeCount = 0; 257         nodeCount++;
 264             nodeCount++;
 274             nodeCount++;
 282             nodeCount++;
 286         TEST_ASSERT(nodeCount == testCase->countChildren());
 585         int32_t                nodeCount = 0;
 595         nodeCount++;
 602             nodeCount++;
 612             nodeCount++
 [all...]
 | 
| /external/icu4c/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/WebKit/Source/core/dom/ | 
| Node.cpp | 694     unsigned nodeCount = 0; 696         nodeCount += styledSubtreeSize(child);
 697     return nodeCount;
 708     unsigned nodeCount = 1 + styledSubtreeSizeIgnoringSelfAndShadowRoots(rootNode);
 712         nodeCount += styledSubtreeSizeIgnoringSelfAndShadowRoots(shadowRoot);
 714     return nodeCount;
 728 PassRefPtr<JSONObject> jsonObjectForStyleInvalidation(unsigned nodeCount, const Node* rootNode)
 731     jsonObject->setNumber("node_count", nodeCount);
 742     unsigned nodeCount = styledSubtreeSize(this);
 743     if (nodeCount < kMinLoggedSize
 [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...]
 | 
| /external/chromium_org/third_party/WebKit/Source/core/inspector/ | 
| InspectorTimelineAgent.cpp | [all...] | 
| InspectorDOMAgent.cpp | [all...] | 
| /prebuilts/tools/common/m2/internal/dom4j/dom4j/1.6.1/ | 
| dom4j-1.6.1.jar |  | 
| /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/ | 
| FlexAntTasks.jar |  | 
| /prebuilts/devtools/tools/lib/ | 
| lint-checks.jar |  | 
| /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/ | 
| lint-checks-22.2.0.jar |  | 
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ | 
| com.ibm.icu_4.2.1.v20100412.jar |  | 
| /prebuilts/misc/common/icu4j/ | 
| icu4j.jar |  | 
| /external/jdiff/ | 
| xerces.jar |  | 
| /prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/ | 
| xercesImpl-2.6.2.jar |  |