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

  /external/clang/test/Sema/
format-strings-enum.c 8 # define EXTERN_C extern "C"
10 # define EXTERN_C extern
13 EXTERN_C int printf(const char *,...);
format-strings-enum-fixed-type.cpp 6 # define EXTERN_C extern "C"
8 # define EXTERN_C extern
11 EXTERN_C int printf(const char *,...);
  /external/chromium_org/third_party/npapi/npspy/extern/java/
jmc.h 53 #define EXTERN_C extern "C"
56 #undef EXTERN_C
57 #define EXTERN_C
  /external/chromium_org/base/
logging_win.h 21 EXTERN_C BASE_EXPORT const GUID kLogEventId;
  /development/host/windows/usb/api/
adb_api_legacy.h 27 #define EXTERN_C extern "C"
29 #define EXTERN_C extern
adb_api.h 27 #define EXTERN_C extern "C"
29 #define EXTERN_C extern
121 #define ADBWIN_API EXTERN_C __declspec(dllexport)
124 #define ADBWIN_API EXTERN_C __declspec(dllimport)
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
port.h 94 # define EXTERN_C extern "C"
96 # define EXTERN_C extern
139 EXTERN_C pthread_key_t PthreadKeyCreate(void (*destr_fn)(void*)); /* port.cc */
166 EXTERN_C int perftools_pthread_once(pthread_once_t *once_control,
392 EXTERN_C PERFTOOLS_DLL_DECL void WriteToStderr(const char* buf, int len);
410 EXTERN_C int getpagesize(); /* in port.cc */
475 #undef EXTERN_C
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
port.h 91 # define EXTERN_C extern "C"
93 # define EXTERN_C extern
136 EXTERN_C pthread_key_t PthreadKeyCreate(void (*destr_fn)(void*)); /* port.cc */
163 EXTERN_C int perftools_pthread_once(pthread_once_t *once_control,
389 EXTERN_C PERFTOOLS_DLL_DECL void WriteToStderr(const char* buf, int len);
407 EXTERN_C int getpagesize(); /* in port.cc */
472 #undef EXTERN_C
  /external/chromium_org/chrome_frame/
event_hooker.cc 10 EXTERN_C IMAGE_DOS_HEADER __ImageBase;
  /external/chromium_org/win8/delegate_execute/
command_execute_impl.h 20 EXTERN_C const GUID CLSID_CommandExecuteImpl;
  /external/chromium_org/win8/metro_driver/
metro_driver_win7.cc 7 EXTERN_C IMAGE_DOS_HEADER __ImageBase;
  /external/chromium_org/chrome/common/importer/
pstore_declarations.h 25 EXTERN_C const IID IID_IPStore;
26 EXTERN_C const IID IID_IEnumPStoreItems;
  /external/chromium_org/win8/test/
test_registrar.cc 117 EXTERN_C const GUID CLSID_TestDefaultBrowserRegistrar;

Completed in 199 milliseconds