HomeSort by relevance Sort by last modified time
    Searched refs:leaf (Results 101 - 125 of 161) sorted by null

1 2 3 45 6 7

  /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;
  /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/quake/quake/src/QW/server/
model.c 135 byte *Mod_LeafPVS (mleaf_t *leaf, model_t *model)
137 if (leaf == model->leafs)
139 return Mod_DecompressVis (leaf->compressed_vis, model);
world.c 321 mleaf_t *leaf; local
328 // add an efrag if the node is a leaf
335 leaf = (mleaf_t *)node;
336 leafnum = leaf - sv.worldmodel->leafs - 1;
  /external/quake/quake/src/WinQuake/
world.cpp 183 int axis; // -1 = leaf node
331 mleaf_t *leaf; local
338 // add an efrag if the node is a leaf
345 leaf = (mleaf_t *)node;
346 leafnum = leaf - sv.worldmodel->leafs - 1;
gl_model.cpp 156 byte *Mod_LeafPVS (mleaf_t *leaf, model_t *model)
158 if (leaf == model->leafs)
160 return Mod_DecompressVis (leaf->compressed_vis, model);
    [all...]
model.cpp 155 byte *Mod_LeafPVS (mleaf_t *leaf, model_t *model)
157 if (leaf == model->leafs)
159 return Mod_DecompressVis (leaf->compressed_vis, model);
    [all...]
  /frameworks/base/services/java/com/android/server/content/
ContentService.java 737 // If this is the leaf node add the observer
795 private void collectMyObserversLocked(boolean leaf, IContentObserver observer,
    [all...]
  /frameworks/native/cmds/installd/
utils.c 153 const char* leaf,
156 if ((android_data_dir.len + strlen(PRIMARY_USER_PREFIX) + strlen(pkgname) + strlen(leaf) + 1)
161 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);
399 NOISY(printf("Creating new resource type set for leaf %s with group %s (%p)\n",
407 NOISY(printf("Adding to resource type set for leaf %s group %s (%p)\n",
412 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 82 # Choose leaf name for the compiled jar file.
114 # 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/quake/quake/src/QW/client/
gl_model.c 156 byte *Mod_LeafPVS (mleaf_t *leaf, model_t *model)
158 if (leaf == model->leafs)
160 return Mod_DecompressVis (leaf->compressed_vis, model);
    [all...]
model.c 154 byte *Mod_LeafPVS (mleaf_t *leaf, model_t *model)
156 if (leaf == model->leafs)
158 return Mod_DecompressVis (leaf->compressed_vis, model);
    [all...]
  /external/openssl/crypto/
sparccpuid.S 146 be 1f ! could have been a leaf function...
  /frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/
RsRenderStatesRS.java 314 mTexTransparent = loadTextureARGB(R.drawable.leaf);
  /prebuilts/devtools/tools/lib/
ant-tasks.jar 

Completed in 1071 milliseconds

1 2 3 45 6 7