Searched refs:b2 (Results 76 - 100 of 535) sorted by relevance

1234567891011>>

/external/clang/test/SemaCXX/
H A Dconvert-to-bool.cpp34 bool b2 = ctb && ecb; local
47 bool b2 = ecb; // expected-error{{no viable conversion from 'ExplicitConvToBool' to 'bool'}} local
/external/libcxx/test/numerics/numarray/template.mask.array/mask.array.assign/
H A Dmask_array.pass.cpp27 bool b2[N2] = {true, false, true, true, local
32 std::valarray<bool> vb2(b2, N2);
/external/sfntly/cpp/src/test/
H A Dbyte_array_test.cc65 ByteVector b1, b2; local
72 ReadByteArrayWithBuffer(ba2, &buffer, &b2);
74 EXPECT_EQ(b1.size(), b2.size());
75 EXPECT_TRUE(std::equal(b1.begin(), b1.end(), b2.begin()));
80 b2.clear();
84 ReadByteArrayWithSlidingWindow(ba2, window_size, &b2);
86 EXPECT_EQ(b1.size(), b2.size());
87 EXPECT_TRUE(std::equal(b1.begin(), b1.end(), b2.begin()));
H A Dtest_utils.h38 // @param b2 byte array 2
45 ByteArray* b2,
57 ByteArray* b2,
/external/valgrind/main/massif/tests/
H A Dalloc-fns.c10 void b2(int n) { b3(n); } function
11 void b1(int n) { b2(n); }
/external/chromium_org/v8/test/mjsunit/
H A Dcomparison-ops-and-undefined.js30 function test_helper_for_ics(func, b1, b2, b3, b4) {
32 assertEquals(b2, func(.5, undefined));
37 function test_helper_for_crankshaft(func, b1, b2, b3, b4) {
41 assertEquals(b2, func(.5, undefined));
/external/clang/test/CodeGen/
H A Dstring-literal-unicode-conversion.c36 wchar_t const *b2 = L"\x4f60\x597d\x10300"; local
/external/llvm/lib/MC/
H A DMCWin64EH.cpp63 uint8_t b2; local
65 b2 = (inst.getOperation() & 0x0F);
69 b2 |= (inst.getRegister() & 0x0F) << 4;
70 streamer.EmitIntValue(b2, 1);
75 b2 |= 0x10;
76 streamer.EmitIntValue(b2, 1);
81 streamer.EmitIntValue(b2, 1);
87 b2 |= (((inst.getSize()-8) >> 3) & 0x0F) << 4;
89 streamer.EmitIntValue(b2, 1);
93 streamer.EmitIntValue(b2,
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dfind-extra-includes90 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/compiler-rt/test/BlocksRuntime/
H A Dreference.C71 void (^b2)(void) = Block_copy(b);
72 b2();
73 Block_release(b2);
/external/lzma/CPP/Common/
H A DMyGuidDef.h49 #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) \
/external/chromium_org/third_party/smhasher/src/
H A DAvalancheTest.h168 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...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Ddct.c68 int a2, b2, c2, d2; local
99 b2 = b1 + c1;
104 b2 += b2<0;
109 op[4] = (b2+3) >> 3;
/external/libvpx/libvpx/vp8/encoder/
H A Ddct.c68 int a2, b2, c2, d2; local
99 b2 = b1 + c1;
104 b2 += b2<0;
109 op[4] = (b2+3) >> 3;
/external/clang/test/CXX/drs/
H A Ddr5xx.cpp141 template<typename T> void b2(volatile T * const *);
142 template<typename T> void b2(volatile T * const S::*);
143 template<typename T> void b2(volatile T * const S::* const *);
159 b2(p);
160 b2(pm);
161 b2(a);
162 b2(am);
H A Ddr9xx.cpp27 B b2 { 1 }; // expected-error {{no viable conversion from 'int' to 'dr990::A'}}
/external/skia/tests/
H A DCachedDecodingPixelRefTest.cpp54 const SkBitmap& b1, const SkBitmap& b2,
56 REPORTER_ASSERT(reporter, b1.empty() == b2.empty());
57 REPORTER_ASSERT(reporter, b1.width() == b2.width());
58 REPORTER_ASSERT(reporter, b1.height() == b2.height());
59 REPORTER_ASSERT(reporter, b1.isNull() == b2.isNull());
61 SkAutoLockPixels autoLockPixels2(b2);
62 REPORTER_ASSERT(reporter, b1.isNull() == b2.isNull());
67 REPORTER_ASSERT(reporter, NULL != b2.getPixels());
68 if ((!(b1.getPixels())) || (!(b2.getPixels()))) {
71 if ((b1.width() != b2
53 compare_bitmaps(skiatest::Reporter* reporter, const SkBitmap& b1, const SkBitmap& b2, bool pixelPerfect = true) argument
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Didnaref.cpp136 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,caseFlag
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/icu/icu4c/source/test/intltest/
H A Didnaref.cpp136 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,caseFlag
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/
H A Duidna.cpp205 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/icu/icu4c/source/common/
H A Duidna.cpp205 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/chromium_org/third_party/icu/source/test/cintltst/
H A Dnfsprep.c51 UChar *b1 = b1Stack, *b2 = b2Stack; local
92 b2Len = usprep_prepare(profile, b1, b1Len, b2, b2Capacity, USPREP_DEFAULT, parseError, status);
95 b2 = (UChar*) malloc(b2Len * U_SIZEOF_UCHAR);
96 if(b2== NULL){
100 b2Len = usprep_prepare(profile, b1, b1Len, b2, b2Len, USPREP_DEFAULT, parseError, status);
104 u_strToUTF8(b3,b3Capacity, &b3Len, b2, b2Len, status);
113 u_strToUTF8(b3,b3Capacity, &b3Len, b2, b2Len, status);
125 if(b2!=b2Stack){
126 free(b2);
/external/clang/test/CXX/class/class.mem/
H A Dp1b.cpp33 void b2(int a = second); // expected-error{{use of undeclared identifier 'second'}}
/external/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-rtti.cpp27 struct B2 : virtual A2 { B2() {} virtual void f() {} } b2; variable in typeref:struct:B2
/external/clang/test/Parser/
H A Dcxx0x-member-initializers.cpp35 T2<0,0> b1 = T2<0,0>(), b2 = T2<0,0>(), b3; member in struct:A

Completed in 702 milliseconds

1234567891011>>