/ndk/tests/device/test-stlport_shared-exception/jni/ |
dyncast7.cpp | 16 const B& b2 = dynamic_cast<B&>(a); local
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
dyncast7.cpp | 16 const B& b2 = dynamic_cast<B&>(a); local
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/ |
MimeBoundaryInputStream.java | 129 int b2 = s.read();
local 131 if (b1 == '\r' && b2 == '\n') {
137 if (b2 != -1) {
138 s.unread(b2);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
find-extra-includes | 90 my $b2 = $file; 92 $b2 =~ s/\..+$//; 93 print "$paths{$file} does not need to include $i1, because $i2 does\n" if $b1 ne $b2;
|
/external/lzma/CPP/Common/ |
MyGuidDef.h | 49 #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
50 MY_EXTERN_C const GUID name = { l, w1, w2, { b1, b2, b3, b4, b5, b6, b7, b8 } }
52 #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
|
/libcore/benchmarks/src/benchmarks/regression/ |
EqualsHashCodeBenchmark.java | 44 Object b2; field in class:EqualsHashCodeBenchmark 50 b2 = type.newInstance("http://developer.android.com/reference/java/net/URI.html"); 57 b1.equals(b2);
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_utilities_poly.h | 111 double b0,b1,b2; local 113 b0=b[0];b1=b[1];b2=b[2]; 117 d[2]=a0*b2; 123 double b0,b1,b2; local 125 b0=b[0];b1=b[1];b2=b[2]; 129 d[2]=a0*b2+a1*b1; 130 d[3]= a1*b2; 137 double b0,b1,b2,b3; local 139 b0=b[0];b1=b[1];b2=b[2];b3=b[3]; 143 d[2]=a0*b2+a1*b1 162 double b0,b1,b2; local 196 double b0,b1,b2; local 208 double b0,b1,b2,b3; local [all...] |
/packages/apps/Camera2/jni/feature_stab/db_vlvm/ |
db_utilities_poly.h | 111 double b0,b1,b2; local 113 b0=b[0];b1=b[1];b2=b[2]; 117 d[2]=a0*b2; 123 double b0,b1,b2; local 125 b0=b[0];b1=b[1];b2=b[2]; 129 d[2]=a0*b2+a1*b1; 130 d[3]= a1*b2; 137 double b0,b1,b2,b3; local 139 b0=b[0];b1=b[1];b2=b[2];b3=b[3]; 143 d[2]=a0*b2+a1*b1 162 double b0,b1,b2; local 196 double b0,b1,b2; local 208 double b0,b1,b2,b3; local [all...] |
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_utilities_poly.h | 111 double b0,b1,b2; local 113 b0=b[0];b1=b[1];b2=b[2]; 117 d[2]=a0*b2; 123 double b0,b1,b2; local 125 b0=b[0];b1=b[1];b2=b[2]; 129 d[2]=a0*b2+a1*b1; 130 d[3]= a1*b2; 137 double b0,b1,b2,b3; local 139 b0=b[0];b1=b[1];b2=b[2];b3=b[3]; 143 d[2]=a0*b2+a1*b1 162 double b0,b1,b2; local 196 double b0,b1,b2; local 208 double b0,b1,b2,b3; local [all...] |
/external/chromium_org/third_party/smhasher/src/ |
AvalancheTest.h | 168 double b2 = double(bins[(out1 * hashbits + out2) * 4 + b]) / double(reps / 2); local 169 b2 = fabs(b2 * 2 - 1); 171 if(b2 > bias) bias = b2; 303 double b2 = double(bins[b]) / double(reps / 2); local 304 b2 = fabs(b2 * 2 - 1); 306 if(b2 > bias) bias = b2; 391 double b2 = double(bins[b]) \/ double(reps \/ 2); local [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
PorterDuffColorFilterTest.java | 36 Bitmap b2 = Bitmap.createBitmap(width, height / 2, Config.ARGB_8888); local 37 b2.eraseColor(Color.BLUE); 48 canvas.drawBitmap(b2, 0, height / 2, p); 61 canvas.drawBitmap(b2, 0, height / 2, p); 71 canvas.drawBitmap(b2, 0, height / 2, p);
|
PorterDuffXfermodeTest.java | 39 Bitmap b2 = Bitmap.createBitmap(WIDTH, HEIGHT / 2, Config.ARGB_8888); local 40 b2.eraseColor(Color.BLUE); 46 canvas.drawBitmap(b2, 0, HEIGHT / 2, p); 55 canvas.drawBitmap(b2, 0, HEIGHT / 2, p); 64 canvas.drawBitmap(b2, 0, HEIGHT / 2, p);
|
PixelXorXfermodeTest.java | 34 Bitmap b2 = Bitmap.createBitmap(width, height / 2, Config.ARGB_8888); local 35 b2.eraseColor(Color.CYAN); 43 canvas.drawBitmap(b2, 0, height / 2, p);
|
/external/libvpx/libvpx/vp8/encoder/ |
dct.c | 68 int a2, b2, c2, d2; local 99 b2 = b1 + c1; 104 b2 += b2<0; 109 op[4] = (b2+3) >> 3;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/ |
call_traits.hpp | 47 template <typename T, bool isp, bool b1, bool b2> 53 template <typename T, bool isp, bool b2> 54 struct ct_imp<T, isp, true, b2> 65 template <typename T, bool b1, bool b2> 66 struct ct_imp<T, true, b1, b2>
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
idnaref.cpp | 136 char* b2 = b2Stack; local 161 error = punycode_encode(b1Len,b1,caseFlags, (uint32_t*)&b2Len, b2); 166 b2 = (char*) uprv_malloc( b2Len * sizeof(char)); 167 if(b2==NULL){ 174 punycode_status error = punycode_encode(b1Len,b1,caseFlags, (uint32_t*)&b2Len, b2); 182 convertASCIIToUChars(b2,dest,b2Len); 191 if(b2Stack != b2){ 192 uprv_free(b2); 209 uint32_t* b2 = b2Stack; local 212 punycode_status error = punycode_decode(srcLength,b1,(uint32_t*)&b2Len,b2,caseFlags) 259 UChar *b1 = b1Stack, *b2 = b2Stack; local 430 UChar *b1 = b1Stack, *b2 = b2Stack, *b1Prime=NULL, *b3=b3Stack; local 997 UChar *b1 = b1Stack, *b2 = b2Stack; local [all...] |
/external/icu4c/test/intltest/ |
idnaref.cpp | 136 char* b2 = b2Stack; local 161 error = punycode_encode(b1Len,b1,caseFlags, (uint32_t*)&b2Len, b2); 166 b2 = (char*) uprv_malloc( b2Len * sizeof(char)); 167 if(b2==NULL){ 174 punycode_status error = punycode_encode(b1Len,b1,caseFlags, (uint32_t*)&b2Len, b2); 182 convertASCIIToUChars(b2,dest,b2Len); 191 if(b2Stack != b2){ 192 uprv_free(b2); 209 uint32_t* b2 = b2Stack; local 212 punycode_status error = punycode_decode(srcLength,b1,(uint32_t*)&b2Len,b2,caseFlags) 259 UChar *b1 = b1Stack, *b2 = b2Stack; local 432 UChar *b1 = b1Stack, *b2 = b2Stack, *b1Prime=NULL, *b3=b3Stack; local 999 UChar *b1 = b1Stack, *b2 = b2Stack; local [all...] |
/external/chromium_org/third_party/icu/source/common/ |
uidna.cpp | 205 UChar *b1 = b1Stack, *b2 = b2Stack; local 336 b2Len = u_strToPunycode(b1,b1Len,b2,b2Capacity,caseFlags, status); 341 b2 = (UChar*) uprv_malloc(b2Len * U_SIZEOF_UCHAR); 342 if(b2 == NULL){ 349 b2Len = u_strToPunycode(b1,b1Len,b2,b2Len,caseFlags, status); 357 // toASCIILower(b2,b2Len); 366 //Step 6: copy the contents in b2 into dest 367 uprv_memcpy(dest+ACE_PREFIX_LENGTH, b2, b2Len * U_SIZEOF_UCHAR); 385 if(b2 != b2Stack){ 386 uprv_free(b2); 410 UChar *b1 = b1Stack, *b2 = b2Stack, *b1Prime=NULL, *b3=b3Stack; local 871 UChar *b1 = b1Stack, *b2 = b2Stack; local [all...] |
/external/icu4c/common/ |
uidna.cpp | 205 UChar *b1 = b1Stack, *b2 = b2Stack; local 336 b2Len = u_strToPunycode(b1,b1Len,b2,b2Capacity,caseFlags, status); 341 b2 = (UChar*) uprv_malloc(b2Len * U_SIZEOF_UCHAR); 342 if(b2 == NULL){ 349 b2Len = u_strToPunycode(b1,b1Len,b2,b2Len,caseFlags, status); 357 // toASCIILower(b2,b2Len); 366 //Step 6: copy the contents in b2 into dest 367 uprv_memcpy(dest+ACE_PREFIX_LENGTH, b2, b2Len * U_SIZEOF_UCHAR); 385 if(b2 != b2Stack){ 386 uprv_free(b2); 410 UChar *b1 = b1Stack, *b2 = b2Stack, *b1Prime=NULL, *b3=b3Stack; local 871 UChar *b1 = b1Stack, *b2 = b2Stack; local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xpoll.h | 174 #define XFD_ANDSET(dst,b1,b2) { \ 177 __XFDS_BITS((dst), __i__) = ((__XFDS_BITS((b1), __i__)) & (__XFDS_BITS((b2), __i__))); \ 179 #define XFD_ORSET(dst,b1,b2) { \ 182 __XFDS_BITS((dst), __i__) = ((__XFDS_BITS((b1), __i__)) | (__XFDS_BITS((b2), __i__))); \ 217 #define XFD_ANDSET(dst,b1,b2) { \ 221 if (FD_ISSET(XFD_FD(b1,__i), b2)) \ 226 #define XFD_ORSET(dst,b1,b2) { \ 229 for (__i = 0; __i < XFD_SETCOUNT(b2) ; __i++) { \ 230 if (!FD_ISSET(XFD_FD(b2,__i), dst)) \ 231 FD_SET(XFD_FD(b2,__i), dst); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xpoll.h | 174 #define XFD_ANDSET(dst,b1,b2) { \ 177 __XFDS_BITS((dst), __i__) = ((__XFDS_BITS((b1), __i__)) & (__XFDS_BITS((b2), __i__))); \ 179 #define XFD_ORSET(dst,b1,b2) { \ 182 __XFDS_BITS((dst), __i__) = ((__XFDS_BITS((b1), __i__)) | (__XFDS_BITS((b2), __i__))); \ 217 #define XFD_ANDSET(dst,b1,b2) { \ 221 if (FD_ISSET(XFD_FD(b1,__i), b2)) \ 226 #define XFD_ORSET(dst,b1,b2) { \ 229 for (__i = 0; __i < XFD_SETCOUNT(b2) ; __i++) { \ 230 if (!FD_ISSET(XFD_FD(b2,__i), dst)) \ 231 FD_SET(XFD_FD(b2,__i), dst); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xpoll.h | 174 #define XFD_ANDSET(dst,b1,b2) { \ 177 __XFDS_BITS((dst), __i__) = ((__XFDS_BITS((b1), __i__)) & (__XFDS_BITS((b2), __i__))); \ 179 #define XFD_ORSET(dst,b1,b2) { \ 182 __XFDS_BITS((dst), __i__) = ((__XFDS_BITS((b1), __i__)) | (__XFDS_BITS((b2), __i__))); \ 217 #define XFD_ANDSET(dst,b1,b2) { \ 221 if (FD_ISSET(XFD_FD(b1,__i), b2)) \ 226 #define XFD_ORSET(dst,b1,b2) { \ 229 for (__i = 0; __i < XFD_SETCOUNT(b2) ; __i++) { \ 230 if (!FD_ISSET(XFD_FD(b2,__i), dst)) \ 231 FD_SET(XFD_FD(b2,__i), dst); [all...] |
/external/libffi/testsuite/libffi.call/ |
nested_struct4.c | 22 static B B_fn(struct A b2, struct B b3) 26 result.x.a = b2.a + b3.x.a; 27 result.x.b = b2.b + b3.x.b + b3.y; 28 result.y = b2.b + b3.x.b; 30 printf("%d %d %d %d %d: %d %d %d\n", (int)b2.a, b2.b,
|
nested_struct5.c | 22 static B B_fn(struct A b2, struct B b3) 26 result.x.a = b2.a + b3.x.a; 27 result.x.b = b2.b + b3.x.b + b3.y; 28 result.y = b2.b + b3.x.b; 30 printf("%d %d %d %d %d: %d %d %d\n", (int)b2.a, b2.b,
|
nested_struct7.c | 22 static B B_fn(struct A b2, struct B b3) 26 result.x.a = b2.a + b3.x.a; 27 result.x.b = b2.b + b3.x.b + b3.y; 28 result.y = b2.b + b3.x.b; 30 printf("%d %d %d %d %d: %d %d %d\n", (int)b2.a, b2.b,
|