| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/ |
| move01.fail.cpp | 36 std::unique_ptr<A> s2 = s; local 37 assert(s2.get() == p);
|
| move02.fail.cpp | 36 std::unique_ptr<A> s2 = s; local 37 assert(s2.get() == p);
|
| /system/keymaster/ |
| google_keymaster_utils.cpp | 30 const uint8_t* s2 = static_cast<const uint8_t*>(p2); local 33 result |= *s1++ ^ *s2++;
|
| /development/samples/ApiDemos/src/com/example/android/apis/view/ |
| Spinner1.java | 61 Spinner s2 = (Spinner) findViewById(R.id.spinner2); local 65 s2.setAdapter(adapter); 66 s2.setOnItemSelectedListener(
|
| /external/chromium_org/v8/test/mjsunit/regress/ |
| regress-crbug-3867.js | 55 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", "s2", "s1", "s4", "s0"], props(o2)) [all...] |
| /external/apache-xml/src/main/java/org/apache/xpath/functions/ |
| FuncContains.java | 47 String s2 = m_arg1.execute(xctxt).str(); local 50 if (s1.length() == 0 && s2.length() == 0) 53 int index = s1.indexOf(s2);
|
| FuncSubstringAfter.java | 48 XMLString s2 = m_arg1.execute(xctxt).xstr(); local 49 int index = s1.indexOf(s2); 53 : (XString)s1.substring(index + s2.length());
|
| FuncSubstringBefore.java | 47 String s2 = m_arg1.execute(xctxt).str(); local 48 int index = s1.indexOf(s2);
|
| /external/chromium_org/chrome/browser/history/ |
| url_utils_unittest.cc | 52 const char* s2; member in struct:history::__anon8670::__anon8671 66 GURL(true_cases[i].s2))) 71 const char* s2; member in struct:history::__anon8670::__anon8672 81 GURL(false_cases[i].s2)))
|
| /external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
| page_heap_test.cc | 32 // Split span 's1' into 's1', 's2'. Delete 's2' 33 tcmalloc::Span* s2 = ph->Split(s1, 128); local 34 Length s2_len = s2->length; 35 ph->Delete(s2); 38 // Unmap deleted span 's2'
|
| /external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
| page_heap_test.cc | 32 // Split span 's1' into 's1', 's2'. Delete 's2' 33 tcmalloc::Span* s2 = ph->Split(s1, 128); local 34 Length s2_len = s2->length; 35 ph->Delete(s2); 38 // Unmap deleted span 's2'
|
| /external/chromium_org/v8/test/webkit/ |
| closure-inside-extra-arg-call.js | 70 function s2() { function 76 s2();
|
| regexp-zero-length-alternatives.js | 30 var s2 = "aaaa"; variable 41 shouldBe('s2.match(re1)', '["aaaa"]'); 48 shouldBe('s2.match(re2)', '["aaaa"]'); 55 shouldBe('s2.match(re3)', '["aaaa"]'); 62 shouldBe('s2.match(re4)', '["aaaa", "a"]'); 69 shouldBe('s2.match(re5)', '["aaaa", "a"]'); 76 shouldBe('s2.match(re6)', '["aaaa", "a"]'); 83 shouldBe('s2.match(re7)', '["aaa"]'); 90 shouldBe('s2.match(re8)', '["aaaa"]'); 97 shouldBe('s2.match(re9)', '["aaaa"]') [all...] |
| /external/clang/test/PCH/ |
| check-deserializations.cpp | 16 struct S2 { 25 S2 *s2; variable 31 void test(S1*, S2*) {
|
| /external/clang/test/Sema/ |
| arm-layout.c | 21 struct s2 { struct 27 check(s2_size, sizeof(struct s2) == 8); 28 check(s2_offset_0, __builtin_offsetof(struct s2, field0) == 0); 29 check(s2_offset_1, __builtin_offsetof(struct s2, field2) == 7); 31 check(s2_size, sizeof(struct s2) == 6); 32 check(s2_offset_0, __builtin_offsetof(struct s2, field0) == 0); 33 check(s2_offset_1, __builtin_offsetof(struct s2, field2) == 5);
|
| pragma-align-packed.c | 19 struct s2 { struct 23 extern int a[sizeof(struct s2) == 5 ? 1 : -1];
|
| pragma-pack-5.c | 23 struct s2 { struct 29 extern int check[sizeof(struct s2) == 6 ? 1 : -1];
|
| pragma-pack-and-options-align.c | 28 struct s2 { struct 32 extern int a[sizeof(struct s2) == 5 ? 1 : -1];
|
| /external/compiler-rt/test/msan/Linux/ |
| sunrpc_bytes.cc | 29 char s2[20]; local 30 char *sp2 = s2; 32 res = xdr_bytes(&xdrs, &sp2, &sz2, sizeof(s2)); 35 assert(strcmp(s, s2) == 0);
|
| sunrpc_string.cc | 28 char s2[20]; local 29 char *sp2 = s2; 30 res = xdr_string(&xdrs, &sp2, sizeof(s2)); 32 assert(strcmp(s, s2) == 0);
|
| /external/eigen/test/ |
| eigen2support.cpp | 26 s2 = internal::random<Scalar>(); local 31 VERIFY_IS_APPROX((m1*Scalar(2)).cwise() - s2, (m1+m1) - MatrixType::Constant(rows,cols,s2) ); 33 m3.cwise() += s2; 34 VERIFY_IS_APPROX(m3, m1.cwise() + s2);
|
| /external/fio/lib/ |
| rand.h | 7 unsigned int s1, s2, s3; member in struct:frand_state 15 state->s2 = TAUSWORTHE(state->s2, 2, 25, 4294967288UL, 4); 18 return (state->s1 ^ state->s2 ^ state->s3);
|
| /external/libcxx/test/containers/unord/unord.map/unord.map.cnstr/ |
| assign_move.pass.cpp | 221 std::unordered_map<int, int> s2; local 222 s2 = std::move(s1); 224 s2.erase(i); 225 assert(s2.size() == 2);
|
| move.pass.cpp | 192 std::unordered_map<int, int> s2 = std::move(s1); local 194 s2.erase(i); 195 assert(s2.size() == 2);
|
| /external/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/ |
| assign_move.pass.cpp | 278 std::unordered_multiset<int> s2; local 279 s2 = std::move(s1); 281 s2.erase(i); 282 assert(s2.size() == 2);
|