Home
last modified time | relevance | path

Searched refs:firstNode (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/npm/node_modules/aws4/
Dlru.js47 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/
Dcso_hash.c121 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/
DSlabAllocator.cpp109 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/
Dfocus_scope_test.dart1145 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/
Dfocus_traversal.dart526 FocusNode firstNode;
530 firstNode ??= visited;
553 if (firstNode != null) {
554 firstNode.requestFocus();
/third_party/gettext/gnulib-local/lib/libxml/
DparserInternals.in.h626 xmlNodePtr firstNode,
Dparser.c317 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/
DparserInternals.h597 xmlNodePtr firstNode,
/third_party/libxml2/os400/libxmlrpg/
DparserInternals.rpgle539 * @firstNode: the fist node in the chunk
/third_party/glslang/glslang/HLSL/
DhlslGrammar.cpp2814 const bool firstNode = (node == nullptr); in acceptInitializer() local
2821 if (firstNode && expr->getQualifier().storage == EvqConst) in acceptInitializer()
/third_party/libxml2/
Dparser.c329 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/
D0001-cve.patch122111 xmlNodePtr firstNode,