HomeSort by relevance Sort by last modified time
    Searched defs:a3 (Results 126 - 150 of 261) sorted by null

1 2 3 4 56 7 8 91011

  /external/chromium/testing/gmock/test/
gmock-internal-utils_test.cc 614 const NativeArray<int> a3 = StlContainerView<int[3]>::Copy(a1); local
615 ASSERT_EQ(3U, a3.size());
616 EXPECT_EQ(0, a3.begin()[0]);
617 EXPECT_EQ(1, a3.begin()[1]);
618 EXPECT_EQ(2, a3.begin()[2]);
620 // Makes sure a1 and a3 aren't aliases.
622 EXPECT_EQ(0, a3.begin()[0]);
641 const NativeArray<int> a3 = StlContainerView<tuple<int*, size_t> >:: local
643 ASSERT_EQ(3U, a3.size());
644 EXPECT_EQ(0, a3.begin()[0])
    [all...]
  /external/chromium_org/gin/
function_template.h 96 const P3& a3,
98 args->Return(callback.Run(a1, a2, a3, a4));
108 const P3& a3,
110 callback.Run(a1, a2, a3, a4);
121 const P3& a3) {
122 args->Return(callback.Run(a1, a2, a3));
132 const P3& a3) {
133 callback.Run(a1, a2, a3);
292 typename CallbackParamTraits<P3>::LocalType a3; local
295 !GetNextArgument(&args, holder->flags, false, &a3)) {
317 typename CallbackParamTraits<P3>::LocalType a3; local
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkShader.cpp 110 U8CPU a3 = srcA[12]; local
115 *alpha++ = SkToU8(a3);
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsTypes.cpp 171 const double a3 = a * a * a; local
172 const double b = a * (a3 + R + R) / (a3 + a3 + R);
  /external/clang/test/Analysis/
array-struct.c 92 char a3[6] = "abc"; local
  /external/clang/test/Sema/
complex-int.c 27 __complex float a3; local
string-init.c 11 char a3[] = u"a"; // expected-error{{initializing char array with wide string literal}} local
  /external/clang/test/SemaCXX/
string-init.cpp 6 char a3[] = u"a"; // expected-error{{initializing char array with wide string literal}} local
  /external/pixman/pixman/
pixman-mips-dspr2-asm.h 42 #define a3 $7 macro
103 * preserved for input arguments of the functions, already stored in a0-a3),
114 * can be saved on stack is limitted to 14 (a0-a3, v0-v1 and s0-s7).
189 * can be restored from stack is limitted to 14 (a0-a3, v0-v1 and s0-s7).
  /external/skia/src/core/
SkShader.cpp 110 U8CPU a3 = srcA[12]; local
115 *alpha++ = SkToU8(a3);
  /external/skia/src/pathops/
SkPathOpsTypes.cpp 171 const double a3 = a * a * a; local
172 const double b = a * (a3 + R + R) / (a3 + a3 + R);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
bind.hpp 267 typedef typename r3::type a3; typedef in struct:boost::mpl::bind3::apply
269 typedef aux::resolve_bind_arg< a3,U1,U2,U3,U4,U5 > t3;
335 typedef typename r3::type a3; typedef in struct:boost::mpl::bind4::apply
337 typedef aux::resolve_bind_arg< a3,U1,U2,U3,U4,U5 > t3;
410 typedef typename r3::type a3; typedef in struct:boost::mpl::bind5::apply
412 typedef aux::resolve_bind_arg< a3,U1,U2,U3,U4,U5 > t3;
498 typedef typename r3::type a3; typedef in struct:boost::mpl::bind3::apply
500 typedef aux::resolve_bind_arg< a3,U1,U2,U3,U4,U5 > t3;
546 typedef typename r3::type a3; typedef in struct:boost::mpl::bind3::apply
548 typedef aux::resolve_bind_arg< a3,U1,U2,U3,U4,U5 > t3
    [all...]
  /bionic/libc/arch-mips/include/machine/
regdef.h 47 #define a3 $7 macro
  /bionic/libc/kernel/arch-mips/asm/
regdef.h 32 #define a3 $7 macro
77 #define a3 $7 macro
  /development/ndk/platforms/android-9/arch-mips/include/asm/
regdef.h 32 #define a3 $7 macro
77 #define a3 $7 macro
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regdef.h 47 #define a3 $7 macro
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv10_state_tnl.c 243 float a0, b0, a1, a2, b2, a3; local
256 a3 = 0.9 + 0.278 * e;
259 float cutoff = MAX2(a3, 1 / (1 - l->_CosCutoff));
  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_opts_SSSE3.cpp 134 __m128i a0, a1, a2, a3; local
144 a3 = _mm_cvtsi32_si128(pixel3);
146 a2 = _mm_unpacklo_epi8(a2, a3);
  /external/clang/test/CXX/special/class.dtor/
p5-0x.cpp 29 union A3 {
30 A3();
33 A3 a3; // expected-error {{deleted function}} variable
  /external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.enum/
p1.cpp 28 A<short>::E a3 = A<short>().h(); variable
  /external/clang/test/CodeGen/
arm-homogenous.c 164 double a3; member in struct:__anon16453
188 __char8 a3; member in struct:__anon16454
ms_struct-bitfield-2.c 129 static int a3[(sizeof (struct_3) == size_struct_3) -1]; variable
pragma-weak.c 11 // CHECK: @a3 = alias weak void ()* @__a3
144 #pragma weak a3 = __a3 macro
145 void a3(void) __attribute((alias("__a3")));
  /external/clang/test/CodeGenCXX/
mangle-ms-return-qualifiers.cpp 9 const int a3() { return 0; } function
10 // CHECK: "\01?a3@@YA?BHXZ"
  /external/clang/test/Parser/
cxx-decl.cpp 23 y::a a3 = a2; variable

Completed in 2016 milliseconds

1 2 3 4 56 7 8 91011