/third_party/typescript/src/server/ |
D | scriptVersionCache.ts | 534 let nodeIndex = 0; variable 536 const end = Math.min(nodeIndex + lineCollectionCapacity, nodes.length); 537 interiorNodes[i] = new LineNode(nodes.slice(nodeIndex, end)); 538 nodeIndex = end; 756 let nodeIndex = 0; variable 758 while ((childIndex < lineCollectionCapacity) && (nodeIndex < nodeCount)) { 759 this.children[childIndex] = nodes[nodeIndex]; 761 nodeIndex++; 765 if (nodeIndex < nodeCount) { 766 splitNodeCount = Math.ceil((nodeCount - nodeIndex) / lineCollectionCapacity); [all …]
|
/third_party/icu/icu4c/source/i18n/ |
D | tznames_impl.cpp | 308 uint16_t nodeIndex = parent->fFirstChild; in addChildNode() local 309 while (nodeIndex > 0) { in addChildNode() 310 CharacterNode *current = fNodes + nodeIndex; in addChildNode() 317 prevIndex = nodeIndex; in addChildNode() 318 nodeIndex = current->fNextSibling; in addChildNode() 335 node->fNextSibling = nodeIndex; in addChildNode() 348 uint16_t nodeIndex = parent->fFirstChild; in getChildNode() local 349 while (nodeIndex > 0) { in getChildNode() 350 CharacterNode *current = fNodes + nodeIndex; in getChildNode() 357 nodeIndex = current->fNextSibling; in getChildNode()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | tznames_impl.cpp | 308 uint16_t nodeIndex = parent->fFirstChild; in addChildNode() local 309 while (nodeIndex > 0) { in addChildNode() 310 CharacterNode *current = fNodes + nodeIndex; in addChildNode() 317 prevIndex = nodeIndex; in addChildNode() 318 nodeIndex = current->fNextSibling; in addChildNode() 335 node->fNextSibling = nodeIndex; in addChildNode() 348 uint16_t nodeIndex = parent->fFirstChild; in getChildNode() local 349 while (nodeIndex > 0) { in getChildNode() 350 CharacterNode *current = fNodes + nodeIndex; in getChildNode() 357 nodeIndex = current->fNextSibling; in getChildNode()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | tznames_impl.cpp | 306 uint16_t nodeIndex = parent->fFirstChild; in addChildNode() local 307 while (nodeIndex > 0) { in addChildNode() 308 CharacterNode *current = fNodes + nodeIndex; in addChildNode() 315 prevIndex = nodeIndex; in addChildNode() 316 nodeIndex = current->fNextSibling; in addChildNode() 333 node->fNextSibling = nodeIndex; in addChildNode() 346 uint16_t nodeIndex = parent->fFirstChild; in getChildNode() local 347 while (nodeIndex > 0) { in getChildNode() 348 CharacterNode *current = fNodes + nodeIndex; in getChildNode() 355 nodeIndex = current->fNextSibling; in getChildNode()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | tznames_impl.cpp | 308 uint16_t nodeIndex = parent->fFirstChild; in addChildNode() local 309 while (nodeIndex > 0) { in addChildNode() 310 CharacterNode *current = fNodes + nodeIndex; in addChildNode() 317 prevIndex = nodeIndex; in addChildNode() 318 nodeIndex = current->fNextSibling; in addChildNode() 335 node->fNextSibling = nodeIndex; in addChildNode() 348 uint16_t nodeIndex = parent->fFirstChild; in getChildNode() local 349 while (nodeIndex > 0) { in getChildNode() 350 CharacterNode *current = fNodes + nodeIndex; in getChildNode() 357 nodeIndex = current->fNextSibling; in getChildNode()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | CommandGraph.cpp | 1040 for (size_t nodeIndex = 0; nodeIndex < mNodes.size(); ++nodeIndex) in dumpGraphDotFile() local 1042 const CommandGraphNode *node = mNodes[nodeIndex]; in dumpGraphDotFile() 1043 nodeIDMap[node] = static_cast<int>(nodeIndex) + 1; in dumpGraphDotFile()
|
/third_party/boost/libs/hof/doc/html/_static/ |
D | jquery-3.1.0.js | 1756 var cache, uniqueCache, outerCache, node, nodeIndex, start, 1800 nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ]; 1801 diff = nodeIndex && cache[ 2 ]; 1802 node = nodeIndex && parent.childNodes[ nodeIndex ]; 1804 while ( (node = ++nodeIndex && node && node[ dir ] || 1807 (diff = nodeIndex = 0) || start.pop()) ) { 1811 uniqueCache[ type ] = [ dirruns, nodeIndex, diff ]; 1829 nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ]; 1830 diff = nodeIndex; 1837 while ( (node = ++nodeIndex && node && node[ dir ] || [all …]
|
/third_party/boost/libs/python/doc/html/numpy/_static/ |
D | jquery-3.1.0.js | 1756 var cache, uniqueCache, outerCache, node, nodeIndex, start, 1800 nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ]; 1801 diff = nodeIndex && cache[ 2 ]; 1802 node = nodeIndex && parent.childNodes[ nodeIndex ]; 1804 while ( (node = ++nodeIndex && node && node[ dir ] || 1807 (diff = nodeIndex = 0) || start.pop()) ) { 1811 uniqueCache[ type ] = [ dirruns, nodeIndex, diff ]; 1829 nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ]; 1830 diff = nodeIndex; 1837 while ( (node = ++nodeIndex && node && node[ dir ] || [all …]
|
/third_party/boost/libs/gil/doc/html/_static/ |
D | jquery-3.1.0.js | 1756 var cache, uniqueCache, outerCache, node, nodeIndex, start, 1800 nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ]; 1801 diff = nodeIndex && cache[ 2 ]; 1802 node = nodeIndex && parent.childNodes[ nodeIndex ]; 1804 while ( (node = ++nodeIndex && node && node[ dir ] || 1807 (diff = nodeIndex = 0) || start.pop()) ) { 1811 uniqueCache[ type ] = [ dirruns, nodeIndex, diff ]; 1829 nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ]; 1830 diff = nodeIndex; 1837 while ( (node = ++nodeIndex && node && node[ dir ] || [all …]
|
/third_party/libjpeg-turbo/doc/html/ |
D | jquery.js | 5 …de;if(g&&(g[d]!==f||!a.nodeIndex)){i=0;for(l=g.firstChild;l;l=l.nextSibling)l.nodeType===1&&(l.nod…
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/doc/html/ |
D | jquery.js | 5 …de;if(g&&(g[d]!==f||!a.nodeIndex)){i=0;for(l=g.firstChild;l;l=l.nextSibling)l.nodeType===1&&(l.nod…
|
/third_party/skia/third_party/externals/oboe/docs/reference/ |
D | jquery.js | 23 …bC]!==bW||!bS.nodeIndex)){bV=0;for(bR=bZ.firstChild;bR;bR=bR.nextSibling){if(bR.nodeType===1){bR.n…
|
/third_party/typescript/tests/baselines/reference/user/ |
D | chrome-devtools-frontend.log | 6717 …d/heap_snapshot_worker/HeapSnapshot.js(187,16): error TS2339: Property 'nodeIndex' does not exist … 6729 …/heap_snapshot_worker/HeapSnapshot.js(1253,14): error TS2339: Property 'nodeIndex' does not exist … 6733 …/heap_snapshot_worker/HeapSnapshot.js(1345,12): error TS2339: Property 'nodeIndex' does not exist … 6739 …/heap_snapshot_worker/HeapSnapshot.js(1447,12): error TS2339: Property 'nodeIndex' does not exist … 6744 …/heap_snapshot_worker/HeapSnapshot.js(1483,15): error TS2339: Property 'nodeIndex' does not exist … 6745 …/heap_snapshot_worker/HeapSnapshot.js(1484,15): error TS2339: Property 'nodeIndex' does not exist … 6760 …/heap_snapshot_worker/HeapSnapshot.js(1956,15): error TS2339: Property 'nodeIndex' does not exist … 6761 …/heap_snapshot_worker/HeapSnapshot.js(1959,15): error TS2339: Property 'nodeIndex' does not exist … 6763 …/heap_snapshot_worker/HeapSnapshot.js(1972,13): error TS2339: Property 'nodeIndex' does not exist … 6771 …/heap_snapshot_worker/HeapSnapshot.js(2283,13): error TS2339: Property 'nodeIndex' does not exist … [all …]
|
/third_party/typescript/lib/ |
D | tsserverlibrary.js | 162277 var nodeIndex = 0; 162279 var end = Math.min(nodeIndex + lineCollectionCapacity, nodes.length); 162280 interiorNodes[i] = new LineNode(nodes.slice(nodeIndex, end)); 162281 nodeIndex = end; 162488 var nodeIndex = 0; 162490 while ((childIndex < lineCollectionCapacity) && (nodeIndex < nodeCount)) { 162491 this.children[childIndex] = nodes[nodeIndex]; 162493 nodeIndex++; 162497 if (nodeIndex < nodeCount) { 162498 … splitNodeCount = Math.ceil((nodeCount - nodeIndex) / lineCollectionCapacity); [all …]
|
D | tsserver.js | 162083 var nodeIndex = 0; 162085 var end = Math.min(nodeIndex + lineCollectionCapacity, nodes.length); 162086 interiorNodes[i] = new LineNode(nodes.slice(nodeIndex, end)); 162087 nodeIndex = end; 162294 var nodeIndex = 0; 162296 while ((childIndex < lineCollectionCapacity) && (nodeIndex < nodeCount)) { 162297 this.children[childIndex] = nodes[nodeIndex]; 162299 nodeIndex++; 162303 if (nodeIndex < nodeCount) { 162304 … splitNodeCount = Math.ceil((nodeCount - nodeIndex) / lineCollectionCapacity); [all …]
|