Searched refs:b1 (Results 1 – 4 of 4) sorted by relevance
/development/tools/axl/ |
D | singletonmixin.py | 139 b1 = B.getInstance('arg1 value', 'arg2 value') 141 self.assertEquals(b1.arg1, 'arg1 value') 142 self.assertEquals(b1.arg2, 'arg2 value') 143 self.assertEquals(id(b1), id(b2)) 192 b1 = B.getInstance('arg1 value', 'arg2 value')
|
/development/ndk/platforms/android-3/include/linux/ |
D | bio.h | 143 #define BIOVEC_SEG_BOUNDARY(q, b1, b2) __BIO_SEG_BOUNDARY(bvec_to_phys((b1)), bvec_to_phys((b2)) … argument 144 #define BIO_SEG_BOUNDARY(q, b1, b2) BIOVEC_SEG_BOUNDARY((q), __BVEC_END((b1)), __BVEC_START((b2))) argument
|
/development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/ |
D | SimpleMenu.java | 168 public void setGroupCheckable(int i, boolean b, boolean b1) { in setGroupCheckable() argument
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | GameView.java | 494 int a1, int r1, int g1, int b1, 497 blend(alpha, g1, g2), blend(alpha, b1, b2));
|