HomeSort by relevance Sort by last modified time
    Searched refs:c_byte (Results 51 - 75 of 92) sorted by null

1 23 4

  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
__init__.py 233 class c_byte(_SimpleCData): class in inherits:_SimpleCData
235 c_byte.__ctype_le__ = c_byte.__ctype_be__ = c_byte
236 _check_size(c_byte)
543 c_int8 = c_byte
wintypes.py 8 BYTE = c_byte
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 233 class c_byte(_SimpleCData): class in inherits:_SimpleCData
235 c_byte.__ctype_le__ = c_byte.__ctype_be__ = c_byte
236 _check_size(c_byte)
543 c_int8 = c_byte
wintypes.py 8 BYTE = c_byte
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 233 class c_byte(_SimpleCData): class in inherits:_SimpleCData
235 c_byte.__ctype_le__ = c_byte.__ctype_be__ = c_byte
236 _check_size(c_byte)
543 c_int8 = c_byte
wintypes.py 8 BYTE = c_byte
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_callbacks.py 25 PROTO = self.functype.im_func(typ, c_byte, typ)
36 self.check_type(c_byte, 42)
37 self.check_type(c_byte, -42)
test_arrays.py 6 formats = c_byte, c_ubyte, c_short, c_ushort, c_int, c_uint, \
test_pointers.py 6 ctype_types = [c_byte, c_ubyte, c_short, c_ushort, c_int, c_uint,
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_callbacks.py 25 PROTO = self.functype.im_func(typ, c_byte, typ)
36 self.check_type(c_byte, 42)
37 self.check_type(c_byte, -42)
test_arrays.py 6 formats = c_byte, c_ubyte, c_short, c_ushort, c_int, c_uint, \
test_pointers.py 6 ctype_types = [c_byte, c_ubyte, c_short, c_ushort, c_int, c_uint,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_callbacks.py 25 PROTO = self.functype.im_func(typ, c_byte, typ)
36 self.check_type(c_byte, 42)
37 self.check_type(c_byte, -42)
test_arrays.py 6 formats = c_byte, c_ubyte, c_short, c_ushort, c_int, c_uint, \
test_pointers.py 6 ctype_types = [c_byte, c_ubyte, c_short, c_ushort, c_int, c_uint,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_callbacks.py 25 PROTO = self.functype.im_func(typ, c_byte, typ)
36 self.check_type(c_byte, 42)
37 self.check_type(c_byte, -42)
test_arrays.py 6 formats = c_byte, c_ubyte, c_short, c_ushort, c_int, c_uint, \
  /external/autotest/client/common_lib/
smogcheck_tpm.py 28 c_ubyte, c_byte, byref, c_uint16, cast, create_string_buffer, c_uint64, \
191 POINTER(c_byte)()) != 0:
372 self.hTpm, TSS_TPMCAP_VERSION_VAL, 0, POINTER(c_byte)(),
384 POINTER(c_byte)))
  /external/squashfs-tools/squashfs-tools/
process_fragments.c 284 file_buffer->c_byte = 0;
287 file_buffer->c_byte = file_buffer->size;
caches-queues-lists.h 119 int c_byte; member in struct:file_buffer
  /frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
SGEMMTest.java 241 byte[] c_byte = new byte[c_count];
243 getData(a_byte, b_byte, c_byte);
  /external/squashfs-tools/kernel-2.4/fs/squashfs/
inode.c 89 int *cur_index, int *offset, int *c_byte)
114 *c_byte = temp;
128 *c_byte = temp;
167 unsigned int c_byte = length; local
169 if (c_byte) {
171 compressed = SQUASHFS_COMPRESSED_BLOCK(c_byte);
173 c_byte = SQUASHFS_COMPRESSED_SIZE_BLOCK(c_byte);
176 ? "" : "un", (unsigned int) c_byte);
181 for (b = 1; bytes < c_byte; b++)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
wintypes.py 8 BYTE = c_byte
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
sharedctypes.py 50 'b': ctypes.c_byte, 'B': ctypes.c_ubyte,
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
sharedctypes.py 50 'b': ctypes.c_byte, 'B': ctypes.c_ubyte,

Completed in 792 milliseconds

1 23 4