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

  /external/lzma/CPP/7zip/UI/Common/
EnumDirItems.cpp 144 static HRESULT EnumerateDirItems(const NWildcard::CCensorNode &curNode,
153 static HRESULT EnumerateDirItems_Spec(const NWildcard::CCensorNode &curNode,
167 HRESULT res = EnumerateDirItems(curNode, parent, parent, phyPrefix + name2,
175 static HRESULT EnumerateDirItems(const NWildcard::CCensorNode &curNode,
177 const UStringVector &addArchivePrefix, // prefix from curNode
185 if (curNode.NeedCheckSubDirs())
195 for (i = 0; i < curNode.IncludeItems.Size(); i++)
197 const NWildcard::CItem &item = curNode.IncludeItems[i];
204 if (i == curNode.IncludeItems.Size())
209 for (i = 0; i < curNode.IncludeItems.Size(); i++)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/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)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/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/chromium_org/third_party/icu/source/tools/ctestfw/
ctest.c 220 TestNode *nextNode, *curNode;
227 curNode = root;
232 nextNode = curNode->child;
238 /* if nextNode is already null, then curNode has no children
249 curNode->child = createTestNode(name, nameLen);
250 /* printf("*** added %s\n", curNode->child->name );*/
251 curNode = curNode->child;
256 return curNode;
262 curNode = nextNode
    [all...]
  /external/icu4c/tools/ctestfw/
ctest.c 220 TestNode *nextNode, *curNode;
227 curNode = root;
232 nextNode = curNode->child;
238 /* if nextNode is already null, then curNode has no children
249 curNode->child = createTestNode(name, nameLen);
250 /* printf("*** added %s\n", curNode->child->name );*/
251 curNode = curNode->child;
256 return curNode;
262 curNode = nextNode
    [all...]
  /frameworks/base/include/androidfw/
ResourceTypes.h 638 const ResXMLTree_node* curNode;
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 695 milliseconds