Searched defs:s1 (Results 1 - 25 of 399) sorted by relevance

1234567891011>>

/external/clang/test/Misc/
H A Derror-limit-multiple-notes.cpp14 struct s1{}; struct
15 struct s1{}; struct
22 // CHECK-NOT: 15:8: error: redefinition of 's1'
H A Derror-limit.c4 struct s1{}; struct
5 struct s1{}; struct
11 // CHECK: 5:8: error: redefinition of 's1'
H A Dverify.c6 struct s s1; // expected-error {{tentative definition has type 'struct s' that is never completed}} variable in typeref:struct:s
/external/v8/test/mjsunit/
H A Dshifts.js33 var s1 = 0x3fffffff; variable
34 assertEquals(0x7fffffff, (s1 << 1) + 1);
H A Dsubstr.js39 var s1 = s.substring(1); variable
40 assertEquals(s1, s.substr(1));
41 assertEquals(s1, s.substr('1'));
42 assertEquals(s1, s.substr(true));
43 assertEquals(s1, s.substr(1.1));
44 assertEquals(s1, s.substr({ valueOf: function() { return 1; } }));
45 assertEquals(s1, s.substr({ toString: function() { return '1'; } }));
56 assertEquals(s1, s.substr(-s.length + 1));
/external/clang/test/CodeGenCXX/
H A Dbuiltins.cpp13 template<int (*Compare)(const char *s1, const char *s2)>
14 int equal(const char *s1, const char *s2) { argument
15 return Compare(s1, s2) == 0;
/external/clang/test/PCH/
H A Dchanged-files.c2 int s1 = m1; variable
/external/clang/test/SemaCXX/
H A Dstatic-cast-complete-type.cpp10 S<void*> s1 = static_cast<S<void*> >(00); local
/external/valgrind/main/memcheck/tests/
H A Dmemcmptest.c8 char *s1, *s2; variable
11 s1 = malloc(10); strcpy(s1,"fooble");
13 if (memcmp(s1, s2, 8) != 0)
/external/valgrind/main/none/tests/
H A Dfdleak_fcntl.c8 int s1; local
12 s1 = DO( open("/dev/null", O_RDONLY) );
13 DO( fcntl(s1, F_DUPFD, s1) );
H A Dfdleak_dup2.c7 int s1; local
12 s1 = DO( open("/dev/null", O_RDONLY) );
15 DO( dup2(s1, 20) ); // dup s1 as fd 20
16 DO( dup2(s1, s2) ); // dup s1 as fd s2, which closes existing s2 fd
/external/clang/test/CodeGen/
H A D2002-04-09-StructRetVal.c5 short s1, s2; member in struct:S
H A D2007-05-07-PaddingElements.c6 int s1; member in struct:s
H A Dmms-bitfields.c3 struct s1 { struct
6 } s1; variable in typeref:struct:s1
8 // CHECK: %struct.s1 = type { i32, [4 x i8], i64 }
19 struct s1 s;
22 // CHECK: %struct.s3 = type { i32, [4 x i8], %struct.s1 }
H A Dms_struct.c4 struct s1 { struct
7 } ATTR s1; variable in typeref:struct:s1
9 // CHECK: %struct.s1 = type { i32, [4 x i8], i64 }
20 struct s1 s;
23 // CHECK: %struct.s3 = type { i32, [4 x i8], %struct.s1 }
H A Dpragma-pack-2.c3 // CHECK-X32: %struct.s1 = type { [15 x i32], %struct.s0 }
7 // CHECK-X64: %struct.s1 = type <{ [15 x i32], %struct.s0 }>
19 struct s1 { struct
/external/webkit/Source/JavaScriptCore/wtf/
H A DStringExtras.cpp34 int strcasecmp(const char* s1, const char* s2) argument
36 while (toASCIIUpper(*s1) == toASCIIUpper(*s2)) {
37 if (*s1 == '\0')
39 s1++;
43 return toASCIIUpper(*s1) - toASCIIUpper(*s2);
46 int strncasecmp(const char* s1, const char* s2, size_t len) argument
48 while (len > 0 && toASCIIUpper(*s1) == toASCIIUpper(*s2)) {
49 if (*s1 == '\0')
51 s1++;
59 return toASCIIUpper(*s1)
[all...]
/external/chromium/chrome/common/extensions/
H A Dextension_error_utils.cc11 const std::string& s1) {
13 ReplaceFirstSubstringAfterOffset(&ret_val, 0, "*", s1);
19 const std::string& s1,
22 ReplaceFirstSubstringAfterOffset(&ret_val, 0, "*", s1);
29 const std::string& s1,
33 ReplaceFirstSubstringAfterOffset(&ret_val, 0, "*", s1);
9 FormatErrorMessage( const std::string& format, const std::string& s1) argument
17 FormatErrorMessage( const std::string& format, const std::string& s1, const std::string& s2) argument
27 FormatErrorMessage( const std::string& format, const std::string& s1, const std::string& s2, const std::string& s3) argument
/external/clang/test/FixIt/
H A Dfixit-errors.c13 union s *s1; // expected-error{{use of 's' with tag type that does not match previous declaration}} variable in typeref:union:s
/external/clang/test/Parser/
H A Dstruct-recursion.c6 struct s1 { struct s2 *A; }; struct
7 struct s2 { struct s1 *B; };
10 struct s1 a;
/external/clang/test/Sema/
H A Dattr-weak.c12 struct __attribute__((weak_import)) s1 {}; // expected-warning {{'weak_import' attribute only applies to variables and functions}} struct
H A Dpragma-pack-3.c30 struct s1 { struct
34 int b[sizeof(struct s1) == 4 ? 1 : -1];
H A Dpragma-pack-4.c14 struct s1 { struct
19 int arr0[((sizeof(struct s1) % 64) == 0) ? 1 : -1];
H A Dpragma-pack-and-options-align.c13 struct s1 { struct
17 extern int a[sizeof(struct s1) == 8 ? 1 : -1];
/external/valgrind/main/helgrind/tests/
H A Dtc18_semabuse.c20 sem_t s1; local
23 r= sem_init(&s1, 0, ~0);
26 r= sem_init(&s1, 0, 0);
33 memset(&s1, 0x55, sizeof(s1));
34 r= sem_wait(&s1); /* assert(r != 0); */
37 r= sem_post(&s1);
39 sem_destroy(&s1);

Completed in 427 milliseconds

1234567891011>>