HomeSort by relevance Sort by last modified time
    Searched full:nodeptr (Results 1 - 19 of 19) sorted by null

  /system/core/sh/
nodetypes 42 # nodeptr - a pointer to a node
53 ch1 nodeptr # the first child
54 ch2 nodeptr # the second child
59 args nodeptr # the arguments
60 redirect nodeptr # list of file redirections
69 n nodeptr # the command
70 redirect nodeptr # list of file redirections
80 test nodeptr # if test
81 ifpart nodeptr # then ifpart
82 elsepart nodeptr # else elsepar
    [all...]
mknodes.sh 90 nodeptr ) type="union node *";;
165 nodeptr ) fn=calcsize;;
199 nodeptr ) fn="copynode(";;
  /external/llvm/include/llvm/ADT/
ilist.h 158 pointer NodePtr;
176 ilist_iterator(pointer NP) : NodePtr(NP) {}
177 ilist_iterator(reference NR) : NodePtr(&NR) {}
178 ilist_iterator() : NodePtr(0) {}
184 : NodePtr(RHS.getNodePtrUnchecked()) {}
190 NodePtr = RHS.getNodePtrUnchecked();
196 return NodePtr;
200 return *NodePtr;
206 return NodePtr == RHS.NodePtr;
    [all...]
FoldingSet.h 640 FoldingSetNode *NodePtr;
646 return NodePtr == RHS.NodePtr;
649 return NodePtr != RHS.NodePtr;
660 return *static_cast<T*>(NodePtr);
664 return static_cast<T*>(NodePtr);
  /external/chromium_org/third_party/bintrees/bintrees/
ctrees.h 23 typedef node_t* nodeptr; typedef
  /system/core/include/sysutils/
List.h 74 typedef _Node const * NodePtr;
80 typedef _Node* NodePtr;
90 typedef typename Constness<U>::NodePtr _NodePtr;
  /system/core/include/utils/
List.h 73 typedef _Node const * NodePtr;
79 typedef _Node* NodePtr;
89 typedef typename Constness<U>::NodePtr _NodePtr;
  /system/netd/
List.h 74 typedef _Node const * NodePtr;
80 typedef _Node* NodePtr;
90 typedef typename Constness<U>::NodePtr _NodePtr;
  /external/chromium_org/third_party/icu/source/i18n/
dtptngen.cpp     [all...]
dtptngen_impl.h 221 PtnElem *nodePtr;
  /external/icu4c/i18n/
dtptngen.cpp     [all...]
dtptngen_impl.h 222 PtnElem *nodePtr;
  /external/llvm/lib/Support/
FoldingSet.cpp 396 NodePtr = static_cast<FoldingSetNode*>(*Bucket);
401 void *Probe = NodePtr->getNextInBucket();
404 NodePtr = NextNodeInBucket;
415 NodePtr = static_cast<FoldingSetNode*>(*Bucket);
  /external/chromium_org/third_party/libxslt/libxslt/
functions.c 694 * Okay this is ugly but should work, use the NodePtr address
  /external/libxslt/libxslt/
functions.c 694 * Okay this is ugly but should work, use the NodePtr address
  /external/chromium_org/third_party/libxml/src/
xpointer.c 784 * @start: the start NodePtr value
785 * @end: the end NodePtr value or NULL
    [all...]
xpath.c     [all...]
  /external/libxml2/
xpointer.c 784 * @start: the start NodePtr value
785 * @end: the end NodePtr value or NULL
    [all...]
xpath.c     [all...]

Completed in 335 milliseconds