HomeSort by relevance Sort by last modified time
    Searched full:leaf (Results 176 - 200 of 1237) sorted by null

1 2 3 4 5 6 78 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLAbstractAtomicProperty.java 22 * used by leaf level properties.
  /external/zopfli/src/zopfli/
katajainen.c 38 int count; /* Leaf symbol index, or number of leaves before this chain. */
94 new chain is, depending on the weights, a leaf or a combination of two chains
101 index: The index of the list in which a new chain or leaf is required.
122 /* New leaf node in list 0. */
127 /* New leaf inserted in list, so count is incremented. */
191 /* One leaf per symbol. Only numsymbols leaves will be used. */
203 leaves[numsymbols].count = i; /* Index of symbol this leaf represents. */
  /external/chromium_org/net/tools/dump_cache/
url_to_filename_encoder_unittest.cc 80 // We always suffix the leaf with kEscapeChar, unless the leaf is empty.
85 // We always suffix the leaf with kEscapeChar, unless the leaf is empty.
166 Validate("/./leaf", "/" + escape_ + "./leaf" + escape_);
167 Validate("/../leaf", "/" + escape_ + "../leaf" + escape_);
168 Validate("//leaf", "/" + escape_ + "2Fleaf" + escape_);
322 Validate("/a/b/c", "/a/b/c" + escape_); // c is leaf file "c,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir_hierarchical_visitor.h 45 * Leaf-node classes have a traditional \c visit method. Internal-node
58 * in the composite's \c accept method. The \c accept method for a leaf-node
82 * \name Visit methods for leaf-node classes
91 * ir_dereference_variable isn't technically a leaf, but it is treated as a
92 * leaf here for a couple reasons. By not automatically visiting the one
  /external/mesa3d/src/glsl/
ir_hierarchical_visitor.h 45 * Leaf-node classes have a traditional \c visit method. Internal-node
58 * in the composite's \c accept method. The \c accept method for a leaf-node
82 * \name Visit methods for leaf-node classes
91 * ir_dereference_variable isn't technically a leaf, but it is treated as a
92 * leaf here for a couple reasons. By not automatically visiting the one
  /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/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/iproute2/man/man8/
tc-cbq-details.8 152 Leaf nodes, attached to the bottom of the class hierarchy, have a level of 0.
155 Classification is a loop, which terminates when a leaf class is found. At any
168 a class which is not a leaf class, restart loop from the class returned.
169 If it is a leaf, choose it and terminate.
176 than the current class. If so, and the returned class is not a leaf node,
177 restart the loop at the found class. If it is a leaf node, terminate.
191 leaf node, restart the loop at this class. If it is a leaf, choose it and
217 leaf node, but in the middle of the hierarchy.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
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...]
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/
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...]
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/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-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.
  /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.
  /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.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/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.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
abstract_node_walker.js 106 * Returns true if this is "a leaf node" or lower. That is,
111 * @return {boolean} true if this is at the "leaf node" level or lower
  /external/chromium_org/net/data/ssl/scripts/
ca.cnf 40 # A leaf cert that will violate the root's imposed name constraints
48 # A leaf cert that will match the root's imposed name constraints
generate-policy-certs.sh 9 # policies, and the leaf has a single policy.
75 # Generate the leaf
  /external/chromium_org/third_party/libwebp/utils/
huffman.h 28 int children_; // delta offset to both children (contiguous) or 0 if leaf.
52 // Returns true if the given node is not a leaf of the Huffman tree.
  /external/chromium_org/third_party/sqlite/src/doc/
pager-invariants.txt 13 (b) The page was a freelist leaf page at the start of the transaction.
47 all queries. Note in particular the the content of freelist leaf
  /external/llvm/lib/CodeGen/
TargetOptionsImpl.cpp 23 // Check to see if we should eliminate non-leaf frame pointers and then
25 if (MF.getFunction()->hasFnAttribute("no-frame-pointer-elim-non-leaf") &&
  /external/llvm/test/Analysis/TypeBasedAliasAnalysis/
PR17620.ll 30 attributes #0 = { ssp uwtable "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" }
31 attributes #1 = { "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" }

Completed in 2946 milliseconds

1 2 3 4 5 6 78 91011>>