/external/stlport/stlport/stl/ |
_hash_fun.h | 44 inline size_t __stl_hash_string(const char* __s) { 50 return size_t(__h); 57 size_t operator()(const char* __s) const { 65 size_t operator()(const char* __s) const { 72 size_t operator()(char __x) const { return __x; } 75 size_t operator()(unsigned char __x) const { return __x; } 79 size_t operator()(unsigned char __x) const { return __x; } 83 size_t operator()(short __x) const { return __x; } 86 size_t operator()(unsigned short __x) const { return __x; } 89 size_t operator()(int __x) const { return __x; [all...] |
/frameworks/base/media/libmedia/ |
MemoryLeakTrackUtil.cpp | 32 extern "C" void get_malloc_leak_info(uint8_t** info, size_t* overallSize, 33 size_t* infoSize, size_t* totalMemory, size_t* backtraceSize); 40 static const size_t MAX_SIZE = 256 * 1024; 59 size_t size() const { 72 const size_t SIZE = 256; 77 size_t size; 78 size_t dups; 83 size_t overallSize = 0 [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_hash_fun.h | 44 inline size_t __stl_hash_string(const char* __s) { 50 return size_t(__h); 57 size_t operator()(const char* __s) const { 65 size_t operator()(const char* __s) const { 72 size_t operator()(char __x) const { return __x; } 75 size_t operator()(unsigned char __x) const { return __x; } 79 size_t operator()(unsigned char __x) const { return __x; } 83 size_t operator()(short __x) const { return __x; } 86 size_t operator()(unsigned short __x) const { return __x; } 89 size_t operator()(int __x) const { return __x; [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_hash_fun.h | 44 inline size_t __stl_hash_string(const char* __s) { 50 return size_t(__h); 57 size_t operator()(const char* __s) const { 65 size_t operator()(const char* __s) const { 72 size_t operator()(char __x) const { return __x; } 75 size_t operator()(unsigned char __x) const { return __x; } 79 size_t operator()(unsigned char __x) const { return __x; } 83 size_t operator()(short __x) const { return __x; } 86 size_t operator()(unsigned short __x) const { return __x; } 89 size_t operator()(int __x) const { return __x; [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_hash_fun.h | 44 inline size_t __stl_hash_string(const char* __s) { 50 return size_t(__h); 57 size_t operator()(const char* __s) const { 65 size_t operator()(const char* __s) const { 72 size_t operator()(char __x) const { return __x; } 75 size_t operator()(unsigned char __x) const { return __x; } 79 size_t operator()(unsigned char __x) const { return __x; } 83 size_t operator()(short __x) const { return __x; } 86 size_t operator()(unsigned short __x) const { return __x; } 89 size_t operator()(int __x) const { return __x; [all...] |
/frameworks/base/include/utils/ |
VectorImpl.h | 49 VectorImpl(size_t itemSize, uint32_t flags); 63 inline size_t size() const { return mCount; } 65 size_t capacity() const; 66 ssize_t setCapacity(size_t size); 69 ssize_t insertVectorAt(const VectorImpl& vector, size_t index); 71 ssize_t insertArrayAt(const void* array, size_t index, size_t length); 72 ssize_t appendArray(const void* array, size_t length); 75 ssize_t insertAt(size_t where, size_t numItems = 1) [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
stringencode.h | 48 size_t utf8_encode(char* buffer, size_t buflen, unsigned long value); 51 size_t utf8_decode(const char* source, size_t srclen, unsigned long* value); 55 size_t escape(char * buffer, size_t buflen, 56 const char * source, size_t srclen, 59 size_t unescape(char * buffer, size_t buflen, 60 const char * source, size_t srclen [all...] |
/bionic/libstdc++/include/ |
new | 14 void* operator new(std::size_t); 15 void* operator new[](std::size_t); 18 void* operator new(std::size_t, const std::nothrow_t&); 19 void* operator new[](std::size_t, const std::nothrow_t&); 23 inline void* operator new(std::size_t, void* p) { return p; } 24 inline void* operator new[](std::size_t, void* p) { return p; }
|
/external/wpa_supplicant_8/src/tls/ |
pkcs1.h | 19 int use_private, const u8 *in, size_t inlen, 20 u8 *out, size_t *outlen); 22 const u8 *in, size_t inlen, 23 u8 *out, size_t *outlen); 25 const u8 *crypt, size_t crypt_len, 26 u8 *plain, size_t *plain_len);
|
tlsv1_client_i.h | 30 size_t session_id_len; 50 size_t num_cipher_suites; 55 size_t client_hello_ext_len; 59 size_t dh_p_len; 62 size_t dh_g_len; 65 size_t dh_ys_len; 78 const u8 *pre_master_secret, size_t pre_master_secret_len); 79 u8 * tls_send_client_hello(struct tlsv1_client *conn, size_t *out_len); 81 u8 description, size_t *out_len); 82 u8 * tlsv1_client_handshake_write(struct tlsv1_client *conn, size_t *out_len [all...] |
/ndk/sources/cxx-stl/system/include/ |
new | 14 void* operator new(std::size_t); 15 void* operator new[](std::size_t); 18 void* operator new(std::size_t, const std::nothrow_t&); 19 void* operator new[](std::size_t, const std::nothrow_t&); 23 inline void* operator new(std::size_t, void* p) { return p; } 24 inline void* operator new[](std::size_t, void* p) { return p; }
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
matroxfb.h | 18 #define MATROXFB_SET_OUTPUT_MODE _IOW('n',0xFA,size_t) 19 #define MATROXFB_GET_OUTPUT_MODE _IOWR('n',0xFA,size_t) 26 #define MATROXFB_SET_OUTPUT_CONNECTION _IOW('n',0xF8,size_t) 28 #define MATROXFB_GET_OUTPUT_CONNECTION _IOR('n',0xF8,size_t) 30 #define MATROXFB_GET_AVAILABLE_OUTPUTS _IOR('n',0xF9,size_t) 32 #define MATROXFB_GET_ALL_OUTPUTS _IOR('n',0xFB,size_t)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/ |
new | 12 void* operator new(std::size_t); 13 void* operator new[](std::size_t); 16 void* operator new(std::size_t, const std::nothrow_t&); 17 void* operator new[](std::size_t, const std::nothrow_t&); 21 inline void* operator new(std::size_t, void* p) { return p; } 22 inline void* operator new[](std::size_t, void* p) { return p; }
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/ |
new | 12 void* operator new(std::size_t); 13 void* operator new[](std::size_t); 16 void* operator new(std::size_t, const std::nothrow_t&); 17 void* operator new[](std::size_t, const std::nothrow_t&); 21 inline void* operator new(std::size_t, void* p) { return p; } 22 inline void* operator new[](std::size_t, void* p) { return p; }
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/system/include/ |
new | 14 void* operator new(std::size_t); 15 void* operator new[](std::size_t); 18 void* operator new(std::size_t, const std::nothrow_t&); 19 void* operator new[](std::size_t, const std::nothrow_t&); 23 inline void* operator new(std::size_t, void* p) { return p; } 24 inline void* operator new[](std::size_t, void* p) { return p; }
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/system/include/ |
new | 14 void* operator new(std::size_t); 15 void* operator new[](std::size_t); 18 void* operator new(std::size_t, const std::nothrow_t&); 19 void* operator new[](std::size_t, const std::nothrow_t&); 23 inline void* operator new(std::size_t, void* p) { return p; } 24 inline void* operator new[](std::size_t, void* p) { return p; }
|
/external/wpa_supplicant/ |
aes_wrap.h | 27 int omac1_aes_128_vector(const u8 *key, size_t num_elem, 28 const u8 *addr[], const size_t *len, u8 *mac); 29 int omac1_aes_128(const u8 *key, const u8 *data, size_t data_len, u8 *mac); 32 u8 *data, size_t data_len); 33 int aes_128_eax_encrypt(const u8 *key, const u8 *nonce, size_t nonce_len, 34 const u8 *hdr, size_t hdr_len, 35 u8 *data, size_t data_len, u8 *tag); 36 int aes_128_eax_decrypt(const u8 *key, const u8 *nonce, size_t nonce_len, 37 const u8 *hdr, size_t hdr_len, 38 u8 *data, size_t data_len, const u8 *tag) [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
aes_wrap.h | 27 int __must_check omac1_aes_128_vector(const u8 *key, size_t num_elem, 28 const u8 *addr[], const size_t *len, 30 int __must_check omac1_aes_128(const u8 *key, const u8 *data, size_t data_len, 34 u8 *data, size_t data_len); 36 const u8 *nonce, size_t nonce_len, 37 const u8 *hdr, size_t hdr_len, 38 u8 *data, size_t data_len, u8 *tag); 40 const u8 *nonce, size_t nonce_len, 41 const u8 *hdr, size_t hdr_len, 42 u8 *data, size_t data_len, const u8 *tag) [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/ |
eap_sake_common.h | 70 size_t serverid_len; 72 size_t peerid_len; 74 size_t spi_s_len; 76 size_t spi_p_len; 80 size_t encr_data_len; 82 size_t iv_len; 84 size_t next_tmpid_len; 88 int eap_sake_parse_attributes(const u8 *buf, size_t len, 95 const u8 *serverid, size_t serverid_len, 96 const u8 *peerid, size_t peerid_len [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
tlsv1_client_i.h | 30 size_t session_id_len; 49 size_t num_cipher_suites; 54 size_t client_hello_ext_len; 58 size_t dh_p_len; 61 size_t dh_g_len; 64 size_t dh_ys_len; 77 const u8 *pre_master_secret, size_t pre_master_secret_len); 78 u8 * tls_send_client_hello(struct tlsv1_client *conn, size_t *out_len); 80 u8 description, size_t *out_len); 81 u8 * tlsv1_client_handshake_write(struct tlsv1_client *conn, size_t *out_len [all...] |
/external/wpa_supplicant_8/src/crypto/ |
aes_wrap.h | 27 int __must_check omac1_aes_128_vector(const u8 *key, size_t num_elem, 28 const u8 *addr[], const size_t *len, 30 int __must_check omac1_aes_128(const u8 *key, const u8 *data, size_t data_len, 34 u8 *data, size_t data_len); 36 const u8 *nonce, size_t nonce_len, 37 const u8 *hdr, size_t hdr_len, 38 u8 *data, size_t data_len, u8 *tag); 40 const u8 *nonce, size_t nonce_len, 41 const u8 *hdr, size_t hdr_len, 42 u8 *data, size_t data_len, const u8 *tag) [all...] |
/external/wpa_supplicant_8/src/eap_common/ |
eap_sake_common.h | 70 size_t serverid_len; 72 size_t peerid_len; 74 size_t spi_s_len; 76 size_t spi_p_len; 80 size_t encr_data_len; 82 size_t iv_len; 84 size_t next_tmpid_len; 88 int eap_sake_parse_attributes(const u8 *buf, size_t len, 95 const u8 *serverid, size_t serverid_len, 96 const u8 *peerid, size_t peerid_len [all...] |
/external/wpa_supplicant_8/src/eap_server/ |
eap_sim_db.h | 35 size_t identity_len, int max_chal, 43 size_t identity_len); 50 size_t identity_len, char *pseudonym); 53 size_t identity_len, char *reauth_id, u16 counter, 56 size_t identity_len, char *reauth_id, 61 size_t identity_len, size_t *len); 66 size_t identity_len; 78 size_t identity_len); 83 size_t identity_len, u8 *_rand, u8 *autn, u8 *ik [all...] |
/frameworks/ex/variablespeed/jni/ |
decode_buffer.h | 31 DecodeBuffer(size_t sizeOfOneBuffer, size_t maxSize); 33 size_t GetSizeInBytes() const; 34 void AddData(int8_t* pointer, size_t lengthInBytes); 36 void AdvanceHeadPointerShorts(size_t numberOfShorts); 37 int16 GetAtIndex(size_t index); 39 size_t GetTotalAdvancedCount() const; 44 size_t sizeOfOneBuffer_; 45 size_t maxSize_; 46 size_t start_ [all...] |
/dalvik/vm/alloc/TEST/HeapBitmapTest/include/cutils/ |
ashmem.h | 9 ashmem_create_region(const char *name, size_t len)
|