HomeSort by relevance Sort by last modified time
    Searched full:size_t (Results 226 - 250 of 10511) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_methods.h 21 const struct eap_method * eap_peer_get_methods(size_t *count);
33 size_t eap_get_names(char *buf, size_t buflen);
34 char ** eap_get_names_as_string_array(size_t *num);
51 static inline size_t eap_get_names(char *buf, size_t buflen)
65 static inline char ** eap_get_names_as_string_array(size_t *num)
  /frameworks/base/include/media/stagefright/foundation/
ABitReader.h 29 ABitReader(const uint8_t *data, size_t size);
31 uint32_t getBits(size_t n);
32 void skipBits(size_t n);
34 void putBits(uint32_t x, size_t n);
36 size_t numBitsLeft() const;
42 size_t mSize;
45 size_t mNumBitsLeft;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string_hash.h 33 _STLP_INLINE_LOOP size_t
36 size_t __len = __s.size();
38 for ( size_t __i = 0; __i < __len; ++__i)
40 return size_t(__h);
47 size_t operator()(const basic_string<_CharT,_Traits,_Alloc>& __s) const
55 size_t operator()(const string& __s) const
62 size_t operator()(const wstring& __s) const
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_string_hash.h 33 _STLP_INLINE_LOOP size_t
36 size_t __len = __s.size();
38 for ( size_t __i = 0; __i < __len; ++__i)
40 return size_t(__h);
47 size_t operator()(const basic_string<_CharT,_Traits,_Alloc>& __s) const
55 size_t operator()(const string& __s) const
62 size_t operator()(const wstring& __s) const
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_string_hash.h 33 _STLP_INLINE_LOOP size_t
36 size_t __len = __s.size();
38 for ( size_t __i = 0; __i < __len; ++__i)
40 return size_t(__h);
47 size_t operator()(const basic_string<_CharT,_Traits,_Alloc>& __s) const
55 size_t operator()(const string& __s) const
62 size_t operator()(const wstring& __s) const
  /dalvik/vm/analysis/
DexVerify.h 37 size_t methodsExamined; /* number of methods examined */
38 size_t monEnterMethods; /* number of methods with monitor-enter */
39 size_t instrsExamined; /* incr on first visit of instruction */
40 size_t instrsReexamined; /* incr on each repeat visit of instruction */
41 size_t copyRegCount; /* calls from updateRegisters->copyRegisters */
42 size_t mergeRegCount; /* calls from updateRegisters->merge */
43 size_t mergeRegChanged; /* calls from updateRegisters->merge, changed */
44 size_t uninitSearches; /* times we've had to search the uninit table */
45 size_t biggestAlloc; /* largest RegisterLine table alloc */
  /dalvik/vm/compiler/
CompilerUtility.h 29 size_t blockSize;
30 size_t bytesAllocated;
35 void *dvmCompilerNew(size_t size, bool zero);
40 size_t numAllocated;
41 size_t numUsed;
47 size_t idx;
48 size_t size;
59 void dvmInitGrowableList(GrowableList *gList, size_t initLength);
64 intptr_t dvmGrowableListGetElement(const GrowableList *gList, size_t idx);
  /external/wpa_supplicant_8/wpa_supplicant/
ap.h 23 const u8 *src_addr, const u8 *buf, size_t len);
27 const char *pin, char *buf, size_t buflen);
35 char *buf, size_t buflen);
37 char *buf, size_t buflen);
39 char *buf, size_t buflen);
41 size_t buflen, int verbose);
43 const u8 *buf, size_t len, int ack);
44 void ap_rx_from_unknown_sta(void *ctx, const u8 *frame, size_t len);
46 void ap_mgmt_tx_cb(void *ctx, const u8 *buf, size_t len, u16 stype, int ok);
  /external/webkit/Source/JavaScriptCore/jit/
ExecutableAllocatorFixedVMPool.cpp 53 AllocationTableSizeClass(size_t size, size_t blockSize, unsigned log2BlockSize)
59 size_t blockMask = blockSize - 1;
68 size_t blockSize() const { return m_blockSize; }
69 size_t blockCount() const { return m_blockCount; }
70 size_t blockAlignment() const { return m_blockAlignment; }
72 size_t size()
78 size_t m_blockSize;
79 size_t m_blockCount;
80 size_t m_blockAlignment
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
bitset 48 #include <cstddef> // For size_t
68 template<size_t _Nw>
85 static size_t
86 _S_whichword(size_t __pos )
89 static size_t
90 _S_whichbyte(size_t __pos )
93 static size_t
94 _S_whichbit(size_t __pos )
98 _S_maskbit(size_t __pos )
102 _M_getword(size_t __pos
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
bitset 48 #include <cstddef> // For size_t
68 template<size_t _Nw>
85 static size_t
86 _S_whichword(size_t __pos )
89 static size_t
90 _S_whichbyte(size_t __pos )
93 static size_t
94 _S_whichbit(size_t __pos )
98 _S_maskbit(size_t __pos )
102 _M_getword(size_t __pos
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
bitset 48 #include <cstddef> // For size_t
68 template<size_t _Nw>
85 static size_t
86 _S_whichword(size_t __pos )
89 static size_t
90 _S_whichbyte(size_t __pos )
93 static size_t
94 _S_whichbit(size_t __pos )
98 _S_maskbit(size_t __pos )
102 _M_getword(size_t __pos
    [all...]
  /bionic/libc/include/sys/
mman.h 47 extern void* mmap(void *, size_t, int, int, int, off_t);
48 extern int munmap(void *, size_t);
49 extern int msync(const void *, size_t, int);
50 extern int mprotect(const void *, size_t, int);
51 extern void* mremap(void *, size_t, size_t, unsigned long);
55 extern int mlock(const void *, size_t);
56 extern int munlock(const void *, size_t);
57 extern int madvise(const void *, size_t, int);
59 extern int mlock(const void *addr, size_t len)
    [all...]
  /development/ndk/platforms/android-3/include/sys/
mman.h 47 extern void* mmap(void *, size_t, int, int, int, off_t);
48 extern int munmap(void *, size_t);
49 extern int msync(const void *, size_t, int);
50 extern int mprotect(const void *, size_t, int);
51 extern void* mremap(void *, size_t, size_t, unsigned long);
55 extern int mlock(const void *, size_t);
56 extern int munlock(const void *, size_t);
57 extern int madvise(const void *, size_t, int);
59 extern int mlock(const void *addr, size_t len)
    [all...]
  /development/ndk/platforms/android-3/include/
wchar.h 100 extern size_t mbrlen(const char *, size_t, mbstate_t *);
101 extern size_t mbrtowc(wchar_t *, const char *, size_t, mbstate_t *);
102 extern size_t mbsrtowcs(wchar_t *, const char **, size_t, mbstate_t *);
105 extern int swprintf(wchar_t *, size_t, const wchar_t *, ...);
112 extern int vswprintf(wchar_t *, size_t, const wchar_t *, va_list);
113 extern size_t wcrtomb(char *, wchar_t, mbstate_t *);
119 extern size_t wcscspn(const wchar_t *, const wchar_t *)
    [all...]
  /external/chromium/base/
utf_offset_string_conversions_unittest.cc 16 static const size_t kNpos = std::wstring::npos;
44 size_t input_offset;
45 size_t output_offset;
59 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(utf8_to_wide_cases); ++i) {
60 size_t offset = utf8_to_wide_cases[i].input_offset;
68 size_t input_offset;
69 size_t output_offset;
75 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(utf16_to_wide_cases); ++i) {
76 size_t offset = utf16_to_wide_cases[i].input_offset;
85 const size_t kLimit = 10
    [all...]
  /external/chromium/net/disk_cache/
file.h 52 bool Read(void* buffer, size_t buffer_len, size_t offset);
53 bool Write(const void* buffer, size_t buffer_len, size_t offset);
57 bool Read(void* buffer, size_t buffer_len, size_t offset,
59 bool Write(const void* buffer, size_t buffer_len, size_t offset,
64 bool SetLength(size_t length);
65 size_t GetLength()
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
base64.h 52 static void EncodeFromArray(const void* data, size_t len,
54 static bool DecodeFromArray(const char* data, size_t len, DecodeFlags flags,
55 std::string* result, size_t* data_used);
56 static bool DecodeFromArray(const char* data, size_t len, DecodeFlags flags,
57 std::vector<char>* result, size_t* data_used);
71 std::string* result, size_t* data_used)
76 std::vector<char>* result, size_t* data_used)
85 static size_t GetNextQuantum(DecodeFlags parse_flags, bool illegal_pads,
86 const char* data, size_t len, size_t* dpos
    [all...]
bytebuffer.h 41 ByteBuffer(const char* bytes, size_t len);
46 size_t Length() const { return end_ - start_; }
47 size_t Capacity() const { return size_ - start_; }
54 bool ReadString(std::string* val, size_t len); // append to val
55 bool ReadBytes(char* val, size_t len);
63 void WriteBytes(const char* val, size_t len);
65 void Resize(size_t size);
66 void Consume(size_t size);
67 void Shift(size_t size);
71 size_t size_
    [all...]
stream.h 87 virtual StreamResult Read(void* buffer, size_t buffer_len,
88 size_t* read, int* error) = 0;
89 virtual StreamResult Write(const void* data, size_t data_len,
90 size_t* written, int* error) = 0;
137 virtual const void* GetReadData(size_t* data_len) { return NULL; }
138 virtual void ConsumeReadData(size_t used) {}
151 virtual void* GetWriteBuffer(size_t* buf_len) { return NULL; }
152 virtual void ConsumeWriteBuffer(size_t used) {}
164 //virtual bool ForceWrite(const void* data, size_t data_len, int* error) {
172 virtual bool SetPosition(size_t position) { return false;
    [all...]
stringutils.h 63 bool memory_check(const void* memory, int c, size_t count);
92 inline size_t strlen(const wchar_t* s) {
101 inline int strncmp(const wchar_t* s1, const wchar_t* s2, size_t n) {
104 inline int strnicmp(const wchar_t* s1, const wchar_t* s2, size_t n) {
114 inline int vsnprintf(char* buf, size_t n, const char* fmt, va_list args) {
117 inline int vsnprintf(wchar_t* buf, size_t n, const wchar_t* fmt, va_list args) {
135 inline int _strnicmp(const char* s1, const char* s2, size_t n) {
147 const size_t SIZE_UNKNOWN = static_cast<size_t>(-1);
168 for (size_t i=0; str[i]; ++i)
    [all...]
  /external/skia/include/text/
SkTextLayout.h 28 void setText(const char text[], size_t length);
34 // SkTextStyle* setStyle(SkTextStyle*, size_t offset, size_t length);
  /external/skia/src/animator/
SkAnimatorScript.h 46 static bool MapEnums(const char* ptr, const char* match, size_t len, int* value);
49 static bool Eval(const char* function, size_t len, SkTDArray<SkScriptValue>& params,
51 static bool EvalEnum(const char* token, size_t len, void* callBack, SkScriptValue* );
52 static bool EvalID(const char* token, size_t len, void* callBack, SkScriptValue* );
53 static bool EvalMember(const char* member, size_t len, void* object, void* eng,
57 static bool EvalMemberFunction(const char* member, size_t len, void* object,
59 static bool EvalNamedColor(const char* token, size_t len, void* callBack, SkScriptValue* );
60 static bool EvalRGB(const char* function, size_t len, SkTDArray<SkScriptValue>& params,
63 static bool Infinity(const char* token, size_t len, void* callBack, SkScriptValue* );
64 static bool IsFinite(const char* function, size_t len, SkTDArray<SkScriptValue>& params,
    [all...]
  /external/skia/src/ports/
SkMemory_malloc.cpp 15 void* sk_malloc_throw(size_t size) {
19 void* sk_realloc_throw(void* addr, size_t size) {
36 void* sk_malloc_flags(size_t size, unsigned flags) {
  /external/webkit/Source/WebKit/chromium/public/
WebCache.h 43 size_t minDeadCapacity;
44 size_t maxDeadCapacity;
45 size_t capacity;
47 size_t liveSize;
48 size_t deadSize;
53 size_t count;
54 size_t size;
55 size_t liveSize;
56 size_t decodedSize;
69 WEBKIT_API static void setCapacities(size_t minDeadCapacity
    [all...]

Completed in 1648 milliseconds

1 2 3 4 5 6 7 8 91011>>