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

  /external/deqp/executor/
xeTestCase.cpp 109 const TestNode* curNode = this;
113 nameLen += (int)curNode->m_name.length();
115 DE_ASSERT(curNode->m_parent);
116 if (curNode->m_parent->getNodeType() != TESTNODETYPE_ROOT)
119 curNode = curNode->m_parent;
127 curNode = this;
132 std::copy(curNode->m_name.begin(), curNode->m_name.end(), dst.begin()+(pos-curNode->m_name.length()))
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
EnumDirItems.cpp 313 const NWildcard::CCensorNode &curNode,
320 const NWildcard::CCensorNode &curNode,
331 curNode, parent, parent, phyPrefix + name2,
344 const NWildcard::CCensorNode &curNode,
346 const UStringVector &addArchivePrefix, // prefix from curNode
366 if (curNode.CheckPathToRoot(false, addArchivePrefixNew, true))
369 if (!curNode.CheckPathToRoot(true, addArchivePrefixNew, true))
417 const NWildcard::CCensorNode &curNode,
419 const UStringVector &addArchivePrefix, // prefix from curNode
429 if (curNode.CheckPathToRoot(false, addArchivePrefixNewTemp, !fi.IsDir()))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
expatbuilder.py 170 self.curNode = self.document
270 _append_child(self.curNode, node)
272 self.curNode.removeChild(node)
275 childNodes = self.curNode.childNodes
294 _append_child(self.curNode, node)
297 childNodes = self.curNode.childNodes
307 _append_child(self.curNode, node)
335 _append_child(self.curNode, node)
337 self.curNode.removeChild(node)
358 _append_child(self.curNode, node)
    [all...]
pulldom.py 299 curNode = self.elementStack[-1]
301 parentNode.appendChild(curNode)
305 curNode = self.elementStack[-1]
307 parentNode.appendChild(curNode)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
expatbuilder.py 170 self.curNode = self.document
270 _append_child(self.curNode, node)
272 self.curNode.removeChild(node)
275 childNodes = self.curNode.childNodes
294 _append_child(self.curNode, node)
297 childNodes = self.curNode.childNodes
307 _append_child(self.curNode, node)
335 _append_child(self.curNode, node)
337 self.curNode.removeChild(node)
358 _append_child(self.curNode, node)
    [all...]
pulldom.py 299 curNode = self.elementStack[-1]
301 parentNode.appendChild(curNode)
305 curNode = self.elementStack[-1]
307 parentNode.appendChild(curNode)
  /external/python/cpython2/Lib/xml/dom/
expatbuilder.py 170 self.curNode = self.document
270 _append_child(self.curNode, node)
272 self.curNode.removeChild(node)
275 childNodes = self.curNode.childNodes
294 _append_child(self.curNode, node)
297 childNodes = self.curNode.childNodes
307 _append_child(self.curNode, node)
335 _append_child(self.curNode, node)
337 self.curNode.removeChild(node)
358 _append_child(self.curNode, node
    [all...]
pulldom.py 299 curNode = self.elementStack[-1]
301 parentNode.appendChild(curNode)
305 curNode = self.elementStack[-1]
307 parentNode.appendChild(curNode)
  /external/python/cpython3/Lib/xml/dom/
expatbuilder.py 170 self.curNode = self.document
270 _append_child(self.curNode, node)
272 self.curNode.removeChild(node)
275 childNodes = self.curNode.childNodes
292 _append_child(self.curNode, node)
295 childNodes = self.curNode.childNodes
303 _append_child(self.curNode, node)
331 _append_child(self.curNode, node)
333 self.curNode.removeChild(node)
354 _append_child(self.curNode, node
    [all...]
pulldom.py 293 curNode = self.elementStack[-1]
295 parentNode.appendChild(curNode)
299 curNode = self.elementStack[-1]
301 parentNode.appendChild(curNode)
  /external/pdfium/fxjs/
cfxjse_resolveprocessor.cpp 173 CXFA_Node* curNode = ToNode(rnd.m_CurObject);
174 if (ResolveForAttributeRs(curNode, rnd, wsName.AsStringView()))
186 rndFind.m_CurObject = curNode;
192 pdfium::ContainsValue(rndFind.m_Objects, curNode)) {
193 rnd.m_Objects.push_back(curNode);
202 CXFA_Object* curNode,
206 XFA_GetScriptAttributeByName(curNode->GetElementType(), strAttr);
211 rnd.m_Objects.push_back(curNode);
220 CXFA_Node* curNode = rnd.m_CurObject->AsNode();
237 for (CXFA_Node* pChild = curNode->GetFirstChild(); pChild
    [all...]
cfxjse_resolveprocessor.h 52 bool ResolveForAttributeRs(CXFA_Object* curNode,
  /external/deqp/scripts/
mustpass.py 235 curNode = root
239 nextNode = findChild(curNode, component)
242 curNode.children.append(nextNode)
243 curNode = nextNode
245 if not findChild(curNode, components[-1]):
246 curNode.children.append(TestCase(components[-1]))
257 def recursiveBuild (curNode, prefix):
258 curPath = prefix + curNode.name
259 if isinstance(curNode, TestCase):
260 caseMap[curPath] = curNode
    [all...]
  /external/deqp/framework/common/
tcuTestSessionExecutor.cpp 79 TestNode* const curNode = m_iterator.getNode();
80 const TestNodeType nodeType = curNode->getNodeType();
87 TestPackage* const testPackage = static_cast<TestPackage*>(curNode);
103 TestCase* const testCase = static_cast<TestCase*>(curNode);
tcuCommandLine.cpp 334 const CaseTreeNode* curNode = root;
340 curNode = curNode->getChild(std::string(curPath, curPath+curLen));
342 if (!curNode)
357 return curNode;
  /external/icu/icu4c/source/tools/ctestfw/
ctest.c 225 TestNode *nextNode, *curNode;
232 curNode = root;
237 nextNode = curNode->child;
243 /* if nextNode is already null, then curNode has no children
254 curNode->child = createTestNode(name, nameLen);
255 /* printf("*** added %s\n", curNode->child->name );*/
256 curNode = curNode->child;
261 return curNode;
267 curNode = nextNode
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkBinaryRegistry.cpp 188 const BinaryIndexNode& curNode = (*index)[nodeNdx];
190 if (curNode.word == words[wordNdx])
194 TCU_CHECK_INTERNAL((size_t)curNode.index < index->size());
196 nodeNdx = curNode.index;
200 return &curNode.index;
204 else if (curNode.word != 0)
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
ResXMLParser.java 582 //printf("CurNode=%s, CurExt=%s, headerSize=%d, minExtSize=%d\n",
592 pos.curNode = mCurNode;
599 mCurNode = pos.curNode;
606 ResXMLTree_node curNode;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
MemorySSA.cpp 629 T &operator*() const { return curNode(); }
632 N = curNode().Previous;
643 T &curNode() const { return W->Paths[*N]; }
745 DefPath &CurNode = *Iter;
746 assert(CurNode.Last == Current);
773 TerminatedPath Result{CurNode.Last, defPathIndex(CurNode)};
    [all...]
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 617 milliseconds