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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Sema/
assign.c 12 const int b2[10]; local
14 b2[4] = 1; // expected-error {{read-only variable is not assignable}}
for.c 5 void b2 (void) { for (void f (void);;); } // expected-error {{declaration of non-local variable}} function
  /external/valgrind/main/none/tests/
coolo_strlen.c 6 char *b2 = strdup(strcat(buffer, "THis is a very long strings")); local
7 int len = strlen(b2);
  /external/chromium/base/win/
scoped_bstr_unittest.cc 26 ScopedBstr b2; local
27 b.Swap(b2);
28 EXPECT_TRUE(b2 == NULL);
40 ScopedBstr b2; local
41 b1.Swap(b2);
42 EXPECT_EQ(test1_len, b2.Length());
44 EXPECT_EQ(0, lstrcmp(b2, kTestString1));
45 BSTR tmp = b2.Release();
48 EXPECT_TRUE(b2 == NULL);
51 GiveMeABstr(b2.Receive())
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/verify/b2/d/
T_b2_1.java 17 package dot.junit.verify.b2.d;
  /external/clang/test/CodeGenCXX/
2009-04-23-bool2.cpp 6 bool b2 : 7; member in struct:F
const-global-linkage.cpp 13 const char* b2() { return z2; } function
  /external/clang/test/CXX/class.access/class.protected/
p1-cxx11.cpp 17 B b2 = b1; local
18 b1 = b2;
  /external/openssh/openbsd-compat/
timingsafe_bcmp.c 24 timingsafe_bcmp(const void *b1, const void *b2, size_t n)
26 const unsigned char *p1 = b1, *p2 = b2;
  /packages/apps/Email/tests/src/com/android/emailcommon/mail/
PackedStringTests.java 60 PackedString.Builder b2 = new PackedString.Builder(packedOut); local
61 assertEquals("value1", b2.get("tag1"));
62 assertEquals("value2", b2.get("tag2"));
63 assertEquals("value3", b2.get("tag3"));
64 assertEquals("value4", b2.get("tag4"));
65 assertNull(b2.get("tag100"));
93 PackedString.Builder b2 = new PackedString.Builder(packedOut); local
94 assertEquals("val1", b2.get("tag1"));
95 assertEquals("TWO", b2.get("tag2"));
96 assertEquals(null, b2.get("tag3"))
    [all...]
  /external/libnfc-nxp/Linux_x86/
phOsalNfc_Utils.c 41 int8_t *b2 =(int8_t *)dest; local
47 for(;((n>0)&&(diff==0));n--,b1++,b2++)
49 diff = *b1 - *b2;
  /external/chromium/chrome/browser/sync/util/
protobuf_unittest.cc 20 sync_pb::UnknownFieldsTestB b2; local
30 ASSERT_TRUE(b2.ParseFromString(serialized2));
31 ASSERT_TRUE(b2.foo());
32 ASSERT_TRUE(b2.bar());
  /external/clang/test/CXX/class/class.bit/
p2.cpp 18 B b2(b);
19 B b3(static_cast<B&&>(b2));
  /external/clang/test/SemaCXX/
zero-length-arrays.cpp 24 Bar b2(b);
25 b = b2;
  /external/clang/test/SemaTemplate/
instantiate-default-assignment-operator.cpp 15 B b1, b2; local
16 b1 = b2;
instantiation-default-3.cpp 18 void test(B<int> *b1, B<float> *b2) {
20 b2->bar();
  /external/compiler-rt/BlocksRuntime/tests/
dispatch_call_Block_with_release.c 25 void (^b2)(void) = ^{ callsomething("hellow world\n", 0); }; // global block now
28 dispatch_call_Block_with_release2(Block_copy(b2));
  /external/valgrind/main/none/tests/s390x/
opcodes.h 29 #define RXY_RRRD(op1,r1,x2,b2,dl2,dh2,op2) \
31 ".long 0x" #b2 #dl2 #dh2 #op2 "\n\t"
66 #define RSY_RURD(op1,r1,r3,b2,dl2,dh2,op2) \
68 ".long 0x" #b2 #dl2 #dh2 #op2 "\n\t"
70 #define RSY_RRRD(op1,r1,r3,b2,dl2,dh2,op2) \
72 ".long 0x" #b2 #dl2 #dh2 #op2 "\n\t"
73 #define RSY_AARD(op1,r1,r3,b2,dl2,dh2,op2) \
75 ".long 0x" #b2 #dl2 #dh2 #op2 "\n\t"
78 #define RXY_FRRD(op1,r1,x2,b2,dl2,dh2,op2) \
80 ".long 0x" #b2 #dl2 #dh2 #op2 "\n\t
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xfuncs.h 48 #define bcmp(b1,b2,len) memcmp(b1, b2, len)
56 #define bcopy(b1,b2,len) memmove(b2, b1, (size_t)(len))
58 #define bcmp(b1,b2,len) memcmp(b1, b2, (size_t)(len))
84 #define memcmp(b1,b2,len) bcmp((char *)(b1),(char *)(b2),(int)(len))
93 #define bcopy(b1,b2,len) memmove(b2, b1, (size_t)(len)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xfuncs.h 48 #define bcmp(b1,b2,len) memcmp(b1, b2, len)
56 #define bcopy(b1,b2,len) memmove(b2, b1, (size_t)(len))
58 #define bcmp(b1,b2,len) memcmp(b1, b2, (size_t)(len))
84 #define memcmp(b1,b2,len) bcmp((char *)(b1),(char *)(b2),(int)(len))
93 #define bcopy(b1,b2,len) memmove(b2, b1, (size_t)(len)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xfuncs.h 48 #define bcmp(b1,b2,len) memcmp(b1, b2, len)
56 #define bcopy(b1,b2,len) memmove(b2, b1, (size_t)(len))
58 #define bcmp(b1,b2,len) memcmp(b1, b2, (size_t)(len))
84 #define memcmp(b1,b2,len) bcmp((char *)(b1),(char *)(b2),(int)(len))
93 #define bcopy(b1,b2,len) memmove(b2, b1, (size_t)(len)
    [all...]
  /external/stlport/test/unit/
bitset_test.cpp 39 bitset<13U> b2(0x1111);
42 CPPUNIT_ASSERT(b2.size() == 13);
43 CPPUNIT_ASSERT(b2 == 0x1111);
46 b1 = b1 ^ (b2 << 2);
50 CPPUNIT_ASSERT(b2.count() == 4);
53 size_t __pos = b2._Find_first();
55 __pos = b2._Find_next(__pos);
57 __pos = b2._Find_next(__pos);
59 __pos = b2._Find_next(__pos);
61 __pos = b2._Find_next(__pos)
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
bitset_test.cpp 39 bitset<13U> b2(0x1111);
42 CPPUNIT_ASSERT(b2.size() == 13);
43 CPPUNIT_ASSERT(b2 == 0x1111);
46 b1 = b1 ^ (b2 << 2);
50 CPPUNIT_ASSERT(b2.count() == 4);
53 size_t __pos = b2._Find_first();
55 __pos = b2._Find_next(__pos);
57 __pos = b2._Find_next(__pos);
59 __pos = b2._Find_next(__pos);
61 __pos = b2._Find_next(__pos)
    [all...]
  /ndk/tests/device/test-stlport/unit/
bitset_test.cpp 39 bitset<13U> b2(0x1111);
42 CPPUNIT_ASSERT(b2.size() == 13);
43 CPPUNIT_ASSERT(b2 == 0x1111);
46 b1 = b1 ^ (b2 << 2);
50 CPPUNIT_ASSERT(b2.count() == 4);
53 size_t __pos = b2._Find_first();
55 __pos = b2._Find_next(__pos);
57 __pos = b2._Find_next(__pos);
59 __pos = b2._Find_next(__pos);
61 __pos = b2._Find_next(__pos)
    [all...]
  /external/dropbear/libtomcrypt/notes/etc/
saferp_optimizer.c 6 /* This is the "Armenian" Shuffle. It takes the input from b and stores it in b2 */
8 b2[0] = b[8]; b2[1] = b[11]; b2[2] = b[12]; b2[3] = b[15]; \
9 b2[4] = b[2]; b2[5] = b[1]; b2[6] = b[6]; b2[7] = b[5]; \
10 b2[8] = b[10]; b2[9] = b[9]; b2[10] = b[14]; b2[11] = b[13];
40 int b[16], b2[16], x, y, z; local
    [all...]

Completed in 2780 milliseconds

1 2 3 4 5 6 7 8 91011>>