HomeSort by relevance Sort by last modified time
    Searched full:windows (Results 1 - 25 of 3716) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/net/data/url_request_unittest/
redirect-to-file.html.mock-http-headers 2 Location: file:///c:/windows
  /development/sdk/
usbdriver_source.properties 2 Archive.Os=WINDOWS
  /external/chromium/googleurl/build/
README.txt 2 Visual Studio 2005 on Windows.
  /external/chromium/third_party/zlib/contrib/minizip/
iowin32.h 3 This IO API version uses the Win32 API (for Microsoft Windows)
10 #include <windows.h>
  /external/bluetooth/glib/docs/reference/glib/tmpl/
windows.sgml 2 Windows Compatibility Functions
5 UNIX emulation on Windows
9 These functions provide some level of UNIX emulation on the Windows platform.
24 Provided for UNIX emulation on Windows; equivalent to UNIX
97 On Windows, this macro defines a DllMain() function that stores the actual
101 On non-Windows platforms, expands to nothing.
107 <filename>windows.h</filename>. If you need a more complex DLL entry
113 On Windows, this macro defines an expression which evaluates to %TRUE
114 if the code is running on a version of Windows where the wide
117 the DLLs, but don't work on Windows 9x and Me.
    [all...]
  /external/stlport/doc/
README.windows 1 Note for Windows users:
3 It is highly recommended to declare the Windows OS version you are
10 Windows XP:
15 use, windows.h gives a default value to WINVER. However, when using the
16 library, windows.h is not necessarily included, at least not by STLport
21 Here is the main reason for following this advise, the Windows 95
25 InterlockedIncrement and InterlockedDecrement after Windows 95, STLport
26 libraries built for Windows 95 cannot be used to generate an application
27 built for Windows XP for instance. So, if you build STLport with a Windows
    [all...]
  /external/chromium/third_party/icu/source/i18n/
wintzimpl.h 20 * \brief C API: Utilities for dealing w/ Windows time zones.
23 /* Forward declarations for Windows types... */
29 * needed to get the Windows time zone information without using static tables.
  /external/icu4c/i18n/
wintzimpl.h 20 * \brief C API: Utilities for dealing w/ Windows time zones.
23 /* Forward declarations for Windows types... */
29 * needed to get the Windows time zone information without using static tables.
  /external/chromium/third_party/icu/build/
icu_tool_bin.vsprops 1 <?xml version="1.0" encoding="Windows-1252"?>
  /external/webkit/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
JavaScriptCoreCF.vsprops 1 <?xml version="1.0" encoding="Windows-1252"?>
JavaScriptCoreCFLite.vsprops 1 <?xml version="1.0" encoding="Windows-1252"?>
  /external/webkit/WebCore/WebCore.vcproj/
WebCoreCFNetwork.vsprops 1 <?xml version="1.0" encoding="Windows-1252"?>
WebCoreMediaQT.vsprops 1 <?xml version="1.0" encoding="Windows-1252"?>
WebCorePthreads.vsprops 1 <?xml version="1.0" encoding="Windows-1252"?>
  /external/chromium/third_party/icu/source/common/
wintz.h 21 * \brief C API: Utilities for dealing w/ Windows time zones.
25 /* Forward declarations for Windows types... */
  /external/icu4c/common/
wintz.h 21 * \brief C API: Utilities for dealing w/ Windows time zones.
25 /* Forward declarations for Windows types... */
  /external/chromium/third_party/icu/source/data/mappings/
ucmlocal.mk 9 # Windows-874
10 # * Windows-125[0-8]
11 # * Simplified Chinese : GBK(Windows cp936), GB 18030
15 # * Traditional Chinese : Big5 (Windows cp950), Big5HKSCS (no PUA)
16 # * Japanese : SJIS (Windows cp932), EUC-JP (ibm-954_P101-2007)
17 # * Korean : Windows-949
18 # - EUC-KR table was removed. It's different from Windows-949, but
19 # in practice EUC-KR and Windows-949 are treated synonymously.
22 # use the windows-949 table.
23 # * Thai : Windows-87
    [all...]
convrtrs.txt 79 # (example: Windows codepages).
90 # may be different from Shift-JIS on a Windows platform. This is why
118 WINDOWS # The Microsoft code page identifier number is specified by windows-*. The rest are recognized IE names.
128 # MSIE # MSIE is Internet Explorer, which can be different from Windows (From the IMultiLanguage COM interface)
136 UTF-8 { IANA* MIME* JAVA* WINDOWS }
145 windows-65001 { WINDOWS* }
175 windows-1201 { WINDOWS* }
    [all...]
ucmcore.mk 3 # A list of UCM's to build for core MIME/Unix/Windows encodings
12 # Windows-125x
13 # EUC-CN, GBK (Windows cp936), GB 18030
14 # Big5 (Windows cp950)
15 # SJIS (Windows cp932), EUC-JP
16 # EUC-KR, KS C 5601, Windows cp949
  /development/host/windows/usb/api/
stdafx.h 31 #ifndef WINVER // Allow use of features specific to Windows 95 and Windows NT 4 or later.
32 #define WINVER 0x0500 // Change this to the appropriate value to target Windows 98 and Windows 2000 or later.
35 #ifndef _WIN32_WINNT // Allow use of features specific to Windows NT 4 or later.
36 #define _WIN32_WINNT 0x0500 // Change this to the appropriate value to target Windows 2000 or later.
39 #ifndef _WIN32_WINDOWS // Allow use of features specific to Windows 98 or later.
40 #define _WIN32_WINDOWS 0x0500 // Change this to the appropriate value to target Windows Me or later.
61 // #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
63 #include <windows.h>
    [all...]
  /development/host/windows/usb/winusb/
stdafx.h 31 #ifndef WINVER // Allow use of features specific to Windows 95 and Windows NT 4 or later.
32 #define WINVER 0x0500 // Change this to the appropriate value to target Windows 98 and Windows 2000 or later.
35 #ifndef _WIN32_WINNT // Allow use of features specific to Windows NT 4 or later.
36 #define _WIN32_WINNT 0x0500 // Change this to the appropriate value to target Windows 2000 or later.
39 #ifndef _WIN32_WINDOWS // Allow use of features specific to Windows 98 or later.
40 #define _WIN32_WINDOWS 0x0500 // Change this to the appropriate value to target Windows Me or later.
61 // #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
63 #include <windows.h>
    [all...]
  /development/host/windows/usb/adb_winapi_test/
stdafx.h 21 #ifndef WINVER // Specifies that the minimum required platform is Windows Vista.
22 #define WINVER 0x0500 // Change this to the appropriate value to target other versions of Windows.
25 #ifndef _WIN32_WINNT // Specifies that the minimum required platform is Windows Vista.
26 #define _WIN32_WINNT 0x0500 // Change this to the appropriate value to target other versions of Windows.
29 #ifndef _WIN32_WINDOWS // Specifies that the minimum required platform is Windows 98.
30 #define _WIN32_WINDOWS 0x0410 // Change this to the appropriate value to target Windows Me or later.
50 #include <windows.h>
  /external/icu4c/data/mappings/
convrtrs.txt 83 # (example: Windows codepages).
94 # may be different from Shift-JIS on a Windows platform. This is why
122 WINDOWS # The Microsoft code page identifier number is specified by windows-*. The rest are recognized IE names.
132 # MSIE # MSIE is Internet Explorer, which can be different from Windows (From the IMultiLanguage COM interface)
140 UTF-8 { IANA* MIME* JAVA* WINDOWS }
149 windows-65001 { WINDOWS* }
179 windows-1201 { WINDOWS* }
    [all...]
ucmcore.mk 3 # A list of UCM's to build for core MIME/Unix/Windows encodings
12 # Windows-125x
13 # EUC-CN, GBK (Windows cp936), GB 18030
14 # Big5 (Windows cp950)
15 # SJIS (Windows cp932), EUC-JP
16 # EUC-KR, KS C 5601, Windows cp949
  /external/expat/lib/
winconfig.h 14 #include <windows.h>
24 /* we will assume all Windows platforms are little endian */
27 /* Windows has memmove() available. */

Completed in 454 milliseconds

1 2 3 4 5 6 7 8 91011>>