/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
bezier.h | 35 float x2, y2; member in struct:bezier 52 float x2, float y2,
|
/external/chromium_org/tools/idl_parser/test_parser/ |
enum_ppapi.idl | 115 noodles = 0x1 << 0x2,
|
/external/clang/test/CXX/dcl.decl/dcl.meaning/ |
p1.cpp | 5 template<typename T> struct x2; 13 struct PR8019::x2 { }; // expected-error{{non-friend class member 'x2' cannot have a qualified name}} struct in class:PR8019::y::PR8019
|
/external/clang/test/CXX/temp/temp.spec/ |
no-body.cpp | 59 template<typename T> struct x2 { }; struct 63 template struct x2<int> { }; // expected-error {{explicit template instantiation cannot have a definition; if this definition is meant to be an explicit specialization, add '<>' after the 'template' keyword}} struct
|
/external/clang/test/SemaCXX/ |
warn-dangling-field.cpp | 27 X &x1, *x2; member in struct:S3 28 S3(Y y) : x1(y), x2(y) {} // no-warning: conversion operator
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
debugreg.h | 21 #define DR_TRAP1 (0x2) /* db1 */ 57 #define DR_GLOBAL_ENABLE (0x2) /* Global enable for reg 0 */
|
/external/kernel-headers/original/uapi/linux/ |
isdn_ppp.h | 17 #define CALLTYPE_OUTGOING 0x2 58 #define IPPP_COMP_FLAG_LINK 0x2
|
/external/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star/ |
op_star.pass.cpp | 39 typename std::iterator_traits<It>::value_type x2 = *r; local 40 assert(x2 == x);
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_debug.h | 40 #define DEBUG_TGSI 0x2 57 #define PERF_NO_MIP_LINEAR 0x2 /* MIP_FILTER_LINEAR ==> _NEAREST */
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
arc.h | 50 VGfloat x1, y1, x2, y2; member in struct:arc 58 VGfloat x2, VGfloat y2,
|
bezier.h | 35 float x2, y2; member in struct:bezier 52 float x2, float y2,
|
/external/vixl/benchmarks/ |
bench-dataop.cc | 37 // This code will emit a given number of 'add x0, x1, x2' in a fixed size 63 __ add(x0, x1, Operand(x2)); 70 __ add(x0, x1, Operand(x2));
|
/external/vixl/examples/ |
debugger.cc | 45 __ Mov(x2, 456); 46 __ Add(x0, x1, x2);
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
block_idct.cpp | 516 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local 541 x2 = blk[14]; 567 x1 = W6 * (x3 + x2) + 4; 568 x2 = (x1 - (W2 + W6) * x2) >> 3; 578 x3 = x0 + x2; 579 x0 -= x2; 580 x2 = (181 * (x4 + x5) + 128) >> 8; 588 res2 = (x3 + x2) >> 14; 606 res = (x3 - x2) >> 14 627 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local 837 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local [all...] |
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
ip2_convolve3x3.rs | 27 uint32_t x2 = max((int32_t)x-1, 0); 33 float4 p02 = convert_float4(rsGetElementAt_uchar4(gIn, x2, y1)); 36 float4 p12 = convert_float4(rsGetElementAt_uchar4(gIn, x2, y)); 39 float4 p22 = convert_float4(rsGetElementAt_uchar4(gIn, x2, y2));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star/ |
op_star.pass.cpp | 39 typename std::iterator_traits<It>::value_type x2 = *r; local 40 assert(x2 == x);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
convolve3x3.rs | 30 uint32_t x2 = max((int32_t)x-1, 0); 36 float4 p02 = rsUnpackColor8888(gPixels[x2 + gWidth * y1]); 39 float4 p12 = rsUnpackColor8888(gPixels[x2 + gWidth * y]); 42 float4 p22 = rsUnpackColor8888(gPixels[x2 + gWidth * y2]);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
isdn_ppp.h | 17 #define CALLTYPE_OUTGOING 0x2 58 #define IPPP_COMP_FLAG_LINK 0x2
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
isdn_ppp.h | 17 #define CALLTYPE_OUTGOING 0x2 58 #define IPPP_COMP_FLAG_LINK 0x2
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
oprghdlr.h | 35 #define ACPI_OPREGION_ACCESS_AS_COOKED 0x2 38 #define ACPI_OPREGION_REGION_SPACE_PCI_CONFIG 0x2
|
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/ |
isdn_ppp.h | 22 #define CALLTYPE_OUTGOING 0x2 64 #define IPPP_COMP_FLAG_LINK 0x2
|
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/ |
isdn_ppp.h | 22 #define CALLTYPE_OUTGOING 0x2 64 #define IPPP_COMP_FLAG_LINK 0x2
|
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/ |
isdn_ppp.h | 22 #define CALLTYPE_OUTGOING 0x2 64 #define IPPP_COMP_FLAG_LINK 0x2
|
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/ |
isdn_ppp.h | 22 #define CALLTYPE_OUTGOING 0x2 64 #define IPPP_COMP_FLAG_LINK 0x2
|
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/asm/ |
debugreg.h | 29 #define DR_TRAP1 (0x2) 51 #define DR_GLOBAL_ENABLE (0x2)
|