/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.collate/locale.collate.byname/ |
hash.pass.cpp | 29 std::string x2("12345"); 32 != f.hash(x2.data(), x2.data() + x2.size())); 36 std::wstring x2(L"12345"); 39 != f.hash(x2.data(), x2.data() + x2.size()));
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
eh2.cpp | 21 void x2 () function 30 x2 ();
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
eh2.cpp | 21 void x2 () function 30 x2 ();
|
/external/ceres-solver/internal/ceres/ |
random.h | 57 double x1, x2, w; local 60 x2 = 2.0 * RandDouble() - 1.0; 61 w = x1 * x1 + x2 * x2;
|
numeric_diff_test_utils.cc | 46 const double* x2, 50 residuals[0] += x1[i] * x2[i]; 51 residuals[2] += x2[i] * x2[i]; 61 double x2[] = { 9.0, 9.0, 5.0, 5.0, 1.0 }; local 62 double *parameters[] = { &x1[0], &x2[0] }; 81 ExpectClose(x2[i], dydx1[5 * 0 + i], tolerance); // y1 83 ExpectClose(2 * x2[i] * residuals[0], dydx1[5 * 1 + i], tolerance); // y2 86 ExpectClose(2 * x2[i], dydx2[5 * 2 + i], tolerance); 91 const double* x2, 107 double x2[5]; member in struct:ceres::internal::__anon1312 131 double *x2 = &(kTests[k].x2[0]); local [all...] |
cost_function_to_functor_test.cc | 127 bool operator()(const T* x1, const T* x2, T* residuals) const { 128 residuals[0] = x1[0] * x1[0] + x2[0] * x2[0]; 129 residuals[1] = x1[1] * x1[1] + x2[1] * x2[1]; 137 bool operator()(const T* x1, const T* x2, const T* x3, T* residuals) const { 138 residuals[0] = x1[0] * x1[0] + x2[0] * x2[0] + x3[0] * x3[0]; 139 residuals[1] = x1[1] * x1[1] + x2[1] * x2[1] + x3[1] * x3[1] [all...] |
/external/valgrind/main/massif/tests/ |
long-time.c | 10 int i, *x1, *x2, *x3, *x4; local 13 x2 = malloc(1100 * 1000); 16 free(x2);
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
armVCM4P10_InterpolateLuma_Copy_unsafe_s.s | 41 x2 RN 8 label 65 M_LDR x2, [pSrc], srcStep 68 M_STR x2, [pDst], dstStep 76 M_LDR x2, [pSrc], srcStep 80 MOV x2, x2, LSR #8 81 ORR x2, x2, x3, LSL #24 84 M_STR x2, [pDst], dstStep 86 M_LDR x2, [pSrc], srcSte [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
armVCM4P10_InterpolateLuma_Copy_unsafe_s.s | 41 x2 RN 8 label 65 M_LDR x2, [pSrc], srcStep 68 M_STR x2, [pDst], dstStep 76 M_LDR x2, [pSrc], srcStep 80 MOV x2, x2, LSR #8 81 ORR x2, x2, x3, LSL #24 84 M_STR x2, [pDst], dstStep 86 M_LDR x2, [pSrc], srcSte [all...] |
/external/chromium_org/third_party/skia/src/animator/ |
SkDrawLine.cpp | 19 SK_MEMBER(x2, Float), 28 SkLine::SkLine() : x1(0), x2(0), y1(0), y2(0) { 33 maker.fCanvas->drawLine(x1, y1, x2, y2, *maker.fPaint);
|
/external/skia/src/animator/ |
SkDrawLine.cpp | 19 SK_MEMBER(x2, Float), 28 SkLine::SkLine() : x1(0), x2(0), y1(0), y2(0) { 33 maker.fCanvas->drawLine(x1, y1, x2, y2, *maker.fPaint);
|
/bootable/diskinstaller/ |
installer.h | 33 #define INSTALL_FLAG_ADDJOURNAL 0x2
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGPathSegCurvetoCubicAbs.h | 31 static PassRefPtr<SVGPathSegCurvetoCubicAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) 33 return adoptRef(new SVGPathSegCurvetoCubicAbs(element, role, x, y, x1, y1, x2, y2)); 37 SVGPathSegCurvetoCubicAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) 38 : SVGPathSegCurvetoCubic(element, role, x, y, x1, y1, x2, y2)
|
SVGPathSegCurvetoCubicRel.h | 31 static PassRefPtr<SVGPathSegCurvetoCubicRel> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) 33 return adoptRef(new SVGPathSegCurvetoCubicRel(element, role, x, y, x1, y1, x2, y2)); 37 SVGPathSegCurvetoCubicRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) 38 : SVGPathSegCurvetoCubic(element, role, x, y, x1, y1, x2, y2)
|
SVGPathSegCurvetoCubicSmoothAbs.h | 31 static PassRefPtr<SVGPathSegCurvetoCubicSmoothAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x2, float y2) 33 return adoptRef(new SVGPathSegCurvetoCubicSmoothAbs(element, role, x, y, x2, y2)); 37 SVGPathSegCurvetoCubicSmoothAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x2, float y2) 38 : SVGPathSegCurvetoCubicSmooth(element, role, x, y, x2, y2)
|
SVGPathSegCurvetoCubicSmoothRel.h | 31 static PassRefPtr<SVGPathSegCurvetoCubicSmoothRel> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x2, float y2) 33 return adoptRef(new SVGPathSegCurvetoCubicSmoothRel(element, role, x, y, x2, y2)); 37 SVGPathSegCurvetoCubicSmoothRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x2, float y2) 38 : SVGPathSegCurvetoCubicSmooth(element, role, x, y, x2, y2)
|
SVGPathSegCurvetoCubicSmoothAbs.idl | 30 [StrictTypeChecking] attribute float x2;
|
SVGPathSegCurvetoCubicSmoothRel.idl | 30 [StrictTypeChecking] attribute float x2;
|
/external/clang/test/CodeGen/ |
_Bool-conversion.c | 8 int f0() { return f0_0((void*) 0x2); }
|
/external/qemu/target-i386/ |
kvm-gs-restore.h | 9 #define KVM_GS_RESTORE_NO 0x2
|
/external/ceres-solver/include/ceres/ |
numeric_diff_functor.h | 151 const double* x2, 153 return functor_(x0, x1, x2, residuals); 158 const double* x2, 161 return functor_(x0, x1, x2, x3, residuals); 166 const double* x2, 170 return functor_(x0, x1, x2, x3, x4, residuals); 175 const double* x2, 180 return functor_(x0, x1, x2, x3, x4, x5, residuals); 185 const double* x2, 191 return functor_(x0, x1, x2, x3, x4, x5, x6, residuals) [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/ubench/ |
function-correct-args.js | 1 function f(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9)
|
function-missing-args.js | 1 function f(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9)
|
/external/clang/test/Analysis/ |
stack-addr-ps.cpp | 38 const int &x2 = x1; // expected-note {{binding reference variable 'x2' here}} local 39 return x2; // expected-warning{{Address of stack memory associated with temporary object of type 'int' returned}} expected-warning {{returning reference to local temporary}} 50 int &x2 = x1; // expected-note {{binding reference variable 'x2' here}} local 51 return &x2; // expected-warning{{Address of stack memory associated with local variable 'x1' returned}} expected-warning {{address of stack memory associated with local variable 'x1' returned}} 56 int *const &x2 = &x1; // expected-note {{binding reference variable 'x2' here}} local 57 return x2; // expected-warning {{address of stack memory associated with local variable 'x1' returned}} expected-warning {{Address of stack memory associated with local variable 'x1' returned to caller}} 62 const int &x2 = x1; // expected-note {{binding reference variable 'x2' here} local [all...] |
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.string/ |
p1.cpp | 7 char x2[] = "hello"; variable 8 extern char x2[6];
|