Home
last modified time | relevance | path

Searched refs:node (Results 1 – 14 of 14) sorted by relevance

/ndk/sources/third_party/googletest/googletest/samples/
Dsample3-inl.h86 QueueNode<E>* node = head_; in Clear() local
87 QueueNode<E>* next = node->next(); in Clear()
89 delete node; in Clear() local
90 node = next; in Clear()
91 if (node == NULL) break; in Clear()
92 next = node->next(); in Clear()
155 for (const QueueNode<E>* node = head_; node != NULL; node = node->next_) { in Map() local
156 new_queue->Enqueue(function(node->element())); in Map()
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/stlport/
Dprinters.py76 self.node = tree['_M_header']['_M_data']['_M_left']
88 result = self.node
91 node = self.node
93 if node.dereference()['_M_right']:
95 node = node.dereference()['_M_right']
96 while node.dereference()['_M_left']:
97 node = node.dereference()['_M_left']
100 parent = node.dereference()['_M_parent']
101 while node == parent.dereference()['_M_right']:
102 node = parent
[all …]
/ndk/sources/host-tools/ndk-depends/
Dndk-depends.cc1030 LibNode node; in UpdateDependencies() local
1035 node.Set(LibNode::NODE_ERROR, error); in UpdateDependencies()
1047 node.Set(LibNode::NODE_PATH, libpath); in UpdateDependencies()
1048 libfile.GetNeededLibs(&node.needed_libs); in UpdateDependencies()
1053 for (size_t n = 0; n < node.needed_libs.size(); ++n) { in UpdateDependencies()
1054 LOG(_T(" %s"), node.needed_libs[n].c_str()); in UpdateDependencies()
1055 queue.push_back(node.needed_libs[n]); in UpdateDependencies()
1059 deps[soname] = node; in UpdateDependencies()
1099 LibNode node; in BuildDependencyGraph() local
1100 node.Set(LibNode::NODE_SYSTEM, libname); in BuildDependencyGraph()
[all …]
/ndk/sources/host-tools/make-3.81/doc/
Dmake.texi83 @node Top, Overview, (dir), (dir)
330 @node Overview, Introduction, Top, Top
331 @comment node-name, next, previous, up
358 @node Preparing, Reading, Overview, Overview
386 @node Reading, Bugs, Preparing, Overview
412 @node Bugs, , Reading, Overview
461 @node Introduction, Makefiles, Overview, Top
462 @comment node-name, next, previous, up
497 @node Rule Introduction, Simple Makefile, Introduction, Introduction
498 @comment node-name, next, previous, up
[all …]
Dmake-stds.texi4 @node Makefile Conventions
24 node
48 @node Makefile Basics
142 @node Utilities in Makefiles
207 @node Command Variables
291 @node Directory Variables
628 @node Standard Targets
954 @node Install Command Categories
Dfdl.texi2 @node GNU Free Documentation License
Dmake.info-21164 This node describes conventions for writing the Makefiles for GNU
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
D__tree54 changed by node insertion and removal (without explicit reference to end_node).
56 All nodes (with the exception of end_node), even the node referred to as
103 return __h + __x->__is_black_; // return black height of this node
123 // do normal node checks
127 // Returns: pointer to the left-most node under __x.
139 // Returns: pointer to the right-most node under __x.
151 // Returns: pointer to the next in-order node after __x.
164 // Returns: pointer to the previous in-order node before __x.
177 // Returns: pointer to a node which has no children
370 // the last node.
[all …]
Dmap1190 // If __k exists, set parent to node of __k and return reference to node of __k
1235 // If __k exists, set parent to node of __k and return reference to node of __k
D__hash_table2219 // current node
2223 // find previous node
/ndk/sources/host-tools/make-3.81/config/
Dtexinfo.tex1190 % double any backslashes. Otherwise, a name like "\node" will be
1285 % of subentries (or empty, for subsubsections). #3 is the node text,
1286 % which might be empty if this toc entry had no corresponding node.
1290 % Generate a link to the node text if that exists; else, use the
1292 % text in the case where a section has no node, but it doesn't
1354 % We use the node names as the destinations.
4403 % \donoderef, because we include the current node name in the toc
4407 % For pdftex, we have to write out the node definition (aka, make
4512 % Write the node reference (= pdf destination for pdftex).
4519 % \writetocentry if there was no node). We don't want to allow that
[all …]
/ndk/build/core/
Ddefinitions-graph.mk465 $(call -ndk-mod-debug,. node='$(_ndk_mod_module)' deps='$(_ndk_mod_depends)')\
/ndk/docs/Additional_library_docs/renderscript/
Ddoxygen.css537 The following two styles can be used to replace the root node title
/ndk/sources/host-tools/make-3.81/
DNEWS51 the GNU make manual subsection "Splitting Command Lines" (node
656 to get the old behavior. See the node `Variables/Recursion' in the manual
671 See the node `Libraries/Search' in the manual for full details.