HomeSort by relevance Sort by last modified time
    Searched full:ptree (Results 1 - 20 of 20) sorted by null

  /frameworks/compile/mclinker/lib/Core/
InputTree.cpp 21 InputTree& pTree)
23 if (this == &pTree)
26 if (!pTree.empty()) {
27 pMover.connect(pRoot, pTree.m_Root.node.right);
29 pTree.BinaryTreeBase<Input>::m_Root);
30 BinaryTreeBase<Input>::m_Root.delegate(pTree.m_Root);
31 pTree.m_Root.node.left = pTree.m_Root.node.right = &pTree.m_Root.node;
  /frameworks/compile/mclinker/include/mcld/
InputTree.h 201 BinaryTree& merge(TreeIteratorBase& pPosition, BinaryTree& pTree) {
202 if (this == &pTree)
205 if (!pTree.empty()) {
206 pPosition.hook<DIRECT>(pTree.m_Root.node.left);
208 pTree.BinaryTreeBase<Input>::m_Root);
209 BinaryTreeBase<Input>::m_Root.delegate(pTree.m_Root);
210 pTree.m_Root.node.left = pTree.m_Root.node.right = &pTree.m_Root.node;
296 InputTree& pTree);
    [all...]
  /frameworks/compile/mclinker/include/mcld/ADT/
BinTree.h 457 BinaryTree& merge(TreeIteratorBase& pPosition, BinaryTree& pTree) {
458 if (this == &pTree)
461 if (!pTree.empty()) {
462 pPosition.hook<DIRECT>(pTree.m_Root.node.left);
464 pTree.BinaryTreeBase<DataType>::m_Root);
465 BinaryTreeBase<DataType>::m_Root.delegate(pTree.m_Root);
466 pTree.m_Root.node.left = pTree.m_Root.node.right = &pTree.m_Root.node;
  /external/pdfium/core/src/fpdfdoc/
doc_tagged.cpp 23 CPDF_StructTreeImpl* pTree = FX_NEW CPDF_StructTreeImpl(pDoc);
24 if (pTree == NULL) {
27 pTree->LoadPageTree(pPageDict);
28 return pTree;
35 CPDF_StructTreeImpl* pTree = FX_NEW CPDF_StructTreeImpl(pDoc);
36 if (pTree == NULL) {
39 pTree->LoadDocTree();
40 return pTree;
211 CPDF_StructElementImpl::CPDF_StructElementImpl(CPDF_StructTreeImpl* pTree, CPDF_StructElementImpl* pParent, CPDF_Dictionary* pDict)
214 m_pTree = pTree;
    [all...]
tagged_int.h 38 CPDF_StructElementImpl(CPDF_StructTreeImpl* pTree, CPDF_StructElementImpl* pParent, CPDF_Dictionary* pDict);
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_write.c 127 SegmentNode *pTree; /* Pointer to interior tree structure */
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
rowset.c 108 struct RowSetEntry *pTree; /* Binary tree of entries */
134 p->pTree = 0;
157 p->pTree = 0;
359 ** sorted already. If there is a binary tree on p->pTree, then
366 if( p->pTree ){
368 rowSetTreeToList(p->pTree, &pHead, &pTail);
369 p->pTree = 0;
405 pRowSet->pTree = rowSetListToTree(pRowSet->pEntry);
411 p = pRowSet->pTree;
  /external/chromium_org/third_party/boringssl/src/crypto/x509v3/
v3_ncons.c 117 STACK_OF(GENERAL_SUBTREE) **ptree = NULL;
128 ptree = &ncons->permittedSubtrees;
133 ptree = &ncons->excludedSubtrees;
145 if (!*ptree)
146 *ptree = sk_GENERAL_SUBTREE_new_null();
147 if (!*ptree || !sk_GENERAL_SUBTREE_push(*ptree, sub))
pcy_tree.c 146 static int tree_init(X509_POLICY_TREE **ptree, STACK_OF(X509) *certs,
159 *ptree = NULL;
297 *ptree = tree;
771 int X509_policy_check(X509_POLICY_TREE **ptree, int *pexplicit_policy,
779 *ptree = NULL;
858 *ptree = tree;
  /external/openssl/crypto/x509v3/
v3_ncons.c 114 STACK_OF(GENERAL_SUBTREE) **ptree = NULL;
125 ptree = &ncons->permittedSubtrees;
130 ptree = &ncons->excludedSubtrees;
142 if (!*ptree)
143 *ptree = sk_GENERAL_SUBTREE_new_null();
144 if (!*ptree || !sk_GENERAL_SUBTREE_push(*ptree, sub))
pcy_tree.c 143 static int tree_init(X509_POLICY_TREE **ptree, STACK_OF(X509) *certs,
156 *ptree = NULL;
295 *ptree = tree;
767 int X509_policy_check(X509_POLICY_TREE **ptree, int *pexplicit_policy,
775 *ptree = NULL;
854 *ptree = tree;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntquery.h 181 STDAPI CIRestrictionToFullTree(DBCOMMANDTREE const *pTree,WCHAR const *pwszColumns,WCHAR const *pwszSortColumns,WCHAR const *pwszGroupings,DBCOMMANDTREE **ppTree,ULONG cProperties,CIPROPERTYDEF *pReserved,LCID LocaleID);
  /external/mksh/src/
tree.c 30 static void ptree(struct op *, int, struct shf *);
46 ptree(struct op *t, int indent, struct shf *shf) function
152 internal_errorf("TELIF in tree.c:ptree() unexpected");
478 ptree(va_arg(va, struct op *), indent, shf);
  /external/openssl/crypto/x509/
x509_vfy.h 535 int X509_policy_check(X509_POLICY_TREE **ptree, int *pexplicit_policy,
  /external/openssl/include/openssl/
x509_vfy.h 535 int X509_policy_check(X509_POLICY_TREE **ptree, int *pexplicit_policy,
  /external/chromium_org/third_party/boringssl/src/include/openssl/
x509_vfy.h 575 OPENSSL_EXPORT int X509_policy_check(X509_POLICY_TREE **ptree, int *pexplicit_policy,
  /external/chromium_org/third_party/icu/source/common/
rbbiscan.cpp     [all...]
  /external/icu/icu4c/source/common/
rbbiscan.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
target.def     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
cp-tree.h     [all...]

Completed in 547 milliseconds