HomeSort by relevance Sort by last modified time
    Searched defs:leaf (Results 26 - 50 of 150) sorted by null

12 3 4 5 6

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/
traits.hpp 78 typedef base_type::_Leaf<synth_access_traits, metadata> leaf; typedef in struct:__gnu_pbds::detail::trie_traits
81 typedef base_type::_Iter<node, leaf, head, inode, true> iterator;
82 typedef base_type::_CIter<node, leaf, head, inode, true> const_iterator;
83 typedef base_type::_Iter<node, leaf, head, inode, false> reverse_iterator;
84 typedef base_type::_CIter<node, leaf, head, inode, false> const_reverse_iterator;
88 typedef base_type::_Node_citer<node, leaf, head, inode, const_iterator, iterator, _Alloc> node_const_iterator;
90 typedef base_type::_Node_iter<node, leaf, head, inode, const_iterator, iterator, _Alloc> node_iterator;
125 typedef base_type::_Leaf<synth_access_traits, metadata> leaf; typedef in struct:__gnu_pbds::detail::trie_traits
128 typedef base_type::_CIter<node, leaf, head, inode, true> const_iterator;
130 typedef base_type::_CIter<node, leaf, head, inode, false> const_reverse_iterator
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_mutex.cc 26 // The leaf mutexes can be locked under any other mutexes.
55 bool leaf[N] = {}; local
62 CHECK(!leaf[i]);
63 leaf[i] = true;
72 CHECK(!leaf[i] || cnt[i] == 0);
74 // Add leaf mutexes.
76 if (!leaf[i])
79 if (i == j || leaf[j] || j == MutexTypeInvalid)
  /external/valgrind/gdbserver_tests/
t.c 97 static void leaf(void) {} function
101 leaf(); // ensures not leaf, as ppc unwind implies VEX iropt precise exns
  /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. */
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
GLCallGroups.java 180 GLLeafNode leaf = new GLLeafNode(c); local
182 hierarchyStack.peek().addChild(leaf);
184 items.add(leaf);
  /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);
  /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;
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;
  /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;
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;
  /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;
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;
  /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;
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;
  /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;
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;
  /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;
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;
  /external/conscrypt/src/platform/java/org/conscrypt/
TrustManagerImpl.java 272 // this gives us a full chain from leaf to root, which we use for cert pinning and pass
367 // is the leaf certificate (server or client cert).
449 private final X509Certificate leaf; field in class:TrustManagerImpl.ExtendedKeyUsagePKIXCertPathChecker
451 private ExtendedKeyUsagePKIXCertPathChecker(boolean clientAuth, X509Certificate leaf) {
453 this.leaf = leaf;
473 // We only want to validate the EKU on the leaf certificate.
474 if (c != leaf) {
479 ekuOids = leaf.getExtendedKeyUsage();
  /external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
Octnode.java 68 boolean leaf = false; field in class:Octnode
115 leaf = true;
  /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)) {
  /frameworks/base/libs/androidfw/
BackupHelpers.cpp 652 String8 leaf = fullname.getPathLeaf(); local
654 snprintf(paxHeader, 100, "PaxHeader/%s", leaf.string());
    [all...]
  /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_/
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.
  /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_/
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.
  /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_/
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.

Completed in 3657 milliseconds

12 3 4 5 6