HomeSort by relevance Sort by last modified time
    Searched refs:c2 (Results 451 - 475 of 1110) sorted by null

<<11121314151617181920>>

  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p3-0x.cpp 108 C c2 = { 1.1, 2 }; // expected-error {{type 'double' cannot be narrowed to 'int' in initializer list}} expected-note {{override}} expected-warning {{implicit conversion}} member in namespace:bullet8
  /external/clang/test/CXX/special/class.ctor/
p6-0x.cpp 30 constexpr Constexpr2 c2 = Constexpr2(); // ok variable
  /external/clang/test/CodeGenCXX/
global-init.cpp 175 const C c2 = static_cast<const C&>(C()); member in namespace:test7
mangle-ms-return-qualifiers.cpp 59 const A c2() { return A(); } function
60 // CHECK: "\01?c2@@YA?BVA@@XZ"
mangle-ms-templates.cpp 49 Class<Nested<Typename> > c2; local
value-init.cpp 189 const C &c2; member in struct:PR8726::S
252 struct C2 : B2 { C2(); };
253 C2::C2() : A(3), B2() {}
  /external/clang/test/Sema/
MicrosoftExtensions.c 13 char c2[]; /* expected-warning {{flexible array member 'c2' in a union is a Microsoft extension}} */ member in union:C::__anon18621
  /external/clang/test/SemaCXX/
anonymous-union.cpp 29 double c2; member in union:X::__anon18789
MicrosoftExtensions.cpp 64 int c2; member in struct:A::__anon18775::B2
67 union C2 // expected-warning {{types declared in an anonymous struct are a Microsoft extension}}
334 SP9<int*> c2; local
335 c2.V[0] = 123; // Array
overloaded-operator.cpp 178 void test_callable(Callable c, Callable2 c2, const Callable2& c2c,
187 int &ir2 = c2();
188 int &ir3 = c2(1);
  /external/icu4c/tools/genrb/
read.c 323 UChar32 c, c2; local
357 c2 = ucbuf_getc(buf, status); /* "/ * c" */
358 if(c2 == ASTERISK){ /* "/ * *" */
362 ucbuf_ungetc(c2, buf); /* c2 is the non-asterisk following "/ *". Include c2 back in buffer. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
mixer_abst.h 96 int snd_mixer_selem_compare(const snd_mixer_elem_t *c1, const snd_mixer_elem_t *c2);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
mixer_abst.h 96 int snd_mixer_selem_compare(const snd_mixer_elem_t *c1, const snd_mixer_elem_t *c2);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
mixer_abst.h 96 int snd_mixer_selem_compare(const snd_mixer_elem_t *c1, const snd_mixer_elem_t *c2);
  /cts/tests/tests/rsg/src/android/renderscriptgraphics/cts/
ProgramFragmentTest.java 59 ScriptField_ConstComplex c2 = new ScriptField_ConstComplex(mRS, 1, local
62 c2.set(new ScriptField_ConstComplex.Item(), 0, true);
63 mConstComplex = c2.getAllocation();
ProgramVertexTest.java 70 ScriptField_ConstComplex c2 = new ScriptField_ConstComplex(mRS, 1, local
73 c2.set(new ScriptField_ConstComplex.Item(), 0, true);
74 mConstComplex = c2.getAllocation();
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-trees.rb 490 c2 = new_node( new_token 103 )
491 r0.add_child c2
499 c2.parent.should == r0
500 c2.child_index.should == 2
511 c2 = new_node( new_token 103 )
512 r0.add_child c2
522 c2.parent.should == root # note -- actual python tests all use c0 here, which i think might be wrong
523 c2.child_index.should == 2
535 c2 = new_node( new_token 103 )
536 r0.add_child c2
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 196 #define CHECK_IMPL(c1, op, c2) \
199 __sanitizer::u64 v2 = (u64)(c2); \
202 "(" #c1 ") " #op " (" #c2 ")", v1, v2); \
  /external/eigen/bench/
eig33.cpp 55 // The characteristic equation is x^3 - c2*x^2 + c1*x - c0 = 0. The
60 Scalar c2 = m(0,0) + m(1,1) + m(2,2); local
64 Scalar c2_over_3 = c2*s_inv3;
65 Scalar a_over_3 = (c1 - c2*c2_over_3)*s_inv3;
  /external/eigen/test/
product.h 58 c2 = internal::random<Index>(0, cols-1); local
141 Scalar x = square2.row(c) * square2.col(c2);
142 VERIFY_IS_APPROX(x, square2.row(c).transpose().cwiseProduct(square2.col(c2)).sum());
  /external/valgrind/main/none/tests/s390x/
cu21.stdout.exp 43 UTF8: c2 80 df bf
111 UTF8: c2 80 df bf
157 UTF8: c2 80 df bf df 9f c2 8f c4 80 c5 bf d4 af d8 80 db bf
185 UTF8: c2 8f
189 UTF8: c2 8f
cu21_1.stdout.exp 43 UTF8: c2 80 df bf
111 UTF8: c2 80 df bf
157 UTF8: c2 80 df bf df 9f c2 8f c4 80 c5 bf d4 af d8 80 db bf
185 UTF8: c2 8f
189 UTF8: c2 8f
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/
swap.pass.cpp 86 char c1, c2, c3; local
88 ios1.pword(1) = &c2;
158 assert(ios2.pword(1) == &c2);
  /external/valgrind/main/VEX/switchback/
test_bzip2.c 2377 UChar c1, c2; local
    [all...]
  /external/valgrind/main/exp-sgcheck/tests/
hackedbz2.c 2401 UChar c1, c2; local
    [all...]

Completed in 1164 milliseconds

<<11121314151617181920>>