/bionic/libstdc++/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*) { }
|
/ndk/build/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*) { }
|
/ndk/build/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...] |
/build/tools/iself/ |
Android.mk | 11 LOCAL_CFLAGS += -fno-function-sections -fno-data-sections -fno-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...] |
/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
|
/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
|
/external/v8/test/mjsunit/bugs/ |
618.js | 28 // Simple class using inline constructor. 43 // Simple class using inline constructor. 58 // Simple class using inline constructor. 73 // Simple class using inline constructor.
|
/external/webkit/WebCore/platform/mac/ |
LoggingMac.mm | 30 static inline void initializeWithUserDefault(WTFLogChannel& channel)
|
WebCoreObjCExtras.mm | 51 static inline IMP method_getImplementation(Method method)
|
/external/webkit/WebCore/css/ |
html.css | 80 display: inline-block; 94 display: inline 121 display: inline 314 display: inline-block; 339 display: inline-block; 344 display: inline-block; 349 display: inline-block; 354 display: inline-block; 359 display: inline-block; 364 display: inline-block [all...] |
/external/dropbear/libtommath/ |
booker.pl | 90 $inline = 0; 96 ++$inline; 118 print "$inline lines\n";
|