Searched refs:pie (Results 1 - 25 of 88) sorted by relevance

1234

/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dlopen-executable/
H A DMakefile31 all: main foo.exe foo.pie
40 foo.pie : foo.c
41 ${CC} ${CCFLAGS} foo.c -o foo.pie -Wl,-pie
46 ${RM} ${RMFLAGS} *~ main foo.exe foo.pie
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/vu/
H A Dpie.rb4 require 'tkextlib/vu/pie'
6 pie = Tk::Vu::Pie.new(:label=>"My Revolving Budget"){
18 pie.configure(:origin=>pie[:origin] + 1)
26 Tk.grid(pie, :sticky=>:news)
36 :x=>0, :y=>0, :pie_in=>false, :angle=>pie[:angle], :origin=>pie[:origin]
39 pie.bind('ButtonPress-1', proc{|w, x, y|
47 pie.bind('B1-Motion', proc{|w, x, y|
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/vu/
H A Dpie.rb2 # ::vu::pie widget
38 TkCommandNames = ['::vu::pie'.freeze].freeze
120 (Pie_Slice_ID = ['vu:pie'.freeze, TkUtil.untrust('00000')]).instance_eval{
130 def self.id2obj(pie, id)
131 pie_path = pie.path
145 @parent = @pie = parent
159 @pie.set(@id, *args)
177 @pie.itemcget_tkstring(@id, slot)
181 @pie.itemcget(@id, slot)
185 @pie
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/tcllib/
H A Dtkpiechart.rb93 @tag_key = tk_call_without_enc('::stooop::new', 'pie',
96 @tag_key = tk_call_without_enc('::stooop::new', 'pie', @c, x, y)
101 id = "pie(#{@tag_key})"
141 return tk_call_without_enc('pie::deleteSlice', @tag_key, slice)
144 unless slice.kind_of?(Slice) && slice.pie == self
151 tk_split_simplelist(tk_call_without_enc('pie::selectedSlices',
169 def initialize(pie, *args)
170 unless pie.kind_of?(Pie) && pie != :no_create
174 if pie
201 def pie method in class:Tk.Slice
[all...]
/macosx-10.10.1/remote_cmds-47/rexecd.tproj/
H A DMakefile9 Extra_LD_Flags = -dead_strip -pie
/macosx-10.10.1/remote_cmds-47/rlogin.tproj/
H A DMakefile8 Extra_LD_Flags = -dead_strip -pie
/macosx-10.10.1/remote_cmds-47/ruptime.tproj/
H A DMakefile9 Extra_LD_Flags = -dead_strip -pie
/macosx-10.10.1/remote_cmds-47/rwho.tproj/
H A DMakefile9 Extra_LD_Flags = -dead_strip -pie
/macosx-10.10.1/remote_cmds-47/rwhod.tproj/
H A DMakefile9 Extra_LD_Flags = -dead_strip -pie
/macosx-10.10.1/remote_cmds-47/ypcat.tproj/
H A DMakefile8 Extra_LD_Flags = -dead_strip -pie
/macosx-10.10.1/remote_cmds-47/ypmatch.tproj/
H A DMakefile8 Extra_LD_Flags = -dead_strip -pie
/macosx-10.10.1/remote_cmds-47/yppoll.tproj/
H A DMakefile8 Extra_LD_Flags = -dead_strip -pie
/macosx-10.10.1/remote_cmds-47/ypset.tproj/
H A DMakefile8 Extra_LD_Flags = -dead_strip -pie
/macosx-10.10.1/remote_cmds-47/ypwhich.tproj/
H A DMakefile8 Extra_LD_Flags = -dead_strip -pie
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/tkpiechart/
H A Ddemo.tcl17 "you may move a pie by holding down mouse button 1 over any part of it"\
23 set pie1 [new pie\
26 -title "this is pie #1" -titlefont fixed -titleoffset 6 -selectable 1\
29 set slice11 [pie::newSlice $pie1]
30 set slice12 [pie::newSlice $pie1]
31 set slice13 [pie::newSlice $pie1]
32 set slice14 [pie::newSlice $pie1 {some text}]
34 set pie2 [new pie\
41 -title "this is pie #2" -titleoffset 10\
43 set slice21 [pie
[all...]
/macosx-10.10.1/remote_cmds-47/rcp.tproj/
H A DMakefile9 Extra_LD_Flags = -dead_strip -pie
/macosx-10.10.1/remote_cmds-47/rlogind.tproj/
H A DMakefile10 Extra_LD_Flags = -dead_strip -pie
/macosx-10.10.1/remote_cmds-47/tftp.tproj/
H A DMakefile9 Extra_LD_Flags = -dead_strip -pie
/macosx-10.10.1/remote_cmds-47/tftpd.tproj/
H A DMakefile11 Extra_LD_Flags = -dead_strip -pie
/macosx-10.10.1/remote_cmds-47/ypbind.tproj/
H A DMakefile10 Extra_LD_Flags = -dead_strip -pie
/macosx-10.10.1/remote_cmds-47/ypxfr.tproj/
H A DMakefile11 Extra_LD_Flags = -dead_strip -pie
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/pie-basic/
H A DMakefile37 echo "PASS pie-basic"; \
39 echo "FAIL pie-basic"; \
45 ${CC} ${CCFLAGS} -I${TESTROOT}/include -Wl,-pie -o main main.c
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/pie-big/
H A DMakefile37 echo "PASS pie-basic"; \
39 echo "XFAIL pie-basic"; \
45 ${CC} ${CCFLAGS} -I${TESTROOT}/include -Wl,-pie -o main main.c
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/pie-custom-stack/
H A DMakefile37 echo "PASS pie-custom-stack"; \
39 echo "FAIL pie-custom-stack"; \
45 ${CC} ${CCFLAGS} -I${TESTROOT}/include -Wl,-pie -o main main.c -Wl,-stack_size,0x10000000
/macosx-10.10.1/remote_cmds-47/rpc_yppasswdd.tproj/
H A DMakefile10 Extra_LD_Flags = -dead_strip -pie

Completed in 272 milliseconds

1234