/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/clang/test/ARCMT/ |
D | cxx-checking.mm | 4 struct HasObjectMember0 { // expected-warning{{'HasObjectMember0' cannot be shared between ARC and … 8 struct HasObjectMember1 { // expected-warning{{'HasObjectMember1' cannot be shared between ARC and … 12 struct HasObjectMember2 { // expected-warning{{'HasObjectMember2' cannot be shared between ARC and … 29 …Member0 { // expected-warning{{'HasBlockPointerMember0' cannot be shared between ARC and non-ARC c… 33 …Member1 { // expected-warning{{'HasBlockPointerMember1' cannot be shared between ARC and non-ARC c… 41 …POD0 { // expected-warning{{'HasObjectMemberAndNonPOD0' cannot be shared between ARC and non-ARC c… 42 …// expected-warning{{'HasObjectMemberAndNonPOD0' cannot be shared between ARC and non-ARC code; ad… 47 …POD1 { // expected-warning{{'HasObjectMemberAndNonPOD1' cannot be shared between ARC and non-ARC c… 48 …// expected-warning{{'HasObjectMemberAndNonPOD1' cannot be shared between ARC and non-ARC code; ad… 53 …POD2 { // expected-warning{{'HasObjectMemberAndNonPOD2' cannot be shared between ARC and non-ARC c… [all …]
|
/external/clang/test/SemaObjCXX/ |
D | arc-non-pod.mm | 4 struct HasObjectMember0 { // expected-warning{{'HasObjectMember0' cannot be shared between ARC and … 8 struct HasObjectMember1 { // expected-warning{{'HasObjectMember1' cannot be shared between ARC and … 12 struct HasObjectMember2 { // expected-warning{{'HasObjectMember2' cannot be shared between ARC and … 29 …Member0 { // expected-warning{{'HasBlockPointerMember0' cannot be shared between ARC and non-ARC c… 33 …Member1 { // expected-warning{{'HasBlockPointerMember1' cannot be shared between ARC and non-ARC c… 41 …POD0 { // expected-warning{{'HasObjectMemberAndNonPOD0' cannot be shared between ARC and non-ARC c… 42 …// expected-warning{{'HasObjectMemberAndNonPOD0' cannot be shared between ARC and non-ARC code; ad… 47 …POD1 { // expected-warning{{'HasObjectMemberAndNonPOD1' cannot be shared between ARC and non-ARC c… 48 …// expected-warning{{'HasObjectMemberAndNonPOD1' cannot be shared between ARC and non-ARC code; ad… 53 …POD2 { // expected-warning{{'HasObjectMemberAndNonPOD2' cannot be shared between ARC and non-ARC c… [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…
|
D | arc-system-header.m | 10 …cp = test0(op); // expected-error {{'test0' is unavailable: converts between Objective-C and C poi… 11 …cp = *test1(&op); // expected-error {{'test1' is unavailable: converts between Objective-C and C p…
|
/external/chromium/chrome/browser/autofill/ |
D | autofill_type_unittest.cc | 54 AutofillType between(static_cast<AutofillFieldType>(16)); in TEST() local 55 EXPECT_EQ(UNKNOWN_TYPE, between.field_type()); in TEST() 56 EXPECT_EQ(AutofillType::NO_GROUP, between.group()); in TEST() 57 EXPECT_EQ(AutofillType::NO_SUBGROUP, between.subgroup()); in TEST()
|
/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/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
|
D | 2001-07-06-LoweringIRForCodeGen.txt | 11 close mapping between VM and machine code. Other architectures may have 28 mapping between VM and machine code.
|
/external/webkit/LayoutTests/fast/dom/Node/ |
D | normalize-expected.txt | 6 test5 (empty text node between elements): PASSED 9 test8 (empty text nodes between non-empty nodes): PASSED
|
/external/e2fsprogs/e2fsck/ |
D | 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/chromium/testing/ |
D | gtest_mac.mm | 18 // This overloaded version allows comparison between ObjC objects that conform 34 // This overloaded version allows comparison between ObjC objects that conform
|
/external/qemu/ |
D | CHANGES.TXT | 30 Changes between 8.0 and 7.0 59 satellites to emulate. The number must be an integer between 1 and 12, 77 Changes between 7.0 and 6.0 92 Changes between 6.0 and 5.0 111 Changes between 5.0 and 1.13 131 Changes between 1.13 and 1.12 145 Changes between 1.12 and 1.11 164 Changes between 1.11 and 1.10 203 Changes between 1.10 and 1.9 255 Changes between 1.9 and 1.8 [all …]
|
/external/chromium/chrome/browser/ui/cocoa/tab_contents/ |
D | sad_tab_view.mm | 16 // Padding between icon and title. 18 // Padding between title and message. 20 // Padding between message and link.
|
/external/chromium/chrome/browser/sync/protocol/ |
D | theme_specifics.proto | 26 // a distinction between the system theme and the default theme, but 31 // a custom theme) for platforms that make a distinction between the
|
/external/mesa3d/docs/ |
D | 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
|
D | 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
|
/external/iproute2/doc/ |
D | rtstat.sgml | 18 in a vmstat or iostat manner. The ratio between cache hits and misses gives 43 <item><tt/-i INTERVAL/ - interval between snapshots, default value is
|
/external/ipsec-tools/src/racoon/samples/ |
D | racoon.conf.sample-natt | 30 # traffic between the peers. Normally the UDP-Encap traffic 40 # policy in the kernel SPD. For example for traffic between 75 # regardless of whether there is a NAT gateway between them
|
/external/webkit/Tools/android/flex-2.5.4a/ |
D | NEWS | 1 Changes between release 2.5.4 (11Sep96) and release 2.5.3: 12 Changes between release 2.5.3 (29May96) and release 2.5.2: 28 Changes between release 2.5.2 (25Apr95) and release 2.5.1: 95 Changes between release 2.5.1 (28Mar95) and release 2.4.7: 272 themselves must appear between the '[' and ']' of a character 511 - A broken example in documentation of the difference between 534 Changes between release 2.4.7 (03Aug94) and release 2.4.6: 550 Changes between release 2.4.6 (04Jan94) and release 2.4.5: 560 Changes between release 2.4.5 (11Dec93) and release 2.4.4: 587 Changes between release 2.4.4 (07Dec93) and release 2.4.3: [all …]
|
/external/iptables/extensions/ |
D | libipt_SNAT.man | 18 mapped to other ports below 512: those between 512 and 1023 inclusive 25 in cycle) takes place between these addresses.
|
D | libxt_connlimit.man | 11 Group hosts using the prefix length. For IPv4, this must be a number between 12 (including) 0 and 32. For IPv6, between 0 and 128. If not specified, the
|
/external/chromium/base/allocator/ |
D | README | 6 Currently we can, at runtime, switch between: 24 between the different underlying memory allocation implementations.
|
/external/llvm/test/TableGen/ |
D | TemplateArgRename.td | 4 // Make sure there is no collision between XX and XX.
|
/external/oprofile/events/alpha/ev67/ |
D | events | 10 event:0x04 counters:0 um:zero minimum:500 name:STALLED_0 : PCTR0 triggered; stalled between fetch a… 19 event:0x0d counters:0 um:zero minimum:500 name:STALLED_1 : PCTR1 triggered; stalled between fetch a…
|