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

1 2 3 4 56 7 8 9

  /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_/
internal_node.hpp 84 typedef PB_DS_LEAF_C_DEC leaf; typedef in struct:__gnu_pbds::detail::pat_trie_internal_node
85 typedef typename Allocator::template rebind<leaf>::other leaf_rebind;
  /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_/
internal_node.hpp 84 typedef PB_DS_LEAF_C_DEC leaf; typedef in struct:__gnu_pbds::detail::pat_trie_internal_node
85 typedef typename Allocator::template rebind<leaf>::other leaf_rebind;
  /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_/
internal_node.hpp 84 typedef PB_DS_LEAF_C_DEC leaf; typedef in struct:__gnu_pbds::detail::pat_trie_internal_node
85 typedef typename Allocator::template rebind<leaf>::other leaf_rebind;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
internal_node.hpp 84 typedef PB_DS_LEAF_C_DEC leaf; typedef in struct:__gnu_pbds::detail::pat_trie_internal_node
85 typedef typename Allocator::template rebind<leaf>::other leaf_rebind;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
internal_node.hpp 84 typedef PB_DS_LEAF_C_DEC leaf; typedef in struct:__gnu_pbds::detail::pat_trie_internal_node
85 typedef typename Allocator::template rebind<leaf>::other leaf_rebind;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
internal_node.hpp 84 typedef PB_DS_LEAF_C_DEC leaf; typedef in struct:__gnu_pbds::detail::pat_trie_internal_node
85 typedef typename Allocator::template rebind<leaf>::other leaf_rebind;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/pat_trie_/
internal_node.hpp 84 typedef PB_DS_LEAF_C_DEC leaf; typedef in struct:__gnu_pbds::detail::pat_trie_internal_node
85 typedef typename Allocator::template rebind<leaf>::other leaf_rebind;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
internal_node.hpp 84 typedef PB_DS_LEAF_C_DEC leaf; typedef in struct:__gnu_pbds::detail::pat_trie_internal_node
85 typedef typename Allocator::template rebind<leaf>::other leaf_rebind;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
internal_node.hpp 84 typedef PB_DS_LEAF_C_DEC leaf; typedef in struct:__gnu_pbds::detail::pat_trie_internal_node
85 typedef typename Allocator::template rebind<leaf>::other leaf_rebind;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
fixer_util.py 8 from .pytree import Leaf, Node
19 [keyword, Leaf(token.EQUAL, u"="), value])
22 return Leaf(token.LPAR, u"(")
25 return Leaf(token.RPAR, u")")
36 target + [Leaf(token.EQUAL, u"=", prefix=u" ")] + source)
39 """Return a NAME leaf"""
40 return Leaf(token.NAME, name, prefix=prefix)
47 """A comma leaf"""
48 return Leaf(token.COMMA, u",")
51 """A period (.) leaf"""
    [all...]
pytree.py 35 Abstract base class for Node and Leaf.
114 Set the prefix for the node (see Leaf class).
124 Return the prefix for the node (see Leaf class).
158 while not isinstance(node, Leaf):
351 class Leaf(Base):
353 """Concrete implementation for leaf nodes."""
402 return Leaf(self.type, self.value,
431 Convert raw node information to a Node or Leaf instance.
445 return Leaf(type, value, context=context)
459 - LeafPattern matches a single leaf node
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
fixer_util.py 8 from .pytree import Leaf, Node
19 [keyword, Leaf(token.EQUAL, u"="), value])
22 return Leaf(token.LPAR, u"(")
25 return Leaf(token.RPAR, u")")
36 target + [Leaf(token.EQUAL, u"=", prefix=u" ")] + source)
39 """Return a NAME leaf"""
40 return Leaf(token.NAME, name, prefix=prefix)
47 """A comma leaf"""
48 return Leaf(token.COMMA, u",")
51 """A period (.) leaf"""
    [all...]
pytree.py 35 Abstract base class for Node and Leaf.
114 Set the prefix for the node (see Leaf class).
124 Return the prefix for the node (see Leaf class).
158 while not isinstance(node, Leaf):
351 class Leaf(Base):
353 """Concrete implementation for leaf nodes."""
402 return Leaf(self.type, self.value,
431 Convert raw node information to a Node or Leaf instance.
445 return Leaf(type, value, context=context)
459 - LeafPattern matches a single leaf node
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
certificate_viewer.cc 84 // Fill the tree store with the certificate hierarchy, and set |leaf| to the
85 // iter of the leaf node.
87 GtkTreeIter* leaf) const;
106 // The certificate hierarchy (leaf cert first).
295 GtkTreeIter* leaf) const {
315 *leaf = iter;
  /external/chromium_org/chrome/browser/ui/gtk/
certificate_viewer_gtk.cc 87 // Fill the tree store with the certificate hierarchy, and set |leaf| to the
88 // iter of the leaf node.
90 GtkTreeIter* leaf) const;
109 // The certificate hierarchy (leaf cert first).
305 GtkTreeIter* leaf) const {
329 *leaf = iter;
  /external/chromium_org/content/renderer/
v8_value_converter_impl_unittest.cc 671 v8::Local<v8::Object> leaf = deep_object; local
674 leaf->Set(v8::String::NewFromUtf8(isolate_, kKey), new_object);
675 leaf = new_object;
692 // The leaf node shouldn't have any properties.
  /frameworks/base/services/java/com/android/server/content/
ContentService.java     [all...]
  /frameworks/native/cmds/installd/
utils.c 154 const char* leaf,
157 if ((android_data_dir.len + strlen(PRIMARY_USER_PREFIX) + strlen(pkgname) + strlen(leaf) + 1)
162 sprintf(path, "%s%s%s/%s", android_data_dir.path, PRIMARY_USER_PREFIX, pkgname, leaf);
  /frameworks/base/tools/aapt/
Resource.cpp 53 static String8 parseResourceName(const String8& leaf)
55 const char* firstDot = strchr(leaf.string(), '.');
56 const char* str = leaf.string();
124 String8 leaf(group->getLeaf());
125 mLeafName = String8(leaf);
138 mPath.appendPath(leaf);
139 mBaseName = parseResourceName(leaf);
400 NOISY(printf("Creating new resource type set for leaf %s with group %s (%p)\n",
408 NOISY(printf("Adding to resource type set for leaf %s group %s (%p)\n",
413 NOISY(printf("Extending to resource type set for leaf %s group %s (%p)\n"
    [all...]
  /external/libvorbis/doc/
03-codebook.tex 254 new leaf in the leftmost possible position.
396 Walking the tree finishes when the decode process hits a leaf in the
398 leaf. Reading past the end of a packet propagates the 'end-of-stream'
  /external/elfutils/libcpu/
i386_parse.c     [all...]
  /build/core/
java.mk 72 # Choose leaf name for the compiled jar file.
95 # emma is hardcoded to use the leaf name of its input for the output file --
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
tree.rb 213 [leaf] a node that does not have any children
250 def leaf?
444 alias leaf? empty?
    [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
spaceanal.tcl 50 leaf_entries int, -- Number of leaf entries
56 leaf_pages int, -- Number of leaf pages used
74 return [expr {$pagetype == "leaf" || ($pagetype == "internal" && $is_index)}]
  /external/chromium_org/third_party/openssl/openssl/crypto/
sparccpuid.S 146 be 1f ! could have been a leaf function...

Completed in 1761 milliseconds

1 2 3 4 56 7 8 9