/development/tools/axl/ |
singletonmixin.py | 140 b2 = B.getInstance() 143 self.assertEquals(id(b1), id(b2))
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/ |
scopes.rb | 70 : {$b::x = v;} b2 73 b2
|
/external/bouncycastle/src/main/java/org/bouncycastle/x509/ |
X509V2AttributeCertificate.java | 328 byte[] b2 = other.getEncoded(); 330 return Arrays.areEqual(b1, b2);
|
/external/chromium/net/base/ |
escape.cc | 30 Charmap(uint32 b0, uint32 b1, uint32 b2, uint32 b3, 32 map_[0] = b0; map_[1] = b1; map_[2] = b2; map_[3] = b3;
|
/external/clang/test/SemaCXX/ |
member-pointer.cpp | 47 bool b2 = (pf != pf2); (void)b2; local
|
/external/icu4c/test/intltest/ |
ucaconf.cpp | 160 UChar b1[1024], b2[1024]; local 245 buffer = b2;
|
/external/iproute2/tc/ |
q_gred.c | 261 SPRINT_BUF(b2); 300 sprint_size(qopt->qth_min, b2),
|
/external/v8/test/mjsunit/ |
debug-evaluate-locals-optimized.js | 40 { locals: {a2: 5, b2: 6}, args: { names: ["i"], values: [2] } }, 187 var b2 = expected[i].locals.b2; 188 g3(i - 1, a2, b2);
|
/external/webkit/Source/WebCore/platform/graphics/filters/ |
FEComposite.cpp | 118 template <int b1, int b2, int b3, int b4> 135 if (b2)
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
MessageDigest1Test.java | 201 byte[] b2 = { 1, 2, 3, 4, 5 }; 206 assertFalse(MessageDigest.isEqual(b1, b2));
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
for_each_selectors.h | 233 * @param b2 Begin iterator of second sequence. */ 235 inner_product_selector(It b1, It2 b2) 236 : begin1_iterator(b1), begin2_iterator(b2) { }
|
/external/qemu/fpu/ |
softfloat-macros.h | 367 | 192-bit value formed by concatenating `b0', `b1', and `b2'. Addition is 380 uint64_t b2, 389 z2 = a2 + b2; 422 | Subtracts the 192-bit value formed by concatenating `b0', `b1', and `b2' 436 uint64_t b2, 445 z2 = a2 - b2; 446 borrow1 = ( a2 < b2 );
|
/frameworks/base/media/libdrm/mobile1/src/objmng/ |
drm_rights_manager.c | 609 uint8_t *b1 = dbuf, *b2 = b1 + DRM_ONE_AES_BLOCK_LEN, *b3 = b2 + DRM_ONE_AES_BLOCK_LEN, *bt; local 611 for (;;) { /* While some ciphertext remains, prepare to decrypt block b2 */ 622 /* Decrypt the b2 block */ 623 AES_decrypt((uint8_t *)b2, buf, key); 637 /* Last (DRM_ONE_AES_BLOCK_LEN - len) bytes of C[N-2] in b2 */ 664 bt = b1, b1 = b2, b2 = b3, b3 = bt;
|
/external/opencv/cv/src/ |
cvsamplers.cpp | 152 worktype a11, a12, a21, a22, b1, b2; \ 169 b2 = scale_macro(b); \ 232 cast_macro(src2[r.x])*b2; \ 250 cast_macro(src2[r.width])*b2; \ 397 float a12, a22, b1, b2; local 417 b2 = b; 438 float prev = (1 - a)*(b1*CV_8TO32F(src[0]) + b2*CV_8TO32F(src[src_step])); 464 CV_8TO32F(src2[r.x])*b2; 471 float prev = (1 - a)*(b1*CV_8TO32F(src[j]) + b2*CV_8TO32F(src2[j])); 484 CV_8TO32F(src2[r.width])*b2; [all...] |
/ndk/sources/host-tools/sed-4.2.1/sed/ |
compile.c | 1275 struct buffer *b2; 1282 if ( !(b2 = match_slash(slash, false)) ) 1287 get_buffer(b2), size_buffer(b2)); 1288 free_buffer(b2); 1301 struct buffer *b2; 1310 if ( !(b2 = match_slash(slash, false)) ) 1312 dest_buf = get_buffer(b2); 1313 dest_len = normalize_text(dest_buf, size_buffer (b2), TEXT_BUFFER); 1267 struct buffer *b2; local 1293 struct buffer *b2; local [all...] |
/external/libvpx/vp8/common/x86/ |
loopfilter_sse2.asm | 740 movq xmm5, QWORD PTR [rdi+2*rax] ; xx xx xx xx xx xx xx xx b7 b6 b5 b4 b3 b2 b1 b0 747 punpcklbw xmm0, xmm5 ; b7 a7 b6 a6 b5 a5 b4 a4 b3 a3 b2 a2 b1 a1 b0 a0 [all...] |
/external/regex-re2/re2/ |
regexp.cc | 402 Regexp* b2; local 410 b2 = b->sub()[i]; 411 if (!TopEqual(a2, b2)) 414 stk.push_back(b2); 424 b2 = b->sub()[0]; 425 if (!TopEqual(a2, b2)) 429 // stk.push_back(b2); 433 b = b2;
|
/external/webkit/Source/JavaScriptCore/wtf/ |
dtoa.cpp | 1322 int bbits, b2, b5, be, dig, i, ieps, ilim = 0, ilim0, ilim1 = 0, local [all...] |
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/ |
p7-0x.cpp | 162 Agg<bool> b2 = {1}; // OK local
|
p7-cxx11-nowarn.cpp | 163 Agg<bool> b2 = {1}; // OK local
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
p3.cpp | 32 B<int, 3> b2 = g0b(array1); local
|
/external/oprofile/module/ia64/ |
IA64entry.h | 54 .spillsp b2, SW(B2)+16+(off); .spillsp b3, SW(B3)+16+(off); \
|
/external/stlport/test/unit/ |
mfunptr_test.cpp | 212 binder2nd<const_mem_fun1_ref_t<bool,V,int> > b2 = bind2nd( pmf, 2 ); local
|
/external/tcpdump/ |
print-domain.c | 565 u_int16_t b2; local 650 b2 = EXTRACT_16BITS(((u_short *)np)+1); 651 if (b2 & 0x6cf) 652 printf(" [b2&3=0x%x]", b2);
|
/ndk/tests/device/test-gnustl-full/unit/ |
mfunptr_test.cpp | 212 binder2nd<const_mem_fun1_ref_t<bool,V,int> > b2 = bind2nd( pmf, 2 ); local
|