/ndk/docs/Programmers_Guide/html/ |
D | navtree.css | 1 #nav-tree .children_ul { 6 #nav-tree ul { 12 #nav-tree li { 18 #nav-tree .plus { 22 #nav-tree .selected { 29 #nav-tree img { 36 #nav-tree a { 43 #nav-tree .label { 49 #nav-tree .label a { 53 #nav-tree .selected a { [all …]
|
D | doxygen.css | 669 /* these are for tree view when not used as main index */
|
/ndk/tests/build/no-installable-modules/ |
D | build.sh | 14 tree . 23 tree .
|
/ndk/tests/device/test-stlport/unit/ |
D | set_test.cpp | 240 set<int> tree; in implementation_check() local 241 tree.insert(1); in implementation_check() 242 set<int>::iterator it = tree.begin(); in implementation_check() 246 CPPUNIT_ASSERT( it == tree.end() ); in implementation_check() 247 CPPUNIT_ASSERT( it != tree.begin() ); in implementation_check() 249 set<int>::const_iterator cit = tree.begin(); in implementation_check() 256 set<int> tree; in reverse_iterator_test() local 257 tree.insert(1); in reverse_iterator_test() 258 tree.insert(2); in reverse_iterator_test() 261 set<int>::reverse_iterator rit(tree.rbegin()); in reverse_iterator_test() [all …]
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | set_test.cpp | 240 set<int> tree; in implementation_check() local 241 tree.insert(1); in implementation_check() 242 set<int>::iterator it = tree.begin(); in implementation_check() 246 CPPUNIT_ASSERT( it == tree.end() ); in implementation_check() 247 CPPUNIT_ASSERT( it != tree.begin() ); in implementation_check() 249 set<int>::const_iterator cit = tree.begin(); in implementation_check() 256 set<int> tree; in reverse_iterator_test() local 257 tree.insert(1); in reverse_iterator_test() 258 tree.insert(2); in reverse_iterator_test() 261 set<int>::reverse_iterator rit(tree.rbegin()); in reverse_iterator_test() [all …]
|
/ndk/build/core/ |
D | definitions-graph.mk | 130 -ndk-mod-tree-setup-visit = \ 136 -ndk-mod-tree-is-visited = \ 140 -ndk-mod-tree-set-visited = \ 207 $(call -ndk-mod-tree-setup-visit)\ 220 $(call -ndk-mod-tree-set-visited,$1) 227 $(if $(call -ndk-mod-tree-is-visited,$(_ndk_mod_dep)),,\ 452 $(call -ndk-mod-tree-setup-visit)\ 453 $(call -ndk-mod-tree-set-visited,$(_ndk_mod_wq))\ 467 $(if $(call -ndk-mod-tree-is-visited,$(_ndk_mod_child)),,\ 468 $(call -ndk-mod-tree-set-visited,$(_ndk_mod_child))\
|
/ndk/ |
D | ndk-gdb.py | 473 tree = ElementTree.ElementTree(file=xmlfile) 474 root = tree.getroot() 484 tree = ElementTree.ElementTree(file=xmlfile) 485 root = tree.getroot() 502 tree = ElementTree.ElementTree(file=xmlfile) 503 root = tree.getroot()
|
/ndk/sources/host-tools/make-3.81/ |
D | Makefile.am | 164 # If we're building outside the tree, we use symlinks to make a local copy of
|
D | README.DOS | 251 root of the DJGPP installation tree (unless you've tampered with
|
D | aclocal.m4 | 77 # configured tree to be moved without reconfiguration.
|
/ndk/sources/android/support/ |
D | README | 21 and how the sources appear in the Musl source tree. They are either in
|
/ndk/build/tools/ |
D | DEV-SCRIPTS-USAGE.TXT | 68 tree instead. 101 repository is auto-merged to the internal tree maintained by Google 104 the system happen only in the internal tree. They get back-ported to 105 the public tree only when the corresponding system release is 109 generally don't want to see the churn that goes in the internal tree 209 part of the Android platform source tree. It is a special toolchain that 241 that are used to build the Android platform tree. For various reasons, they 253 have a clone of the repo toolchain/ tree, you can speed this up considerably 470 of an existing NDK install tree. 560 used to verify that the generated NDK packages or the working NDK tree still
|
/ndk/docs/Additional_library_docs/renderscript/ |
D | doxygen.css | 513 /* @group Directory (tree) */ 515 /* for the tree view */ 522 /* these are for tree view when used as main index */ 572 /* these are for tree view when not used as main index */
|
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/stlport/ |
D | printers.py | 74 tree = get_non_debug_impl (rbtree , '_M_t') 75 self.size = tree['_M_node_count'] 76 self.node = tree['_M_header']['_M_data']['_M_left']
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | results_reporter.ipp | 61 // test tree visitor interface implementation
|
D | unit_test_main.ipp | 138 // test tree visitor interface
|
D | framework.ipp | 406 ? BOOST_TEST_L( "test tree is empty" )
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | __tree | 44 The algorithms taking _NodePtr are red black tree algorithms. Those 46 points to a proper red black tree (unless otherwise specified). 106 // Determintes if the red black tree rooted at __root is a proper red black tree. 107 // __root == nullptr is a proper tree. Returns true is __root is a proper 108 // red black tree, else returns false. 314 // Effects: unlinks __z from the tree rooted at __root, rebalancing as needed. 322 // __z will be removed from the tree. Client still needs to destruct/deallocate it 325 // __y will be the initial hole in the tree (make the hole at a leaf) 1173 // This is no longer a red-black tree
|
/ndk/sources/host-tools/make-3.81/tests/ |
D | README | 87 way it works when you build out of the source tree is to create
|
/ndk/sources/host-tools/make-3.81/config/ |
D | gettext.m4 | 46 dnl Catalog extension: .mo after installation, .gmo in source tree 49 dnl Catalog extension: .mo after installation, .gmo in source tree
|
/ndk/docs/Getting_Started/html/ |
D | doxygen.css | 669 /* these are for tree view when not used as main index */
|
/ndk/sources/host-tools/nawk-20071023/ |
D | FIXES | 765 tree already had a relational at that point.
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make-stds.texi | 400 The root of the directory tree for read-only architecture-independent
|
D | make.info-2 | 1490 The root of the directory tree for read-only 2517 that filename is wrong) or a corrupted source tree (if that file
|
/ndk/sources/host-tools/make-3.81/autom4te.cache/ |
D | output.0 | 2348 # They can cause serious problems if a builder's source tree is in a directory 10073 # Have a temporary directory for convenience. Make it in the build tree 10420 *) # Look for the file first in the build tree, then in the source tree
|