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

1 2

  /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-3/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. */
  /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/chromium_org/sdch/open-vcdiff/src/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. */
  /external/chromium_org/chrome/browser/media/
desktop_media_list_ash_unittest.cc 53 CreateList(DesktopMediaListAsh::SCREENS | DesktopMediaListAsh::WINDOWS);
64 CreateList(DesktopMediaListAsh::SCREENS | DesktopMediaListAsh::WINDOWS);
99 CreateList(DesktopMediaListAsh::WINDOWS);
desktop_media_list_ash.h 31 // native windows.
36 WINDOWS = 2,
66 std::vector<DesktopMediaListAsh::SourceDescription>* windows,
70 std::vector<DesktopMediaListAsh::SourceDescription>* windows);
desktop_media_list_ash.cc 157 for (aura::Window::Windows::const_iterator it = container->children().begin();
176 aura::Window::Windows root_windows = ash::Shell::GetAllRootWindows();
203 if (source_types_ & WINDOWS) {
245 // Once we've finished capturing all windows post a task for the next list
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
platform_util.js 20 WINDOWS: 1,
42 return (filter & cvox.PlatformFilter.WINDOWS) != 0;
  /external/openssl/crypto/des/
makefile.bc 9 #WINDOWS= -W
10 CFLAGS = -c -ml -d $(OPTIMIZE) $(WINDOWS) -DMSDOS
11 LFLAGS = -ml $(WINDOWS)
  /external/chromium_org/third_party/zlib/
zconf.h 143 #if defined(_WINDOWS) && !defined(WINDOWS)
144 # define WINDOWS
151 #if (defined(MSDOS) || defined(OS2) || defined(WINDOWS)) && !defined(WIN32)
186 #if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32))
276 #if defined(WINDOWS) || defined(WIN32)
297 # include <windows.h>
299 /* For complete Windows compatibility, use WINAPI, not __stdcall. */
zutil.h 33 /* The Microsoft C Run-Time Library for Windows CE doesn't have
94 #if defined(MSDOS) || (defined(WINDOWS) && !defined(WIN32))
  /external/openssl/
e_os.h 37 * 4. If you include any Windows specific code (or a derivative thereof) from
125 #if defined(OPENSSL_SYS_WINDOWS) && !defined(WINDOWS)
126 # define WINDOWS
147 #if defined(WINDOWS)
227 #if (defined(WINDOWS) || defined(MSDOS))
255 # ifdef WINDOWS
264 * because it turned out that already Windows 95, first non-NT Win32
283 /* yes, they have to be #included prior to <windows.h> */
285 # include <windows.h>
371 /* Avoid Windows 8 SDK GetVersion deprecated problems *
    [all...]
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
Win32PipeStream.cpp 23 #include <windows.h>
26 #error ONLY BUILD THIS SOURCE FILE FOR WINDOWS!
  /external/chromium_org/third_party/zlib/contrib/minizip/
ioapi.h 13 Oct-2009 - Defined ZPOS64_T to fpos_t on windows and u_int64_t on linux. (might need to find a better why for this)
16 Oct-2009 - Defined fxxxx64 calls to normal fopen/ftell/fseek so they would compile on windows.
17 (but you should use iowin32.c for windows instead)
117 #if (defined(WIN32) || defined(_WIN32) || defined (WINDOWS) || defined (_WINDOWS)) && defined(CALLBACK) && defined (USEWINDOWS_CALLBACK)
  /external/freetype/src/gzip/
zconf.h 172 /* Compile with -DZLIB_DLL for Windows DLL support */
174 # if defined(_WINDOWS) || defined(WINDOWS)
178 # include <windows.h>
188 # include <windows.h>
  /external/chromium_org/tools/python/google/httpd_config/
httpd2_mac.conf 161 AddCharset WINDOWS-1251 .cp-1251
httpd.conf 566 AddCharset WINDOWS-1251 .cp-1251
httpd2.conf 212 AddCharset WINDOWS-1251 .cp-1251
  /external/chromium_org/chrome/browser/extensions/api/desktop_capture/
desktop_capture_api.cc 180 (show_windows ? DesktopMediaListAsh::WINDOWS : 0)));
196 // DesktopMediaPicker is implemented only for Windows, OSX and
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jar 
org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
org.apache.lucene_1.9.1.v20100518-1140.jar 
  /build/tools/droiddoc/templates-ds/assets/js/
global-libraries-combined.js     [all...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]

Completed in 871 milliseconds

1 2