HomeSort by relevance Sort by last modified time
    Searched defs:c1 (Results 1 - 25 of 489) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CXX/temp/temp.param/
p12.cpp 37 class C1 {};
39 C1<> c1; // expected-note{{while checking a default template argument}} variable
  /external/clang/test/Parser/
c1x-alignas.c 4 _Alignas(4) char c1; variable
c11-noreturn.c 9 _Noreturn char c1; // expected-error {{'_Noreturn' can only appear on functions}} variable
  /bionic/libc/upstream-freebsd/lib/libc/string/
wcscasecmp.c 36 wchar_t c1, c2; local
39 c1 = towlower(*s1);
41 if (c1 != c2)
42 return ((int)c1 - c2);
wcsncasecmp.c 36 wchar_t c1, c2; local
41 c1 = towlower(*s1);
43 if (c1 != c2)
44 return ((int)c1 - c2);
  /external/oprofile/libutil++/tests/
comma_list_tests.cpp 28 comma_list<int> c1; local
30 check(c1, 1, true);
32 c1.set("2");
34 check(c1, 2, true);
35 check(c1, 3, false);
37 c1.set("3");
39 check(c1, 2, false);
40 check(c1, 3, true);
42 c1.set("2,3");
44 check(c1, 2, true)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/container.adaptors/priority.queue/priqueue.special/
swap_noexcept.pass.cpp 28 C c1, c2; local
29 static_assert(noexcept(swap(c1, c2)), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/container.adaptors/queue/queue.special/
swap_noexcept.pass.cpp 27 C c1, c2; local
28 static_assert(noexcept(swap(c1, c2)), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/container.adaptors/stack/stack.special/
swap_noexcept.pass.cpp 27 C c1, c2; local
28 static_assert(noexcept(swap(c1, c2)), "");
  /external/bison/lib/
c-strcasecmp.c 31 unsigned char c1, c2; local
38 c1 = c_tolower (*p1);
41 if (c1 == '\0')
47 while (c1 == c2);
50 return c1 - c2;
55 return (c1 > c2 ? 1 : c1 < c2 ? -1 : 0);
c-strncasecmp.c 31 unsigned char c1, c2; local
38 c1 = c_tolower (*p1);
41 if (--n == 0 || c1 == '\0')
47 while (c1 == c2);
50 return c1 - c2;
55 return (c1 > c2 ? 1 : c1 < c2 ? -1 : 0);
  /external/jdiff/src/jdiff/
CompareClassPdiffs.java 17 ClassDiff c1 = (ClassDiff)obj1; local
19 if (c1.pdiff < c2.pdiff)
21 if (c1.pdiff > c2.pdiff)
23 return c1.name_.compareTo(c2.name_);
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/array/array.special/
swap.pass.cpp 22 C c1 = {1, 2, 3.5}; local
24 swap(c1, c2);
25 assert(c1.size() == 3);
26 assert(c1[0] == 4);
27 assert(c1[1] == 5);
28 assert(c1[2] == 6.5);
37 C c1 = {}; local
39 swap(c1, c2);
40 assert(c1.size() == 0);
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/array/array.swap/
swap.pass.cpp 22 C c1 = {1, 2, 3.5}; local
24 c1.swap(c2);
25 assert(c1.size() == 3);
26 assert(c1[0] == 4);
27 assert(c1[1] == 5);
28 assert(c1[2] == 6.5);
37 C c1 = {}; local
39 c1.swap(c2);
40 assert(c1.size() == 0);
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertificateTest.java 66 Certificate c1 = new MyCertificate("TEST_TYPE", testEncoding); local
69 assertTrue(c1.hashCode() == c2.hashCode());
77 Certificate c1 = new MyCertificate("TEST_TYPE", testEncoding); local
80 assertTrue((c1.hashCode() == c2.hashCode()) && c1.equals(c2));
89 Certificate c1 = new MyCertificate("TEST_TYPE", testEncoding); local
90 assertEquals("TEST_TYPE", c1.getType());
98 Certificate c1 = new MyCertificate("TEST_TYPE", testEncoding); local
99 assertTrue(c1.equals(c1));
108 Certificate c1 = new MyCertificate("TEST_TYPE", testEncoding); local
118 Certificate c1 = new MyCertificate("TEST_TYPE", testEncoding); local
128 Certificate c1 = new MyCertificate("TEST_TYPE", testEncoding); local
143 Certificate c1 = new MyCertificate("TEST_TYPE", testEncoding); local
162 Certificate c1 = new MyCertificate("TEST_TYPE", testEncoding); local
181 Certificate c1 = new MyCertificate("TEST_TYPE", testEncoding); local
189 Certificate c1 = new MyCertificate("TEST_TYPE", testEncoding); local
197 Certificate c1 = new MyCertificate("TEST_TYPE", testEncoding); local
    [all...]
  /external/clang/test/SemaCXX/
cxx-member-pointer-op.cpp 12 C c1; local
13 c1.*pmfc(); // expected-error {{invalid use of pointer to member type after .*}}
15 c1.*((pmfc())); // expected-error {{invalid use of pointer to member type after .*}}
  /external/libvpx/libvpx/vp8/encoder/x86/
fwalsh_sse2.asm 49 psllw xmm2, 2 ; c1 b1
53 punpckhqdq xmm1, xmm2 ; c1 d1
59 paddw xmm7, [GLOBAL(c1)]
62 paddw xmm0, xmm1 ; b1+c1 a1+d1
63 psubw xmm2, xmm1 ; b1-c1 a1-d1
64 paddw xmm0, xmm7 ; b1+c1 a1+d1+(a1!=0)
78 pmaddwd xmm0, [GLOBAL(c1)] ; d11 a11 d10 a10
81 pmaddwd xmm1, [GLOBAL(c1)] ; d12 a12 d13 a13
154 c1: label
  /external/openssl/crypto/
o_str.c 105 const unsigned char *c1=v1,*c2=v2; local
108 while(n && (ret=*c1-*c2)==0) n--,c1++,c2++;
  /external/valgrind/main/massif/tests/
new-cpp.cpp 21 char* c1 = new char[2000]; local
25 delete [] c1;
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/forwardlist/forwardlist.ops/
remove.pass.cpp 25 C c1(std::begin(t1), std::end(t1));
27 c1.remove(0);
28 assert(c1 == c2);
34 C c1(std::begin(t1), std::end(t1));
36 c1.remove(0);
37 assert(c1 == c2);
44 C c1(std::begin(t1), std::end(t1));
46 c1.remove(0);
47 assert(c1 == c2);
52 C c1; local
    [all...]
unique.pass.cpp 25 C c1(std::begin(t1), std::end(t1));
27 c1.unique();
28 assert(c1 == c2);
35 C c1(std::begin(t1), std::end(t1));
37 c1.unique();
38 assert(c1 == c2);
45 C c1(std::begin(t1), std::end(t1));
47 c1.unique();
48 assert(c1 == c2);
53 C c1; local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/forwardlist/forwardlist.spec/
equal.pass.cpp 29 C c1; local
31 c1.push_front(i);
36 assert(c1 == c2);
38 assert(c1 != c2);
39 c2 = c1;
40 assert(c1 == c2);
44 assert(c1 != c2);
relational.pass.cpp 37 C c1; local
39 c1.push_front(i);
44 assert(c1 < c2);
46 assert(c1 <= c2);
48 assert(c1 >= c2);
50 assert(c1 > c2);
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.map/unord.map.swap/
swap_noexcept.pass.cpp 46 C c1, c2; local
47 static_assert(noexcept(swap(c1, c2)), "");
52 C c1, c2; local
53 static_assert(noexcept(swap(c1, c2)), "");
58 C c1, c2; local
59 static_assert(noexcept(swap(c1, c2)), "");
63 C c1, c2; local
64 static_assert(!noexcept(swap(c1, c2)), "");
69 C c1, c2; local
70 static_assert(!noexcept(swap(c1, c2)), "")
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.multimap/unord.multimap.swap/
swap_noexcept.pass.cpp 46 C c1, c2; local
47 static_assert(noexcept(swap(c1, c2)), "");
52 C c1, c2; local
53 static_assert(noexcept(swap(c1, c2)), "");
58 C c1, c2; local
59 static_assert(noexcept(swap(c1, c2)), "");
63 C c1, c2; local
64 static_assert(!noexcept(swap(c1, c2)), "");
69 C c1, c2; local
70 static_assert(!noexcept(swap(c1, c2)), "")
    [all...]

Completed in 350 milliseconds

1 2 3 4 5 6 7 8 91011>>