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

1 2 3 4 5 6

  /frameworks/rs/tests/java_api/RsBLAS_Benchmark/libsgemm/
test_data.cpp 56561 jbyte * c_byte = (jbyte *) env->GetPrimitiveArrayCritical(c, 0); local
56583 jbyte * c_byte = (jbyte *) env->GetPrimitiveArrayCritical(c, 0); local
    [all...]
  /cts/tests/tests/rsblas/libbnnmdata/
test_data.cpp 56581 jbyte * c_byte = (jbyte *) env->GetPrimitiveArrayCritical(c, 0); local
    [all...]
  /external/python/cpython2/Lib/ctypes/test/
test_memfunctions.py 43 self.assertEqual(cast(a, POINTER(c_byte))[:7],
45 self.assertEqual(cast(a, POINTER(c_byte))[:7:],
47 self.assertEqual(cast(a, POINTER(c_byte))[6:-1:-1],
49 self.assertEqual(cast(a, POINTER(c_byte))[:7:2],
51 self.assertEqual(cast(a, POINTER(c_byte))[:7:7],
test_cfuncs.py 19 self._dll.tf_b.restype = c_byte
20 self._dll.tf_b.argtypes = (c_byte,)
25 self._dll.tf_bb.restype = c_byte
26 self._dll.tf_bb.argtypes = (c_byte, c_byte)
38 self._dll.tf_bB.argtypes = (c_byte, c_ubyte)
50 self._dll.tf_bh.argtypes = (c_byte, c_short)
62 self._dll.tf_bH.argtypes = (c_byte, c_ushort)
74 self._dll.tf_bi.argtypes = (c_byte, c_int)
86 self._dll.tf_bI.argtypes = (c_byte, c_uint
    [all...]
test_byteswap.py 144 self.assertIs(c_byte.__ctype_le__, c_byte)
145 self.assertIs(c_byte.__ctype_be__, c_byte)
162 ("b", c_byte),
175 ("b1", c_byte, 3),
176 ("b2", c_byte, 3),
177 ("b3", c_byte, 2),
230 _fields_ = [("b", c_byte),
249 _fields_ = [("b", c_byte),
    [all...]
test_unaligned_structures.py 18 _fields_ = [("pad", c_byte),
22 _fields_ = [("pad", c_byte),
  /external/python/cpython3/Lib/ctypes/test/
test_memfunctions.py 44 self.assertEqual(cast(a, POINTER(c_byte))[:7],
46 self.assertEqual(cast(a, POINTER(c_byte))[:7:],
48 self.assertEqual(cast(a, POINTER(c_byte))[6:-1:-1],
50 self.assertEqual(cast(a, POINTER(c_byte))[:7:2],
52 self.assertEqual(cast(a, POINTER(c_byte))[:7:7],
test_cfuncs.py 19 self._dll.tf_b.restype = c_byte
20 self._dll.tf_b.argtypes = (c_byte,)
25 self._dll.tf_bb.restype = c_byte
26 self._dll.tf_bb.argtypes = (c_byte, c_byte)
38 self._dll.tf_bB.argtypes = (c_byte, c_ubyte)
50 self._dll.tf_bh.argtypes = (c_byte, c_short)
62 self._dll.tf_bH.argtypes = (c_byte, c_ushort)
74 self._dll.tf_bi.argtypes = (c_byte, c_int)
86 self._dll.tf_bI.argtypes = (c_byte, c_uint
    [all...]
test_byteswap.py 164 self.assertIs(c_byte.__ctype_le__, c_byte)
165 self.assertIs(c_byte.__ctype_be__, c_byte)
182 ("b", c_byte),
195 ("b1", c_byte, 3),
196 ("b2", c_byte, 3),
197 ("b3", c_byte, 2),
250 _fields_ = [("b", c_byte),
269 _fields_ = [("b", c_byte),
    [all...]
test_unaligned_structures.py 18 _fields_ = [("pad", c_byte),
22 _fields_ = [("pad", c_byte),
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_memfunctions.py 41 self.assertEqual(cast(a, POINTER(c_byte))[:7],
43 self.assertEqual(cast(a, POINTER(c_byte))[:7:],
45 self.assertEqual(cast(a, POINTER(c_byte))[6:-1:-1],
47 self.assertEqual(cast(a, POINTER(c_byte))[:7:2],
49 self.assertEqual(cast(a, POINTER(c_byte))[:7:7],
test_cfuncs.py 18 self._dll.tf_b.restype = c_byte
19 self._dll.tf_b.argtypes = (c_byte,)
24 self._dll.tf_bb.restype = c_byte
25 self._dll.tf_bb.argtypes = (c_byte, c_byte)
37 self._dll.tf_bB.argtypes = (c_byte, c_ubyte)
49 self._dll.tf_bh.argtypes = (c_byte, c_short)
61 self._dll.tf_bH.argtypes = (c_byte, c_ushort)
73 self._dll.tf_bi.argtypes = (c_byte, c_int)
85 self._dll.tf_bI.argtypes = (c_byte, c_uint
    [all...]
test_byteswap.py 143 self.assertTrue(c_byte.__ctype_le__ is c_byte)
144 self.assertTrue(c_byte.__ctype_be__ is c_byte)
161 ("b", c_byte),
174 ("b1", c_byte, 3),
175 ("b2", c_byte, 3),
176 ("b3", c_byte, 2),
229 _fields_ = [("b", c_byte),
248 _fields_ = [("b", c_byte),
    [all...]
test_unaligned_structures.py 18 _fields_ = [("pad", c_byte),
22 _fields_ = [("pad", c_byte),
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_memfunctions.py 41 self.assertEqual(cast(a, POINTER(c_byte))[:7],
43 self.assertEqual(cast(a, POINTER(c_byte))[:7:],
45 self.assertEqual(cast(a, POINTER(c_byte))[6:-1:-1],
47 self.assertEqual(cast(a, POINTER(c_byte))[:7:2],
49 self.assertEqual(cast(a, POINTER(c_byte))[:7:7],
test_cfuncs.py 18 self._dll.tf_b.restype = c_byte
19 self._dll.tf_b.argtypes = (c_byte,)
24 self._dll.tf_bb.restype = c_byte
25 self._dll.tf_bb.argtypes = (c_byte, c_byte)
37 self._dll.tf_bB.argtypes = (c_byte, c_ubyte)
49 self._dll.tf_bh.argtypes = (c_byte, c_short)
61 self._dll.tf_bH.argtypes = (c_byte, c_ushort)
73 self._dll.tf_bi.argtypes = (c_byte, c_int)
85 self._dll.tf_bI.argtypes = (c_byte, c_uint
    [all...]
test_byteswap.py 143 self.assertTrue(c_byte.__ctype_le__ is c_byte)
144 self.assertTrue(c_byte.__ctype_be__ is c_byte)
161 ("b", c_byte),
174 ("b1", c_byte, 3),
175 ("b2", c_byte, 3),
176 ("b3", c_byte, 2),
229 _fields_ = [("b", c_byte),
248 _fields_ = [("b", c_byte),
    [all...]
test_unaligned_structures.py 18 _fields_ = [("pad", c_byte),
22 _fields_ = [("pad", c_byte),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_memfunctions.py 41 self.assertEqual(cast(a, POINTER(c_byte))[:7],
43 self.assertEqual(cast(a, POINTER(c_byte))[:7:],
45 self.assertEqual(cast(a, POINTER(c_byte))[6:-1:-1],
47 self.assertEqual(cast(a, POINTER(c_byte))[:7:2],
49 self.assertEqual(cast(a, POINTER(c_byte))[:7:7],
test_cfuncs.py 18 self._dll.tf_b.restype = c_byte
19 self._dll.tf_b.argtypes = (c_byte,)
24 self._dll.tf_bb.restype = c_byte
25 self._dll.tf_bb.argtypes = (c_byte, c_byte)
37 self._dll.tf_bB.argtypes = (c_byte, c_ubyte)
49 self._dll.tf_bh.argtypes = (c_byte, c_short)
61 self._dll.tf_bH.argtypes = (c_byte, c_ushort)
73 self._dll.tf_bi.argtypes = (c_byte, c_int)
85 self._dll.tf_bI.argtypes = (c_byte, c_uint
    [all...]
test_byteswap.py 143 self.assertTrue(c_byte.__ctype_le__ is c_byte)
144 self.assertTrue(c_byte.__ctype_be__ is c_byte)
161 ("b", c_byte),
174 ("b1", c_byte, 3),
175 ("b2", c_byte, 3),
176 ("b3", c_byte, 2),
229 _fields_ = [("b", c_byte),
248 _fields_ = [("b", c_byte),
    [all...]
test_unaligned_structures.py 18 _fields_ = [("pad", c_byte),
22 _fields_ = [("pad", c_byte),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_memfunctions.py 41 self.assertEqual(cast(a, POINTER(c_byte))[:7],
43 self.assertEqual(cast(a, POINTER(c_byte))[:7:],
45 self.assertEqual(cast(a, POINTER(c_byte))[6:-1:-1],
47 self.assertEqual(cast(a, POINTER(c_byte))[:7:2],
49 self.assertEqual(cast(a, POINTER(c_byte))[:7:7],
test_cfuncs.py 18 self._dll.tf_b.restype = c_byte
19 self._dll.tf_b.argtypes = (c_byte,)
24 self._dll.tf_bb.restype = c_byte
25 self._dll.tf_bb.argtypes = (c_byte, c_byte)
37 self._dll.tf_bB.argtypes = (c_byte, c_ubyte)
49 self._dll.tf_bh.argtypes = (c_byte, c_short)
61 self._dll.tf_bH.argtypes = (c_byte, c_ushort)
73 self._dll.tf_bi.argtypes = (c_byte, c_int)
85 self._dll.tf_bI.argtypes = (c_byte, c_uint
    [all...]
test_byteswap.py 143 self.assertTrue(c_byte.__ctype_le__ is c_byte)
144 self.assertTrue(c_byte.__ctype_be__ is c_byte)
161 ("b", c_byte),
174 ("b1", c_byte, 3),
175 ("b2", c_byte, 3),
176 ("b3", c_byte, 2),
229 _fields_ = [("b", c_byte),
248 _fields_ = [("b", c_byte),
    [all...]

Completed in 938 milliseconds

1 2 3 4 5 6