Searched refs:leaf (Results 1 - 25 of 116) sorted by relevance

12345

/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/certcrl/testSubjects/implicitAnchor/
H A DimplicitAnchor.scr12 cert = leaf.cer
20 cert = leaf.cer
29 cert = leaf.cer
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DInlineBox.cpp230 InlineBox* leaf = 0; local
231 for (InlineBox* box = nextOnLine(); box && !leaf; box = box->nextOnLine())
232 leaf = box->isLeaf() ? box : toInlineFlowBox(box)->firstLeafChild();
233 if (!leaf && parent())
234 leaf = parent()->nextLeafChild();
235 return leaf;
240 InlineBox* leaf = 0; local
241 for (InlineBox* box = prevOnLine(); box && !leaf; box = box->prevOnLine())
242 leaf = box->isLeaf() ? box : toInlineFlowBox(box)->lastLeafChild();
243 if (!leaf
250 InlineBox* leaf = nextLeafChild(); local
258 InlineBox* leaf = prevLeafChild(); local
[all...]
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/pat_trie_/
H A Dtraits.hpp52 #include <ext/pb_ds/detail/pat_trie_/leaf.hpp>
116 leaf; typedef in struct:pb_ds::detail::trie_traits
138 leaf,
149 leaf,
160 leaf,
171 leaf,
181 leaf,
193 leaf,
277 leaf; typedef in struct:pb_ds::detail::trie_traits
299 leaf,
[all...]
H A Dcond_dtor_entry_dealtor.hpp75 m_p_nd->~leaf();
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/certcrl/testSubjects/emptyCert/
H A DemptyCert.scr14 cert = leaf.cer
21 test = "Throw in empty cert not as leaf, it should be ignored"
22 cert = leaf.cer
30 test = "Throw in text file not as leaf, it should be ignored"
31 cert = leaf.cer
39 test = "Empty cert as leaf, expect error"
46 test = "Text file as leaf, expect error"
/macosx-10.10/patch_cmds-17/diffstat/porting/
H A Dwildcard.c60 register char *leaf; local
62 if ((leaf = strchr(path, '/')) == 0
63 && (leaf = strchr(path, '\\')) == 0)
64 leaf = path;
66 leaf++;
70 (void) strcpy(leaf, DirEntryStr(p));
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_peg_container_peg.tcl15 ALNUM leaf
16 ALPHA leaf
17 AND leaf
19 ASCII leaf
22 CharOctalFull leaf
23 CharOctalPart leaf
24 CharSpecial leaf
25 CharUnescaped leaf
26 CharUnicode leaf
33 DDIGIT leaf
[all...]
/macosx-10.10/WTF-7600.1.24/wtf/
H A DTCPageMap.h97 // Put 32 entries in the root and (2^BITS)/32 entries in each leaf.
140 Leaf* leaf = reinterpret_cast<Leaf*>((*allocator_)(sizeof(Leaf))); local
141 if (leaf == NULL) return false;
142 memset(leaf, 0, sizeof(*leaf));
143 root_[i1] = leaf;
146 // Advance key past whatever is covered by this leaf node
167 Leaf* leaf = 0; local
176 // clearing the leaf index so that we start from the beginning of the next node.
182 leaf
271 Leaf* leaf = reinterpret_cast<Leaf*>((*allocator_)(sizeof(Leaf))); local
298 Leaf* leaf = 0; local
[all...]
/macosx-10.10/ncurses-44/ncurses/ncurses/tinfo/
H A Daccess.c117 char *leaf = _nc_basename(strcpy(head, path)); local
119 if (leaf == 0)
120 leaf = head;
121 *leaf = '\0';
122 if (head == leaf)
/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DSVGRootInlineBox.cpp206 for (InlineBox* leaf = firstLeaf; leaf; leaf = leaf->nextLeafChild()) {
207 if (!leaf->isSVGInlineTextBox())
209 if (point.y() < leaf->y())
211 if (point.y() > leaf->y() + leaf->virtualLogicalHeight())
214 closestLeaf = leaf;
215 if (point.x() < leaf
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/page/
H A Dpeg_grammar.tcl59 Define leaf ALNUM {x {t <} {t a} {t l} {t n} {t u} {t m} {t >} {n SPACE}}
60 Define leaf ALPHA {x {t <} {t a} {t l} {t p} {t h} {t a} {t >} {n SPACE}}
61 Define leaf AND {x {t &} {n SPACE}}
77 Define leaf DOT {x {t .} {n SPACE}}
89 Define leaf LEAF {x {t l} {t e} {t a} {t f} {n SPACE}}
91 Define leaf MATCH {x {t m} {t a} {t t} {t c} {t h} {n SPACE}}
92 Define leaf NOT {x {t !} {n SPACE}}
96 Define leaf PLUS {x {t +} {n SPACE}}
99 Define leaf QUESTION {x {t ?} {n SPACE}}
105 Define leaf STA
[all...]
H A Dgen_peg_hb.tcl72 leaf {leaf }
H A Dgen_peg_canon.tcl444 dlmv,leaf {leaf: }
450 dlm,leaf {leaf: } dlv,leaf {leaf: }
454 dmv,discard {void: } lmv,leaf {leaf: }
460 dl,leaf {leaf
[all...]
H A Dgen_peg_cpkg.tcl104 leaf {leaf }
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dsearch.hin30 leaf
H A Dtsearch-test.c50 if (order == postorder || order == leaf) {
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/signerAndSubjSsl/
H A DdoTest37 # DNS_NAME goes in the leaf cert's subjectAltName, which is supposed to have precedence
44 echo === leaf cert with DNS name $DNS_NAME
53 # Note the app is passing in $HOST_NAME which differs from the leaf cert's common name
89 echo === leaf cert with IP address $IP_ADDR
140 echo === leaf cert with DNS name "$DNS_WC_NAME"
173 echo === leaf cert with DNS name "$DNS_WC_NAME"
202 echo === leaf cert with no DNS name, verify with common name
/macosx-10.10/JavaScriptCore-7600.1.17/disassembler/udis86/
H A Dud_opcode.py194 # make leaf node entries
195 leaf = self.updateTable(table, index, 'insn', '')
197 leaf['mnemonic'] = insn.mnemonic
198 leaf['prefixes'] = insn.prefixes
199 leaf['operands'] = insn.operands
/macosx-10.10/Libc-1044.1.2/include/
H A Dsearch.h29 leaf enumerator in enum:__anon2766
/macosx-10.10/Libc-1044.1.2/stdlib/FreeBSD/
H A Dtwalk.c38 (*action)(root, leaf, level);
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/tests/data/ok/peg_tclparam-tcloo/
H A D3_peg_itself58 # leaf Symbol 'ALNUM'
86 # leaf Symbol 'ALPHA'
114 # leaf Symbol 'AND'
155 # leaf Symbol 'ASCII'
268 # leaf Symbol 'CharOctalFull'
304 # leaf Symbol 'CharOctalPart'
348 # leaf Symbol 'CharSpecial'
376 # leaf Symbol 'CharUnescaped'
416 # leaf Symbol 'CharUnicode'
763 # leaf Symbo
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/certcrl/testSubjects/resourceSigning/
H A DresourceSigning.scr12 cert = leaf.cer
/macosx-10.10/libdispatch-442.1.4/src/
H A Ddata_internal.h36 // explicit leaf member is free on 64bit due to padding
71 bool leaf; member in struct:dispatch_data_s
82 #define _dispatch_data_leaf(d) ((d)->leaf)
/macosx-10.10/Security-57031.1.35/Security/sec/Security/
H A DSecCertificatePath.h57 SecCertificateRef leaf);
71 self signed counting from the leaf up. Return -1 if there is none. */
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/sslScripts/
H A DAlexTest6 echo === $SSL_HOST : expired leaf cert ===
30 echo === $SSL_HOST : good leaf, expired root ===

Completed in 355 milliseconds

12345