Searched refs:totals (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/lib/
H A Dprofiler.rb114 totals = {}
117 total_data = (totals[key] ||= [0, 0.0, 0.0, key])
124 # Maybe we should show a per thread output and a totals view?
126 data = totals.values
/macosx-10.10.1/Security-57031.1.35/SecurityTests/regressions/inc/Test/
H A DHarness.pm332 # Test-wide totals.
658 my($self, $line, $type, $totals) = @_;
662 $meth->($self, $line, $type, $totals) if $meth;
667 my($self, $line, $type, $totals) = @_;
674 if $totals->seen && ($totals->max < $totals->seen);
678 my($self, $line, $type, $totals) = @_;
680 my $curr = $totals->seen;
682 my $max = $totals
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dstabs.c51 /* A linked list of totals that we have found for a particular header
72 /* List of totals we have found for this file. */
73 struct stab_link_includes_totals *totals; member in struct:stab_link_includes_entry
139 ret->totals = NULL;
369 for (t = incl_entry->totals; t != NULL; t = t->next)
397 t->next = incl_entry->totals;
398 incl_entry->totals = t;
H A Dpdp11.c204 /* A linked list of totals that we have found for a particular header
218 /* List of totals we have found for this file. */
219 struct aout_link_includes_totals *totals; member in struct:aout_link_includes_entry
2877 ret->totals = NULL;
4361 for (t = incl_entry->totals; t != NULL; t = t->next)
4373 t->next = incl_entry->totals;
4374 incl_entry->totals = t;
H A Daoutx.h3404 /* A linked list of totals that we have found for a particular header
3418 /* List of totals we have found for this file. */
3419 struct aout_link_includes_totals *totals;
3478 ret->totals = NULL;
5072 for (t = incl_entry->totals; t != NULL; t = t->next)
5084 t->next = incl_entry->totals;
5085 incl_entry->totals = t;
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dsh-script.el3154 (totals (make-vector max 0)))
3156 (aset totals i (+ (aref totals i) (* 4 (aref vec i))))
3158 (aset totals i (+ (aref totals i) (aref vec (/ i 2)))))
3160 (aset totals i (+ (aref totals i) (aref vec (* i 2)))))
3168 (if (/= (aref totals i) 0)
3169 (setq x (append x (list (cons i (aref totals i))))))
3173 (setq tot (apply '+ (append totals ni
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/grammar_fa/
H A Dfaop.tcl1002 set totals [struct::set union [$fa symbols] [$fb symbols]]
1003 foreach sym [struct::set difference $totals [$fa symbols]] {
1014 set bnew [struct::set difference $totals [$fb symbols]]
1032 foreach sym $totals {
/macosx-10.10.1/tcl-105/tcl_ext/tclvfs/tclvfs/library/template/
H A Dquotavfs.tcl471 set totals {}
488 append totals " [lrange $args [expr $tp - 2] $tp]"
506 foreach {type total number} $totals {
/macosx-10.10.1/Security-57031.1.35/SecurityTests/regressions/inc/Test/Harness/
H A DStraps.pm125 $self->{totals}{$name} = $results;
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tcldom/
H A Dinstall.tcl793 .install.totals configure -text "Files: $totalFiles Size: $totalBytes"
1763 label .install.totals -text "Files: 0 Bytes: 0" -width 50
1773 grid .install.totals -row 0 -column 0 -columnspan 2
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxml/
H A Dinstall.tcl793 .install.totals configure -text "Files: $totalFiles Size: $totalBytes"
1763 label .install.totals -text "Files: 0 Bytes: 0" -width 50
1773 grid .install.totals -row 0 -column 0 -columnspan 2
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxslt/
H A Dinstall.tcl780 .install.totals configure -text "Files: $totalFiles Size: $totalBytes"
1750 label .install.totals -text "Files: 0 Bytes: 0" -width 50
1760 grid .install.totals -row 0 -column 0 -columnspan 2

Completed in 281 milliseconds