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

1 2 3 4

  /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...]
  /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),
test_repr.py 5 for base in [c_byte, c_short, c_int, c_long, c_longlong,
  /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),
test_repr.py 5 for base in [c_byte, c_short, c_int, c_long, c_longlong,
  /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),
test_repr.py 5 for base in [c_byte, c_short, c_int, c_long, c_longlong,
  /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...]
test_unaligned_structures.py 18 _fields_ = [("pad", c_byte),
22 _fields_ = [("pad", c_byte),
test_repr.py 5 for base in [c_byte, c_short, c_int, c_long, c_longlong,
  /frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
BNNMTest.java 110 private boolean testWithTolerance(byte[] c_byte, byte[] c_byte_output) {
127 final boolean areSizesDifferent = (c_byte.length != c_byte_output.length);
128 final int c_count = Math.min(c_byte.length, c_byte_output.length);
133 byte expectedValue = c_byte[i];
337 byte[] c_byte = new byte[c_count];
339 getData(a_byte, b_byte, c_byte);
357 if (!testWithTolerance(c_byte, c_byte_output)) {
  /cts/tests/tests/rsblas/src/android/renderscript/cts/
BNNMTest.java 68 private boolean testWithTolerance(byte[] c_byte, byte[] c_byte_output) {
85 final boolean areSizesDifferent = (c_byte.length != c_byte_output.length);
86 final int c_count = Math.min(c_byte.length, c_byte_output.length);
91 byte expectedValue = c_byte[i];
331 byte[] c_byte = new byte[c_count];
333 getData(a_byte, b_byte, c_byte);
338 assertTrue(testWithTolerance(c_byte, c_byte_output));
  /external/llvm/bindings/python/llvm/
disassembler.py 13 from ctypes import c_byte
102 out_str = cast((c_byte * 255)(), c_char_p)
123 out_str = cast((c_byte * 255)(), c_char_p)

Completed in 240 milliseconds

1 2 3 4