Searched refs:slices (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/old/toasters/
H A Dusualway.tcl61 # COMMAND: toast_bread <name> <slices>
65 # <slices> = number of bread slices (1 or 2)
73 proc toast_bread {name slices} {
78 set c [expr $c+$allToasters($name-heat)*$slices]
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/old/
H A Dtoaster.test48 test {Toast a few slices of bread} {
60 test {Toast a few slices of bread a few different times} {
68 test {Toast too many slices of bread and cause a fire} {
99 test {Toast a few slices of bread} {
105 test {Toast a few slices of bread and look for auto-clean} {
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/tkpiechart/
H A Dpie.tcl17 set ($this,slices) {}
30 eval ::stooop::delete $($this,slices) $($this,backgroundSlice)
79 # value is height is slices height not counting thickness
96 proc pie::complete {this} { ;# no user slices exist yet
139 # (slices grow clockwise from 12 o'clock)
141 foreach slice $($this,slices) {
159 # place slice at other slices position in case pie was moved
163 lappend ($this,slices) $slice
165 set text "slice [llength $($this,slices)]"
211 set index [lsearch -exact $($this,slices)
[all...]
/macosx-10.10.1/Security-57031.1.35/codesign_wrapper/
H A Dcodesign.c251 uint32_t slice, slices = htonl(fat.nfat_arch); local
252 struct fat_arch *archs = calloc(slices, sizeof(struct fat_arch));
253 require(slices == fread(archs, sizeof(struct fat_arch), slices, binary), out);
254 for (slice = 0; slice < slices; slice++) {
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/Tool/
H A Dcodesign.c290 uint32_t slice, slices = ntohl(fat.nfat_arch); local
291 struct fat_arch *archs = calloc(slices, sizeof(struct fat_arch));
292 require(slices == fread(archs, sizeof(struct fat_arch), slices, binary), out);
293 for (slice = 0; slice < slices; slice++) {
/macosx-10.10.1/tcl-105/tk84/tk/macosx/
H A DtkMacOSXDraw.c381 int slices, sliceWidth, lastSliceWidth;
412 slices = rowBytes / maxRowBytes;
414 lastSliceRowBytes = rowBytes - (slices * maxRowBytes);
416 slices--;
420 lastSliceWidth = image->width - (sliceWidth * slices);
422 slices = 0;
430 if (slices) {
466 if (slices) {
470 } while (slices--);
497 slices
377 int slices, sliceWidth, lastSliceWidth; local
[all...]
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DMachOLayout.hpp382 const struct fat_arch* slices = (struct fat_arch*)(p + sizeof(struct fat_header)); local
385 if ( requestedSlice(onlyArchs, OSSwapBigToHostInt32(slices[i].cputype), OSSwapBigToHostInt32(slices[i].cpusubtype)) ) {
386 uint32_t fileOffset = OSSwapBigToHostInt32(slices[i].offset);
389 i, OSSwapBigToHostInt32(slices[i].cputype), path);
391 if ( (fileOffset+OSSwapBigToHostInt32(slices[i].size)) > stat_buf.st_size ) {
393 i, OSSwapBigToHostInt32(slices[i].cputype), path);
396 switch ( OSSwapBigToHostInt32(slices[i].cputype) ) {
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/vu/
H A Dpie.rb83 alias slices names
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/bin/
H A Dtt-bench.pl306 slices:
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dwml.vim78 syn keyword htmlArg contained onload oversrc pos select slices style

Completed in 112 milliseconds