Searched refs:fill (Results 1 - 25 of 957) sorted by relevance

1234567891011>>

/macosx-10.9.5/dtrace-118.1/libelf/
H A Dfill.c30 #pragma ident "@(#)fill.c 1.11 08/05/31 SMI"
37 elf_fill(int fill) argument
39 ELFACCESSDATA(_elf_byte, fill)
/macosx-10.9.5/libpcap-42/libpcap/Win32/Include/
H A Dsockstorage.h33 u_int8_t fill[126]; member in struct:sockaddr_storage
36 u_int8_t fill[127];
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/iwidgets/sample/
H A Dscrolledcanvas.rb7 sc.create(TkcRectangle, 100, 100, 400, 400, :fill=>'red')
8 TkcRectangle.new(sc, 300, 300, 600, 600, :fill=>'green')
9 TkcRectangle.new(sc, [[200, 200], [500, 500]], :fill=>'blue')
11 sc.pack(:expand=>true, :fill=>:both, :padx=>10, :pady=>10)
H A Dcanvasprintbox.rb6 .pack(:padx=>10, :pady=>10, :fill=>:both, :expand=>true)
H A Dextfileselectionbox.rb6 :fill=>:both, :expand=>true)
H A Dfileselectionbox.rb6 :fill=>:both, :expand=>true)
H A Dlabeledframe.rb6 lf.pack(:fill=>:both, :expand=>true, :padx=>10, :pady=>10)
10 Tk::Iwidgets::Entryfield.new(cs, :labeltext=>'Name:').pack(:side=>:top, :fill=>:x)
11 Tk::Iwidgets::Spinint.new(cs, :labeltext=>'Number:').pack(:side=>:top, :fill=>:x)
12 Tk::Iwidgets::Pushbutton.new(cs, :text=>'Details:').pack(:side=>:top, :fill=>:x)
H A Dselectionbox.rb8 :fill=>:both, :expand=>true)
13 :text=>'Child Site is Here').pack(:fill=>:x, :padx=>10, :pady=>10)
H A Ddatefield.rb6 df.pack(:fill=>:x, :expand=>true, :padx=>10, :pady=>10)
H A Dtimefield.rb6 tf.pack(:fill=>:x, :expand=>true, :padx=>10, :pady=>10)
/macosx-10.9.5/tcpdump-56/tcpdump/missing/
H A Dsockstorage.h33 u_int8_t fill[126]; member in struct:sockaddr_storage
36 u_int8_t fill[127];
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/
H A Dtkhello.rb5 :command => proc{print "hello\n"}).pack(:fill=>'x')
8 :command => proc{exit}).pack(:fill=>'x')
H A Doptobj_sample.rb11 b1 = TkButton.new(f, :text=>'AAA').pack(:fill=>:x)
12 b2 = TkButton.new(f, :text=>'BBB').pack(:fill=>:x)
13 b3 = TkButton.new(f, :text=>'CCC').pack(:fill=>:x)
28 pack(:fill=>:x)
37 pack(:fill=>:x)
49 }).pack(:fill=>:x, :pady=>10)
52 :command=>proc{exit}).pack(:fill=>:x, :pady=>10)
55 pack(:side=>:right, :expand=>true, :fill=>:both)
59 yscrollbar(TkScrollbar.new(ff){pack(:fill=>:y, :side=>:right)})
61 pack(:side=>:left, :expand=>true, :fill
[all...]
H A Dmulti-ip_sample2.rb13 TkButton.new(:text=>'b1: p self', :command=>proc{p self}).pack(:fill=>:x)
15 TkButton.new(:text=>'b2: p $SAFE', :command=>proc{p $SAFE}).pack(:fill=>:x)
18 :command=>proc{p MultiTkIp.ip_name}).pack(:fill=>:x)
20 TkButton.new(:text=>'EXIT', :command=>proc{exit}).pack(:fill=>:x)
H A Dremote-ip_sample2.rb24 :text=>'print on controller-ip (Ruby-side)').pack(:fill=>:x)
29 :text=>'print on remote-ip (Tk-side)').pack(:fill=>:x)
37 :text=>'ruby cmd on the remote-ip').pack(:fill=>:x)
39 TkButton.new(:command=>'exit', :text=>'QUIT').pack(:fill=>:x)
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGOSRExitJumpPlaceholder.cpp36 void OSRExitJumpPlaceholder::fill(JITCompiler& jit, const MacroAssembler::JumpList& jumps) function in class:JSC::DFG::OSRExitJumpPlaceholder
43 void OSRExitJumpPlaceholder::fill(SpeculativeJIT* jit, const MacroAssembler::JumpList& jumps) function in class:JSC::DFG::OSRExitJumpPlaceholder
45 fill(jit->m_jit, jumps);
/macosx-10.9.5/dtrace-118.1/test/tst/common/buffering/
H A Derr.end.d32 * fill buffer. This will fail because the size of the END enabling
35 * SECTION: Buffers and Buffering/fill Policy;
42 #pragma D option bufpolicy=fill
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dfloor.tcl47 $w create rect 0 100 1 101 -fill {} -outline {} -tags marker
103 "$w create polygon [$w coords $item] -fill $colors(active) \
115 # fill - Fill color to use for the floor's background.
118 proc bg1 {w fill outline} {
132 -tags {floor1 bg} -fill $fill
133 $w create line 386 129 398 129 -fill $outline -tags {floor1 bg}
134 $w create line 258 355 258 387 -fill $outline -tags {floor1 bg}
135 $w create line 60 387 60 391 -fill $outline -tags {floor1 bg}
136 $w create line 0 337 0 391 -fill
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Dfloor.tcl45 $w create rect 0 100 1 101 -fill {} -outline {} -tags marker
101 "$w create polygon [$w coords $item] -fill $colors(active) \
113 # fill - Fill color to use for the floor's background.
116 proc bg1 {w fill outline} {
130 -tags {floor1 bg} -fill $fill
131 $w create line 386 129 398 129 -fill $outline -tags {floor1 bg}
132 $w create line 258 355 258 387 -fill $outline -tags {floor1 bg}
133 $w create line 60 387 60 391 -fill $outline -tags {floor1 bg}
134 $w create line 0 337 0 391 -fill
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dforms-d2.el37 (defun arch-tocol (target &optional fill)
39 The optional FILL should be a character, used to fill to the column."
40 (if (null fill)
41 (setq fill ?\s))
43 (concat "\n" (make-string target fill))
44 (make-string (- target (current-column)) fill)))
46 (defun arch-rj (target field &optional fill)
49 used to fill to the column."
50 (arch-tocol (- target (length (nth field forms-fields))) fill))
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSBorderImageSliceValue.h39 static PassRefPtr<CSSBorderImageSliceValue> create(PassRefPtr<CSSPrimitiveValue> slices, bool fill) argument
41 return adoptRef(new CSSBorderImageSliceValue(slices, fill));
56 CSSBorderImageSliceValue(PassRefPtr<CSSPrimitiveValue> slices, bool fill);
H A DCSSBorderImageSliceValue.cpp34 CSSBorderImageSliceValue::CSSBorderImageSliceValue(PassRefPtr<CSSPrimitiveValue> slices, bool fill) argument
37 , m_fill(fill)
46 // Now the fill keywords if it is present.
48 return text + " fill";
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DNinePieceImage.cpp42 NinePieceImage::NinePieceImage(PassRefPtr<StyleImage> image, LengthBox imageSlices, bool fill, LengthBox borderSlices, LengthBox outset, ENinePieceImageRule horizontalRule, ENinePieceImageRule verticalRule) argument
49 m_data.access()->fill = fill;
55 : fill(false)
67 , fill(other.fill)
81 && fill == other.fill
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/examples/
H A Dderived.py14 def fill(l): function
22 fill([1,2,3,4,5,6])
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/dns/
H A Dtk_sample.tcl34 pack .f.l1 -side left -fill y
35 pack .f.e1 -side left -fill both -expand 1
36 pack .f.x -side right -fill y
37 pack .f.b -side right -fill y
38 pack .f.l2 -side left -fill y
39 pack .f.e2 -side right -fill both -expand 1
41 pack .f -side top -fill x
42 pack .v -side right -fill y
43 pack .h -fill both -expand 1

Completed in 259 milliseconds

1234567891011>>