HomeSort by relevance Sort by last modified time
    Searched defs:odd (Results 1 - 25 of 29) sorted by null

1 2

  /ndk/tests/device/test-gnustl-full/unit/
unary.h 11 struct odd : public unary_function<int, bool> { struct in inherits:unary_function
count_test.cpp 24 static int odd(int a_);
62 int elements = count_if(numbers.begin(), numbers.end(), odd);
66 count_if(numbers.begin(), numbers.end(), odd, elements);
70 int CountTest::odd(int a_) function in class:CountTest
rm_cp_test.cpp 46 static bool odd(int a_) function
88 replace_if(v1.begin(), v1.end(), odd, 42);
163 replace_copy_if(v1.begin(), v1.end(), v2.begin(), odd, 42);
205 remove_if((int*)numbers, (int*)numbers + 6, odd);
236 remove_copy_if((int*)numbers, (int*)numbers + 6, (int*)result, odd);
find_test.cpp 29 static bool odd(int a_);
78 int *location = find_if((int*)numbers, (int*)numbers + 6, odd);
84 int *out_range = find_if((int*)numbers_even, (int*)numbers_even + 6, odd);
107 bool FindTest::odd(int a_) function in class:FindTest
  /ndk/tests/device/test-stlport/unit/
unary.h 11 struct odd : public unary_function<int, bool> { struct in inherits:unary_function
count_test.cpp 24 static int odd(int a_);
62 int elements = count_if(numbers.begin(), numbers.end(), odd);
66 count_if(numbers.begin(), numbers.end(), odd, elements);
70 int CountTest::odd(int a_) function in class:CountTest
rm_cp_test.cpp 46 static bool odd(int a_) function
88 replace_if(v1.begin(), v1.end(), odd, 42);
163 replace_copy_if(v1.begin(), v1.end(), v2.begin(), odd, 42);
205 remove_if((int*)numbers, (int*)numbers + 6, odd);
236 remove_copy_if((int*)numbers, (int*)numbers + 6, (int*)result, odd);
find_test.cpp 29 static bool odd(int a_);
78 int *location = find_if((int*)numbers, (int*)numbers + 6, odd);
84 int *out_range = find_if((int*)numbers_even, (int*)numbers_even + 6, odd);
107 bool FindTest::odd(int a_) function in class:FindTest
  /external/opencv/cvaux/src/
cvvideo.cpp 53 CvMat odd_stub, *odd = (CvMat*)fieldOdd; local
59 CV_CALL( odd = cvGetMat( odd, &odd_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 )
75 memcpy( odd->data.ptr + even->step*y,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
CdmaSmsSubaddress.java 22 public byte odd; field in class:CdmaSmsSubaddress
  /external/eigen/Eigen/src/Geometry/
EulerAngles.h 48 const Index odd = ((a0+1)%3 == a1) ? 0 : 1; local
50 const Index j = (a0 + 1 + odd)%3;
51 const Index k = (a0 + 2 - odd)%3;
56 if((odd && res[0]<Scalar(0)) || ((!odd) && res[0]>Scalar(0)))
86 if((odd && res[0]<Scalar(0)) || ((!odd) && res[0]>Scalar(0))) {
96 if (!odd)
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/util/
looper.py 99 def odd(self): member in class:loop_pos
101 odd = property(odd) variable in class:loop_pos
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_crc32.c 363 unsigned long odd[GF2_DIM]; /* odd-power-of-two zeros operator */ local
369 /* put operator for one zero bit in odd */
370 odd[0] = 0xedb88320UL; /* CRC-32 polynomial */
373 odd[n] = row;
378 gf2_matrix_square(even, odd);
380 /* put operator for four zero bits in odd */
381 gf2_matrix_square(odd, even);
387 gf2_matrix_square(even, odd);
396 /* another iteration of the loop with odd and even swapped *
    [all...]
  /external/zlib/src/
crc32.c 363 unsigned long odd[GF2_DIM]; /* odd-power-of-two zeros operator */ local
369 /* put operator for one zero bit in odd */
370 odd[0] = 0xedb88320UL; /* CRC-32 polynomial */
373 odd[n] = row;
378 gf2_matrix_square(even, odd);
380 /* put operator for four zero bits in odd */
381 gf2_matrix_square(odd, even);
387 gf2_matrix_square(even, odd);
396 /* another iteration of the loop with odd and even swapped *
    [all...]
  /frameworks/native/libs/gui/tests/
SurfaceTextureGL_test.cpp 534 android_native_rect_t odd = {23, 78, 123, 477}; local
535 ASSERT_EQ(OK, native_window_set_crop(mANW.get(), &odd));
  /external/icu/icu4c/source/test/intltest/
testidna.cpp 996 UChar odd[MAX_DEST_SIZE]; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 2521 LLVMValueRef even = NULL, odd = NULL; local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cbiditst.c 1150 UBool odd; local
    [all...]
  /hardware/ril/include/telephony/
ril_cdma_sms.h 128 unsigned char odd; member in struct:__anon27192
  /external/v8/src/
jsregexp.cc 1869 bool odd = (((cut_index - start_index) & 1) == 1); local
    [all...]
  /external/guava/guava/lib/
jdiff.jar 
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /prebuilts/devtools/tools/lib/
emma.jar 
emma_device.jar 

Completed in 417 milliseconds

1 2