Searched refs:firstNode (Results 1 – 12 of 12) sorted by relevance
/third_party/node/deps/npm/node_modules/aws4/ |
D | lru.js | 47 this.firstNode = null 52 if (this.firstNode == node) return 56 if (this.firstNode == null) { 57 this.firstNode = node 63 node.next = this.firstNode 65 this.firstNode = node 78 if (this.firstNode == node) { 79 this.firstNode = node.next
|
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/ |
D | cso_hash.c | 121 struct cso_node *firstNode = oldBuckets[i]; in cso_data_rehash() local 122 while (firstNode != e) { in cso_data_rehash() 123 unsigned h = firstNode->key; in cso_data_rehash() 124 struct cso_node *lastNode = firstNode; in cso_data_rehash() 136 *beforeFirstNode = firstNode; in cso_data_rehash() 137 firstNode = afterLastNode; in cso_data_rehash()
|
/third_party/skia/third_party/externals/dawn/src/common/ |
D | SlabAllocator.cpp | 109 IndexLinkNode* firstNode = NodeFromObject(firstObjectPtr); in IsNodeInSlab() local 110 IndexLinkNode* lastNode = OffsetFrom(firstNode, mBlocksPerSlab - 1); in IsNodeInSlab() 111 return node >= firstNode && node <= lastNode && node->index < mBlocksPerSlab; in IsNodeInSlab()
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | focus_scope_test.dart | 1145 final Element firstNode = tester.element(find.byKey(key1)); 1146 final FocusNode node = Focus.of(firstNode); 1165 final Element firstNode = tester.element(find.byKey(key1)); 1166 final FocusNode node = Focus.of(firstNode); 1186 Element firstNode = tester.element(find.byKey(key1)); 1187 FocusNode node = Focus.of(firstNode); 1204 firstNode = tester.element(find.byKey(key1)); 1205 node = Focus.of(firstNode); 1257 final Element firstNode = tester.element(find.byKey(key1)); 1258 final FocusNode node = Focus.of(firstNode);
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | focus_traversal.dart | 526 FocusNode firstNode; 530 firstNode ??= visited; 553 if (firstNode != null) { 554 firstNode.requestFocus();
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | parserInternals.in.h | 626 xmlNodePtr firstNode,
|
D | parser.c | 317 xmlAddEntityReference(xmlEntityPtr ent, xmlNodePtr firstNode, 14691 xmlAddEntityReference(xmlEntityPtr ent, xmlNodePtr firstNode, in xmlAddEntityReference() argument 14695 (*xmlEntityRefFunc) (ent, firstNode, lastNode); in xmlAddEntityReference()
|
/third_party/libxml2/include/libxml/ |
D | parserInternals.h | 597 xmlNodePtr firstNode,
|
/third_party/libxml2/os400/libxmlrpg/ |
D | parserInternals.rpgle | 539 * @firstNode: the fist node in the chunk
|
/third_party/glslang/glslang/HLSL/ |
D | hlslGrammar.cpp | 2814 const bool firstNode = (node == nullptr); in acceptInitializer() local 2821 if (firstNode && expr->getQualifier().storage == EvqConst) in acceptInitializer()
|
/third_party/libxml2/ |
D | parser.c | 329 xmlAddEntityReference(xmlEntityPtr ent, xmlNodePtr firstNode, 14637 xmlAddEntityReference(xmlEntityPtr ent, xmlNodePtr firstNode, in xmlAddEntityReference() argument 14641 (*xmlEntityRefFunc) (ent, firstNode, lastNode); in xmlAddEntityReference()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 122111 xmlNodePtr firstNode,
|