Searched refs:root (Results 201 - 225 of 1687) sorted by relevance

1234567891011>>

/macosx-10.10/zlib-55/zlib/examples/
H A Denough.c12 As inflate does, decrease root for short codes
13 Refuse cases where inflate would increase root
14 1.3 17 Feb 2008 Add argument for initial root table size
15 Fix bug for initial root table size == max - 1
41 speed. There is a single first-level table to decode codes up to root bits
42 in length (root == 9 in the current inflate implementation). The table
43 has 1 << root entries and is indexed by the next root bits of input. Codes
44 shorter than root bits have replicated table entries, so that the correct
46 the code is longer than root bit
168 local int root; /* size of base code table in bits */ variable
[all...]
/macosx-10.10/apr-32/apr/apr/test/
H A Dtestnames.c49 ABTS_STR_EQUAL(tc, "The given path was above the root path", errmsg);
222 const char *root = NULL; local
225 rv = apr_filepath_root(&root, &path, 0, p);
227 ABTS_PTR_NOTNULL(tc, root);
229 ABTS_STR_EQUAL(tc, ABS_ROOT, root);
235 const char *root = NULL; local
239 rv = apr_filepath_root(&root, &path, 0, p);
242 ABTS_PTR_EQUAL(tc, NULL, root);
250 const char *root = NULL; local
253 rv = apr_filepath_root(&root,
268 const char *root = NULL; local
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dcollationroot.cpp77 const CollationTailoring *root = getRoot(errorCode); local
79 return root->data;
84 const CollationTailoring *root = getRoot(errorCode); local
86 return root->settings;
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Deurocreg.c12 void addTestEuroRegression(TestNode** root);
15 void addTestEuroRegression(TestNode** root) argument
17 addTest(root, &TestEuroRegression, "tsconv/eurocreg/TestEuroRegression");
185 void addTestEuroRegression(TestNode** root) argument
/macosx-10.10/Security-57031.1.35/Security/sec/SOSCircle/CloudKeychainProxy/scripts/
H A Dsoscopysshkeys23 scp -r -P $sshport $sshopts /var/tmp/roothome/.ssh root@localhost:/var/root/
/macosx-10.10/WebCore-7600.1.25/css/
H A Dsvg.css46 svg:not(:root), symbol, image, marker, pattern, foreignObject {
50 svg:root {
/macosx-10.10/cron-39/crontab/
H A DMakefile6 BINOWN= root
/macosx-10.10/libxml2-26/libxml2/python/tests/
H A Dvalidate.py17 root = doc.children variable
18 if root.name != "doc":
19 print("root.name failed")
53 root = doc.children variable
54 if root.name != "doc":
55 print("root.name failed")
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/python/tests/
H A Dvalidate.py17 root = doc.children variable
18 if root.name != "doc":
19 print "root.name failed"
53 root = doc.children variable
54 if root.name != "doc":
55 print "root.name failed"
/macosx-10.10/ruby-106/ruby/ext/psych/lib/psych/
H A Dtree_builder.rb12 # tree = parser.handler.root
17 # Returns the root node for the built tree
18 attr_reader :root
24 @root = nil
66 @root = Nodes::Stream.new(encoding)
67 push @root
/macosx-10.10/ruby-106/ruby/ext/tk/sample/
H A Dirbtkw.rbw68 root = Tk.root
70 r_x = root.winfo_rootx
71 r_y = root.winfo_rooty
72 r_w = root.winfo_width
81 s_w = (ratio * root.winfo_screenwidth).to_i
96 root.geometry("+#{r_x}+#{r_y}")
99 root.raise
/macosx-10.10/ruby-106/ruby/test/rexml/
H A Dtest_rexml_issuezilla.rb9 doc.root.each_element('//issue') do |issue|
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DInlineIterator.h48 InlineIterator(RenderElement* root, RenderObject* o, unsigned p) argument
49 : m_root(root)
75 RenderElement* root() const { return m_root; } function in class:WebCore::InlineIterator
213 static inline RenderObject* bidiNextShared(RenderElement& root, RenderObject* current, Observer* observer = 0, EmptyInlineBehavior emptyInlineBehavior = SkipEmptyInlines, bool* endOfInlinePtr = 0) argument
236 while (current && current != &root) {
246 if (emptyInlineBehavior == IncludeEmptyInlines && current && current != &root && current->isRenderInline()) {
270 static inline RenderObject* bidiNextSkippingEmptyInlines(RenderElement& root, RenderObject* current, Observer* observer) argument
273 return bidiNextShared(root, current, observer, SkipEmptyInlines);
277 static inline RenderObject* bidiNextSkippingEmptyInlines(RenderElement& root, RenderObject* current) argument
280 return bidiNextSkippingEmptyInlines(root, curren
283 bidiNextIncludingEmptyInlines(RenderElement& root, RenderObject* current, bool* endOfInlinePtr = 0) argument
289 bidiFirstSkippingEmptyInlines(RenderElement& root, InlineBidiResolver* resolver = 0) argument
317 bidiFirstIncludingEmptyInlines(RenderElement& root) argument
353 InlineWalker(RenderElement& root) argument
362 RenderElement& root() { return m_root; } function in class:WebCore::InlineWalker
450 highestContainingIsolateWithinRoot(RenderObject& initialObject, RenderObject* root) argument
[all...]
/macosx-10.10/apr-32/apr/apr/build/
H A Dfixwin32mak.pl5 # in the win32 .mak files with the appropriate relative root.
13 $root = cwd;
15 $root =~ s|^.:(.*)?$|cd "$1|;
16 $root =~ s|/|\\\\|g;
17 $altroot = $root;
19 print "Stripping " . $root . " and " . $altroot . "\n";
51 $thisroot = $root . "\\\\" . $thisroot;
72 if ($src =~ m|^\s*($root[^\"]*)\".*$|) {
/macosx-10.10/NFS-82/nfsd/
H A DMakefile38 install -d -o root -g wheel -m 755 $(DST_DIR)
39 install -c -o root -g wheel -m 555 -s $(SYMROOT)/nfsd $(DST_DIR)
40 install -d -o root -g wheel -m 755 $(LAUNCHD_DIR)
41 install -c -o root -g wheel -m 444 $(SRCROOT)/com.apple.nfsd.plist $(LAUNCHD_DIR)
42 install -d -o root -g wheel -m 755 $(MAN8_DIR)
43 install -c -o root -g wheel -m 444 $(SRCROOT)/nfsd.8 $(MAN8_DIR)
44 install -c -o root -g wheel -m 444 $(SRCROOT)/mountd.8 $(MAN8_DIR)
45 install -d -o root -g wheel -m 755 $(MAN5_DIR)
46 install -c -o root -g wheel -m 444 $(SRCROOT)/exports.5 $(MAN5_DIR)
47 install -c -o root
[all...]
/macosx-10.10/OpenSSL098-52/src/
H A Dopenssl.spec16 BuildRoot: /var/tmp/%{name}-%{version}-root
114 %defattr(0644,root,root,0755)
117 %attr(0755,root,root) /usr/bin/*
118 %attr(0755,root,root) /usr/lib/*.so*
119 %attr(0755,root,root) %{openssldir}/misc/*
120 %attr(0644,root,roo
[all...]
/macosx-10.10/ICU-531.30/icuSources/tools/ctestfw/unicode/
H A Dctest.h126 * @param root Subtree of tests.
130 showTests ( const TestNode *root);
135 * @param root Subtree of tests.
139 runTests ( const TestNode* root);
145 * TestNode* root=NULL;
146 * addTest(&root, &mytest, "/a/b/mytest" );
148 * @param root Pointer to the root pointer.
150 * @param path Path from root under which test will be placed. Ex. '/a/b/mytest'
154 addTest(TestNode** root,
[all...]
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/forward/
H A Dtests.sh21 root=10.53.0.1
38 $DIG txt.example2. txt @$root -p 5300 > dig.out.root || ret=1
40 $PERL ../digcomp.pl dig.out.root dig.out.f1 || ret=1
46 $DIG txt.example2. txt @$root -p 5300 > dig.out.root || ret=1
48 $PERL ../digcomp.pl dig.out.root dig.out.f1 || ret=1
70 $DIG txt.example2. txt @$root -p 5300 > dig.out.root || ret=1
72 $PERL ../digcomp.pl dig.out.root di
[all...]
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/thin_heap_/
H A Ddebug_fn_imps.hpp90 assert_node_consistent(const_node_pointer p_nd, bool root) const
92 base_type::assert_node_consistent(p_nd, root);
96 assert_node_consistent(p_nd->m_p_next_sibling, root);
98 if (!root)
114 if (root)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dloader.py11 def recursiveGlob(root, pathPattern):
18 for rootpath, dirnames, filenames in os.walk(root):
25 def importExternalTestCases(pathPattern="test_*.py", root=".", package=None):
27 Import all unittests in the PyObjC tree starting at 'root'
30 testFiles = recursiveGlob(root, pathPattern)
31 testModules = map(lambda x:x[len(root)+1:-3].replace('/', '.'), testFiles)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dloader.py13 def recursiveGlob(root, pathPattern):
20 for rootpath, dirnames, filenames in os.walk(root):
27 def importExternalTestCases(pathPattern="test_*.py", root=".", package=None):
29 Import all unittests in the PyObjC tree starting at 'root'
32 testFiles = recursiveGlob(root, pathPattern)
33 testModules = [ x[len(root)+1:-3].replace('/', '.') for x in testFiles ]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/tree/
H A Dt.c24 t->root = tn_new (t, "root");
34 * starting at root. This also handles the nodes/leaves lists.
38 tn_delete (t->root);
55 tn_structure (t->root, 0);
68 int root = -1; local
124 /* Iterate to locate the definition of root. Fails if there is none,
132 for (i = 0, j = 0, root = -1;
143 if (root >= 0) {
145 "error in serialization: multiple root node
[all...]
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DStash.pm209 my ($root, $result);
210 $root = $self;
218 # identifier against the previous result, using the root stash
222 $result = $self->_dotop($root, @$ident[$i, $i+1]);
224 $root = $result;
228 $result = $self->_dotop($root, $ident, $args);
254 my ($root, $result, $error);
256 $root = $self;
270 $result = $self->_dotop($root, @$ident[$i, $i+1], 1);
272 $root
[all...]
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/xs/
H A DStash.xs132 * tt_fetch_item(pTHX_ SV *root, SV *key_sv, AV *args, SV **result)
140 static TT_RET tt_fetch_item(pTHX_ SV *root, SV *key_sv, AV *args, SV **result) {
153 if (!SvROK(root))
156 switch (SvTYPE(SvRV(root))) {
158 value = hv_fetch((HV *) SvRV(root), key, key_len, FALSE);
163 value = av_fetch((AV *) SvRV(root), SvIV(key_sv), FALSE);
193 * dotop(pTHX_ SV *root, SV *key_sv, AV *args, int flags)
195 * Resolves dot operations of the form root.key, where 'root' is a
196 * reference to the root ite
[all...]
/macosx-10.10/apache-793/httpd/test/
H A Dmake_sni.sh127 -keyout ${DIR}/root.key -out ${DIR}/root.pem \
137 -keyout ${CDIR}/xs-root-1.key -out ${CDIR}/xs-root-1.pem \
143 -keyout ${CDIR}/xs-root-2.key -out ${CDIR}/xs-root-2.pem \
147 cat ${CDIR}/xs-root-2.pem ${CDIR}/xs-root-1.pem > ${CDIR}/xs-root-chain.pem
152 mkdir -p ${CDIR}/xs-root
[all...]

Completed in 187 milliseconds

1234567891011>>