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

  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathNodeSet.cpp 143 unsigned nodeCount = m_nodes.size();
144 if (nodeCount < 2) {
149 if (nodeCount > traversalSortCutoff) {
156 Vector<Vector<Node*> > parentMatrix(nodeCount);
157 for (unsigned i = 0; i < nodeCount; ++i) {
169 sortBlock(0, nodeCount, parentMatrix, containsAttributeNodes);
173 sortedNodes.reserveInitialCapacity(nodeCount);
174 for (unsigned i = 0; i < nodeCount; ++i)
198 unsigned nodeCount = m_nodes.size();
199 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 565 this.nodeCount = this._nodes.length / this._nodeFieldCount;
583 var nodeCount = this.nodeCount;
584 var firstEdgeIndexes = this._firstEdgeIndexes = new Uint32Array(nodeCount + 1);
588 firstEdgeIndexes[nodeCount] = this._containmentEdges.length;
589 for (var nodeOrdinal = 0, edgeIndex = 0; nodeOrdinal < nodeCount; ++nodeOrdinal) {
601 var firstRetainerIndex = this._firstRetainerIndex = new Uint32Array(this.nodeCount + 1);
609 var nodeCount = this.nodeCount;
617 for (var i = 0, firstUnusedRetainerSlot = 0; i < nodeCount; i++)
    [all...]
DOMCountersGraph.js 71 * @param {number} nodeCount
74 WebInspector.DOMCountersGraph.Counter = function(time, documentCount, nodeCount, listenerCount)
78 this.nodeCount = nodeCount;
160 return entry.nodeCount;
JSHeapSnapshot.js 130 this._flags = new Uint32Array(this.nodeCount);
276 var nodeCount = this.nodeCount;
321 var nodesCount = this.nodeCount;
HeapSnapshotProxy.js 486 get nodeCount()
488 return this._staticData.nodeCount;
HeapSnapshotGridNodes.js 848 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/inspector/
InspectorTimelineAgent.cpp 671 int nodeCount = 0;
674 nodeCount = InspectorCounters::counterValue(InspectorCounters::NodeCounter);
679 .setNodes(nodeCount)
InspectorDOMAgent.cpp     [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...]
  /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 
  /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 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 1134 milliseconds