/bionic/libstdc++/include/ |
new | 23 inline void* operator new(std::size_t, void* p) { return p; } 24 inline void* operator new[](std::size_t, void* p) { return p; } 27 inline void operator delete(void*, void*) { } 28 inline void operator delete[](void*, void*) { }
|
/ndk/sources/cxx-stl/system/include/ |
new | 23 inline void* operator new(std::size_t, void* p) { return p; } 24 inline void* operator new[](std::size_t, void* p) { return p; } 27 inline void operator delete(void*, void*) { } 28 inline void operator delete[](void*, void*) { }
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/ |
new | 21 inline void* operator new(std::size_t, void* p) { return p; } 22 inline void* operator new[](std::size_t, void* p) { return p; } 25 inline void operator delete(void*, void*) { } 26 inline void operator delete[](void*, void*) { }
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/ |
new | 21 inline void* operator new(std::size_t, void* p) { return p; } 22 inline void* operator new[](std::size_t, void* p) { return p; } 25 inline void operator delete(void*, void*) { } 26 inline void operator delete[](void*, void*) { }
|
/external/astl/include/ |
iomanip | 53 inline android::SetPrecision setprecision(int precision) { 59 inline ostream& operator<<(ostream& os, android::SetPrecision params) { 66 inline android::SetBase setbase(int base) { 72 inline ostream& operator<<(ostream& os, android::SetBase params) {
|
algorithm | 52 template<typename _T> inline const _T& min(const _T& left, const _T& right) 58 template<typename _T> inline const _T& max(const _T& left, const _T& right) 64 template<typename _T> inline void swap(_T& left, _T& right) 117 inline _OutputIterator 164 inline void fill(unsigned char *begin, unsigned char *end, 174 inline void fill(signed char *begin, signed char *end, const signed char& value) 183 inline void fill(char *begin, char *end, const char& value) 228 inline unsigned char *fill_n(unsigned char *begin, size_t num, 236 inline signed char *fill_n(signed char *begin, size_t num, 244 inline char *fill_n(char *begin, size_t num, const char& value [all...] |
ostream | 104 inline ostream& flush(ostream& os) { return os.flush(); } 109 inline ostream& endl(ostream& os) { return flush(os.put('\n')); } 114 inline ostream& ends(ostream& os) { return os.put(char()); }
|
iterator | 170 inline bool 176 inline bool 182 inline bool 188 inline bool 195 inline __wrapper_iterator<_Iterator, _Container> 203 inline typename __wrapper_iterator<_Iterator, _Container>::difference_type 215 inline typename std::iterator_traits<_Iterator>::iterator_category 252 inline typename iterator_traits<_InputIterator>::difference_type 266 inline typename iterator_traits<_RandomAccessIterator>::difference_type 280 inline typename iterator_traits<_InputIterator>::difference_typ [all...] |
/external/stlport/stlport/ |
locale | 83 inline bool isspace (_CharT c, const locale& loc) 87 inline bool isprint (_CharT c, const locale& loc) 91 inline bool iscntrl (_CharT c, const locale& loc) 95 inline bool isupper (_CharT c, const locale& loc) 99 inline bool islower (_CharT c, const locale& loc) 103 inline bool isalpha (_CharT c, const locale& loc) 107 inline bool isdigit (_CharT c, const locale& loc) 111 inline bool ispunct (_CharT c, const locale& loc) 115 inline bool isxdigit (_CharT c, const locale& loc) 119 inline bool isalnum (_CharT c, const locale& loc [all...] |
/ndk/sources/android/stlport/stlport/ |
locale | 83 inline bool isspace (_CharT c, const locale& loc) 87 inline bool isprint (_CharT c, const locale& loc) 91 inline bool iscntrl (_CharT c, const locale& loc) 95 inline bool isupper (_CharT c, const locale& loc) 99 inline bool islower (_CharT c, const locale& loc) 103 inline bool isalpha (_CharT c, const locale& loc) 107 inline bool isdigit (_CharT c, const locale& loc) 111 inline bool ispunct (_CharT c, const locale& loc) 115 inline bool isxdigit (_CharT c, const locale& loc) 119 inline bool isalnum (_CharT c, const locale& loc [all...] |
/build/tools/iself/ |
Android.mk | 11 LOCAL_CFLAGS += -fno-function-sections -fno-data-sections -fno-inline
|
/device/samsung/crespo/alsa-utils/include/ |
aconfig.h.in | 71 calls it, or to nothing if 'inline' is not supported under any name. */ 73 #undef inline
|
/external/e2fsprogs/intl/ |
libgnuintl.h.in | 78 is independent of the compilation unit, but through inline functions in 110 static inline char *gettext (const char *__msgid) 126 static inline char *dgettext (const char *__domainname, const char *__msgid) 143 static inline char *dcgettext (const char *__domainname, const char *__msgid, 163 static inline char *ngettext (const char *__msgid1, const char *__msgid2, 182 static inline char *dngettext (const char *__domainname, const char *__msgid1, 203 static inline char *dcngettext (const char *__domainname, 225 static inline char *textdomain (const char *__domainname) 242 static inline char *bindtextdomain (const char *__domainname, 260 static inline char *bind_textdomain_codeset (const char *__domainname [all...] |
/external/openssl/crypto/sha/asm/ |
sha1-thumb.pl | 25 $inline=0; 67 $code.=$inline?&common():"\tbl .Lcommon\n"; 74 $code.=$inline?&rotate():"\tbl .Lrotate\n"; 78 $code.=$inline?&common():"\tbl .Lcommon\n"; 84 $code.=$inline?&rotate():"\tbl .Lrotate\n"; 88 $code.=$inline?&common():"\tbl .Lcommon\n"; 97 $code.=$inline?&rotate():"\tbl .Lrotate\n"; 246 $code.=".Lcommon:\n".&common()."\tmov pc,lr\n" if (!$inline); 247 $code.=".Lrotate:\n".&rotate()."\tmov pc,lr\n" if (!$inline);
|
/build/tools/isprelinked/ |
Android.mk | 13 LOCAL_CFLAGS += -fno-function-sections -fno-data-sections -fno-inline
|
/build/tools/lsd/ |
Android.mk | 13 LOCAL_CFLAGS += -fno-function-sections -fno-data-sections -fno-inline
|
/external/webkit/SunSpider/tests/sunspider-0.9/ |
bitops-3bit-bits-in-byte.js | 13 lir4,0xE994; 9 instructions, no memory access, minimal register dependence, 6 shifts, 2 adds, 1 inline assign
|
/external/webkit/SunSpider/tests/sunspider-0.9.1/ |
bitops-3bit-bits-in-byte.js | 13 lir4,0xE994; 9 instructions, no memory access, minimal register dependence, 6 shifts, 2 adds, 1 inline assign
|
/external/webkit/WebKit/mac/WebView/ |
WebDelegateImplementationCaching.mm | 82 static inline id CallDelegate(WebView *self, id delegate, SEL selector) 96 static inline id CallDelegate(WebView *self, id delegate, SEL selector, id object) 110 static inline id CallDelegate(WebView *self, id delegate, SEL selector, NSRect rect) 124 static inline id CallDelegate(WebView *self, id delegate, SEL selector, id object1, id object2) 138 static inline id CallDelegate(WebView *self, id delegate, SEL selector, id object, BOOL boolean) 152 static inline id CallDelegate(WebView *self, id delegate, SEL selector, id object1, id object2, id object3) 166 static inline id CallDelegate(WebView *self, id delegate, SEL selector, id object, NSUInteger integer) 180 static inline float CallDelegateReturningFloat(WebView *self, id delegate, SEL selector) 194 static inline BOOL CallDelegateReturningBoolean(BOOL result, WebView *self, id delegate, SEL selector) 208 static inline BOOL CallDelegateReturningBoolean(BOOL result, WebView *self, id delegate, SEL selector, id object [all...] |
/build/tools/apriori/ |
Android.mk | 13 LOCAL_CFLAGS += -fno-function-sections -fno-data-sections -fno-inline
|
/build/tools/soslim/ |
Android.mk | 13 LOCAL_CFLAGS += -fno-function-sections -fno-data-sections -fno-inline
|
/device/samsung/crespo/alsa-lib/include/ |
config.h.in | 154 calls it, or to nothing if 'inline' is not supported under any name. */ 156 #undef inline
|
/external/e2fsprogs/lib/ext2fs/ |
Android.mk | 36 inline.c \
|
/external/elfcopy/ |
Android.mk | 27 LOCAL_CFLAGS += -fno-function-sections -fno-data-sections -fno-inline
|
/external/genext2fs/ |
config.h.in | 129 calls it, or to nothing if 'inline' is not supported under any name. */ 131 #undef inline
|