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

1 2 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/kernel/io/disktest/
Getopt.h 48 * if #ifdef for windows/unix functional
58 * This source add for windows compatability only.
61 #ifdef WINDOWS
63 #endif /* defined WINDOWS */
timer.h 37 #ifdef WINDOWS
signals.h 34 #ifdef WINDOWS
io.h 31 #ifdef WINDOWS
32 #include <windows.h> /* HANDLE */
46 #ifdef WINDOWS
signals.c 26 #ifdef WINDOWS
27 #include <windows.h>
46 #ifdef WINDOWS
52 #ifdef WINDOWS
58 #ifndef WINDOWS
119 #ifndef WINDOWS
127 #ifndef WINDOWS
132 #ifdef WINDOWS
139 #ifdef WINDOWS
childmain.h 42 #ifdef WINDOWS
globals.h 61 * if #ifdef for windows/unix functional
96 #ifdef WINDOWS
globals.c 29 #ifdef WINDOWS
30 #include <windows.h>
66 #ifdef WINDOWS
io.c 29 #ifdef WINDOWS
30 #include <windows.h>
47 #ifdef WINDOWS
58 #ifdef WINDOWS
66 #ifdef WINDOWS
68 * wrapper for file seeking in WINDOWS API to hind the ugle 32 bit
91 #ifdef WINDOWS
103 #ifdef WINDOWS
114 #ifdef WINDOWS
176 #ifdef WINDOWS
    [all...]
stats.h 32 #ifdef WINDOWS
33 #include <windows.h>
52 #ifdef WINDOWS
threading.h 61 * if #ifdef for windows/unix functional
79 * Fixed windows getopt to return correctly
94 #ifdef WINDOWS
95 #include <windows.h>
107 #ifdef WINDOWS
parse.h 34 #ifdef WINDOWS
sfunc.h 36 * Added needed code changes to support windows
62 * if #ifdef for windows/unix functional
125 #ifndef WINDOWS
threading.c 54 * Cleanup time for large number of threads was very long (windows)
75 * if #ifdef for windows/unix functional
97 * Fixed windows getopt to return correctly
109 #ifdef WINDOWS
110 #include <windows.h>
126 * unix, this is done through pthread_join. In Windows we
216 #ifdef WINDOWS
229 #ifdef WINDOWS
defs.h 53 * if #ifdef for windows/unix functional
69 #ifdef WINDOWS
70 #include <windows.h>
100 #endif /* WINDOWS */
timer.c 30 #ifdef WINDOWS
31 #include <windows.h>
66 #ifdef WINDOWS
72 #ifndef WINDOWS
214 #ifdef WINDOWS
230 return ((endTime - startTime) * 1000); /* since we report in usecs, and windows is msec, multiply by 1000 */
  /external/libmicrohttpd/w32/VS2013/
MHD_config.h 6 /* This is a Windows system */
7 #define WINDOWS 1
43 /* MHD supports Windows XP and later W32 systems*/
  /external/nanopb-c/extra/
nanopb.mk 10 # Check if we are running on Windows
12 WINDOWS = 1
15 WINDOWS = 1
27 ifdef WINDOWS
  /development/ndk/platforms/android-14/include/
zconf.h 68 #if defined(_WINDOWS) && !defined(WINDOWS)
69 # define WINDOWS
76 #if (defined(MSDOS) || defined(OS2) || defined(WINDOWS)) && !defined(WIN32)
111 #if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32))
201 #if defined(WINDOWS) || defined(WIN32)
222 # include <windows.h>
224 /* For complete Windows compatibility, use WINAPI, not __stdcall. */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
zconf.h 68 #if defined(_WINDOWS) && !defined(WINDOWS)
69 # define WINDOWS
76 #if (defined(MSDOS) || defined(OS2) || defined(WINDOWS)) && !defined(WIN32)
111 #if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32))
201 #if defined(WINDOWS) || defined(WIN32)
222 # include <windows.h>
224 /* For complete Windows compatibility, use WINAPI, not __stdcall. */
zconf.in.h 68 #if defined(_WINDOWS) && !defined(WINDOWS)
69 # define WINDOWS
76 #if (defined(MSDOS) || defined(OS2) || defined(WINDOWS)) && !defined(WIN32)
111 #if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32))
201 #if defined(WINDOWS) || defined(WIN32)
222 # include <windows.h>
224 /* For complete Windows compatibility, use WINAPI, not __stdcall. */
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
Encodings.properties 123 Cp936 GBK,MS936,WINDOWS-936
148 Cp1250 WINDOWS-1250 0x007F
149 Cp1251 WINDOWS-1251 0x007F
150 Cp1252 WINDOWS-1252 0x007F
151 Cp1253 WINDOWS-1253 0x007F
152 Cp1254 WINDOWS-1254 0x007F
153 # Windows Hebrew
154 Cp1255 WINDOWS-1255 0x007F
155 # Windows Arabic
156 Cp1256 WINDOWS-1256 0x007
    [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/util/
SQLiteLibraryLoaderTest.java 84 assertThat(loadLibrary(new SQLiteLibraryLoader(WINDOWS), "Windows XP", "x86"))
85 .isEqualTo("/windows-x86/sqlite4java.dll");
90 assertThat(loadLibrary(new SQLiteLibraryLoader(WINDOWS), "Windows 7", "x86"))
91 .isEqualTo("/windows-x86/sqlite4java.dll");
96 assertThat(loadLibrary(new SQLiteLibraryLoader(WINDOWS), "Windows XP", "amd64"))
97 .isEqualTo("/windows-x86_64/sqlite4java.dll");
102 assertThat(loadLibrary(new SQLiteLibraryLoader(WINDOWS), "Windows 7", "amd64")
    [all...]
  /external/syslinux/com32/lib/zlib/
zconf.in.h 60 #if defined(_WINDOWS) && !defined(WINDOWS)
61 # define WINDOWS
66 #if (defined(MSDOS) || defined(OS2) || defined(WINDOWS)) && !defined(WIN32)
101 #if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32))
191 #if defined(WINDOWS) || defined(WIN32)
212 # include <windows.h>
214 /* For complete Windows compatibility, use WINAPI, not __stdcall. */
  /external/scapy/scapy/arch/
__init__.py 14 SOLARIS, WINDOWS, BSD, IS_64BITS, LOOPBACK_NAME, plt, MATPLOTLIB_INLINED, \
24 if not WINDOWS:
69 elif WINDOWS:
70 from scapy.arch.windows import *

Completed in 868 milliseconds

1 2 3 4 5 6 7 8 91011>>