HomeSort by relevance Sort by last modified time
    Searched refs:between (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/srec/srec/ca/
catrans.c 76 hTransform->imelda_acc.between = create_accumulate_matrix(hTransform->dim);
82 hTransform->mllr_acc.between = create_accumulate_matrix(hTransform->dim + 1);
117 delete_accumulate_matrix(hTransform->imelda_acc.between, hTransform->dim);
119 delete_accumulate_matrix(hTransform->mllr_acc.between, hTransform->dim + 1);
142 ASSERT(hTransform->imelda_acc.between);
146 ASSERT(hTransform->mllr_acc.between);
152 hTransform->mllr_acc.between[ii][jj] = 0;
163 hTransform->imelda_acc.between[ii][jj] = 0;
194 ASSERT(hPattern->data.mllr_acc.between);
195 ASSERT(hTransform->mllr_acc.between);
    [all...]
  /device/htc/common/
README.ecclist_for_mcc.conf 25 1. Use white space instead of TAB between MCC and emergency number list.
  /external/netcat/data/
showmount.d 3 # UDP-scan around between 600-800 to find most mount daemons.
  /external/icu4c/samples/ufortune/
fortunedefs.mk 2 # common makefile between ufortune and ufortune/resources
  /build/core/
node_fns.mk 93 # - Add needle between the first and second words of haystack.
172 $(warning Cycle detected between "$(2)" and "$(i)" for context "$(1)") \
java.mk 75 # between builds with and without Proguard enabled.
76 # Note that ANY intermediate targets between the proguard and
cleanbuild.mk 166 # Deletes all of the files that change between different build types,
  /external/srec/srec/include/
pre_desc.h 94 accdata **between; member in struct:__anon7604
  /device/htc/passion/
BoardConfig.mk 31 # Get the generic variables that are common between all versions
  /external/libffi/
Android.mk 17 # minimize duplication between the build rules.
  /ndk/build/core/
setup-abi.mk 31 # everything when you switch between these two modes. For projects
default-build-commands.mk 24 # on other libraries like libc.so, which may change between system
  /external/v8/test/mjsunit/
cyrillic.js 39 // Actually no characters are between the cases in Cyrillic.
54 // Epsilon acute is between ALPHA-OMEGA and alpha-omega, ie it
55 // is between OMEGA and alpha.
function-prototype.js 44 // Test moving between non-object and object values.
arguments-read-and-assignment.js 61 // Link between arguments and parameters.
date-parse.js 84 // Allow missing space between month and day.
  /external/v8/benchmarks/
base.js 101 // Runs all registered benchmark suites and optionally yields between
213 // This function starts running a suite, but stops between each
225 // separate steps to allow the framework to yield between any of the
  /external/clearsilver/ports/rpm/
clearsilver.spec 80 separation between presentation code and application logic which makes
  /external/openssl/apps/
CA.com 3 $! things easier between now and when Eric is convinced to fix it :-)
  /external/blktrace/btreplay/doc/
btreplay.tex 105 \texttt{blktrace} run are used to determine the amount of time between
107 maintain the same time differential between IOs, but no guarantees as
114 As noted above, the time between IOs may not be accurately maintained
115 during replays. In addition the actual ordering of IOs \emph{between}
118 time kept between managing threads.)
139 time intervals between issues.}. To manage the size of the \emph{bunches},
195 \item Lack of IO timing accuracy -- additional time between IO bunches.
  /external/blktrace/btt/doc/
btt.tex 120 for a request. That occurs between the Q and G operations. You
133 amount of time between the queue trace and the merge trace.
154 \item \emph{Q2Q} which measures the time between queue traces
235 between consecutively \emph{received -- queued} and \emph{submitted
238 between IOs. Values provided include the number of seeks (number of IOs
239 submitted to lower level drivers), the \emph{mean} distance between
537 inactivity -- and one can gather a sense of deltas between the queueing
572 this, one can quickly discern some different characteristics between
754 \emph{closest} distance between the previous IO and this IO. The
761 between the end of the previous IO and the start of this IO
    [all...]
  /external/iproute2/doc/
ip-tunnels.tex 74 that between \verb|route add| and \verb|route del| host 193.233.7.65 is
102 \paragraph{Summary of differences between 2.2 and 2.0.}
307 Now we can discuss more subtle differences between tunneling in 2.0
374 From kernel and user viewpoints there are no differences between
  /external/v8/src/
v8natives.js 814 throw new $RangeError('toString() radix argument must be between 2 and 36');
841 throw new $RangeError("toFixed() digits argument must be between 0 and 20");
854 throw new $RangeError("toExponential() argument must be between 0 and 20");
867 throw new $RangeError("toPrecision() argument must be between 1 and 21");
  /external/webkit/WebKitTools/Scripts/webkitpy/style/
checker.py 279 verbosity: An integer between 1-5 inclusive that restricts output
305 "value must be an integer between 1-5 inclusive. "
348 confidence_in_error: An integer between 1 and 5, inclusive, that
567 'be between 1-5.' % verbosity)
  /frameworks/base/services/tests/servicestests/src/com/android/server/
DropBoxTest.java 61 long between = System.currentTimeMillis(); local
74 assertTrue(e0.getTimeMillis() < between);
75 assertTrue(e1.getTimeMillis() > between);

Completed in 420 milliseconds

1 2 3