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

1 2 3 4 5 6 7 8 9

  /external/clang/test/Analysis/
NewDelete-path-notes.cpp 17 struct Odd {
23 void test(Odd *odd) {
24 odd->kill(); // expected-note{{Calling 'Odd::kill'}}
26 delete odd; // expected-warning {{Attempt to free released memory}}
303 // CHECK-NEXT: <string>Calling &apos;Odd::kill&apos;</string>
305 // CHECK-NEXT: <string>Calling &apos;Odd::kill&apos;</string>
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
CdmaSmsSubaddress.java 22 public byte odd; field in class:CdmaSmsSubaddress
  /external/llvm/test/MC/Mips/
update-module-level-options.s 6 # CHECK: :[[@LINE-1]]:9: error: -mno-odd-spreg prohibits the use of odd FPU registers
10 # CHECK-NOT: :[[@LINE-1]]:{{[0-9]+}}: error: -mno-odd-spreg prohibits the use of odd FPU registers
14 # CHECK: :[[@LINE-1]]:9: error: -mno-odd-spreg prohibits the use of odd FPU registers
set-oddspreg-nooddspreg-error.s 6 # CHECK-NOT: :[[@LINE-1]]:{{[0-9]+}}: error: -mno-odd-spreg prohibits the use of odd FPU registers
10 # CHECK: :[[@LINE-1]]:9: error: -mno-odd-spreg prohibits the use of odd FPU registers
nooddspreg-error.s 9 # CHECK-ERROR: :[[@LINE-1]]:15: error: -mno-odd-spreg prohibits the use of odd FPU registers
10 # CHECK-ERROR: :[[@LINE-2]]:25: error: -mno-odd-spreg prohibits the use of odd FPU registers
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/s390/
zarch-z9-109-err.l 2 .*:3: Fatal error: odd numbered general purpose register specified as register pair
  /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,
  /ndk/tests/device/test-gnustl-full/unit/
bcompos_test.cpp 38 binary_compose<logical_and<bool>, odd, positive>
39 b = binary_compose<logical_and<bool>, odd, positive>(logical_and<bool>(), odd(), positive());
52 compose2(logical_and<bool>(), odd(), positive()));
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
unary.h 11 struct odd : public unary_function<int, bool> { struct in inherits:unary_function
unary_test.cpp 47 //unary_negate<odd>::argument_type arg_val = 0;
48 int* p = find_if((int*)array, (int*)array + 3, unary_negate<odd>(odd()));
55 int* p = find_if((int*)array, (int*)array + 3, not1(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/
bcompos_test.cpp 38 binary_compose<logical_and<bool>, odd, positive>
39 b = binary_compose<logical_and<bool>, odd, positive>(logical_and<bool>(), odd(), positive());
52 compose2(logical_and<bool>(), odd(), positive()));
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
unary.h 11 struct odd : public unary_function<int, bool> { struct in inherits:unary_function
unary_test.cpp 47 //unary_negate<odd>::argument_type arg_val = 0;
48 int* p = find_if((int*)array, (int*)array + 3, unary_negate<odd>(odd()));
55 int* p = find_if((int*)array, (int*)array + 3, not1(odd()));
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
odd-float.s 1 # Source file used to test operations on odd numbered floating point
no-odd-spreg.d 3 #as: -32 -mno-odd-spreg
5 #name: -mno-odd-spreg test
odd-float.d 2 #name: MIPS odd float
mips32r2-fp32.s 8 # Even registers are supported w/ 32-bit FPU, odd
  /build/core/combo/arch/mips/
mips32r6.mk 8 -mno-odd-spreg \
  /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)
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
attr-gnu-4-71.d 4 #warning: Warning: .* uses -mgp32 -mfp64 -mno-odd-spreg \(set by .*\), .* uses -mdouble-float
attr-gnu-4-72.d 4 #warning: Warning: .* uses -mgp32 -mfp64 -mno-odd-spreg \(set by .*\), .* uses -msingle-float
attr-gnu-4-78.d 4 #warning: Warning: .* uses -mgp32 -mfp64 -mno-odd-spreg \(set by .*\), .* uses unknown floating point ABI 8

Completed in 384 milliseconds

1 2 3 4 5 6 7 8 9