HomeSort by relevance Sort by last modified time
    Searched refs:leaf (Results 76 - 100 of 244) sorted by null

1 2 34 5 6 7 8 910

  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
pat_trie_.hpp 139 typedef typename Node_And_It_Traits::leaf leaf; typedef in class:__gnu_pbds::detail::PB_DS_CLASS_NAME
140 typedef typename Allocator::template rebind<leaf>::other leaf_allocator;
constructors_destructor_fn_imps.hpp 174 new (p_new_lf) leaf(p_other_leaf->value());
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/pat_trie_/
pat_trie_.hpp 139 typedef typename Node_And_It_Traits::leaf leaf; typedef in class:__gnu_pbds::detail::PB_DS_CLASS_NAME
140 typedef typename Allocator::template rebind<leaf>::other leaf_allocator;
constructors_destructor_fn_imps.hpp 174 new (p_new_lf) leaf(p_other_leaf->value());
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
pat_trie_.hpp 139 typedef typename Node_And_It_Traits::leaf leaf; typedef in class:__gnu_pbds::detail::PB_DS_CLASS_NAME
140 typedef typename Allocator::template rebind<leaf>::other leaf_allocator;
constructors_destructor_fn_imps.hpp 175 new (p_new_lf) leaf(p_other_leaf->value());
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
pat_trie_.hpp 139 typedef typename Node_And_It_Traits::leaf leaf; typedef in class:__gnu_pbds::detail::PB_DS_CLASS_NAME
140 typedef typename Allocator::template rebind<leaf>::other leaf_allocator;
constructors_destructor_fn_imps.hpp 175 new (p_new_lf) leaf(p_other_leaf->value());
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
RunnerController.java 203 boolean selected, boolean expanded, boolean leaf, int row,
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 529 const String8 leaf(entryName.getPathLeaf());
530 if (leaf.size() > 0) {
540 if (leaf == "audio.wav") {
545 frame.name = leaf;
  /frameworks/base/tools/aapt/
AaptAssets.h 211 AaptGroup(const String8& leaf, const String8& path)
212 : mLeaf(leaf), mPath(path) { }
244 AaptDir(const String8& leaf, const String8& path)
245 : mLeaf(leaf), mPath(path) { }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
conf.h 111 int snd_config_add(snd_config_t *config, snd_config_t *leaf);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
constructors_destructor_fn_imps.hpp 173 new (p_new_lf) leaf(p_other_lf->value());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
conf.h 111 int snd_config_add(snd_config_t *config, snd_config_t *leaf);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
constructors_destructor_fn_imps.hpp 173 new (p_new_lf) leaf(p_other_lf->value());
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/
constructors_destructor_fn_imps.hpp 173 new (p_new_lf) leaf(p_other_lf->value());
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
constructors_destructor_fn_imps.hpp 174 new (p_new_lf) leaf(p_other_leaf->value());
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
constructors_destructor_fn_imps.hpp 174 new (p_new_lf) leaf(p_other_leaf->value());
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pat_trie_/
constructors_destructor_fn_imps.hpp 174 new (p_new_lf) leaf(p_other_lf->value());
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pat_trie_/
constructors_destructor_fn_imps.hpp 174 new (p_new_lf) leaf(p_other_lf->value());
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pat_trie_/
constructors_destructor_fn_imps.hpp 173 new (p_new_lf) leaf(p_other_lf->value());
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/
constructors_destructor_fn_imps.hpp 173 new (p_new_lf) leaf(p_other_lf->value());
  /external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
Octnode.java 68 boolean leaf = false; field in class:Octnode
115 leaf = true;
  /external/v8/test/mjsunit/compiler/
recursive-deopt.js 31 // Force deopt in both leaf case and when returning. To make
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
TrustManagerFactoryTest.java 286 TestKeyStore leaf = new TestKeyStore.Builder() local
293 // leaf.dump("test_TrustManagerFactory_criticalCodeSigning");
294 PrivateKeyEntry privateKeyEntry = leaf.getPrivateKey(algorithm, algorithm);

Completed in 2437 milliseconds

1 2 34 5 6 7 8 910