HomeSort by relevance Sort by last modified time
    Searched refs:extern (Results 1 - 25 of 100) sorted by null

1 2 3 4

  /external/astl/include/
iostream 52 extern ostream cout; // Linked to standard output
53 extern ostream cerr; // Linked to standard error (unbuffered)
  /external/stlport/stlport/
iostream 64 extern _STLP_DECLSPEC istream cin;
67 extern _STLP_DECLSPEC ofstream cout;
68 extern _STLP_DECLSPEC ofstream cerr;
69 extern _STLP_DECLSPEC ofstream clog;
71 extern _STLP_DECLSPEC ostream cout;
72 extern _STLP_DECLSPEC ostream cerr;
73 extern _STLP_DECLSPEC ostream clog;
77 extern _STLP_DECLSPEC wistream wcin;
78 extern _STLP_DECLSPEC wostream wcout;
79 extern _STLP_DECLSPEC wostream wcerr
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/
iostream 64 extern _STLP_DECLSPEC istream cin;
67 extern _STLP_DECLSPEC ofstream cout;
68 extern _STLP_DECLSPEC ofstream cerr;
69 extern _STLP_DECLSPEC ofstream clog;
71 extern _STLP_DECLSPEC ostream cout;
72 extern _STLP_DECLSPEC ostream cerr;
73 extern _STLP_DECLSPEC ostream clog;
77 extern _STLP_DECLSPEC wistream wcin;
78 extern _STLP_DECLSPEC wostream wcout;
79 extern _STLP_DECLSPEC wostream wcerr
    [all...]
  /bionic/libstdc++/include/
cstddef 41 extern "C++" {
48 } // extern C++
csignal 39 extern "C++" {
48 } // extern C++
csetjmp 39 extern "C++" {
51 } // extern C++
new 7 extern "C++" {
11 extern const nothrow_t nothrow;
30 } // extern C++
cctype 39 extern "C++" {
58 } // extern C++
ctime 40 extern "C++" {
61 } // extern C++
cmath 40 extern "C++" {
73 } // extern C++
cstring 40 extern "C++" {
68 } // extern C++
  /ndk/sources/cxx-stl/system/include/
cstddef 41 extern "C++" {
48 } // extern C++
csignal 39 extern "C++" {
48 } // extern C++
csetjmp 39 extern "C++" {
51 } // extern C++
new 7 extern "C++" {
11 extern const nothrow_t nothrow;
30 } // extern C++
cctype 39 extern "C++" {
58 } // extern C++
ctime 40 extern "C++" {
61 } // extern C++
cmath 40 extern "C++" {
73 } // extern C++
  /external/e2fsprogs/intl/
libgnuintl.h.in 51 extern "C" {
109 extern char *libintl_gettext (const char *__msgid);
118 extern char *gettext (const char *__msgid)
125 extern char *libintl_dgettext (const char *__domainname, const char *__msgid);
134 extern char *dgettext (const char *__domainname, const char *__msgid)
141 extern char *libintl_dcgettext (const char *__domainname, const char *__msgid,
152 extern char *dcgettext (const char *__domainname, const char *__msgid,
161 extern char *libintl_ngettext (const char *__msgid1, const char *__msgid2,
172 extern char *ngettext (const char *__msgid1, const char *__msgid2,
180 extern char *libintl_dngettext (const char *__domainname, const char *__msgid1
    [all...]
  /external/bluetooth/glib/gmodule/
gmoduleconf.h.win32 24 extern "C" {
gmoduleconf.h.in 24 extern "C" {
  /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/clearsilver/csharp/
CS.cs 14 private static extern unsafe NEOERR* hdf_init(HDF **foo);
18 private static unsafe extern NEOERR* hdf_set_value(HDF *hdf,
28 private static unsafe extern string hdf_get_value(HDF *hdf,
37 private static extern void hdf_dump(
45 private static extern HDF* hdf_get_obj(
94 extern static unsafe NEOERR *cs_init (CSPARSE **parse, HDF *hdf);
101 extern static unsafe NEOERR *cs_parse_file (CSPARSE *parse,
106 // extern static unsafe NEOERR *cs_parse_string (CSPARSE *parse,
115 extern static unsafe NEOERR *cs_render (CSPARSE *parse,
144 extern static unsafe void cs_destroy (CSPARSE **parse)
    [all...]
  /external/libffi/include/
ffi.h.in 56 extern "C" {
149 extern ffi_type ffi_type_void;
150 extern ffi_type ffi_type_uint8;
151 extern ffi_type ffi_type_sint8;
152 extern ffi_type ffi_type_uint16;
153 extern ffi_type ffi_type_sint16;
154 extern ffi_type ffi_type_uint32;
155 extern ffi_type ffi_type_sint32;
156 extern ffi_type ffi_type_uint64;
157 extern ffi_type ffi_type_sint64
    [all...]

Completed in 273 milliseconds

1 2 3 4