/external/clang/test/CXX/special/class.copy/ |
D | p33-0x.cpp | 11 X x2; in return_by_move() local 21 X x2; in throw_move_only() local 36 X x2; in f() local 48 T x2; in f2() local
|
/external/webkit/Source/WebCore/svg/ |
D | SVGPathSegCurvetoCubicSmooth.h | 31 …vetoCubicSmooth(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x2, float y2) in SVGPathSegCurvetoCubicSmooth() 54 float x2() const { return m_x2; } in x2() function 55 void setX2(float x2) in setX2() 77 …oothAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x2, float y2) in create() 83 …oCubicSmoothAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x2, float y2) in SVGPathSegCurvetoCubicSmoothAbs() 94 …oothRel> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x2, float y2) in create() 100 …oCubicSmoothRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x2, float y2) in SVGPathSegCurvetoCubicSmoothRel()
|
D | SVGPathSegCurvetoCubic.h | 31 …athElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) in SVGPathSegCurvetoCubic() 70 float x2() const { return m_x2; } in x2() function 71 void setX2(float x2) in setX2() 95 …athElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) in create() 101 …athElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) in SVGPathSegCurvetoCubicAbs() 112 …athElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) in create() 118 …athElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) in SVGPathSegCurvetoCubicRel()
|
/external/libnfc-nci/src/gki/ulinux/ |
D | data_types.h | 63 #define BCM_STRCAT_S(x1,x2,x3) strcat((x1),(x3)) argument 64 #define BCM_STRNCAT_S(x1,x2,x3,x4) strncat((x1),(x3),(x4)) argument 65 #define BCM_STRCPY_S(x1,x2,x3) strcpy((x1),(x3)) argument 66 #define BCM_STRNCPY_S(x1,x2,x3,x4) strncpy((x1),(x3),(x4)) argument 67 #define BCM_SPRINTF_S(x1,x2,x3,x4) sprintf((x1),(x3),(x4)) argument 68 #define BCM_VSPRINTF_S(x1,x2,x3,x4) vsprintf((x1),(x3),(x4)) argument
|
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/ |
D | data_types.h | 63 #define BCM_STRCAT_S(x1,x2,x3) strcat((x1),(x3)) argument 64 #define BCM_STRNCAT_S(x1,x2,x3,x4) strncat((x1),(x3),(x4)) argument 65 #define BCM_STRCPY_S(x1,x2,x3) strcpy((x1),(x3)) argument 66 #define BCM_STRNCPY_S(x1,x2,x3,x4) strncpy((x1),(x3),(x4)) argument 67 #define BCM_SPRINTF_S(x1,x2,x3,x4) sprintf((x1),(x3),(x4)) argument 68 #define BCM_VSPRINTF_S(x1,x2,x3,x4) vsprintf((x1),(x3),(x4)) argument
|
/external/clang/test/SemaCXX/ |
D | direct-initializer.cpp | 4 int (x2)(1); variable 8 int (x2)(1); in f() local 30 X x2(1.0, 3, 4.2); in g() local
|
/external/clang/test/CodeGen/ |
D | regparm-struct.c | 21 int x2; member 38 int x2; member 56 int x2; member 85 int x2; member 96 int x2; member 108 float x2; member 119 float x2; member 141 double x2; member 152 float x2; member
|
/external/bluetooth/bluedroid/gki/ulinux/ |
D | data_types.h | 63 #define BCM_STRCAT_S(x1,x2,x3) strcat((x1),(x3)) argument 64 #define BCM_STRNCAT_S(x1,x2,x3,x4) strncat((x1),(x3),(x4)) argument 65 #define BCM_STRCPY_S(x1,x2,x3) strcpy((x1),(x3)) argument 66 #define BCM_STRNCPY_S(x1,x2,x3,x4) strncpy((x1),(x3),(x4)) argument
|
/external/clang/test/Analysis/ |
D | stack-addr-ps.cpp | 34 const int &x2 = x1; // expected-note {{binding reference variable 'x2' here}} in get_reference3() local 46 int &x2 = x1; // expected-note {{binding reference variable 'x2' here}} in f2() local 52 int *const &x2 = &x1; // expected-note {{binding reference variable 'x2' here}} in f3() local 58 const int &x2 = x1; // expected-note {{binding reference variable 'x2' here}} in f4() local
|
/external/clang/test/CXX/class/class.local/ |
D | p1-0x.cpp | 7 …int& x2 = x; // expected-error{{reference to local variable 'x' declared in enclosing function 'f'… in f() member 13 …int& x2 = x; // expected-error{{reference to local variable 'x' declared in enclosing lambda expre… in f() member
|
/external/guava/guava-tests/test/com/google/common/math/ |
D | BigIntegerMathTest.java | 124 BigInteger x2 = x.pow(2); in testLog2HalfUp() local 135 BigInteger x2 = x.pow(2); in testLog2HalfDown() local 211 BigInteger x2 = x.pow(2); in testLog10HalfUp() local 222 BigInteger x2 = x.pow(2); in testLog10HalfDown() local
|
/external/ceres-solver/examples/ |
D | powell.cc | 61 const T* const x2, in operator ()() 82 template <typename T> bool operator()(const T* const x2, in operator ()() 107 double x2 = -1.0; in main() local
|
/external/ceres-solver/internal/ceres/ |
D | problem.cc | 76 double* x0, double* x1, double* x2) { in AddResidualBlock() 85 double* x0, double* x1, double* x2, double* x3) { in AddResidualBlock() 94 double* x0, double* x1, double* x2, double* x3, double* x4) { in AddResidualBlock() 103 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5) { in AddResidualBlock() 112 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, in AddResidualBlock() 122 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, in AddResidualBlock() 132 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, in AddResidualBlock() 142 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, in AddResidualBlock()
|
D | problem_impl.cc | 257 double* x0, double* x1, double* x2) { in AddResidualBlock() 268 double* x0, double* x1, double* x2, double* x3) { in AddResidualBlock() 280 double* x0, double* x1, double* x2, double* x3, double* x4) { in AddResidualBlock() 293 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5) { in AddResidualBlock() 307 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, in AddResidualBlock() 323 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, in AddResidualBlock() 340 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, in AddResidualBlock() 358 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, in AddResidualBlock()
|
/external/qemu/android/skin/ |
D | argb.h | 81 #define ARGB_DECL2(x1,x2) mmx_t x1, x2 argument 86 #define ARGB_SUM(x1,x2,x3) x1 = _mm_add_pi32(x2, x3) argument 94 #define ARGB_INTERP255(x1,x2,x3,alpha) \ argument 97 #define ARGB_ADDW_11(x1,x2,x3) \ argument 100 #define ARGB_ADDW_31(x1,x2,x3) \ argument 107 #define ARGB_ADDW_13(x1,x2,x3) \ argument 114 #define ARGB_SHR(x1,x2,s) \ argument 118 #define ARGB_MULSHIFT(x1,x2,v,s) \ argument 134 #define ARGB_DECL2(x1,x2) argb_t x1##_ag, x1##_rb, x2##_ag, x2##_rb argument 147 #define ARGB_SUM(x1,x2,x3) \ argument [all …]
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
D | p16.cpp | 28 …int &x2 = a; // expected-error{{binding of reference to type 'int' to a value of type 'const int'… in test_capture() local 36 …int &x2 = a; // expected-error{{binding of reference to type 'int' to a value of type 'const int'… in test_capture() local
|
/external/webkit/Source/WebCore/css/ |
D | CSSTimingFunctionValue.h | 69 …static PassRefPtr<CSSCubicBezierTimingFunctionValue> create(double x1, double y1, double x2, doubl… in create() 76 double x2() const { return m_x2; } in x2() function 80 CSSCubicBezierTimingFunctionValue(double x1, double y1, double x2, double y2) in CSSCubicBezierTimingFunctionValue()
|
/external/clang/test/ASTMerge/Inputs/ |
D | var1.h | 1 double x2; variable
|
D | typedef2.c | 4 Typedef2 x2; variable
|
D | typedef1.c | 4 Typedef2 x2; variable
|
/external/clang/test/PCH/ |
D | cmdline-include2.h | 1 enum { x2 }; enumerator
|
/external/clang/test/CodeGenCXX/ |
D | pragma-visibility.cpp | 12 struct __attribute((visibility("default"))) x2 { struct 15 int x2::y = 10; argument
|
/external/clang/test/CXX/temp/temp.param/ |
D | p15.cpp | 6 X<X<int>> *x2; // expected-error{{a space is required between consecutive right angle brackets (use… variable
|
/external/compiler-rt/lib/ |
D | popcountdi2.c | 22 du_int x2 = (du_int)a; in __popcountdi2() local
|
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.string/ |
D | p1.cpp | 7 char x2[] = "hello"; variable
|