HomeSort by relevance Sort by last modified time
    Searched full:nodecount (Results 1 - 18 of 18) sorted by null

  /external/webkit/Source/WebCore/manual-tests/
svg-node-count-vs-scroll.xhtml 14 var nodeCount = parseInt(prompt('# <rect> to generate? ', 50000));
18 for (var i = 0; i < nodeCount; i++) {
29 svgRoot.style.width = nodeCount + 'px';
30 svgRoot.style.height = nodeCount + 'px';
  /external/webkit/Source/WebCore/xml/
XPathNodeSet.cpp 140 unsigned nodeCount = m_nodes.size();
141 if (nodeCount < 2) {
148 Vector<Vector<Node*> > parentMatrix(nodeCount);
149 for (unsigned i = 0; i < nodeCount; ++i) {
161 sortBlock(0, nodeCount, parentMatrix, containsAttributeNodes);
165 sortedNodes.reserveInitialCapacity(nodeCount);
166 for (unsigned i = 0; i < nodeCount; ++i)
  /external/icu4c/common/
triedict.cpp 360 uint16_t nodeCount; // Number of entries in offsets[]
490 int nodeCount = (node->flagscount & kCountMask);
491 if (nodeCount == 0) {
498 for (int j = 0; j < nodeCount && i < maxLength; ++j) {
516 int high = nodeCount-1;
601 int nodeCount = (node->flagscount & kCountMask);
603 if (nodeCount == 0) {
615 unistr.append((const UChar *)vnode->chars, (int32_t) nodeCount);
623 unistr.truncate(unistr.length()-nodeCount);
637 if (where < nodeCount) {
    [all...]
  /external/webkit/Source/WebCore/bindings/js/
JSDocumentCustom.cpp 118 size_t nodeCount = 0;
120 nodeCount++;
122 exec->heap()->reportExtraMemoryCost(nodeCount * sizeof(Node));
  /external/webkit/LayoutTests/fast/xpath/py-dom-xpath/
axes-expected.txt 13 PASS nodeCount is 16
axes.html 98 var nodeCount = doc.evaluate("count(//*)", doc.documentElement, null, XPathResult.ANY_TYPE, null).numberValue;
99 shouldBe('nodeCount', '16');
  /external/e2fsprogs/e2fsck/
dict.c 59 #define nodecount dict_nodecount macro
264 new->nodecount = 0;
313 dict->nodecount = 0;
341 dict->nodecount = 0;
362 dict->nodecount = 0;
379 dict->nodecount = 0;
597 dict->nodecount++;
744 dict->nodecount--;
954 return dict->nodecount;
959 return dict->nodecount == 0
1087 dictcount_t fullcount = DICTCOUNT_T_MAX, nodecount = dict->nodecount; local
    [all...]
  /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/webkit/Source/WebCore/inspector/front-end/
HeapSnapshotProxy.js 114 this._nodeCount = this._snapshot.nodeCount;
129 get nodeCount()
DetailedHeapshotView.js 210 var nodeCount = 0;
215 if (!--nodeCount)
220 ++nodeCount;
226 ++nodeCount;
    [all...]
DetailedHeapshotGridNodes.js 197 return this._count / this.dataGrid.snapshot.nodeCount * 100.0;
482 return this._count / this.dataGrid.snapshot.nodeCount * 100.0;
HeapSnapshot.js 545 get nodeCount()
    [all...]
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityNodeInfoCache.java 198 final int nodeCount = mCacheImpl.size();
199 for (int i = 0; i < nodeCount; i++) {
  /external/icu4c/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/webkit/Source/JavaScriptCore/runtime/
JSArray.cpp     [all...]
  /external/webkit/Source/WebCore/inspector/
InspectorDOMAgent.cpp     [all...]
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_controller_unittest.mm 456 int nodecount = AddLotsOfNodes();
528 for (int i = 0; i < nodecount+50; ++i) {
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 

Completed in 2542 milliseconds