/external/srec/srec/ca/ |
D | catrans.c | 76 hTransform->imelda_acc.between = create_accumulate_matrix(hTransform->dim); in CA_LoadTransform() 82 hTransform->mllr_acc.between = create_accumulate_matrix(hTransform->dim + 1); in CA_LoadTransform() 117 delete_accumulate_matrix(hTransform->imelda_acc.between, hTransform->dim); in CA_UnloadTransform() 119 delete_accumulate_matrix(hTransform->mllr_acc.between, hTransform->dim + 1); in CA_UnloadTransform() 142 ASSERT(hTransform->imelda_acc.between); in CA_ClearTransform() 146 ASSERT(hTransform->mllr_acc.between); in CA_ClearTransform() 152 hTransform->mllr_acc.between[ii][jj] = 0; in CA_ClearTransform() 163 hTransform->imelda_acc.between[ii][jj] = 0; in CA_ClearTransform() 194 ASSERT(hPattern->data.mllr_acc.between); in CA_InheritAccumulates() 195 ASSERT(hTransform->mllr_acc.between); in CA_InheritAccumulates() [all …]
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | between.test | 15 # $Id: between.test,v 1.2 2006/01/17 09:35:02 danielk1977 Exp $ 22 do_test between-1.0 { 61 do_test between-1.1.1 { 66 do_test between-1.1.2 { 71 do_test between-1.2.1 { 76 do_test between-1.2.2 { 81 do_test between-1.3.1 { 86 do_test between-1.3.2 { 91 do_test between-1.4 { 96 do_test between-1.5.1 { [all …]
|
D | randexpr1.test | 45 …between b and 11 then case when t1.c<f then t1.b when e in (t1.d,t1.d, -e) then d else t1.b end el… 48 …between b and 11 then case when t1.c<f then t1.b when e in (t1.d,t1.d, -e) then d else t1.b end el… 51 …in(c) else (min(13)) end)+min(e) from t1) not in (t1.c,f-d,11) and c not between (19) and e) then … 54 …in(c) else (min(13)) end)+min(e) from t1) not in (t1.c,f-d,11) and c not between (19) and e) then … 57 …in(c) else (min(13)) end)+min(e) from t1) not in (t1.c,f-d,11) and c not between (19) and e) then … 69 …hen 11 in (select t1.b from t1 union select t1.c from t1) then 19 when d between f and t1.e then t… 72 …hen 11 in (select t1.b from t1 union select t1.c from t1) then 19 when d between f and t1.e then t… 75 …hen 11 in (select t1.b from t1 union select t1.c from t1) then 19 when d between f and t1.e then t… 78 …between 19 and b*d or not exists(select 1 from t1 where t1.a not in (case when d not between b+~(t… 81 …between 19 and b*d or not exists(select 1 from t1 where t1.a not in (case when d not between b+~(t… [all …]
|
D | tkt2822.test | 275 } {1 {1st ORDER BY term out of range - should be between 1 and 25}} 280 } {1 {2nd ORDER BY term out of range - should be between 1 and 25}} 285 } {1 {3rd ORDER BY term out of range - should be between 1 and 25}} 290 } {1 {4th ORDER BY term out of range - should be between 1 and 25}} 295 } {1 {9th ORDER BY term out of range - should be between 1 and 25}} 300 } {1 {10th ORDER BY term out of range - should be between 1 and 25}} 305 } {1 {11th ORDER BY term out of range - should be between 1 and 25}} 310 } {1 {12th ORDER BY term out of range - should be between 1 and 25}} 315 } {1 {13th ORDER BY term out of range - should be between 1 and 25}} 321 } {1 {20th ORDER BY term out of range - should be between 1 and 25}} [all …]
|
/external/chromium_org/v8/test/webkit/fast/js/ |
D | number-toprecision-expected.txt | 37 PASS (1234.567).toPrecision(0) threw exception RangeError: toPrecision() argument must be between 1… 38 …567).toPrecision(null) threw exception RangeError: toPrecision() argument must be between 1 and 21. 39 …67).toPrecision(false) threw exception RangeError: toPrecision() argument must be between 1 and 21. 40 …67).toPrecision('foo') threw exception RangeError: toPrecision() argument must be between 1 and 21. 41 PASS (1234.567).toPrecision(-1) threw exception RangeError: toPrecision() argument must be between … 49 PASS (1234.567).toPrecision(22) threw exception RangeError: toPrecision() argument must be between … 50 PASS (1234.567).toPrecision(100) threw exception RangeError: toPrecision() argument must be between… 51 PASS (1234.567).toPrecision(101) threw exception RangeError: toPrecision() argument must be between… 52 …7).toPrecision(posInf) threw exception RangeError: toPrecision() argument must be between 1 and 21. 53 …7).toPrecision(negInf) threw exception RangeError: toPrecision() argument must be between 1 and 21. [all …]
|
D | number-toString-expected.txt | 29 PASS (1234.567).toString(0) threw exception RangeError: toString() radix argument must be between 2… 30 …567).toString(null) threw exception RangeError: toString() radix argument must be between 2 and 36. 31 …67).toString(false) threw exception RangeError: toString() radix argument must be between 2 and 36. 32 …67).toString('foo') threw exception RangeError: toString() radix argument must be between 2 and 36. 33 PASS (1234.567).toString(nan) threw exception RangeError: toString() radix argument must be between… 34 PASS (1234.567).toString(1) threw exception RangeError: toString() radix argument must be between 2… 35 …567).toString(true) threw exception RangeError: toString() radix argument must be between 2 and 36. 36 PASS (1234.567).toString('1') threw exception RangeError: toString() radix argument must be between… 73 PASS (1234.567).toString(37) threw exception RangeError: toString() radix argument must be between … 74 PASS (1234.567).toString(-1) threw exception RangeError: toString() radix argument must be between … [all …]
|
D | number-tofixed-expected.txt | 68 PASS (1234.567).toFixed(21) threw exception RangeError: toFixed() digits argument must be between 0… 69 PASS (1234.567).toFixed(100) threw exception RangeError: toFixed() digits argument must be between … 70 PASS (1234.567).toFixed(101) threw exception RangeError: toFixed() digits argument must be between … 71 PASS (1234.567).toFixed(-1) threw exception RangeError: toFixed() digits argument must be between 0… 72 PASS (1234.567).toFixed(-4) threw exception RangeError: toFixed() digits argument must be between 0… 73 PASS (1234.567).toFixed(-5) threw exception RangeError: toFixed() digits argument must be between 0… 74 PASS (1234.567).toFixed(-20) threw exception RangeError: toFixed() digits argument must be between … 75 PASS (1234.567).toFixed(-21) threw exception RangeError: toFixed() digits argument must be between … 76 …67).toFixed(posInf) threw exception RangeError: toFixed() digits argument must be between 0 and 20. 77 …67).toFixed(negInf) threw exception RangeError: toFixed() digits argument must be between 0 and 20.
|
/external/chromium_org/third_party/apache-win32/ |
D | OPENSSL-NEWS.txt | 20 This file gives a brief overview of the major changes between each OpenSSL 23 Major changes between OpenSSL 0.9.8x and OpenSSL 0.9.8y: 28 Major changes between OpenSSL 0.9.8w and OpenSSL 0.9.8x: 32 Major changes between OpenSSL 0.9.8v and OpenSSL 0.9.8w: 36 Major changes between OpenSSL 0.9.8u and OpenSSL 0.9.8v: 40 Major changes between OpenSSL 0.9.8t and OpenSSL 0.9.8u: 46 Major changes between OpenSSL 0.9.8s and OpenSSL 0.9.8t: 50 Major changes between OpenSSL 0.9.8r and OpenSSL 0.9.8s: 58 Major changes between OpenSSL 0.9.8q and OpenSSL 0.9.8r: 62 Major changes between OpenSSL 0.9.8p and OpenSSL 0.9.8q: [all …]
|
/external/clang/test/SemaObjC/ |
D | comptypes-7.m | 49 …if (obj == i) foo() ; // expected-warning {{comparison between pointer and integer ('id' and 'int'… 50 …if (i == obj) foo() ; // expected-warning {{comparison between pointer and integer ('int' and 'id'… 54 …if (obj_c == i) foo() ; // expected-warning {{comparison between pointer and integer ('MyClass *' … 55 …if (i == obj_c) foo() ; // expected-warning {{comparison between pointer and integer ('int' and 'M… 59 …if (obj_p == i) foo() ; // expected-warning {{comparison between pointer and integer ('id<MyProtoc… 60 …if (i == obj_p) foo() ; // expected-warning {{comparison between pointer and integer ('int' and 'i… 64 …if (obj_C == i) foo() ; // expected-warning {{comparison between pointer and integer ('Class' and … 65 …if (i == obj_C) foo() ; // expected-warning {{comparison between pointer and integer ('int' and 'C…
|
/external/skia/src/pathops/ |
D | SkPathOpsRect.cpp | 22 if (!between(quad[0].fX, quad[1].fX, quad[2].fX)) { in setBounds() 25 if (!between(quad[0].fY, quad[1].fY, quad[2].fY)) { in setBounds() 41 return between(a, b, d) && between(a, c, d); in is_bounded_by_end_points()
|
/external/chromium_org/third_party/skia/src/pathops/ |
D | SkPathOpsRect.cpp | 22 if (!between(quad[0].fX, quad[1].fX, quad[2].fX)) { in setBounds() 25 if (!between(quad[0].fY, quad[1].fY, quad[2].fY)) { in setBounds() 41 return between(a, b, d) && between(a, c, d); in is_bounded_by_end_points()
|
/external/chromium_org/v8/test/webkit/ |
D | number-toExponential-expected.txt | 43 …6).toExponential(21) threw exception RangeError: toExponential() argument must be between 0 and 20. 44 …).toExponential(100) threw exception RangeError: toExponential() argument must be between 0 and 20. 45 …).toExponential(101) threw exception RangeError: toExponential() argument must be between 0 and 20. 46 …6).toExponential(-1) threw exception RangeError: toExponential() argument must be between 0 and 20. 47 …oExponential(posInf) threw exception RangeError: toExponential() argument must be between 0 and 20. 48 …oExponential(negInf) threw exception RangeError: toExponential() argument must be between 0 and 20.
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
D | Intersections.cpp | 37 bool s1in = between(cs1, s1, ce1) || startPt.approximatelyEqual(fPt[i1]) in insertCoincidentPair() 39 bool e1in = between(cs1, e1, ce1) || endPt.approximatelyEqual(fPt[i1]) in insertCoincidentPair() 51 bool s2in = between(cs2, s2, ce2) || startPt.approximatelyEqual(fPt[i2]) in insertCoincidentPair() 53 bool e2in = between(cs2, e2, ce2) || endPt.approximatelyEqual(fPt[i2]) in insertCoincidentPair() 136 if (!(fIsCoincident[0] & (1 << index)) && (between(one, fT[fSwap][index], two) in remove()
|
/external/qemu/docs/ |
D | ANDROID-ADB-QEMU.TXT | 8 network connections, in which case connection between the ADB host, and ADB 11 been moved to use QEMUD pipe to transfer data between the emulator, and the 32 Essentially, ADB server, and ADB client serve as a bridge between ADB running on 42 The connection between ADB host and ADB guest is considered to be established, 43 when there is an association between ADB socket connection in the ADB server, and
|
/external/skia/experimental/Intersection/ |
D | Intersections.cpp | 37 bool s1in = between(cs1, s1, ce1) || startPt.approximatelyEqual(fPt[i1]) in insertCoincidentPair() 39 bool e1in = between(cs1, e1, ce1) || endPt.approximatelyEqual(fPt[i1]) in insertCoincidentPair() 51 bool s2in = between(cs2, s2, ce2) || startPt.approximatelyEqual(fPt[i2]) in insertCoincidentPair() 53 bool e2in = between(cs2, e2, ce2) || endPt.approximatelyEqual(fPt[i2]) in insertCoincidentPair() 136 if (!(fIsCoincident[0] & (1 << index)) && (between(one, fT[fSwap][index], two) in remove()
|
/external/iproute2/examples/diffserv/ |
D | regression-testing | 55 Marking: Should vary between 0x88,0x90,0x98 and 0x0 60 Marking: Should vary between 0x90,0x98 and 0x0 65 Marking: Should vary between 0x98 and 0x0 107 Marking: Should vary between 0x88,0x90,0x98 and 0x0 112 Marking: Should vary between 0x90,0x98 and 0x0 117 Marking: Should vary between 0x98 and 0x0
|
/external/chromium_org/components/autofill/core/browser/ |
D | autofill_type_unittest.cc | 53 AutofillType between(static_cast<ServerFieldType>(16)); in TEST() local 54 EXPECT_EQ(UNKNOWN_TYPE, between.GetStorableType()); in TEST() 55 EXPECT_EQ(NO_GROUP, between.group()); in TEST()
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-04-16-DynamicCompilation.txt | 4 enable the best possible division of labor between static and dynamic 6 between these two complementary stages of compilation. We feel that 17 tradeoff between performance and portability. On a deeper level, however, 19 system somewhere in between these two extremes: Dynamic application 35 problems: First, there is a lag time between when a processor is introduced
|
/external/clang/test/Parser/ |
D | objcxx11-protocol-in-template.mm | 10 // expected-error@14{{a space is required between consecutive right angle brackets}} 11 // expected-error@15{{a space is required between consecutive right angle brackets}}
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/ |
D | sce4-err.errwarn | 1 -:2: error: frame offset of -4 bytes, must be between 0 and 240 5 -:11: error: frame offset of 248 bytes, must be between 0 and 240
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.synchronization.txt | 30 - Test synchronization between work group invocations. 33 - Test synchronization between draw calls 55 for synchronization between the calls. 67 content and intermediate values are checked to verify atomicy between operations.
|
/external/lldb/www/ |
D | style.css | 44 margin-bottom: 0; /*bottom spacing between header and rest of content*/ 53 margin-bottom: 0; /*bottom spacing between each UL and rest of content*/ 57 padding-bottom: 1px; /*bottom spacing between menu items*/ 154 margin-bottom: 0; /*bottom spacing between header and rest of content*/
|
/external/llvm/test/Transforms/InstCombine/ |
D | bitcast-alias-function.ll | 8 ; Test cast between scalars with same bit sizes 11 ; Test cast between vectors with same number of elements and bit sizes 20 ; Test cast between vectors of pointers 26 ; Test cast between scalars with different bit sizes 29 ; Test cast between vectors with different bit sizes but the 33 ; Test cast between vectors with same number of bits and different 37 ; Test cast between scalar and vector with different number of bits 40 ; Test cast between vector and scalar with different number of bits 47 ; Test cast between vector of pointers and scalar with different number of bits
|
/external/chromium_org/ppapi/api/dev/ |
D | ppb_view_dev.idl | 17 * GetDeviceScale returns the scale factor between device pixels and DIPs 34 * GetCSSScale returns the scale factor between DIPs and CSS pixels. This 35 * allows proper scaling between DIPs - as sent via the Pepper API - and CSS
|
/external/qemu/distrib/sdl-1.2.15/ |
D | README.WinCE | 13 - VGA mode, you can even switch between VGA and GAPI in runtime 14 (between 240x320 and 480x640 for example). On VGA devices you can 53 NO_GETDIBITS Can't distinguish between 15 bpp and 16 bpp
|