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

1 2 3 4 5 6

  /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...]
  /external/chromium/chrome/browser/autofill/
autofill_type_unittest.cc 53 // In-between value. Missing from enum but within range. Error condition.
54 AutofillType between(static_cast<AutofillFieldType>(16));
55 EXPECT_EQ(UNKNOWN_TYPE, between.field_type());
56 EXPECT_EQ(AutofillType::NO_GROUP, between.group());
57 EXPECT_EQ(AutofillType::NO_SUBGROUP, between.subgroup());
  /external/e2fsprogs/e2fsck/
crc32defs.h 23 # error CRC_LE_BITS must be a power of 2 between 1 and 8
31 # error CRC_BE_BITS must be a power of 2 between 1 and 8
  /external/netcat/data/
showmount.d 3 # UDP-scan around between 600-800 to find most mount daemons.
  /external/mesa3d/docs/
MESA_set_3dfx_mode.spec 34 to switch between full-screen and windowed rendering.
56 mode or rendering into an X window. An application can switch between
MESA_swap_frame_usage.spec 50 The value, percent, indicates the amount of time spent between the
60 This representation may not be as useful as measuring between
61 completions, as a significant amount of time may pass between the
113 between two buffer-swap operations being committed. In unextended GLX the
  /device/samsung/crespo4g/
BoardConfig.mk 23 # Use the parts that are common between all crespos
  /device/samsung/toro/
BoardConfig.mk 18 # Use the part that is common between all tunas
  /external/icu4c/samples/ufortune/
fortunedefs.mk 2 # common makefile between ufortune and ufortune/resources
  /libcore/
Docs.mk 3 # Shared between libcore and frameworks/base.
  /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)") \
  /external/srec/srec/include/
pre_desc.h 94 accdata **between; member in struct:__anon11352
  /external/chromium/chrome/browser/resources/net_internals/
topmidbottomview.js 7 * one that fills the remaining space between those two.
detailsview.js 31 // The delay between updates to repaint.
  /external/libffi/
Android.mk 17 # minimize duplication between the build rules.
  /ndk/build/core/
setup-abi.mk 41 # everything when you switch between these two modes. For projects
  /system/media/mca/
Docs.mk 19 # Shared between mobile filter framework and frameworks/base.
  /external/chromium/build/
install-chroot.sh 322 Your home directory is shared between the host and the chroot. But I configured
324 for files that need to differ between environments.
  /external/v8/test/mjsunit/
object-literal-conversions.js 28 // Test that the various conversions between property names are correctly
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLTableElement13.js 79 between cell content and cell borders.
HTMLTableElement14.js 79 between cells.
HTMLUListElement01.js 78 The compact attribute specifies whether to reduce spacing between list
table37.js 78 Specifies the horizontal and vertical space between cell content and cell borders. The value of attribute cellpadding of the table element is read and checked against the expected value.
table38.js 78 Specifies the horizontal and vertical separation between cells.
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLTableElement13.js 79 between cell content and cell borders.

Completed in 342 milliseconds

1 2 3 4 5 6