Searched refs:s1 (Results 251 - 275 of 1365) sorted by relevance

<<11121314151617181920>>

/external/clang/test/Sema/
H A Dpragma-pack-and-options-align.c13 struct s1 { struct
17 extern int a[sizeof(struct s1) == 8 ? 1 : -1];
H A Dattr-weak.c12 struct __attribute__((weak_import)) s1 {}; // expected-warning {{'weak_import' attribute only applies to variables and functions}} struct
/external/clang/test/SemaTemplate/
H A Dself-comparison.cpp43 S1<1, 1> s1; s1.foo(); local
H A Dinstantiate-declref.cpp51 struct S { T x, y; } s1; local
53 s1.x = s2.x; // expected-error{{incompatible}}
56 type t2 = s1.x;
59 type2 t3 = { s1.x };
/external/libcxx/test/strings/basic.string/string.cons/
H A Dmove_alloc.pass.cpp27 S s1 = s0; local
31 assert(s2 == s1);
/external/libcxx/test/strings/basic.string.hash/
H A Dstrings.pass.cpp35 T s1(g1.begin(), g1.end());
37 assert(h(s1) != h(s2));
/external/llvm/test/MC/COFF/
H A Dlinkonce.s6 .section s1
44 // CHECK: Name: s1
93 // CHECK: Name: s1
94 // CHECK: Section: s1 (4)
/external/llvm/test/MC/Mips/mips64r6/
H A Dinvalid-mips3-wrong-error.s11 sdr $s1,-26590($14) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
15 sdre $s1,-26590($14) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
19 swr $s1,-26590($14) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
23 swre $s1,-26590($14) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
/external/protobuf/gtest/samples/
H A Dsample2_unittest.cc89 const MyString s1(kHelloString);
90 const MyString s2 = s1;
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DSignerTest.java51 Signer s1 = new SignerStub("testToString1");
52 assertEquals("[Signer]testToString1", s1.toString());
58 s1.setKeyPair(kp);
59 s1.toString();
/external/apache-harmony/security/src/test/api/java.injected/java/security/cert/
H A DmyCertPath.java56 public myCertPath(String s, String s1) { argument
/external/chromium_org/chrome/browser/history/
H A Durl_utils_unittest.cc51 const char* s1; member in struct:history::__anon4118::__anon4119
65 EXPECT_TRUE(HaveSameSchemeHostAndPort(GURL(true_cases[i].s1),
70 const char* s1; member in struct:history::__anon4118::__anon4120
80 EXPECT_FALSE(HaveSameSchemeHostAndPort(GURL(false_cases[i].s1),
/external/clang/test/Analysis/
H A Darray-struct.c110 struct s1 { struct
119 struct s1 a;
156 void inv(struct s1 *);
160 struct s1 t;
/external/clang/test/CodeGen/
H A Dmalign-double-x86-nacl.c8 // CHECK-LABEL: define void @s1(double %a)
9 void s1(long double a) {} function
H A Dppc64-struct-onefloat.c4 typedef struct s1 { float f; } Sf; struct
12 // CHECK: %a = alloca %struct.s1, align 4
16 // CHECK: %{{[a-zA-Z0-9.]+}} = getelementptr %struct.s1* %a, i32 0, i32 0
21 // CHECK: %{{[a-zA-Z0-9.]+}} = getelementptr %struct.s1* %{{[a-zA-Z0-9.]+}}, i32 0, i32 0
38 // CHECK: %{{[a-zA-Z0-9.]+}} = getelementptr %struct.s1* %p1, i32 0, i32 0
43 // CHECK: %{{[a-zA-Z0-9.]+}} = getelementptr %struct.s1* %{{[a-zA-Z0-9.]+}}, i32 0, i32 0
/external/clang/test/CodeGenCXX/
H A Dmicrosoft-new.cpp26 S *s1 = new(arbitrary) S; local
/external/eigen/test/eigen2/
H A Deigen2_alignedbox.cpp28 RealScalar s1 = ei_random<RealScalar>(0,1); local
36 VERIFY(b0.contains(p0*s1+(Scalar(1)-s1)*p1));
37 VERIFY(!b0.contains(p0 + (1+s1)*(p1-p0)));
H A Deigen2_nomalloc.cpp45 Scalar s1 = ei_random<Scalar>(); local
50 VERIFY_IS_APPROX((m1+m2)*s1, s1*m1+s1*m2);
/external/fdlibm/
H A Ds_atan.c92 double w,s1,s2,z; local
127 s1 = z*(aT[0]+w*(aT[2]+w*(aT[4]+w*(aT[6]+w*(aT[8]+w*aT[10])))));
129 if (id<0) return x - x*(s1+s2);
131 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x);
/external/llvm/test/MC/AArch64/
H A Dneon-scalar-by-elem-saturating-mla.s25 sqdmlsl s1, h1, v1.h[0]
29 sqdmlsl d1, s1, v13.s[0]
33 // CHECK: sqdmlsl s1, h1, v1.h[0] // encoding: [0x21,0x70,0x41,0x5f]
37 // CHECK: sqdmlsl d1, s1, v13.s[0] // encoding: [0x21,0x70,0x8d,0x5f]
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DTimeStamp.java100 String s1 = getTimeStampAsString();
102 if (s1.equals("") && s2.equals(""))
104 if (!s1.equals(""))
105 retval.append(s1);
/external/valgrind/main/coregrind/
H A Dpub_core_trampoline.h118 extern char* VG_(x86_darwin_REDIR_FOR_strcpy)( char *s1, char *s2 );
119 extern SizeT VG_(x86_darwin_REDIR_FOR_strlcat)( char *s1, const char *s2,
128 extern char* VG_(amd64_darwin_REDIR_FOR_strcpy)( char *s1, char *s2 );
129 extern SizeT VG_(amd64_darwin_REDIR_FOR_strlcat)( char *s1, const char *s2,
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos_internal.c305 int os_memcmp(const void *s1, const void *s2, size_t n) argument
307 const unsigned char *p1 = s1, *p2 = s2;
347 int os_strcasecmp(const char *s1, const char *s2) argument
353 return os_strcmp(s1, s2);
357 int os_strncasecmp(const char *s1, const char *s2, size_t n) argument
363 return os_strncmp(s1, s2, n);
393 int os_strcmp(const char *s1, const char *s2) argument
395 while (*s1 == *s2) {
396 if (*s1 == '\0')
398 s1
406 os_strncmp(const char *s1, const char *s2, size_t n) argument
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dos_internal.c305 int os_memcmp(const void *s1, const void *s2, size_t n) argument
307 const unsigned char *p1 = s1, *p2 = s2;
347 int os_strcasecmp(const char *s1, const char *s2) argument
353 return os_strcmp(s1, s2);
357 int os_strncasecmp(const char *s1, const char *s2, size_t n) argument
363 return os_strncmp(s1, s2, n);
393 int os_strcmp(const char *s1, const char *s2) argument
395 while (*s1 == *s2) {
396 if (*s1 == '\0')
398 s1
406 os_strncmp(const char *s1, const char *s2, size_t n) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos_internal.c305 int os_memcmp(const void *s1, const void *s2, size_t n) argument
307 const unsigned char *p1 = s1, *p2 = s2;
347 int os_strcasecmp(const char *s1, const char *s2) argument
353 return os_strcmp(s1, s2);
357 int os_strncasecmp(const char *s1, const char *s2, size_t n) argument
363 return os_strncmp(s1, s2, n);
393 int os_strcmp(const char *s1, const char *s2) argument
395 while (*s1 == *s2) {
396 if (*s1 == '\0')
398 s1
406 os_strncmp(const char *s1, const char *s2, size_t n) argument
[all...]

Completed in 447 milliseconds

<<11121314151617181920>>