/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/ |
unique_pred.pass.cpp | 32 C c1(std::begin(t1), std::end(t1)); 34 c1.unique(g); 35 assert(c1 == c2); 42 C c1(std::begin(t1), std::end(t1)); 44 c1.unique(g); 45 assert(c1 == c2); 52 C c1(std::begin(t1), std::end(t1)); 54 c1.unique(g); 55 assert(c1 == c2); 60 C c1; local 109 C c1; local [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.spec/ |
swap_noexcept.pass.cpp | 41 C c1, c2; local 42 static_assert(noexcept(swap(c1, c2)), ""); 46 C c1, c2; local 47 static_assert(noexcept(swap(c1, c2)), ""); 51 C c1, c2; local 52 static_assert(noexcept(swap(c1, c2)), ""); 56 C c1, c2; local 57 static_assert(!noexcept(swap(c1, c2)), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.special/ |
swap_noexcept.pass.cpp | 41 C c1, c2; local 42 static_assert(noexcept(swap(c1, c2)), ""); 46 C c1, c2; local 47 static_assert(noexcept(swap(c1, c2)), ""); 51 C c1, c2; local 52 static_assert(noexcept(swap(c1, c2)), ""); 56 C c1, c2; local 57 static_assert(!noexcept(swap(c1, c2)), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.special/ |
swap_noexcept.pass.cpp | 41 C c1, c2; local 42 static_assert(noexcept(swap(c1, c2)), ""); 46 C c1, c2; local 47 static_assert(noexcept(swap(c1, c2)), ""); 51 C c1, c2; local 52 static_assert(noexcept(swap(c1, c2)), ""); 56 C c1, c2; local 57 static_assert(!noexcept(swap(c1, c2)), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/ |
swap_noexcept.pass.cpp | 40 C c1, c2; local 41 static_assert(noexcept(swap(c1, c2)), ""); 45 C c1, c2; local 46 static_assert(noexcept(swap(c1, c2)), ""); 50 C c1, c2; local 51 static_assert(noexcept(swap(c1, c2)), ""); 55 C c1, c2; local 56 static_assert(!noexcept(swap(c1, c2)), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/ |
emplace_hint.pass.cpp | 73 C c1; local 75 R r = c1.emplace_hint(c2.begin(), 5, 6);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/ |
emplace_hint.pass.cpp | 73 C c1; local 75 R r = c1.emplace_hint(c2.begin(), 5, 6);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op=/ |
rv_value.pass.cpp | 27 test(C c1, typename C::difference_type j, 31 std::insert_iterator<C> q(c1, c1.begin() + j); 35 assert(c1 == c2); 62 C c1; local 65 c1.push_back(Ptr(x+i)); 70 test(std::move(c1), 0, Ptr(x+3), Ptr(x+4), Ptr(x+5), c2); 71 c1.clear(); 73 c1.push_back(Ptr(x+i)); 78 test(std::move(c1), 1, Ptr(x+3), Ptr(x+4), Ptr(x+5), c2) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string.special/ |
swap_noexcept.pass.cpp | 40 C c1, c2; local 41 static_assert(noexcept(swap(c1, c2)), ""); 45 C c1, c2; local 46 static_assert(noexcept(swap(c1, c2)), ""); 50 C c1, c2; local 51 static_assert(!noexcept(swap(c1, c2)), "");
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/ |
aix-weak-2a.s | 1 .weak c1 2 c1 = 0xcccc1111 define
|
aix-weak-2b.s | 1 .globl c1 2 c1 = 0xdddd1111 define
|
/build/tools/droiddoc/templates-pdk/assets/ |
search_autocomplete.js | 11 var c1 = row.cells[0]; 14 c1.className = "jd-autocomplete jd-selected"; 17 c1.className = "jd-autocomplete"; 48 var c1 = r.insertCell(-1); 50 c1.className = "jd-autocomplete"; 53 c1.onmousedown = function() { 56 c1.onmouseover = function() { 59 c1.onmouseout = function() { 62 c1.appendChild(link); 65 var c1 = r.insertCell(-1) [all...] |
/external/doclava/res/assets/templates/assets/ |
search_autocomplete.js | 11 var c1 = row.cells[0]; 14 c1.className = "jd-autocomplete jd-selected"; 17 c1.className = "jd-autocomplete"; 48 var c1 = r.insertCell(-1); 50 c1.className = "jd-autocomplete"; 53 c1.onmousedown = function() { 56 c1.onmouseover = function() { 59 c1.onmouseout = function() { 62 c1.appendChild(link); 65 var c1 = r.insertCell(-1) [all...] |
/libcore/luni/src/test/java/libcore/java/lang/reflect/ |
ConstructorTest.java | 76 Constructor<?> c1 = ConstructorTestHelper.class.getConstructor(); local 78 assertEquals(c1, c2); 79 assertEquals(c1.hashCode(), c2.hashCode()); 83 Constructor<?> c1 = ConstructorTestHelper.class.getConstructor(); local 84 assertEquals(ConstructorTestHelper.class.getName().hashCode(), c1.hashCode()); 88 Constructor<?> c1 = ConstructorTestHelper.class.getConstructor(); local 90 assertFalse(c1.equals(c2));
|
/art/runtime/ |
dex_instruction_visitor_test.cc | 49 const uint16_t c1[] = { 0 }; local 50 v1.Visit(c1, sizeof(c1));
|
utf-inl.h | 74 uint32_t c1, c2; local 76 c1 = *utf8_1; 79 if (c1 == 0) { 85 c1 = GetUtf16FromUtf8(&utf8_1); 87 } while (c1 == c2); 89 const uint32_t leading_surrogate_diff = GetLeadingUtf16Char(c1) - GetLeadingUtf16Char(c2); 94 return GetTrailingUtf16Char(c1) - GetTrailingUtf16Char(c2);
|
/external/aac/libSYS/src/ |
conv_string.cpp | 99 UCHAR c1, c2; local 112 c1 = ((charBuf[i])>>4)&0x0f; /* upper nibble */ 115 string[i*2] = hexSymb[c1]; /* convert to string */
|
/external/blktrace/ |
strverscmp.c | 93 unsigned char c1, c2;
local 126 c1 = *p1++;
129 state = S_N | ((c1 == '0') + (isdigit (c1) != 0));
131 while ((diff = c1 - c2) == 0 && c1 != '\0')
134 c1 = *p1++;
136 state |= (c1 == '0') + (isdigit (c1) != 0);
|
/external/clang/test/CodeGenCXX/ |
eh-aggregated-inits-unwind.cpp | 36 Container c1; local 40 Container c2(c1);
|
eh-aggregated-inits.cpp | 34 Container c1; local 38 Container c2(c1);
|
/external/clang/test/Index/ |
complete-template-friends-defined.cpp | 24 M::C<int> c1; local
|
/external/clang/test/Sema/ |
attr-deprecated-message.c | 21 Color c1; // expected-warning {{'Color' is deprecated: Please avoid Color}} variable
|
/external/clang/test/SemaCXX/ |
attr-cleanup.cpp | 4 void c1(int *a) {} function in namespace:N 12 int v1 __attribute__((cleanup(N::c1)));
|
gnu-flags.cpp | 75 // expected-warning@+6 {{flexible array member 'c1' in a union is a GNU extension}} 81 int c1[]; member in union:faum::__anon8959
|
/external/compiler-rt/test/tsan/ |
tsan-vs-gvn.cc | 12 char c1, c2, c3, c4; member in struct:__anon9352 18 G = S.c1 + S.c3;
|