Searched refs:root (Results 101 - 125 of 1525) sorted by relevance

1234567891011>>

/macosx-10.10.1/ICU-531.30/icuSources/samples/uresb/
H A Dresources.mak4 TARGETS = en.res root.res sr.res
23 root.res : root.txt
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/antlr/
H A DASTPair.hpp19 * representing the current AST root and current AST sibling.
28 RefAST root; // current root of tree member in class:antlr::ASTPair
42 // tmp.root = root;
47 ANTLR_USE_NAMESPACE(std)string r = !root ? ANTLR_USE_NAMESPACE(std)string("null") : root->getText();
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/cdt/
H A Ddttree.c34 Dtlink_t* root; /* tree root */ member in struct:_dttree_s
45 if(!here && !(here = tree->root) )
94 Dtlink_t *t, *root; local
98 if(!(root = tree->root) )
102 { while((t = root->_rght) )
103 LROTATE(root,t);
106 { while((t = root->_left) )
107 RROTATE(root,
122 Dtlink_t *root, *t; local
188 tsize(Dtlink_t* root, ssize_t lev, Dtstat_t* st) argument
287 Dtlink_t *root, *last, *t, *r, *l; local
404 Dtlink_t *root, *t, *l, *r, *me, link; local
[all...]
/macosx-10.10.1/ruby-106/ruby/test/rexml/
H A Dtest_attributes.rb8 assert_equal '3', doc.root.attributes['att']
9 assert_equal '2', doc.root.attributes['bar:att']
10 doc.root.attributes['att'] = 5
11 assert_equal '5', doc.root.attributes['att']
16 doc.root.attributes.each_attribute {|attr|
29 doc.root.attributes.each {|name, value|
42 assert_equal '2', doc.root.attributes.get_attribute("foo").value
43 assert_equal '1', doc.root.attributes.get_attribute("x:foo").value
48 assert_equal 4, doc.root.attributes.length
53 doc.root
[all...]
H A Dtest_comment.rb11 <!DOCTYPE root [
15 <root/>
/macosx-10.10.1/tcl-105/tcl_ext/tclvfs/tclvfs/library/
H A DvfsUrl.tcl41 proc vfs::urltype::handler {type cmd root relative actualpath args} {
42 ::vfs::log [list urltype $type $cmd $root $relative $actualpath $args]
45 set pathSplit [file split [file join $root $relative]]
54 # Now we have to rearrange the root/relative for this path
64 eval [list $cmd $type $root $relative $actualpath] $args
66 eval [list $cmd $type $root $relative] $args
73 proc vfs::urltype::stat {type root name} {
85 proc vfs::urltype::open {type root name mode permissions} {
91 proc vfs::urltype::access {type root name mode} {
100 proc vfs::urltype::matchindirectory {type root pat
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/hash/
H A Dhashlook.c75 tab->root->accesses++;
77 last = &tab->root->last;
95 else HASH(tab->root, name, n);
104 if (!tab->root->local->compare)
109 if (tab->root->namesize)
111 register char* s3 = s1 + tab->root->namesize;
119 else if (tab->root->namesize)
121 if (!(*tab->root->local->compare)(hashname(b), name, tab->root->namesize)) goto found;
123 else if (!(*tab->root
[all...]
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/certcrl/testSubjects/AppleCodeSigning/
H A DAppleCodeSigning.scr18 root = csRoot.cer
25 root = csRoot.cer
34 root = csRoot.cer
43 root = csRoot.cer
52 root = csRoot.cer
61 root = csRoot.cer
70 root = csRoot.cer
78 root = csRoot.cer
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/certcrl/testSubjects/expiredCerts/
H A Done.scr15 test = "Expired and good CA and root in both inputs and DLDBs"
20 root = ecExpiredRoot.cer
21 root = ecGoodRoot.cer
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/certcrl/testSubjects/smime/
H A Dsmime.scr22 test = "Carl RSA root, Alice leaf"
25 root = CarlRSASelf.cer
35 test = "Carl RSA root, Alice Leaf, bad key use"
38 root = CarlRSASelf.cer
40 # this CRL revokes the root, which TP does not check
50 test = "Carl RSA root, Alice Leaf, revoked"
53 root = CarlRSASelf.cer
62 test = "Carl RSA root, Alice Leaf, no CRL"
65 root = CarlRSASelf.cer
74 test = "Carl RSA root, Dian
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dgenlink.h43 struct bfd_link_hash_entry root; member in struct:generic_link_hash_entry
54 struct bfd_link_hash_table root; member in struct:generic_link_hash_table
61 bfd_link_hash_lookup (&(table)->root, (string), (create), (copy), (follow)))
67 (&(table)->root, \
/macosx-10.10.1/dyld-353.2.1/unit-tests/
H A Dbuild-and-run-iPhoneOS-unit-tests3 # need to be root to build test suite
8 rsync -a /tmp/unpack-and-run-all-tests /tmp/dyld-testing.cpgz rsync://root@localhost:10873/root/tmp
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/demos/python/
H A Dspectrogram.py6 root = Tkinter.Tk() variable
8 initializeSnack(root)
25 Button(f, text='Exit', command=root.quit).pack(side='left')
27 root.mainloop()
H A Dwidget.py6 root = Tkinter.Tk() variable
8 initializeSnack(root)
13 Frame(root).pack(pady=5)
14 Label(root, text='Snack Sound Toolkit Demonstration',
18 file = root.tk.call('eval', 'snack::getOpenFile')
22 file = root.tk.call('eval', 'snack::getSaveFile')
33 root.after_cancel(id)
38 root.after(100,timer)
42 id=root.after(100,timer)
44 f0 = Frame(root)
[all...]
/macosx-10.10.1/text_cmds-88/xcodescripts/
H A Dinstall-opensource.sh6 install -d -o root -g wheel -m 0755 "$OSV"
7 install -c -o root -g wheel -m 0644 \
/macosx-10.10.1/Chess-310.6/sjeng/
H A Dproof.c180 /* root mover is mated-> disproven */
284 /* root mover is mated-> proven */
297 /* root mover is mated-> disproven */
356 /* root mover is mated-> disproven */
369 /* root mover is mated-> disproven */
436 /* root mover is mated-> disproven */
979 pn2_eval (node_t * root) argument
991 oldparent = root->parent;
992 root->parent = 0;
994 pn_eval (root);
1024 node_t *root; local
1309 node_t *root; local
1556 node_t* root; local
[all...]
/macosx-10.10.1/NFS-82/mount_nfs/
H A DMakefile36 install -d -o root -g wheel -m 755 $(DST_DIR)
37 install -c -o root -g wheel -m 555 -s $(SYMROOT)/mount_nfs $(DST_DIR)
38 install -d -o root -g wheel -m 755 $(DSTROOT)/usr
39 install -d -o root -g wheel -m 755 $(DSTROOT)/usr/share
40 install -d -o root -g wheel -m 755 $(DSTROOT)/usr/share/man
41 install -d -o root -g wheel -m 755 $(MAN_DIR)
42 install -c -o root -g wheel -m 444 $(SRCROOT)/mount_nfs.8 $(MAN_DIR)
43 install -d -o root -g wheel -m 755 $(LAUNCHD_DIR)
44 install -c -o root -g wheel -m 444 $(SRCROOT)/com.apple.nfsconf.plist $(LAUNCHD_DIR)
46 install -d -o root
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/tests/data/
H A Dndb.conf16 dbuser root
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/certcrl/testSubjects/emptySubject/
H A DemptySubject.scr13 root = ca.pem
/macosx-10.10.1/Security-57031.1.35/
H A Dsbr12 RSYNC_PASSWORD=alpine rsync -av /tmp/securitysoscircle.roots.tgz rsync://root@localhost:$port/root/var/mobile/
13 RSYNC_PASSWORD=alpine rsync -av ~/bin/sosinstallroot rsync://root@localhost:$port/root/usr/local/bin/sosinstallroot
/macosx-10.10.1/llvmCore-3425.0.34/utils/
H A Dcountloc.sh28 TOPDIR=`llvm-config --src-root`
/macosx-10.10.1/python_modules-40/Modules/
H A DMakefile.inc22 python setup.py install --home="$(EXTRAS)" --root="$(DSTROOT)" $(SETUPARGS)
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tk/
H A Droot.rb2 # tk/root.rb : treat root widget
22 root = TkCore::INTERP.tk_windows['.']
27 root.instance_eval{
37 root.__send__(k,*v)
39 root.__send__(k,v)
46 root.instance_exec(root, &b)
48 root.instance_eval(&b)
51 root
[all...]
/macosx-10.10.1/NFS-82/nfs_fs/
H A DMakefile31 install -d -o root -g wheel -m 755 $(DST_DIR)
32 install -d -o root -g wheel -m 755 $(DST_DIR)/Contents
33 install -c -o root -g wheel -m 444 $(SRCROOT)/Info.plist $(DST_DIR)/Contents
34 install -d -o root -g wheel -m 755 $(DST_DIR)/Contents/Resources
35 install -d -o root -g wheel -m 755 $(DST_DIR)/Contents/Resources/English.lproj
36 install -c -o root -g wheel -m 444 $(SRCROOT)/English.lproj/InfoPlist.strings $(DST_DIR)/Contents/Resources/English.lproj
/macosx-10.10.1/files-662.1.1/System/Library/DirectoryServices/DefaultLocalDB/Default/
H A DMakefile15 $(CHOWN) root:wheel "$(Destination)/$$DIR" ; \
17 $(INSTALL) -m 0600 -o root -g wheel \
24 $(INSTALL) -d -m 0755 -o root -g wheel \
32 $(_v) $(CHOWN) root:wheel "$(DSTROOT)/private/etc/master.passwd"
37 $(_v) $(CHOWN) root:wheel "$(DSTROOT)/private/etc/passwd"
42 $(_v) $(CHOWN) root:wheel "$(DSTROOT)/private/etc/group"

Completed in 176 milliseconds

1234567891011>>