/external/dropbear/libtomcrypt/src/math/fp/ |
ltc_ecc_fp_mulmod.c | 1114 int idx1, idx2, err; local [all...] |
/external/jdiff/src/jdiff/ |
CommentsHandler.java | 70 int idx1 = JDiff.oldFileName.lastIndexOf('.'); local 72 String filename2 = JDiff.oldFileName.substring(0, idx1) +
|
/frameworks/base/graphics/java/android/renderscript/ |
Mesh.java | 693 * @param idx1 index of the first vertex in the triangle 699 public TriangleMeshBuilder addTriangle(int idx1, int idx2, int idx3) { 700 if((idx1 >= mVtxCount) || (idx1 < 0) || 710 mIndexData[mIndexCount++] = (short)idx1;
|
/dalvik/libdex/ |
DexProto.cpp | 296 u4 idx1 = dexTypeListGetIdx(typeList1, i); local 299 strcmp(dexStringByTypeIdx(dexFile1, idx1),
|
DexSwapVerify.cpp | 734 u4 idx1 = dexParameterIteratorNextIndex(&iterator); local 736 if (idx1 == kDexNoIndex) { 745 if (idx0 < idx1) { 747 } else if (idx0 > idx1) { 1032 u4 idx1 = dexTypeListGetIdx(interfaces, i); local [all...] |
/external/opencv/cv/include/ |
cvcompat.h | 481 #define cvQueryHistValue_2D( hist, idx0, idx1 ) \ 482 ((float)cvGetReal2D( (hist)->bins, (idx0), (idx1))) 483 #define cvQueryHistValue_3D( hist, idx0, idx1, idx2 ) \ 484 ((float)cvGetReal3D( (hist)->bins, (idx0), (idx1), (idx2))) 492 #define cvGetHistValue_2D( hist, idx0, idx1 ) \ 493 ((float*)cvPtr2D( (hist)->bins, (idx0), (idx1), 0)) 494 #define cvGetHistValue_3D( hist, idx0, idx1, idx2 ) \ 495 ((float*)cvPtr3D( (hist)->bins, (idx0), (idx1), (idx2), 0)) [all...] |
/external/opencv/cv/src/ |
cvemd.cpp | 99 int* idx1; member in struct:CvEMDState 308 int ci = state.idx1[i]; 361 sizeof( int ) + sizeof(CvNode2D*)) + /* idx1 & idx2 */ 385 state->idx1 = (int*) buffer; 406 state->idx1[ssize++] = i; 438 state->idx1[ssize++] = -1; 508 int ci = state->idx1[i]; [all...] |
/external/opencv/cxcore/include/ |
cxcore.h | 336 /* ptr = &arr(idx0,idx1,...). All indexes are zero-based, 339 CVAPI(uchar*) cvPtr2D( const CvArr* arr, int idx0, int idx1, int* type CV_DEFAULT(NULL) ); 340 CVAPI(uchar*) cvPtr3D( const CvArr* arr, int idx0, int idx1, int idx2, 351 /* value = arr(idx0,idx1,...) */ 353 CVAPI(CvScalar) cvGet2D( const CvArr* arr, int idx0, int idx1 ); 354 CVAPI(CvScalar) cvGet3D( const CvArr* arr, int idx0, int idx1, int idx2 ); 359 CVAPI(double) cvGetReal2D( const CvArr* arr, int idx0, int idx1 ); 360 CVAPI(double) cvGetReal3D( const CvArr* arr, int idx0, int idx1, int idx2 ); 363 /* arr(idx0,idx1,...) = value */ 365 CVAPI(void) cvSet2D( CvArr* arr, int idx0, int idx1, CvScalar value ) [all...] |
/external/opencv/cxcore/src/ |
cxutils.cpp | 876 int idx1 = pair_buf[j], idx2 = pair_buf[j+1], row1, row2; local 878 row1 = idx1/step; row2 = idx2/step; 879 p = idata + row1*step + (idx1 - row1*cols)*elem_size; 888 int idx1 = pair_buf[j], idx2 = pair_buf[j+1], row1, row2; local 890 row1 = idx1/step; row2 = idx2/step; 891 p = data + row1*step + (idx1 - row1*cols)*elem_size; [all...] |
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
Blend.cpp | 437 unsigned char idx1 = imgMos.Y.ptr[y][x]; local 451 imgMos.V.ptr[y][x + o] = idx1; 490 unsigned char idx1 = imgMos.Y.ptr[y][x]; local 504 imgMos.V.ptr[y + o][x] = idx1; [all...] |
/ndk/sources/host-tools/sed-4.2.1/lib/ |
regcomp.c | 3414 int32_t idx1, idx2; local [all...] |
/external/opencv/ml/src/ |
ml_inner_functions.cpp | [all...] |
/external/clang/lib/CodeGen/ |
CGObjCMac.cpp | [all...] |
/prebuilt/sdk/14/ |
android.jar | |