HomeSort by relevance Sort by last modified time
    Searched refs:leaf (Results 51 - 75 of 207) sorted by null

1 23 4 5 6 7 8 9

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
search.h 124 leaf enumerator in enum:__anon37988
150 or leaf. */
158 /* Destroy the whole tree, call FREEFCT for each node or leaf. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
search.h 124 leaf enumerator in enum:__anon39579
150 or leaf. */
158 /* Destroy the whole tree, call FREEFCT for each node or leaf. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
search.h 124 leaf enumerator in enum:__anon41093
150 or leaf. */
158 /* Destroy the whole tree, call FREEFCT for each node or leaf. */
  /external/qemu/elff/
dwarf_die.cc 113 * Lets iterate through child DIEs to find the leaf (last DIE) that contains
117 DIEObject* leaf = child->get_leaf_for_address(address); local
118 if (leaf != NULL) {
119 return leaf;
123 /* No child DIE contains this address. This DIE is the leaf. */
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_die.cc 115 * Lets iterate through child DIEs to find the leaf (last DIE) that contains
119 DIEObject* leaf = child->get_leaf_for_address(address); local
120 if (leaf != NULL) {
121 return leaf;
125 /* No child DIE contains this address. This DIE is the leaf. */
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RootInlineBox.cpp 604 static bool isEditableLeaf(InlineBox* leaf)
606 return leaf && leaf->renderer() && leaf->renderer()->node() && leaf->renderer()->node()->rendererIsEditable();
641 for (InlineBox* leaf = firstLeaf; leaf; leaf = leaf->nextLeafChildIgnoringLineBreak()) {
642 if (!leaf->renderer()->isListMarker() && (!onlyEditableLeaves || isEditableLeaf(leaf)))
    [all...]
  /external/grub/netboot/
tulip.c 841 struct medialeaf *leaf = &mtable->mleaf[i];
844 leaf->type = 0;
845 leaf->media = p[0] & 0x3f;
846 leaf->leafdata = p;
851 switch(leaf->type = p[1]) {
854 leaf->media = p[2] & 0x0f;
858 leaf->media = 11;
835 struct medialeaf *leaf = &mtable->mleaf[i]; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
btm_utils.py 18 pattern tree during the conversion to sets of leaf-to-root
25 self.leaf = False
149 if (isinstance(node.children[0], pytree.Leaf) and
153 if ((isinstance(node.children[0], pytree.Leaf) and
162 leaf = True
171 leaf = False
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
btm_utils.py 18 pattern tree during the conversion to sets of leaf-to-root
25 self.leaf = False
149 if (isinstance(node.children[0], pytree.Leaf) and
153 if ((isinstance(node.children[0], pytree.Leaf) and
162 leaf = True
171 leaf = False
  /external/chromium_org/net/data/ssl/scripts/
generate-cross-signed-certs.sh 8 # another (newer) one signed with SHA1 - and has a leaf certificate signed
18 # should be leaf -> SHA1root, not leaf -> MD5root, leaf -> SHA1root -> MD5root,
19 # or leaf -> MD5root -> SHA1root
67 # Generate the leaf certificate request
74 # Generate the leaf certificates
92 -out ../certificates/cross-signed-leaf.pem
  /external/chromium_org/tools/grit/grit/
exception.py 38 '''An unexpected child element was encountered (on a leaf node).'''
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pat_trie_/
pat_trie_.hpp 129 typedef typename traits_type::leaf leaf; typedef in class:__gnu_pbds::detail::PB_DS_PAT_TRIE_NAME
130 typedef typename _Alloc::template rebind<leaf> __rebind_l;
171 m_p_nd->~leaf();
403 /// after a leaf of the tree.
408 /// after a leaf of the tree.
erase_fn_imps.hpp 121 p_l->~leaf();
161 static_cast<leaf_pointer>(p_nd)->~leaf();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pat_trie_/
pat_trie_.hpp 129 typedef typename traits_type::leaf leaf; typedef in class:__gnu_pbds::detail::PB_DS_PAT_TRIE_NAME
130 typedef typename _Alloc::template rebind<leaf> __rebind_l;
171 m_p_nd->~leaf();
403 /// after a leaf of the tree.
408 /// after a leaf of the tree.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pat_trie_/
pat_trie_.hpp 128 typedef typename traits_type::leaf leaf; typedef in class:__gnu_pbds::detail::PB_DS_PAT_TRIE_NAME
129 typedef typename _Alloc::template rebind<leaf> __rebind_l;
170 m_p_nd->~leaf();
402 /// after a leaf of the tree.
407 /// after a leaf of the tree.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
SdkSelectionPage.java 296 String leaf = f.getName(); local
297 if (!SdkConstants.FD_SOURCES.equals(leaf) &&
298 !SdkConstants.FD_ASSETS.equals(leaf) &&
299 !SdkConstants.FD_RES.equals(leaf)) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/
erase_fn_imps.hpp 122 p_l->~leaf();
163 static_cast<leaf_pointer>(p_nd)->~leaf();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
erase_fn_imps.hpp 122 p_l->~leaf();
163 static_cast<leaf_pointer>(p_nd)->~leaf();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
erase_fn_imps.hpp 122 p_l->~leaf();
163 static_cast<leaf_pointer>(p_nd)->~leaf();
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
erase_fn_imps.hpp 122 p_l->~leaf();
163 static_cast<leaf_pointer>(p_nd)->~leaf();
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
erase_fn_imps.hpp 122 p_l->~leaf();
163 static_cast<leaf_pointer>(p_nd)->~leaf();
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
erase_fn_imps.hpp 122 p_l->~leaf();
163 static_cast<leaf_pointer>(p_nd)->~leaf();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/pat_trie_/
erase_fn_imps.hpp 122 p_l->~leaf();
163 static_cast<leaf_pointer>(p_nd)->~leaf();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
erase_fn_imps.hpp 122 p_l->~leaf();
163 static_cast<leaf_pointer>(p_nd)->~leaf();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
erase_fn_imps.hpp 122 p_l->~leaf();
163 static_cast<leaf_pointer>(p_nd)->~leaf();

Completed in 4642 milliseconds

1 23 4 5 6 7 8 9