/external/opencv/cvaux/src/ |
cvvideo.cpp | 38 // the use of this software, even if advised of the possibility of such damage. 52 CvMat even_stub, *even = (CvMat*)fieldEven; local 58 CV_CALL( even = cvGetMat( even, &even_stub )); 61 if( !CV_ARE_TYPES_EQ( frame, even ) || !CV_ARE_TYPES_EQ( frame, odd )) 64 if( frame->cols != even->cols || frame->cols != odd->cols || 65 frame->rows != even->rows*2 || odd->rows != even->rows ) 68 size = cvGetMatSize( even ); 69 size.width *= CV_ELEM_SIZE( even->type ) [all...] |
/external/stlport/test/unit/ |
ptr2_test.cpp | 39 bool even(int n_) function 73 int* p = find_if((int*)array, (int*)array + 3, pointer_to_unary_function<int, bool>(even)); 81 int* p = find_if((int*)array, (int*)array + 3, ptr_fun(even));
|
/ndk/tests/device/test-gnustl-full/unit/ |
ptr2_test.cpp | 39 bool even(int n_) function 73 int* p = find_if((int*)array, (int*)array + 3, pointer_to_unary_function<int, bool>(even)); 81 int* p = find_if((int*)array, (int*)array + 3, ptr_fun(even));
|
/ndk/tests/device/test-stlport/unit/ |
ptr2_test.cpp | 39 bool even(int n_) function 73 int* p = find_if((int*)array, (int*)array + 3, pointer_to_unary_function<int, bool>(even)); 81 int* p = find_if((int*)array, (int*)array + 3, ptr_fun(even));
|
/build/tools/zipalign/ |
ZipEntry.cpp | 362 time_t even; local 367 /* round up to an even number of seconds */ 368 even = (time_t)(((unsigned long)(when) + 1) & (~1)); 372 ptm = localtime_r(&even, &tmResult); 374 ptm = localtime(&even);
|
/external/eigen/test/ |
householder.cpp | 16 static bool even = true; local 17 even = !even; 58 if(even) v1.tail(rows-1).setZero(); 69 if(even) v1.tail(rows-1).setZero();
|
/frameworks/base/tools/aapt/ |
ZipEntry.cpp | 362 time_t even; local 367 /* round up to an even number of seconds */ 368 even = (time_t)(((unsigned long)(when) + 1) & (~1)); 372 ptm = localtime_r(&even, &tmResult); 374 ptm = localtime(&even);
|
/external/chromium_org/third_party/zlib/ |
crc32.c | 379 unsigned long even[GF2_DIM]; /* even-power-of-two zeros operator */ local 394 /* put operator for two zero bits in even */ 395 gf2_matrix_square(even, odd); 398 gf2_matrix_square(odd, even); 401 zero byte, eight zero bits, in even) */ 404 gf2_matrix_square(even, odd); 406 crc1 = gf2_matrix_times(even, crc1); 413 /* another iteration of the loop with odd and even swapped */ 414 gf2_matrix_square(odd, even); [all...] |
/external/qemu/distrib/zlib-1.2.3/ |
crc32.c | 377 unsigned long even[GF2_DIM]; /* even-power-of-two zeros operator */ local 392 /* put operator for two zero bits in even */ 393 gf2_matrix_square(even, odd); 396 gf2_matrix_square(odd, even); 399 zero byte, eight zero bits, in even) */ 402 gf2_matrix_square(even, odd); 404 crc1 = gf2_matrix_times(even, crc1); 411 /* another iteration of the loop with odd and even swapped */ 412 gf2_matrix_square(odd, even); [all...] |
/external/zlib/src/ |
crc32.c | 362 unsigned long even[GF2_DIM]; /* even-power-of-two zeros operator */ local 377 /* put operator for two zero bits in even */ 378 gf2_matrix_square(even, odd); 381 gf2_matrix_square(odd, even); 384 zero byte, eight zero bits, in even) */ 387 gf2_matrix_square(even, odd); 389 crc1 = gf2_matrix_times(even, crc1); 396 /* another iteration of the loop with odd and even swapped */ 397 gf2_matrix_square(odd, even); [all...] |
/external/skia/bench/ |
GameBench.cpp | 257 int even = (y / kCheckSize) % 2; local 262 if (even == (x / kCheckSize) % 2) {
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
testidna.cpp | 995 UChar even[MAX_DEST_SIZE]; local [all...] |
/external/icu4c/test/intltest/ |
testidna.cpp | 995 UChar even[MAX_DEST_SIZE]; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_arit.c | 2521 LLVMValueRef even = NULL, odd = NULL; local [all...] |
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_arit.c | 2521 LLVMValueRef even = NULL, odd = NULL; local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant.jar | |
/prebuilts/tools/common/ant/ |
ant.jar | |
/prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/ |
ant-1.8.0.jar | |