HomeSort by relevance Sort by last modified time
    Searched full:windows (Results 51 - 75 of 6054) sorted by null

1 23 4 5 6 7 8 91011>>

  /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>
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
targetver.h 20 // is the earliest version of Windows, Internet Explorer etc. that has the necessary features to run
26 #ifndef WINVER // Specifies that the minimum required platform is Windows Vista.
27 #define WINVER 0x0600 // Change this to the appropriate value to target other versions of Windows.
30 #ifndef _WIN32_WINNT // Specifies that the minimum required platform is Windows Vista.
31 #define _WIN32_WINNT 0x0600 // Change this to the appropriate value to target other versions of Windows.
34 #ifndef _WIN32_WINDOWS // Specifies that the minimum required platform is Windows 98.
35 #define _WIN32_WINDOWS 0x0410 // Change this to the appropriate value to target Windows Me or later.
  /packages/apps/Gallery2/jni_mosaic/feature_stab/src/dbreg/
targetver.h 20 // is the earliest version of Windows, Internet Explorer etc. that has the necessary features to run
26 #ifndef WINVER // Specifies that the minimum required platform is Windows Vista.
27 #define WINVER 0x0600 // Change this to the appropriate value to target other versions of Windows.
30 #ifndef _WIN32_WINNT // Specifies that the minimum required platform is Windows Vista.
31 #define _WIN32_WINNT 0x0600 // Change this to the appropriate value to target other versions of Windows.
34 #ifndef _WIN32_WINDOWS // Specifies that the minimum required platform is Windows 98.
35 #define _WIN32_WINDOWS 0x0410 // Change this to the appropriate value to target Windows Me or later.
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
targetver.h 20 // is the earliest version of Windows, Internet Explorer etc. that has the necessary features to run
26 #ifndef WINVER // Specifies that the minimum required platform is Windows Vista.
27 #define WINVER 0x0600 // Change this to the appropriate value to target other versions of Windows.
30 #ifndef _WIN32_WINNT // Specifies that the minimum required platform is Windows Vista.
31 #define _WIN32_WINNT 0x0600 // Change this to the appropriate value to target other versions of Windows.
34 #ifndef _WIN32_WINDOWS // Specifies that the minimum required platform is Windows 98.
35 #define _WIN32_WINDOWS 0x0410 // Change this to the appropriate value to target Windows Me or later.
  /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* }
182 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/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/
config.json 24 { "name": "apple-windows-1", "platform": "win"},
25 { "name": "apple-windows-2", "platform": "win"},
26 { "name": "apple-windows-3", "platform": "win"},
27 { "name": "apple-windows-4", "platform": "win"},
28 { "name": "apple-windows-5", "platform": "win"},
29 { "name": "apple-windows-6", "platform": "win"},
30 { "name": "apple-windows-7", "platform": "win"},
31 { "name": "apple-windows-8", "platform": "win"},
32 { "name": "apple-windows-9", "platform": "win"},
33 { "name": "apple-windows-10", "platform": "win"}
    [all...]
  /external/chromium/chrome/browser/
browser_encoding_uitest.cc 81 { "windows-874.html", "windows-874" },
82 { "windows-949.html", "windows-949" },
83 { "windows-1250.html", "windows-1250" },
84 { "windows-1251.html", "windows-1251" },
85 { "windows-1252.html", "windows-1252" }
    [all...]
  /external/chromium/base/win/
windows_version.h 17 // The running version of Windows. This is declared outside OSInfo for
24 VERSION_SERVER_2003, // Also includes Windows XP Professional x64.
45 // The processor architecture this copy of Windows natively uses. For
47 // 32-bit Chrome running on 32-bit Windows: X86_ARCHITECTURE
48 // 32-bit Chrome running on 64-bit Windows via WOW64: X64_ARCHITECTURE
49 // 64-bit Chrome running on 64-bit Windows: X64_ARCHITECTURE
58 // processes to run on 64-bit versions of Windows). This will return
59 // WOW64_DISABLED for both "32-bit Chrome on 32-bit Windows" and "64-bit
60 // Chrome on 64-bit Windows". WOW64_UNKNOWN means "an error occurred", e.g.
  /external/webkit/Source/WebCore/platform/
WindowsKeyboardCodes.h 141 #define VK_LWIN 0x5B // Left Windows key (Microsoft Natural keyboard)
143 #define VK_RWIN 0x5C // Right Windows key (Natural keyboard)
201 #define VK_BROWSER_BACK 0xA6 // Windows 2000/XP: Browser Back key
202 #define VK_BROWSER_FORWARD 0xA7 // Windows 2000/XP: Browser Forward key
203 #define VK_BROWSER_REFRESH 0xA8 // Windows 2000/XP: Browser Refresh key
204 #define VK_BROWSER_STOP 0xA9 // Windows 2000/XP: Browser Stop key
205 #define VK_BROWSER_SEARCH 0xAA // Windows 2000/XP: Browser Search key
206 #define VK_BROWSER_FAVORITES 0xAB // Windows 2000/XP: Browser Favorites key
207 #define VK_BROWSER_HOME 0xAC // Windows 2000/XP: Browser Start and Home key
208 #define VK_VOLUME_MUTE 0xAD // Windows 2000/XP: Volume Mute ke
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_event_names.cc 17 const char kOnWindowCreated[] = "windows.onCreated";
18 const char kOnWindowFocusedChanged[] = "windows.onFocusChanged";
19 const char kOnWindowRemoved[] = "windows.onRemoved";
  /external/chromium/chrome/browser/policy/
configuration_policy_provider_win.h 14 // mechanism provided by Windows Groups Policy. Policy decisions are
15 // stored as values in a special section of the Windows Registry.
17 // periodically updated by the Windows Group Policy machinery to contain
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_win.cc 19 // handle and show this popup window under the IME windows.
20 // Otherwise, show this popup window under top-most windows.
22 // display area of IME windows, this workaround becomes unnecessary.
  /external/expat/lib/
winconfig.h 14 #include <windows.h>
24 /* we will assume all Windows platforms are little endian */
27 /* Windows has memmove() available. */
  /external/llvm/test/CodeGen/X86/
hidden-vis.ll 3 ; RUN: llc < %s -mtriple=x86_64-w64-mingw32 | FileCheck %s -check-prefix=WINDOWS
17 ; WINDOWS: t1:
18 ; WINDOWS-NOT: hidden
  /ndk/sources/host-tools/ndk-stack/regex/
targetver.h 4 // is the earliest version of Windows, Internet Explorer etc. that has the necessary features to run
10 #ifndef _WIN32_WINNT // Specifies that the minimum required platform is Windows Vista.
11 #define _WIN32_WINNT 0x0600 // Change this to the appropriate value to target other versions of Windows.
  /sdk/build/
windows_sdk_tools.mk 1 # Makefile to build the Windows SDK Tools under linux.
6 # Define the list of tool-dependent modules to build for the Windows SDK.
31 # for the Windows SDK. These will be built using HOST_OS=linux.
  /external/compiler-rt/lib/
lit.common.unit.cfg 16 # Propagate the temp directory. Windows requires this because it uses \Windows\
  /external/libvpx/libvpx/third_party/googletest/
README.webm 8 (Linux, Mac OS X, Windows, Windows CE, Symbian, etc). Based on the
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_SaveBMP.3 3 SDL_SaveBMP \- Save an SDL_Surface as a Windows BMP file\&.
11 Saves the \fBSDL_Surface\fR \fBsurface\fR as a Windows BMP file named \fBfile\fR\&.
  /external/webkit/LayoutTests/fast/encoding/
bracket-in-tag.html 3 <foo<meta charset=windows-1255>
16 if (document.inputEncoding == "windows-1255")
meta-in-script.html 6 <meta charset=windows-1255>
19 if (document.inputEncoding == "windows-1255")
mismatched-end-tag.html 4 <meta charset=windows-1255>
17 if (document.inputEncoding == "windows-1255")
not-http-equiv-content.html 4 <meta http-equiv="content-type" content="text/html; charset=windows-1255">
17 if (document.inputEncoding == "windows-1255")
  /external/webkit/Tools/FindSafari/
FindSafari.rc 10 #include "windows.h"
37 "#include ""windows.h""\r\n"

Completed in 844 milliseconds

1 23 4 5 6 7 8 91011>>