Searched refs:c2 (Results 1 - 25 of 253) sorted by relevance

1234567891011

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
H A Dtest_incomplete.py21 c2 = cell()
22 c2.name = "bar"
24 c1.next = pointer(c2)
25 c2.next = pointer(c1)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
H A Dtest_incomplete.py21 c2 = cell()
22 c2.name = "bar"
24 c1.next = pointer(c2)
25 c2.next = pointer(c1)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_normalization.py57 c1,c2,c3,c4,c5 = [unistr(x) for x in line.split(';')[:-1]]
71 self.assertTrue(c2 == NFC(c1) == NFC(c2) == NFC(c3), line)
73 self.assertTrue(c3 == NFD(c1) == NFD(c2) == NFD(c3), line)
75 self.assertTrue(c4 == NFKC(c1) == NFKC(c2) == \
78 self.assertTrue(c5 == NFKD(c1) == NFKD(c2) == \
H A Dtest_weakref.py440 c2 = C()
441 c2.c1 = c1
442 del c1 # still alive because c2 points to it
444 # Now when subtype_dealloc gets called on c2, it's not enough just
445 # that c2 is immune from gc while the weakref callbacks associated
446 # with c2 execute (there are none in this 2nd half of the test, btw).
450 # deallocation of c2.
451 del c2
528 # c1 from c2, but not vice-versa. The result was that c2'
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_normalization.py57 c1,c2,c3,c4,c5 = [unistr(x) for x in line.split(';')[:-1]]
71 self.assertTrue(c2 == NFC(c1) == NFC(c2) == NFC(c3), line)
73 self.assertTrue(c3 == NFD(c1) == NFD(c2) == NFD(c3), line)
75 self.assertTrue(c4 == NFKC(c1) == NFKC(c2) == \
78 self.assertTrue(c5 == NFKD(c1) == NFKD(c2) == \
H A Dtest_weakref.py440 c2 = C()
441 c2.c1 = c1
442 del c1 # still alive because c2 points to it
444 # Now when subtype_dealloc gets called on c2, it's not enough just
445 # that c2 is immune from gc while the weakref callbacks associated
446 # with c2 execute (there are none in this 2nd half of the test, btw).
450 # deallocation of c2.
451 del c2
528 # c1 from c2, but not vice-versa. The result was that c2'
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dbase64.py149 # c1 and c2 are 16 bits wide, c3 is 8 bits wide. The intent of this
151 # leftover bit of c1 and tack it onto c2. Then we take the 2 leftover
152 # bits of c2 and tack them onto c3. The shifts and masks are intended
154 c1, c2, c3 = struct.unpack('!HHB', s[i*5:(i+1)*5])
155 c2 += (c1 & 1) << 16 # 17 bits wide
156 c3 += (c2 & 3) << 8 # 10 bits wide
160 _b32tab[c2 >> 12], # bits 16 - 20 (1 - 5)
161 _b32tab[(c2 >> 7) & 0x1f], # bits 21 - 25 (6 - 10)
162 _b32tab[(c2 >> 2) & 0x1f], # bits 26 - 30 (11 - 15)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dbase64.py149 # c1 and c2 are 16 bits wide, c3 is 8 bits wide. The intent of this
151 # leftover bit of c1 and tack it onto c2. Then we take the 2 leftover
152 # bits of c2 and tack them onto c3. The shifts and masks are intended
154 c1, c2, c3 = struct.unpack('!HHB', s[i*5:(i+1)*5])
155 c2 += (c1 & 1) << 16 # 17 bits wide
156 c3 += (c2 & 3) << 8 # 10 bits wide
160 _b32tab[c2 >> 12], # bits 16 - 20 (1 - 5)
161 _b32tab[(c2 >> 7) & 0x1f], # bits 21 - 25 (6 - 10)
162 _b32tab[(c2 >> 2) & 0x1f], # bits 26 - 30 (11 - 15)
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
H A Dtree-ssa-sccvn.h132 vn_constant_eq_with_type (tree c1, tree c2) argument
134 return (expressions_equal_p (c1, c2)
135 && types_compatible_p (TREE_TYPE (c1), TREE_TYPE (c2)));
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
H A Dtree-ssa-sccvn.h132 vn_constant_eq_with_type (tree c1, tree c2) argument
134 return (expressions_equal_p (c1, c2)
135 && types_compatible_p (TREE_TYPE (c1), TREE_TYPE (c2)));
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
H A Dtree-ssa-sccvn.h132 vn_constant_eq_with_type (tree c1, tree c2) argument
134 return (expressions_equal_p (c1, c2)
135 && types_compatible_p (TREE_TYPE (c1), TREE_TYPE (c2)));
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
H A Dtree-ssa-sccvn.h132 vn_constant_eq_with_type (tree c1, tree c2) argument
134 return (expressions_equal_p (c1, c2)
135 && types_compatible_p (TREE_TYPE (c1), TREE_TYPE (c2)));
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
H A Dbinder.h17 #define B_PACK_CHARS(c1, c2, c3, c4) ((((c1)<<24)) | (((c2)<<16)) | (((c3)<<8)) | (c4))
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
H A Dbinder.h17 #define B_PACK_CHARS(c1, c2, c3, c4) ((((c1)<<24)) | (((c2)<<16)) | (((c3)<<8)) | (c4))
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
H A Dbinder.h17 #define B_PACK_CHARS(c1, c2, c3, c4) ((((c1)<<24)) | (((c2)<<16)) | (((c3)<<8)) | (c4))
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
H A Dbinder.h17 #define B_PACK_CHARS(c1, c2, c3, c4) ((((c1)<<24)) | (((c2)<<16)) | (((c3)<<8)) | (c4))
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
H A Dbinder.h17 #define B_PACK_CHARS(c1, c2, c3, c4) ((((c1)<<24)) | (((c2)<<16)) | (((c3)<<8)) | (c4))
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
H A Dbinder.h17 #define B_PACK_CHARS(c1, c2, c3, c4) ((((c1)<<24)) | (((c2)<<16)) | (((c3)<<8)) | (c4))
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
H A Dbinder.h17 #define B_PACK_CHARS(c1, c2, c3, c4) ((((c1)<<24)) | (((c2)<<16)) | (((c3)<<8)) | (c4))
/prebuilts/ndk/5/platforms/android-4/arch-arm/usr/include/linux/
H A Dbinder.h17 #define B_PACK_CHARS(c1, c2, c3, c4) ((((c1)<<24)) | (((c2)<<16)) | (((c3)<<8)) | (c4))
/prebuilts/ndk/5/platforms/android-5/arch-arm/usr/include/linux/
H A Dbinder.h17 #define B_PACK_CHARS(c1, c2, c3, c4) ((((c1)<<24)) | (((c2)<<16)) | (((c3)<<8)) | (c4))
/prebuilts/ndk/5/platforms/android-8/arch-arm/usr/include/linux/
H A Dbinder.h17 #define B_PACK_CHARS(c1, c2, c3, c4) ((((c1)<<24)) | (((c2)<<16)) | (((c3)<<8)) | (c4))
/prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/linux/
H A Dbinder.h17 #define B_PACK_CHARS(c1, c2, c3, c4) ((((c1)<<24)) | (((c2)<<16)) | (((c3)<<8)) | (c4))
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
H A Dbinder.h17 #define B_PACK_CHARS(c1, c2, c3, c4) ((((c1)<<24)) | (((c2)<<16)) | (((c3)<<8)) | (c4))
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
H A Dbinder.h17 #define B_PACK_CHARS(c1, c2, c3, c4) ((((c1)<<24)) | (((c2)<<16)) | (((c3)<<8)) | (c4))

Completed in 480 milliseconds

1234567891011