/external/clang/test/CXX/class.derived/class.virtual/ |
p12.cpp | 12 // CHECK: xp->test24_B::wibble() 17 void foo(test24_B *xp) { 18 xp->test24_B::wibble();
|
/external/clang/test/CXX/expr/expr.mptr.oper/ |
p6-0x.cpp | 15 void test(X *xp, int (X::*pmf)(int), int (X::*l_pmf)(int) &, 21 (xp->*pmf)(17); 27 (xp->*l_pmf)(17); 33 (xp->*r_pmf)(17); // expected-error{{pointer-to-member function type 'int (X::*)(int) &&' can only be called on an rvalue}}
|
/external/ceres-solver/examples/ |
snavely_reprojection_error.h | 74 T xp = - p[0] / p[2]; local 80 T r2 = xp*xp + yp*yp; 84 T predicted_x = focal * distortion * xp; 131 T xp = - p[0] / p[2]; local 135 T r2 = xp*xp + yp*yp; 139 T predicted_x = focal * distortion * xp;
|
/external/kernel-headers/original/asm-x86/ |
pgtable-2level.h | 36 #define pte_clear(mm,addr,xp) do { set_pte_at(mm, addr, xp, __pte(0)); } while (0) 37 #define pmd_clear(xp) do { set_pmd(xp, __pmd(0)); } while (0) 39 static inline void native_pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *xp) 41 *xp = __pte(0); 45 static inline pte_t native_ptep_get_and_clear(pte_t *xp) 47 return __pte(xchg(&xp->pte_low, 0)); 50 #define native_ptep_get_and_clear(xp) native_local_ptep_get_and_clear(xp) [all...] |
/external/clang/test/SemaCXX/ |
member-expr.cpp | 11 void test(X* xp, X x) { 13 int i2 = xp->f(); 15 xp->E; // expected-error{{cannot refer to type member 'E' in 'X' with '->'}} 17 int i4 = xp->Enumerator; 19 xp->mem = 2; 21 float f2 = xp->g(); 40 void test2(X *xp) { 41 xp->::i = 7; // expected-error{{qualified member access refers to a member in the global namespace}} 42 xp->C::i = 7; // expected-error{{qualified member access refers to a member in namespace 'C'}}
|
/external/compiler-rt/BlocksRuntime/tests/ |
objectRRGC.c | 47 MyStruct_t xp = (MyStruct_t)&X; local 48 xp->field = 10; 49 void (^myBlock)(void) = ^{ printf("field is %ld\n", xp->field); };
|
objectassign.c | 50 MyStruct_t xp = (MyStruct_t)&X; local 51 xp->field = 10; 52 void (^myBlock)(void) = ^{ printf("field is %ld\n", xp->field); };
|
/bionic/libc/kernel/arch-x86/asm/ |
pgtable-2level.h | 30 #define pte_clear(mm,addr,xp) do { set_pte_at(mm, addr, xp, __pte(0)); } while (0) 31 #define pmd_clear(xp) do { set_pmd(xp, __pmd(0)); } while (0) 32 #define native_ptep_get_and_clear(xp) native_local_ptep_get_and_clear(xp)
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
pgtable-2level.h | 30 #define pte_clear(mm,addr,xp) do { set_pte_at(mm, addr, xp, __pte(0)); } while (0) 31 #define pmd_clear(xp) do { set_pmd(xp, __pmd(0)); } while (0) 32 #define native_ptep_get_and_clear(xp) native_local_ptep_get_and_clear(xp)
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/ |
pgtable-2level.h | 23 #define pte_clear(mm,addr,xp) do { set_pte_at(mm, addr, xp, __pte(0)); } while (0) 24 #define pmd_clear(xp) do { set_pmd(xp, __pmd(0)); } while (0) 25 #define native_ptep_get_and_clear(xp) native_local_ptep_get_and_clear(xp)
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/ |
pgtable-2level.h | 23 #define pte_clear(mm,addr,xp) do { set_pte_at(mm, addr, xp, __pte(0)); } while (0) 24 #define pmd_clear(xp) do { set_pmd(xp, __pmd(0)); } while (0) 25 #define native_ptep_get_and_clear(xp) native_local_ptep_get_and_clear(xp)
|
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/ |
pgtable-2level.h | 23 #define pte_clear(mm,addr,xp) do { set_pte_at(mm, addr, xp, __pte(0)); } while (0) 24 #define pmd_clear(xp) do { set_pmd(xp, __pmd(0)); } while (0) 25 #define native_ptep_get_and_clear(xp) native_local_ptep_get_and_clear(xp)
|
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/ |
pgtable-2level.h | 23 #define pte_clear(mm,addr,xp) do { set_pte_at(mm, addr, xp, __pte(0)); } while (0) 24 #define pmd_clear(xp) do { set_pmd(xp, __pmd(0)); } while (0) 25 #define native_ptep_get_and_clear(xp) native_local_ptep_get_and_clear(xp)
|
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/ |
pgtable-2level.h | 23 #define pte_clear(mm,addr,xp) do { set_pte_at(mm, addr, xp, __pte(0)); } while (0) 24 #define pmd_clear(xp) do { set_pmd(xp, __pmd(0)); } while (0) 25 #define native_ptep_get_and_clear(xp) native_local_ptep_get_and_clear(xp)
|
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/ |
pgtable-2level.h | 30 #define pte_clear(mm,addr,xp) do { set_pte_at(mm, addr, xp, __pte(0)); } while (0) 31 #define pmd_clear(xp) do { set_pmd(xp, __pmd(0)); } while (0) 32 #define native_ptep_get_and_clear(xp) native_local_ptep_get_and_clear(xp)
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/ |
pgtable-2level.h | 30 #define pte_clear(mm,addr,xp) do { set_pte_at(mm, addr, xp, __pte(0)); } while (0) 31 #define pmd_clear(xp) do { set_pmd(xp, __pmd(0)); } while (0) 32 #define native_ptep_get_and_clear(xp) native_local_ptep_get_and_clear(xp)
|
/external/clang/test/CXX/basic/basic.def.odr/ |
p2-typeid.cpp | 28 void test(X<Poly> xp, X<Poly, Poly&> xpr, X<NonPoly> xnp, X<NonPoly, NonPoly&> xnpr) { 30 xp.g(Poly());
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_image_homography.h | 34 Solve for projective H such that xp~Hx. Prior normalization is not necessary, 51 Solve for affine H such that xp~Hx. Prior normalization is not necessary, 66 Solve for rotation R such that xp~Rx. 81 double* xp[2]; local 86 xp[0]=xp1; 87 xp[1]=xp2; 88 db_StitchSimilarity3DRaw(&scale,R,t,xp,x,2,1,0,1,0); 93 H=diag(f,f,1)*R*diag(1/f,1/f,1) such that xp~Hx. 105 takes the nr_points inhomogenous 2D points X to Xp, 107 Xp and X we would hav [all...] |
db_image_homography.cpp | 31 ratio between coordinate i_num and i_den of xp is equal to the ratio 35 double xp[3],double x[3]) 37 db_MultiplyScalarCopy3(c+3*i_den,x, xp[i_num]); 38 db_MultiplyScalarCopy3(c+3*i_num,x, -xp[i_den]); 42 /*Compute two constraints on H generated by the correspondence (Xp,X), 43 assuming that Xp ~= H*X. No normalization is used*/ 44 inline void db_SProjImagePointPointConstraints(double c1[9],double c2[9],double xp[3],double x[3]) 48 /*Find index of coordinate of Xp with largest absolute value*/ 49 ma_ind=db_MaxAbsIndex3(xp); 57 db_SProjImagePointPointConstraint(c1,1,0,2,xp,x) [all...] |
/packages/apps/Gallery2/jni_mosaic/feature_stab/db_vlvm/ |
db_image_homography.h | 34 Solve for projective H such that xp~Hx. Prior normalization is not necessary, 51 Solve for affine H such that xp~Hx. Prior normalization is not necessary, 66 Solve for rotation R such that xp~Rx. 81 double* xp[2]; local 86 xp[0]=xp1; 87 xp[1]=xp2; 88 db_StitchSimilarity3DRaw(&scale,R,t,xp,x,2,1,0,1,0); 93 H=diag(f,f,1)*R*diag(1/f,1/f,1) such that xp~Hx. 105 takes the nr_points inhomogenous 2D points X to Xp, 107 Xp and X we would hav [all...] |
db_image_homography.cpp | 31 ratio between coordinate i_num and i_den of xp is equal to the ratio 35 double xp[3],double x[3]) 37 db_MultiplyScalarCopy3(c+3*i_den,x, xp[i_num]); 38 db_MultiplyScalarCopy3(c+3*i_num,x, -xp[i_den]); 42 /*Compute two constraints on H generated by the correspondence (Xp,X), 43 assuming that Xp ~= H*X. No normalization is used*/ 44 inline void db_SProjImagePointPointConstraints(double c1[9],double c2[9],double xp[3],double x[3]) 48 /*Find index of coordinate of Xp with largest absolute value*/ 49 ma_ind=db_MaxAbsIndex3(xp); 57 db_SProjImagePointPointConstraint(c1,1,0,2,xp,x) [all...] |
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_image_homography.h | 34 Solve for projective H such that xp~Hx. Prior normalization is not necessary, 51 Solve for affine H such that xp~Hx. Prior normalization is not necessary, 66 Solve for rotation R such that xp~Rx. 81 double* xp[2]; local 86 xp[0]=xp1; 87 xp[1]=xp2; 88 db_StitchSimilarity3DRaw(&scale,R,t,xp,x,2,1,0,1,0); 93 H=diag(f,f,1)*R*diag(1/f,1/f,1) such that xp~Hx. 105 takes the nr_points inhomogenous 2D points X to Xp, 107 Xp and X we would hav [all...] |
/external/mksh/src/ |
eval.c | 1045 varsub(Expand *xp, const char *sp, const char *word, 1061 xp->var = NULL; 1128 xp->str = shf_smprintf("%d", c); 1189 xp->str = null; 1190 xp->var = global(sp); 1193 xp->u.strv = (const char **)e->loc->argv + 1; 1194 xp->str = *xp->u.strv++; 1196 xp->split = tobool(c == '@'); 1229 xp->str = null 1463 char *xp; local 1480 char *xp = *xpp; local [all...] |
/external/clang/test/CodeGenCXX/ |
delete.cpp | 115 void global_delete_virtual(X *xp) { 118 // CHECK: [[T0:%.*]] = bitcast [[X:%.*]]* [[XP:%.*]] to i64** 122 // CHECK-NEXT: [[T0:%.*]] = bitcast [[X]]* [[XP]] to i8* 126 // CHECK-NEXT: [[T0:%.*]] = bitcast [[X:%.*]]* [[XP:%.*]] to void ([[X]]*)*** 133 ::delete xp;
|
/external/openssl/crypto/x509v3/ |
v3_purp.c | 67 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, int ca); 68 static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca); 69 static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca); 71 static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x, int ca); 72 static int check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x, int ca); 73 static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x, int ca); 74 static int check_purpose_timestamp_sign(const X509_PURPOSE *xp, const X509 *x, int ca); 75 static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca); 76 static int ocsp_helper(const X509_PURPOSE *xp, const X509 *x, int ca); 250 int X509_PURPOSE_get_id(X509_PURPOSE *xp) [all...] |