HomeSort by relevance Sort by last modified time
    Searched defs:size (Results 951 - 975 of 11184) sorted by null

<<31323334353637383940>>

  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/linux/
vmalloc.h 32 unsigned long size; member in struct:vm_struct
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/linux/mtd/
partitions.h 19 u_int32_t size; member in struct:mtd_partition
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/linux/
vmalloc.h 32 unsigned long size; member in struct:vm_struct
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/linux/mtd/
partitions.h 19 u_int32_t size; member in struct:mtd_partition
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/linux/
vmalloc.h 32 unsigned long size; member in struct:vm_struct
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/mtd/
partitions.h 19 u_int32_t size; member in struct:mtd_partition
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/
vmalloc.h 32 unsigned long size; member in struct:vm_struct
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/mtd/
partitions.h 19 u_int32_t size; member in struct:mtd_partition
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/
vmalloc.h 32 unsigned long size; member in struct:vm_struct
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/mtd/
partitions.h 19 u_int32_t size; member in struct:mtd_partition
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/
vmalloc.h 32 unsigned long size; member in struct:vm_struct
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/asm/
e820.h 34 __u64 size; member in struct:e820entry
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/mtd/
partitions.h 19 u_int32_t size; member in struct:mtd_partition
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/
vmalloc.h 32 unsigned long size; member in struct:vm_struct
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
slice_array.h 50 * specified by three parameters: start offset, size, and stride. The
52 * of the subset. The size is the total number of elements in the subset.
56 * For example, with an array of size 10, and a slice with offset 1, size 3
76 /// Return size of slice.
77 size_t size() const;
83 size_t _M_sz; // size
102 slice::size() const function in class:slice
202 : _M_sz(__s.size()), _M_stride(__s.stride()),
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
asdl.h 21 int size; member in struct:__anon72476
26 int size; member in struct:__anon72477
30 asdl_seq *asdl_seq_new(int size, PyArena *arena);
31 asdl_int_seq *asdl_int_seq_new(int size, PyArena *arena);
34 #define asdl_seq_LEN(S) ((S) == NULL ? 0 : (S)->size)
38 assert((S) && _asdl_i < (S)->size); \
import.h 60 int size; member in struct:_frozen
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
asdl.h 21 int size; member in struct:__anon72599
26 int size; member in struct:__anon72600
30 asdl_seq *asdl_seq_new(int size, PyArena *arena);
31 asdl_int_seq *asdl_int_seq_new(int size, PyArena *arena);
34 #define asdl_seq_LEN(S) ((S) == NULL ? 0 : (S)->size)
38 assert((S) && _asdl_i < (S)->size); \
import.h 60 int size; member in struct:_frozen
  /system/bt/osi/src/
allocator.c 28 size_t size = strlen(str) + 1; // + 1 for the null terminator local
29 size_t real_size = allocation_tracker_resize_for_canary(size);
36 size);
40 memcpy(new_string, str, size);
45 size_t size = strlen(str); local
46 if (len < size)
47 size = len;
49 size_t real_size = allocation_tracker_resize_for_canary(size + 1);
56 size + 1);
60 memcpy(new_string, str, size);
    [all...]
  /system/core/include/utils/
VectorImpl.h 34 * reduces code size.
63 inline size_t size() const { return mCount; } function in class:android::VectorImpl
66 ssize_t setCapacity(size_t size);
67 ssize_t resize(size_t size);
  /system/core/init/
keychords.cpp 39 size_t i, size; local
43 size = sizeof(*keychord) + svc->keycodes().size() * sizeof(keychord->keycodes[0]);
44 keychords = (input_keychord*) realloc(keychords, keychords_length + size);
55 keychord->count = svc->keycodes().size();
58 for (i = 0; i < svc->keycodes().size(); i++) {
62 keychords_length += size;
  /system/core/libion/kernel-headers/linux/
ion_test.h 27 __u64 size; member in struct:ion_test_rw_data
  /system/core/libion/original-kernel-headers/linux/
ion_test.h 25 * @ptr: a pointer to an area at least as large as size
27 * @size: size to read or write
33 __u64 size; member in struct:ion_test_rw_data
  /system/core/libutils/
SharedBuffer.h 41 /*! allocate a buffer of size 'size' and acquire() it.
44 static SharedBuffer* alloc(size_t size);
59 //! get size of the buffer
60 inline size_t size() const;
68 //! get the size of a SharedBuffer object from its data
75 SharedBuffer* editResize(size_t size) const;
81 SharedBuffer* reset(size_t size) const;
110 "SharedBuffer has unexpected size");
122 size_t SharedBuffer::size() const function in class:android::SharedBuffer
    [all...]

Completed in 561 milliseconds

<<31323334353637383940>>