HomeSort by: relevance | last modified time | path
    Searched defs:like (Results 1 - 3 of 3) sorted by relevancy

  /src/external/lgpl2/userspace-rcu/dist/tests/utils/
tap.sh 34 like RESULT PATTERN [NAME]
65 like $HOME $me "My home is mine"
66 like "`id`" $me "My id matches myself"
307 like(){ function
385 diag "Looks like your test died before it could output anything."
390 diag "Looks like your test died just after $_executed_tests."
402 diag "Looks like you planned $_expected_tests test$s but ran $extra extra."
408 diag "Looks like you planned $_expected_tests test$s but only ran $_executed_tests."
413 diag "Looks like you failed $_failed_tests test$s of $_executed_tests."
  /src/external/public-domain/sqlite/dist/autosetup/
proj.tcl 54 # test, downstream tests may not like the $prefix/lib path added by
128 # Works like proj-fatal but uses [error] intead of [exit].
137 # Kind of like a C assert: if uplevel of [list expr $script] is false,
408 # For example, with a configure flag defined like:
685 # Works like autosetup's [writefile] but explicitly uses binary mode
796 # Uses [make-template] to create makefile(-like) file(s) $outfile from
886 # @proj-looks-like-windows ?key?
897 proc proj-looks-like-windows {{key host}} {
916 # @proj-looks-like-mac ?key?
923 proc proj-looks-like-mac {{key host}}
    [all...]
  /src/external/bsd/ntp/dist/ntpd/
refclock_wwv.c 473 double like[10]; /* likelihood integrator 0-9 */ member in struct:decvec
2149 acc = (vp->like[i] += (acc - vp->like[i]) / TCONST);
2324 temp = dp->like[dp->radix - 1];
2326 dp->like[j] = dp->like[j - 1];
2327 dp->like[0] = temp;

Completed in 40 milliseconds