HomeSort by relevance Sort by last modified time
    Searched refs:__attribute (Results 1 - 17 of 17) sorted by null

  /external/bluetooth/glib/glib/
galias.h 14 extern __typeof (g_array_append_vals) IA__g_array_append_vals __attribute((visibility("hidden")));
17 extern __typeof (g_array_free) IA__g_array_free __attribute((visibility("hidden")));
20 extern __typeof (g_array_insert_vals) IA__g_array_insert_vals __attribute((visibility("hidden")));
23 extern __typeof (g_array_new) IA__g_array_new __attribute((visibility("hidden")));
26 extern __typeof (g_array_prepend_vals) IA__g_array_prepend_vals __attribute((visibility("hidden")));
29 extern __typeof (g_array_remove_index) IA__g_array_remove_index __attribute((visibility("hidden")));
32 extern __typeof (g_array_remove_index_fast) IA__g_array_remove_index_fast __attribute((visibility("hidden")));
35 extern __typeof (g_array_remove_range) IA__g_array_remove_range __attribute((visibility("hidden")));
38 extern __typeof (g_array_set_size) IA__g_array_set_size __attribute((visibility("hidden")));
41 extern __typeof (g_array_sized_new) IA__g_array_sized_new __attribute((visibility("hidden")))
    [all...]
galiasdef.c 18 extern __typeof (g_array_append_vals) g_array_append_vals __attribute((alias("IA__g_array_append_vals"), visibility("default")));
21 extern __typeof (g_array_free) g_array_free __attribute((alias("IA__g_array_free"), visibility("default")));
24 extern __typeof (g_array_insert_vals) g_array_insert_vals __attribute((alias("IA__g_array_insert_vals"), visibility("default")));
27 extern __typeof (g_array_new) g_array_new __attribute((alias("IA__g_array_new"), visibility("default")));
30 extern __typeof (g_array_prepend_vals) g_array_prepend_vals __attribute((alias("IA__g_array_prepend_vals"), visibility("default")));
33 extern __typeof (g_array_remove_index) g_array_remove_index __attribute((alias("IA__g_array_remove_index"), visibility("default")));
36 extern __typeof (g_array_remove_index_fast) g_array_remove_index_fast __attribute((alias("IA__g_array_remove_index_fast"), visibility("default")));
39 extern __typeof (g_array_remove_range) g_array_remove_range __attribute((alias("IA__g_array_remove_range"), visibility("default")));
42 extern __typeof (g_array_set_size) g_array_set_size __attribute((alias("IA__g_array_set_size"), visibility("default")));
45 extern __typeof (g_array_sized_new) g_array_sized_new __attribute((alias("IA__g_array_sized_new"), visibility("default")))
    [all...]
  /external/libxml2/
elfgcchack.h 69 extern __typeof (__xmlGenericError) __xmlGenericError __attribute((alias("__xmlGenericError__internal_alias")));
72 extern __typeof (__xmlGenericError) __xmlGenericError__internal_alias __attribute((visibility("hidden")));
79 extern __typeof (__xmlGenericErrorContext) __xmlGenericErrorContext __attribute((alias("__xmlGenericErrorContext__internal_alias")));
82 extern __typeof (__xmlGenericErrorContext) __xmlGenericErrorContext__internal_alias __attribute((visibility("hidden")));
91 extern __typeof (docbCreatePushParserCtxt) docbCreatePushParserCtxt __attribute((alias("docbCreatePushParserCtxt__internal_alias")));
94 extern __typeof (docbCreatePushParserCtxt) docbCreatePushParserCtxt__internal_alias __attribute((visibility("hidden")));
103 extern __typeof (htmlAttrAllowed) htmlAttrAllowed __attribute((alias("htmlAttrAllowed__internal_alias")));
106 extern __typeof (htmlAttrAllowed) htmlAttrAllowed__internal_alias __attribute((visibility("hidden")));
115 extern __typeof (htmlAutoCloseTag) htmlAutoCloseTag __attribute((alias("htmlAutoCloseTag__internal_alias")));
118 extern __typeof (htmlAutoCloseTag) htmlAutoCloseTag__internal_alias __attribute((visibility("hidden")))
    [all...]
threads.c 57 __attribute((weak));
59 __attribute((weak));
62 __attribute((weak));
65 __attribute((weak));
67 __attribute((weak));
69 __attribute((weak));
71 __attribute((weak));
73 __attribute((weak));
75 __attribute((weak));
77 __attribute((weak))
    [all...]
  /external/bluetooth/glib/gio/
makegioalias.pl 117 extern __typeof ($str) $alias __attribute((visibility("hidden")))$attributes;
125 extern __typeof ($str) $str __attribute((alias("$alias"), visibility("default")));
  /external/bluetooth/glib/gobject/
makegobjectalias.pl 117 extern __typeof ($str) $alias __attribute((visibility("hidden")))$attributes;
125 extern __typeof ($str) $str __attribute((alias("$alias"), visibility("default")));
  /external/webkit/JavaScriptCore/wtf/
AlwaysInline.h 59 #define NO_RETURN __attribute((__noreturn__))
  /external/elfutils/libdw/
libdw_alloc.c 54 __attribute ((noreturn, visibility ("hidden")))
libdwP.h 286 extern void __libdw_oom (void) __attribute ((noreturn, visibility ("hidden")));
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_pppox.h 89 } __attribute ((packed));
  /bionic/libc/include/
stdlib.h 139 static __inline__ int grantpt(int __fd __attribute((unused)))
  /development/ndk/platforms/android-9/include/
stdlib.h 139 static __inline__ int grantpt(int __fd __attribute((unused)))
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
mf-runtime.h 84 __attribute((nothrow));
86 __attribute((nothrow));
88 __attribute((nothrow));
  /external/qemu/
osdep.h 75 #define REGPARM __attribute((regparm(3)))
  /dalvik/vm/alloc/TEST/HeapBitmapTest/
main.c 7 #define __attribute(x) /* disable inlining */ macro
9 #undef __attribute macro
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
compatibility.h 58 __attribute((dllimport)) void __attribute__((stdcall)) Sleep (unsigned long);
  /external/elfcopy/
elfcopy.c     [all...]

Completed in 1108 milliseconds