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

1234

/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/
H A Dmapcolour.tcl108 pack [scale .size.scale -from 1 -to $maxmapsize -orient hori -tickinterval 25 -length 80m -sliderlength 4m -variable shadowsize] -expand 1 -fill x
109 pack [frame .size.f] -side bottom -fill x
110 pack [button .size.f.make -text "Create Map" -command {change_mapsize $shadowsize}] -side left -fill x
111 pack [button .size.f.exit -text "Dismiss" -command "destroy .size"] -side right -fill x
120 .f.c itemconfigure all -fill darkgray
156 .f.c create rect $x1 $y1 $x2 $y2 -tag c$country -fill darkgray -outline ""
171 .f.c itemconfigure c$country -fill $colour -outline ""
228 pack .b -side top -fill x -expand 1
229 pack .b.run -side left -fill x -expand 1
230 pack .b.more -side left -fill
[all...]
H A Dmapremote.tcl82 -expand true -fill both
83 pack [frame .e.host] -expand true -fill both
86 pack [frame .e.port] -expand true -fill both
89 pack [button .e.ok -text "OK" -command attach_remote_ec] -expand true -fill both -side bottom
H A Dtkabortbutton63 pack .abort -side left -expand 1 -fill x
H A Dtkinspect.tcl167 pack $top -side top -expand true -fill both
168 pack $bot -side bottom -fill x
170 pack $cf -side top -fill x
171 pack $h -expand true -fill both -side top
172 pack $alert_text -side top -fill x
185 pack $tf.y -side right -fill y
186 pack $t -side right -fill both -expand true
285 -side left -expand true -fill x
287 -side right -expand true -fill x
288 pack $bf -side bottom -fill
[all...]
H A Dtktools.tcl150 pack [frame .f] -expand 1 -fill both
151 pack [label .f.status -width 25 -borderwidth 3 -relief ridge] -expand 1 -fill x -side top
152 pack [button .f.cont -text "Resume ECLiPSe" -command ec_continue -relief groove -borderwidth 5] -expand 1 -fill both -padx 10 -pady 10
188 -expand true -fill both
189 pack [frame .e.host] -expand true -fill both
192 pack [frame .e.port] -expand true -fill both
196 pack [button .e.ok -text "OK" -command attach_tools] -expand true -fill both -side bottom
H A Declipse.tcl278 pack .ec_stream_input_box.prompt -side top -fill x
279 pack .ec_stream_input_box.input -side top -fill x
280 pack .ec_stream_input_box.clear -side left -expand 1 -fill x
281 pack .ec_stream_input_box.ok -side left -expand 1 -fill x
337 pack .ec_stream_output_box.msg -side top -fill x
338 pack .ec_stream_output_box.ok -side bottom -fill x
339 pack .ec_stream_output_box.vscroll -side left -fill y
340 pack .ec_stream_output_box.hscroll -side bottom -fill x
341 pack .ec_stream_output_box.text -expand 1 -fill both
H A Declipse_tools.tcl260 pack [label $ec_rpc.entrylabel -justify left -text "Enter a goal in ECLiPSe syntax:"] -fill x
262 -fill x
263 pack [label $ec_rpc.textlabel -text "Reply:"] -fill x
264 pack [text $ec_rpc.text -bg white -height 8] -expand 1 -fill both
268 pack $ec_rpc.run $ec_rpc.close -side left -expand 1 -fill x
407 pack $close -side bottom -fill x -expand true
408 pack $htmlinfo -side bottom -fill x -expand true
409 pack $top -side top -fill both -expand true
411 pack $loadsel -side top -fill x
412 pack $tree -side bottom -expand 1 -fill bot
[all...]
H A Dexample.tcl89 pack .run -side top -expand true -fill x
H A Dtkec_remote.tcl619 pack .ec_stream_input_box.prompt -side top -fill x
620 pack .ec_stream_input_box.input -side top -fill x
621 pack .ec_stream_input_box.clear -side left -expand 1 -fill x
622 pack .ec_stream_input_box.ok -side left -expand 1 -fill x
698 pack .ec_stream_output_box.msg -side top -fill x
699 pack .ec_stream_output_box.ok -side bottom -fill x
700 pack .ec_stream_output_box.vscroll -side left -fill y
701 pack .ec_stream_output_box.hscroll -side bottom -fill x
702 pack .ec_stream_output_box.text -expand 1 -fill both
/barrelfish-2018-10-04/usr/eclipseclp/documents/tutorial/
H A Dmapdebugdemo.tcl110 .f.c create rect $x1 $y1 $x2 $y2 -tag c$country -fill darkgray -outline ""
126 .f.c itemconfigure c$country -fill $colour -outline ""
167 pack .b -side top -fill x -expand 1
168 pack .b.more -side left -fill x -expand 1
169 pack .b.done -side right -fill x -expand 1
173 pack [canvas .f.c -width 23c -height 13c] -expand 1 -fill both
174 pack .f -expand 1 -fill both
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/widget/
H A DTOUR.tcl109 pack [scrolledtext $f.t] -fill both -expand 1
124 pack [combobox $TOUR(Combobox).p.c1 -labeltext "Basic Combobox: "] -fill x
140 pack [scrolledtext $f.t -height 5] -fill x
141 pack [console $f.c -height 10] -fill both -expand 1
170 pack [scrolledtext $f.t -height 5] -fill x
179 pack [scrolledtext $f.t -height 5] -fill x
188 pack [scrolledtext $f.t -height 5] -fill x
190 -vcmd {regexp {^[-+]?[0-9]*$} %P}] -fill x
192 -vcmd {expr {[string length %P]<=8}}] -fill x
195 -invalidcmd {warn "Invalid Date specified"}] -fill
[all...]
H A Dutil-tk.tcl196 pack [frame $base.f] -fill x -expand 1
199 pack [frame $base.opt] -fill x
204 pack $base.f.e $base.opt.c $base.opt.r -side left -fill both -expand 1
205 pack [frame $base.sep -bd 2 -relief sunken -height 4] -fill x
206 pack [frame $base.btn] -fill both
211 -side left -fill both
H A Dtabnotebook.tcl120 ## pack [tabnotebook .t] -fill both -expand 1
201 $data(tabs) itemconfig POLY:$data(curtab) -fill $val
222 $data(tabs) itemconfig POLY:$i -fill $val
232 -linecolor { $data(tabs) itemconfigure LINE -fill $val }
244 $data(tabs) itemconfig POLY:$i -fill $val
324 $c create poly 0 $FH $px $py $W $py $FW $FH -fill {} \
328 -width $data(-linewidth) -fill $data(-linecolor)
343 disabled {$c itemconfig POLY:$tab -fill $data(-disabledbackground)}
344 normal {$c itemconfig POLY:$tab -fill $data(-normalbackground)}
368 $c itemconfig POLY:$oldtab -fill
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/viewers/
H A DCustRenderer.java92 * public void fill(java.awt.Graphics2D g2d) {
93 * g2d.fill(this);
99 public void fill(java.awt.Graphics2D g2d) { method in class:CustRenderer
100 g2d.fill(this);
/barrelfish-2018-10-04/usr/drivers/cpuboot/arch/x86/
H A Dinit_ap_x86_64.S187 .fill BOOT_AP_KERNEL_SIZE,1,0
212 .fill X86_64_BASE_PAGE_SIZE - (1 * 8), 1, 0
221 .fill X86_64_BASE_PAGE_SIZE - (4 * 8), 1, 0
225 .fill X86_64_BASE_PAGE_SIZE, 1, 0
229 .fill X86_64_BASE_PAGE_SIZE, 1, 0
233 .fill X86_64_BASE_PAGE_SIZE, 1, 0
237 .fill X86_64_BASE_PAGE_SIZE, 1, 0
241 .fill X86_64_BASE_PAGE_SIZE, 1, 0
/barrelfish-2018-10-04/lib/barrelfish/vspace/
H A Dmemobj_pinned.c105 * Since frames are not tracked, mappings must be created on fill
107 static errval_t fill(struct memobj *memobj, genvaddr_t offset, struct capref frame, function
184 memobj->f.fill = fill;
H A Dmemobj_one_frame_one_map.c124 static errval_t fill(struct memobj *memobj, genvaddr_t offset, struct capref frame, function
209 memobj->f.fill = fill;
/barrelfish-2018-10-04/lib/zlib/
H A Dinftrees.c50 unsigned fill; /* index for replicating entries */ local
150 Create and fill in decoding tables. In this loop, the table being
155 fill the table with replicated entries.
204 next = *table; /* current table to fill in */
234 fill = 1U << curr;
235 min = fill; /* save offset to next table */
237 fill -= incr;
238 next[(huff >> drop) + fill] = this;
239 } while (fill != 0);
296 drops back to the root table to fill i
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dmenu.tcl164 pack .message -side top -fill x -expand 1
166 pack .add_button .sleep_button .wake_button -side left -fill both -expand 1
167 pack .perfmeter .dismiss .quit -side left -fill both -expand 1
226 pack .$wmname.scroll -side right -fill y
227 pack .$wmname.list -side left -expand yes -fill both
290 pack .$wmname.scroll -side right -fill y
291 pack .$wmname.list -side left -expand yes -fill both
362 pack .workers.bottom -side top -expand yes -fill x
384 pack .workers.ok -in .workers.bottom -side left -fill both -expand 1
385 pack .workers.cancel -in .workers.bottom -side right -fill bot
[all...]
/barrelfish-2018-10-04/lib/lwip2/src/netif/ppp/polarssl/
H A Dmd4.c194 int fill; local
201 fill = 64 - left;
209 if( left && ilen >= fill )
212 input, fill );
214 input += fill;
215 ilen -= fill;
H A Dmd5.c213 int fill; local
220 fill = 64 - left;
228 if( left && ilen >= fill )
231 input, fill );
233 input += fill;
234 ilen -= fill;
/barrelfish-2018-10-04/include/lwip2/netif/ppp/polarssl/
H A Dmd4.c194 int fill; local
201 fill = 64 - left;
209 if( left && ilen >= fill )
212 input, fill );
214 input += fill;
215 ilen -= fill;
H A Dmd5.c213 int fill; local
220 fill = 64 - left;
228 if( left && ilen >= fill )
231 input, fill );
233 input += fill;
234 ilen -= fill;
/barrelfish-2018-10-04/include/x86emu/
H A Dprim_ops.h100 u16 shld_word (u16 d, u16 fill, u8 s);
101 u32 shld_long (u32 d, u32 fill, u8 s);
102 u16 shrd_word (u16 d, u16 fill, u8 s);
103 u32 shrd_long (u32 d, u32 fill, u8 s);
/barrelfish-2018-10-04/lib/pci/
H A Dmem.c37 err = mem->memobj->f.fill(mem->memobj, offset, mem->frame_cap,
40 DEBUG_ERR(err, "memobj->f.fill failed");

Completed in 137 milliseconds

1234