Searched refs:s3 (Results 1 - 25 of 444) sorted by relevance

1234567891011>>

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-298269.js42 var s3 = "string for triggering osr in Cb"; variable
43 for (var i = 0; i < 16; i++) s3 = s3 + s3;
44 Cb(s3);
H A Dregress-crbug-3867.js55 assertArrayEquals(["s1", "s2", "s3"], props({s1: 0, s2: 0, s3: 0}));
56 assertArrayEquals(["s3", "s2", "s1"], props({s3: 0, s2: 0, s1: 0}));
57 assertArrayEquals(["s3", "s1", "s2"], props({s3: 0, s1: 0, s2: 0}));
69 var o1 = {s1: 0, s2: 0, s3: 0}
72 assertArrayEquals(["s1", "s2", "s3", "s0", "s4"], props(o1));
74 var o2 = {s3: 0, s2: 0, s1: 0}
77 assertArrayEquals(["s3", "s
[all...]
/external/chromium_org/v8/test/webkit/fast/regex/
H A Doverflow.js32 var s3 = "&{6}u4a64YfQP{C}u88c4u5772Qu8693{4294967167}u85f2u7f3fs((uf202){4})u5bc6u1947"; variable
33 var regexp3 = new RegExp(s3, "");
34 shouldBe("regexp3.exec(s3)", 'null');
/external/clang/test/CodeGen/
H A Dmms-bitfields.c17 struct s3 { struct
20 } s3; variable in typeref:struct:s3
22 // CHECK: %struct.s3 = type { i32, [4 x i8], %struct.s1 }
H A Dms_struct.c18 struct s3 { struct
21 } ATTR s3; variable in typeref:struct:s3
23 // CHECK: %struct.s3 = type { i32, [4 x i8], %struct.s1 }
H A Dsanitize-init-order.cpp26 PODWithCtorAndDtor s3; variable
H A Dpacked-arrays.c20 struct __attribute__((packed)) s3 { struct
33 int align3 = __alignof(struct s3);
43 int align3_x = __alignof(((struct s3*) 0)->x);
52 int align3_x0 = __alignof(((struct s3*) 0)->x[0]);
134 int f3_a(struct s3 *a) {
137 int f3_b(struct s3 *a) {
140 int f3_c(struct s3 *a) {
143 int f3_d(struct s3 *a) {
H A Dx86_32-arguments-win32.c20 struct s3 { struct
24 struct s3 f3_1(void) { while (1) {} }
/external/libcxx/test/utilities/utility/exchange/
H A Dexchange.pass.cpp42 std::string s3 = s1; // Mom local
43 assert ( std::exchange ( s3, s2 ) == s1 );
44 assert ( s3 == s2 );
45 assert ( std::exchange ( s3, "Hi Mom!" ) == s2 );
46 assert ( s3 == s1 );
48 s3 = s2; // Dad
49 assert ( std::exchange ( s3, {} ) == s2 );
50 assert ( s3.size () == 0 );
52 s3 = s2; // Dad
53 assert ( std::exchange ( s3, "" )
[all...]
/external/libcxx/test/localization/locales/locale/locale.operators/
H A Dcompare.pass.cpp25 std::string s3("BaaaaaA");
26 assert(l(s3, s2));
30 std::wstring s3(L"BaaaaaA");
31 assert(l(s3, s2));
/external/libcxx/test/localization/locale.categories/category.collate/locale.collate.byname/
H A Dcompare.pass.cpp36 std::string s3("BaaaaaA");
38 s3.data(), s3.data() + s3.size()) == 1);
43 std::wstring s3(L"BaaaaaA");
45 s3.data(), s3.data() + s3.size()) == 1);
53 std::string s3("BaaaaaA");
55 s3
[all...]
/external/openssl/ssl/
H A Dt1_reneg.c121 if((s->s3->previous_client_finished_len+1) > maxlen)
128 *p = s->s3->previous_client_finished_len;
131 memcpy(p, s->s3->previous_client_finished,
132 s->s3->previous_client_finished_len);
135 s->s3->previous_client_finished_len ? "Non-empty" : "Empty");
139 *len=s->s3->previous_client_finished_len + 1;
171 if(ilen != s->s3->previous_client_finished_len)
178 if(memcmp(d, s->s3->previous_client_finished,
179 s->s3->previous_client_finished_len))
190 s->s3
[all...]
H A Ds3_pkt.c129 * The packet will be in the sub-array of s->s3->rbuf.buf specified
141 rb = &(s->s3->rbuf);
232 /* Now we have len+left bytes at the front of s->s3->rbuf.buf
286 * ssl->s3->rrec.type - is the type of record
287 * ssl->s3->rrec.data, - data
288 * ssl->s3->rrec.length, - number of bytes
304 rr= &(s->s3->rrec);
311 if (extra && !s->s3->init_extra)
324 n=ssl3_read_n(s, SSL3_RT_HEADER_LENGTH, s->s3->rbuf.len, 0);
360 if (rr->length > s->s3
[all...]
H A Ds3_enc.c192 EVP_DigestUpdate(&s1,s->s3->server_random,SSL3_RANDOM_SIZE);
193 EVP_DigestUpdate(&s1,s->s3->client_random,SSL3_RANDOM_SIZE);
232 is_exp=SSL_C_IS_EXPORT(s->s3->tmp.new_cipher);
233 c=s->s3->tmp.new_sym_enc;
234 m=s->s3->tmp.new_hash;
238 if (s->s3->tmp.new_compression == NULL)
241 comp=s->s3->tmp.new_compression->method;
271 if (s->s3->rrec.comp == NULL)
272 s->s3->rrec.comp=(unsigned char *)
274 if (s->s3
[all...]
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dt1_reneg.c124 if((s->s3->previous_client_finished_len+1) > maxlen)
131 *p = s->s3->previous_client_finished_len;
134 memcpy(p, s->s3->previous_client_finished,
135 s->s3->previous_client_finished_len);
138 s->s3->previous_client_finished_len ? "Non-empty" : "Empty");
142 *len=s->s3->previous_client_finished_len + 1;
164 s->s3->previous_client_finished,
165 s->s3->previous_client_finished_len))
172 s->s3->send_connection_binding = 1;
183 if((s->s3
[all...]
H A Ds3_pkt.c130 * The packet will be in the sub-array of s->s3->rbuf.buf specified
142 rb = &(s->s3->rbuf);
233 /* Now we have len+left bytes at the front of s->s3->rbuf.buf
287 * ssl->s3->rrec.type - is the type of record
288 * ssl->s3->rrec.data, - data
289 * ssl->s3->rrec.length, - number of bytes
305 rr= &(s->s3->rrec);
312 if (extra && !s->s3->init_extra)
325 n=ssl3_read_n(s, SSL3_RT_HEADER_LENGTH, s->s3->rbuf.len, 0);
363 if (rr->length > s->s3
[all...]
H A Ds3_lib.c966 return (s->s3->rrec.type == SSL3_RT_APPLICATION_DATA) ? s->s3->rrec.length : 0;
985 SSL3_STATE *s3; local
987 if ((s3=OPENSSL_malloc(sizeof *s3)) == NULL) goto err;
988 memset(s3,0,sizeof *s3);
989 memset(s3->rrec.seq_num,0,sizeof(s3->rrec.seq_num));
990 memset(s3
[all...]
/external/clang/test/Sema/
H A Dpragma-pack-5.c31 struct s3 { struct
37 extern int check[sizeof(struct s3) == 8 ? 1 : -1];
38 extern int check[offsetof(struct s3, f4) == 6 ? 1 : -1];
H A Dwarn-strlcpycat-size.c10 char * s3; variable
23 strlcpy(s1, s3, strlen(s3)+1); // expected-warning {{size argument in 'strlcpy' call appears to be size of the source; expected the size of the destination}} expected-note {{change size argument to be the size of the destination}}
24 strlcat(s2, s3, sizeof(s3)); // expected-warning {{size argument in 'strlcat' call appears to be size of the source; expected the size of the destination}} expected-note {{change size argument to be the size of the destination}}
/external/fio/lib/
H A Drand.h7 unsigned int s1, s2, s3; member in struct:frand_state
16 state->s3 = TAUSWORTHE(state->s3, 3, 11, 4294967280UL, 17);
18 return (state->s1 ^ state->s2 ^ state->s3);
/external/llvm/test/MC/ARM/
H A Dinvalid-fp-armv8.s10 vsel.f32 s3, s4, s6
12 vselne.f32 s3, s4, s6
14 vselmi.f32 s3, s4, s6
16 vselpl.f32 s3, s4, s6
18 vselvc.f32 s3, s4, s6
20 vselcs.f32 s3, s4, s6
22 vselcc.f32 s3, s4, s6
24 vselhs.f32 s3, s4, s6
26 vsello.f32 s3, s4, s6
28 vselhi.f32 s3, s
[all...]
/external/clang/test/Analysis/
H A Darray-struct.c125 struct s3 { struct
129 static struct s3 opt;
133 struct s3 my_opt = opt;
146 struct s3 p[1];
152 void f16(struct s3 *p) {
153 struct s3 a = *((struct s3*) ((char*) &p[0])); // expected-warning{{Casting a non-structure type to a structure type and accessing a field can lead to memory access errors or data corruption}}
/external/libcxx/test/re/re.regex/re.regex.construct/
H A Diter_iter_flg.pass.cpp37 std::string s3("\\(a\\([bc]\\)\\)");
42 test(F(s3.begin()), F(s3.end()), std::regex_constants::basic, 2);
47 test(F(s3.begin()), F(s3.end()), std::regex_constants::extended, 0);
52 test(F(s3.begin()), F(s3.end()), std::regex_constants::ECMAScript, 0);
57 test(F(s3.begin()), F(s3.end()), std::regex_constants::awk, 0);
62 test(F(s3
[all...]
H A Diter_iter.pass.cpp36 std::string s3("\\(a\\([bc]\\)\\)");
41 test(F(s3.begin()), F(s3.end()), 0);
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dstringutil.h116 const StringHolder& s3);
119 const StringHolder& s3, const StringHolder& s4);
122 const StringHolder& s3, const StringHolder& s4,
126 const StringHolder& s3, const StringHolder& s4,
130 const StringHolder& s3, const StringHolder& s4,
135 const StringHolder& s3, const StringHolder& s4,
140 const StringHolder& s3, const StringHolder& s4,
146 const StringHolder& s3, const StringHolder& s4,
153 const StringHolder& s3, const StringHolder& s4,
164 const StringHolder& s3);
[all...]

Completed in 7281 milliseconds

1234567891011>>