Searched refs:diff (Results 451 - 475 of 736) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/ruby-106/ruby/test/minitest/
H A Dtest_minitest_unit.rb1674 old_diff = MiniTest::Assertions.diff
1675 MiniTest::Assertions.diff = nil
1679 MiniTest::Assertions.diff = old_diff
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkGrab.c1296 int mode, diff;
1299 * The diff caculation is trickier than it may seem. Don't forget that
1304 diff = eventPtr->xany.serial - info->serial;
1315 || (diff < 0)) {
1285 int mode, diff; local
/macosx-10.10.1/tcl-105/tk/tk/library/
H A Dclrpick.tcl570 set diff [expr {$x - $data($color,x)}]
571 $sel move $data($color,index) $diff 0
572 set data($color,x) [expr {$data($color,x) + $diff}]
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkGrab.c1316 int mode, diff;
1319 * The diff caculation is trickier than it may seem. Don't forget
1324 diff = eventPtr->xany.serial - info->serial;
1335 || (diff < 0)) {
1305 int mode, diff; local
/macosx-10.10.1/tcl-105/tk84/tk/library/
H A Dclrpick.tcl573 set diff [expr {$x - $data($color,x)}]
574 $sel move $data($color,index) $diff 0
575 set data($color,x) [expr {$data($color,x) + $diff}]
/macosx-10.10.1/xnu-2782.1.97/SETUP/kextsymboltool/
H A Dkextsymboltool.c485 boolean_t diff = false; local
510 if (!strcmp("-diff", argv[i]))
513 diff = true;
689 if (diff)
/macosx-10.10.1/WebInspectorUI-7600.1.17/Tools/PrettyPrinting/
H A Dcodemirror.js695 var diff = cur.line.height - height;
697 if (diff > .001 || diff < -.001) {
2149 var index = findViewIndex(cm, oldN), diff, view = cm.display.view;
2157 diff = (n + view[index].size) - oldN;
2160 diff = n - oldN;
2162 oldN += diff; newN += diff;
5040 var marker = new TextMarker(doc, type), diff = cmp(from, to);
5043 if (diff >
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dcodemirror.js695 var diff = cur.line.height - height;
697 if (diff > .001 || diff < -.001) {
2149 var index = findViewIndex(cm, oldN), diff, view = cm.display.view;
2157 diff = (n + view[index].size) - oldN;
2160 diff = n - oldN;
2162 oldN += diff; newN += diff;
5040 var marker = new TextMarker(doc, type), diff = cmp(from, to);
5043 if (diff >
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/win32/
H A Dlibdns.mak133 -@erase "$(INTDIR)\diff.obj"
269 "$(INTDIR)\diff.obj" \
394 -@erase "$(INTDIR)\diff.obj"
395 -@erase "$(INTDIR)\diff.sbr"
605 "$(INTDIR)\diff.sbr" \
700 "$(INTDIR)\diff.obj" \
975 SOURCE=..\diff.c
980 "$(INTDIR)\diff.obj" : $(SOURCE) "$(INTDIR)"
987 "$(INTDIR)\diff.obj" "$(INTDIR)\diff
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dsh-script.el2805 ival sval diff new-val
2829 (setq diff (- curr-indent ival))
2831 (sh-debug "curr-indent: %d ival: %d diff: %d var:%s sval %s"
2832 curr-indent ival diff var sval)
2833 (setq new-val (+ sval diff))
2837 ;;; (if (= 0 diff)
2954 (comment-col nil) ;; number if all same, t if seen diff values
2983 sval ival diff new-val
2993 (setq diff (- curr-indent ival))
2994 (setq new-val (+ sval diff))
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/heimcred/
H A Dserver.m171 uint64_t now, diff;
178 diff = NOTIFY_TIME_LIMIT;
180 diff = now - last_change;
182 if (diff >= NOTIFY_TIME_LIMIT) {
188 dispatch_after(dispatch_time(DISPATCH_TIME_NOW, NOTIFY_TIME_LIMIT - diff), dispatch_get_main_queue(), ^{
/macosx-10.10.1/xnu-2782.1.97/bsd/nfs/
H A Dnfs_bio.c1901 off_t diff; local
2017 diff = np->n_size - uio_offset(uio);
2018 if (diff < io_resid)
2019 io_resid = diff;
2073 diff = np->n_size - uio_offset(uio);
2074 if (diff < n)
2075 n = diff;
2213 diff = (on >= bp->nb_validend) ? 0 : (bp->nb_validend - on);
2214 if (diff < n)
2215 n = diff;
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Dkeyboard.c8717 keyremap_step (keybuf, bufsize, fkey, input, doit, diff, prompt)
8720 int input, doit, *diff, bufsize;
8739 *diff = len - (fkey->end - fkey->start);
8741 if (input + *diff >= bufsize)
8745 if (*diff < 0)
8747 keybuf[i + *diff] = keybuf[i];
8748 else if (*diff > 0)
8750 keybuf[i + *diff] = keybuf[i];
8756 fkey->start = fkey->end += *diff;
9673 int done, diff;
9642 int done, diff; local
9665 int done, diff; local
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dorg.el4577 (diff (abs (- level (length up-head)))))
4582 (if org-adapt-indentation (org-fixup-indentation (- diff)))))
4591 (diff (abs (- level (length down-head)))))
4595 (if org-adapt-indentation (org-fixup-indentation diff))))
4624 (defun org-fixup-indentation (diff)
4631 (prohibit (if (> diff 0)
4633 (concat "^ \\{0," (int-to-string (- diff)) "\\}\\S-")))
4639 (if (< diff 0) (replace-match ""))
4640 (indent-to (+ diff col))))
7101 (let (col (org-timecnt 0) diff
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_proc.c224 chgproccnt(uid_t uid, int diff) argument
238 uip->ui_proccnt += diff;
252 if (diff <= 0) {
253 if (diff == 0) {
265 uip->ui_proccnt = diff;
266 retval = diff;
/macosx-10.10.1/Heimdal-398.1.2/lib/hx509/
H A Drevoke.c770 int diff; local
774 &crl->crl.tbsCertList.issuer, &diff);
775 if (ret || diff)
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dunistr.cpp673 int32_t diff = uprv_strCompare(getArrayStart() + start, length, (srcChars!=NULL)?(srcChars + srcStart):NULL, srcLength, FALSE, TRUE); local
675 if(diff!=0) {
676 return (int8_t)(diff >> 15 | 1);
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dtstnorm.cpp1379 UnicodeSet diff, skipSets[UNORM_MODE_COUNT], expectSets[UNORM_MODE_COUNT]; local
1406 (diff=skipSets[i]).removeAll(expectSets[i]).toPattern(pattern, TRUE);
1411 (diff=expectSets[i]).removeAll(skipSets[i]).toPattern(pattern, TRUE);
H A Dtmsgfmt.cpp1242 UBool diff; local
1243 diff = TRUE;
1250 diff = FALSE;
1254 if (!diff) {
1255 errln("*** MSG getFormats diff err.");
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Dconstraint.c713 int diff = e->e_nname.bv_len - c->restrict_ndn.bv_len; local
715 if ( diff < 0 ) {
730 if ( diff == 0 ) {
/macosx-10.10.1/PowerManagement-494.1.2/pmconfigd/
H A DBatteryTimeRemaining.c296 CFTimeInterval diff = 0; local
328 diff = CFTimeZoneGetSecondsFromGMT(tz, absTime);
329 n = CFNumberCreate(kCFAllocatorDefault, kCFNumberDoubleType, &diff);
/macosx-10.10.1/Security-57031.1.35/SecurityTests/regressions/inc/
H A DTest.pm489 # $prefix variable to run a diff program on the output.)
499 my $diff = $ENV{PERL_TEST_DIFF} || die "WHAAAA?";
512 my $diff_cmd = "$diff $exp_filename $got_filename";
522 warn "Can't run diff: $!";
896 diff installed, you might want to set C<PERL_TEST_DIFF> to C<diff -u>.
899 -MText::Diff -e 'print diff(@ARGV)'>. If C<PERL_TEST_DIFF> isn't set
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dreplace.el1081 (diff (- (length bufs) bufcount)))
1084 (if (zerop diff) "" (format " (%d killed)" diff))
/macosx-10.10.1/BerkeleyDB-21/db/dist/
H A Ds_vxworks125 diff $s $t
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/sh/
H A Dstrftime.c620 int weeknum, jan1day, diff; local

Completed in 520 milliseconds

<<11121314151617181920>>