HomeSort by relevance Sort by last modified time
    Searched defs:STDCALL (Results 1 - 12 of 12) sorted by null

  /external/clang/test/PCH/
single-token-macro.c 21 #define STDCALL __stdcall
23 void STDCALL Foo(void);
27 void STDCALL Foo(void)
  /external/chromium_org/v8/test/cctest/
test-code-stubs.h 33 #define STDCALL __attribute__((stdcall))
35 #define STDCALL __stdcall
38 #define STDCALL
41 typedef int32_t STDCALL ConvertDToIFuncType(double input);
47 int STDCALL ConvertDToICVersion(double d);
test-macro-assembler-ia32.cc 41 #define STDCALL __attribute__((stdcall))
43 #define STDCALL __stdcall
46 typedef int STDCALL F0Type();
test-macro-assembler-x87.cc 41 #define STDCALL __attribute__((stdcall))
43 #define STDCALL __stdcall
46 typedef int STDCALL F0Type();
  /external/chromium_org/content/shell/tools/plugin/
main.cpp 59 #define STDCALL __stdcall
67 #define STDCALL
71 NPError STDCALL NP_GetEntryPoints(NPPluginFuncs *pluginFuncs);
76 NPError STDCALL NP_Initialize(NPNetscapeFuncs *browserFuncs
103 NPError STDCALL NP_GetEntryPoints(NPPluginFuncs *pluginFuncs)
135 void STDCALL NP_Shutdown(void)
  /hardware/ti/omap3/dspbridge/inc/
dbtype.h 227 #define STDCALL WINAPI
240 #define STDCALL
262 #define STDCALL
278 #define DSPNORMALAPI STDCALL
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbtype.h 227 #define STDCALL WINAPI
240 #define STDCALL
262 #define STDCALL
278 #define DSPNORMALAPI STDCALL
  /external/pdfium/fpdfsdk/include/
fpdfview.h 103 #define STDCALL __stdcall
106 #define STDCALL
126 DLLEXPORT void STDCALL FPDF_InitLibrary(void* hInstance);
138 DLLEXPORT void STDCALL FPDF_DestroyLibrary();
150 DLLEXPORT void STDCALL FPDF_SetSandBoxPolicy(FPDF_DWORD policy, FPDF_BOOL enable);
162 DLLEXPORT FPDF_DOCUMENT STDCALL FPDF_LoadDocument(FPDF_STRING file_path,
180 DLLEXPORT FPDF_DOCUMENT STDCALL FPDF_LoadMemDocument(const void* data_buf,
210 DLLEXPORT FPDF_DOCUMENT STDCALL FPDF_LoadCustomDocument(FPDF_FILEACCESS* pFileAccess,
222 DLLEXPORT FPDF_BOOL STDCALL FPDF_GetFileVersion(FPDF_DOCUMENT doc, int* fileVersion);
242 DLLEXPORT unsigned long STDCALL FPDF_GetLastError();
    [all...]
  /external/chromium_org/v8/src/third_party/vtune/
ittnotify_config.h 126 #ifndef STDCALL
128 # define STDCALL __stdcall
131 # define STDCALL /* not supported on x86_64 platform */
133 # define STDCALL __attribute__ ((stdcall))
136 #endif /* STDCALL */
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
ittnotify_config.h 87 #ifndef STDCALL
89 # define STDCALL __stdcall
92 # define STDCALL /* not supported on x86_64 platform */
94 # define STDCALL __attribute__ ((stdcall))
97 #endif /* STDCALL */
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 324 milliseconds