/external/clang/test/CodeGenObjC/ |
D | property-aggregate.m | 6 struct s3 { char c[3]; }; struct 14 @property struct s3 s3; property
|
/external/v8/test/mjsunit/regress/ |
D | regress-crbug-3867.js | 55 assertArrayEquals(["s1", "s2", "s3"], props({s1: 0, s2: 0, s3: 0})); property 56 assertArrayEquals(["s3", "s2", "s1"], props({s3: 0, s2: 0, s1: 0})); property 57 assertArrayEquals(["s3", "s1", "s2"], props({s3: 0, s1: 0, s2: 0})); property 69 var o1 = {s1: 0, s2: 0, s3: 0} property 74 var o2 = {s3: 0, s2: 0, s1: 0} property
|
/external/clang/test/CodeGen/ |
D | mms-bitfields.c | 17 struct s3 { struct 20 } s3; argument
|
D | ms_struct.c | 18 struct s3 { struct 21 } ATTR s3; variable
|
D | packed-arrays.c | 20 struct __attribute__((packed)) s3 { struct 33 int align3 = __alignof(struct s3); argument
|
D | x86_32-arguments-win32.c | 20 struct s3 { struct 24 struct s3 f3_1(void) { while (1) {} } in f3_1() argument
|
D | bitfield.c | 58 struct s3 { in f3() struct 59 unsigned a:16; in f3() 60 unsigned b:28 __attribute__ ((packed)); in f3()
|
D | packed-structure.c | 90 struct __attribute__((packed, aligned)) s3 { struct 95 int s3_1 = __alignof(((struct s3*) 0)->anInt); argument
|
/external/clang/test/Sema/ |
D | arm-layout.c | 35 struct s3 { struct 40 check(s3_size, sizeof(struct s3) == 8); argument
|
D | pragma-pack-5.c | 30 struct s3 { struct 36 extern int check[sizeof(struct s3) == 8 ? 1 : -1]; argument
|
D | pragma-pack-and-options-align.c | 35 struct s3 { struct 39 extern int a[sizeof(struct s3) == 8 ? 1 : -1]; argument
|
D | pragma-align-mac68k.c | 31 struct s3 { struct 35 extern int a3_0[offsetof(struct s3, f0) == 0 ? 1 : -1]; argument
|
D | offsetof.c | 36 struct s3 { int a; }; struct
|
/external/clang/test/SemaCXX/ |
D | warn-unused-result.cpp | 32 S &s3 = g3(); in test() local
|
D | type-definition-in-specifier.cpp | 18 struct S3 { int x; } s3; in f0() local
|
D | elaborated-type-specifier.cpp | 13 bool test_elab(S1 *s1, struct S2 *s2, struct S3 *s3) { in test_elab()
|
/external/tremolo/Tremolo/ |
D | mdct.c | 109 REG_TYPE s3 = x[2] - x[3]; in mdct_butterfly_8() local 129 REG_TYPE s0, s1, s2, s3; in mdct_butterfly_16() local 156 REG_TYPE s0, s1, s2, s3; in mdct_butterfly_32() local 201 REG_TYPE s0, s1, s2, s3; in mdct_butterfly_generic() local 279 REG_TYPE s0, s1, s2, s3; in mdct_step7() local
|
/external/chromium/chrome/common/extensions/ |
D | extension_error_utils.cc | 31 const std::string& s3) { in FormatErrorMessage()
|
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
D | TestIntervalSet.java | 163 IntervalSet s3 = IntervalSet.of(5,10); in testSubtractOfOverlappingRangeFromLeft() local 176 IntervalSet s3 = IntervalSet.of(20,25); in testSubtractOfOverlappingRangeFromRight() local 199 IntervalSet s3 = IntervalSet.of(15,55); // touches both in testSubtractOfRangeSpanningMultipleRanges() local 225 IntervalSet s3 = IntervalSet.of(15,55); in testSimpleEquals() local 242 IntervalSet s3 = IntervalSet.of(10,20); in testEquals() local
|
/external/clang/test/SemaTemplate/ |
D | self-comparison.cpp | 45 S3 s3; s3.foo<1, 1>(); in test() local
|
/external/v8/test/mjsunit/ |
D | uri.js | 38 var s3 = String.fromCharCode(cc3); variable
|
/external/chromium/testing/gmock/test/ |
D | gmock-more-actions_test.cc | 122 string Concat4(const char* s1, const char* s2, const char* s3, in Concat4() 135 string Concat5(const char* s1, const char* s2, const char* s3, in Concat5() 150 string Concat6(const char* s1, const char* s2, const char* s3, in Concat6() 155 string Concat7(const char* s1, const char* s2, const char* s3, in Concat7() 161 string Concat8(const char* s1, const char* s2, const char* s3, in Concat8() 167 string Concat9(const char* s1, const char* s2, const char* s3, in Concat9() 173 string Concat10(const char* s1, const char* s2, const char* s3, in Concat10() 204 string Concat7(const char* s1, const char* s2, const char* s3, in Concat7() 210 string Concat8(const char* s1, const char* s2, const char* s3, in Concat8() 216 string Concat9(const char* s1, const char* s2, const char* s3, in Concat9() [all …]
|
/external/clang/test/Analysis/ |
D | array-struct.c | 126 struct s3 { struct 130 static struct s3 opt; argument
|
/external/dropbear/libtomcrypt/src/mac/pelican/ |
D | pelican.c | 57 ulong32 s0, s1, s2, s3, t0, t1, t2, t3; in four_rounds() local
|
/external/qemu/ |
D | aes.c | 889 u32 s0, s1, s2, s3, t0, t1, t2, t3; in AES_encrypt() local 1080 u32 s0, s1, s2, s3, t0, t1, t2, t3; in AES_decrypt() local
|