/sdk/sdklauncher/ |
Android.mk | 5 # The "SDK Launcher" is for Windows only. 6 # This simple .exe will sit at the root of the Windows SDK 16 ifeq ($(HOST_OS),windows) 30 # When building the Windows resources under Linux, use the MinGW one 34 # Link the Windows icon file as well into the executable, based on the technique
|
/external/webkit/LayoutTests/fast/encoding/ |
char-decoding-expected.txt | 39 PASS decode('windows-949', '%A2%E6') is 'U+20AC' 40 PASS decode('windows-949', '%A1%A4') is 'U+00B7' 41 PASS decode('windows-949', '%A1%A9') is 'U+00AD' 42 PASS decode('windows-949', '%A1%AA') is 'U+2015' 43 PASS decode('windows-949', '%A1%AD') is 'U+223C' 44 PASS decode('windows-949', '%A2%A6') is 'U+FF5E' 45 PASS decode('windows-949', '%A2%C1') is 'U+2299' 46 PASS decode('windows-949', '%1A') is 'U+001A' 47 PASS decode('windows-949', '%1C') is 'U+001C' 48 PASS decode('windows-949', '%8F%A1') is 'U+B8EA [all...] |
/external/chromium/chrome/browser/ui/cocoa/ |
cocoa_test_helper.mm | 67 // Collect the list of windows that were open when the test started so 110 // Get the set of windows which weren't present when the test 124 // Track the set of remaining windows so that everything can be 150 // Refresh the outstanding windows. 157 // opened windows which have not been fully released. Either 175 // This must NOT retain the windows it is returning. 176 std::set<NSWindow*> windows; 178 // Must create a pool here because [NSApp windows] has created an array 179 // with retains on all the windows in it. 181 NSArray *appWindows = [NSApp windows]; [all...] |
chrome_browser_window.h | 13 // Common base class for chrome browser windows. Contains methods relating to 15 // windows.
|
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/models/ |
DeviceSelectionModel.java | 27 * This class stores the list of windows for each connected device. It notifies 49 Window[] windows; field in class:DeviceSelectionModel.DeviceInfo 52 private DeviceInfo(Window[] windows, ViewServerInfo viewServerInfo) { 53 this.windows = windows; 70 public void addDevice(IDevice device, Window[] windows, ViewServerInfo info) { 72 mDeviceMap.put(device, new DeviceInfo(windows, info)); 98 public void updateDevice(IDevice device, Window[] windows) { 106 mDeviceMap.put(device, new DeviceInfo(windows, oldViewServerInfo)); 110 for (int i = 0; i < windows.length && !windowStillExists; i++) 232 Window[] windows = null; local [all...] |
/external/webkit/Source/WebCore/platform/chromium/ |
KeyboardCodes.h | 34 #if OS(WINDOWS) 35 #include <windows.h> 268 // VKEY_LWIN (5B) Left Windows key (Microsoft Natural keyboard) 271 // VKEY_RWIN (5C) Right Windows key (Natural keyboard) 424 // VKEY_BROWSER_BACK (A6) Windows 2000/XP: Browser Back key 427 // VKEY_BROWSER_FORWARD (A7) Windows 2000/XP: Browser Forward key 430 // VKEY_BROWSER_REFRESH (A8) Windows 2000/XP: Browser Refresh key 433 // VKEY_BROWSER_STOP (A9) Windows 2000/XP: Browser Stop key 436 // VKEY_BROWSER_SEARCH (AA) Windows 2000/XP: Browser Search key 439 // VKEY_BROWSER_FAVORITES (AB) Windows 2000/XP: Browser Favorites ke [all...] |
KeyCodeConversionGtk.cpp | 280 return VKEY_LWIN; // (5B) Left Windows key (Microsoft Natural keyboard) 283 return VKEY_RWIN; // (5C) Right Windows key (Natural keyboard) 303 // VKEY_BROWSER_BACK (A6) Windows 2000/XP: Browser Back key 304 // VKEY_BROWSER_FORWARD (A7) Windows 2000/XP: Browser Forward key 305 // VKEY_BROWSER_REFRESH (A8) Windows 2000/XP: Browser Refresh key 306 // VKEY_BROWSER_STOP (A9) Windows 2000/XP: Browser Stop key 307 // VKEY_BROWSER_SEARCH (AA) Windows 2000/XP: Browser Search key 308 // VKEY_BROWSER_FAVORITES (AB) Windows 2000/XP: Browser Favorites key 309 // VKEY_BROWSER_HOME (AC) Windows 2000/XP: Browser Start and Home key 310 // VKEY_VOLUME_MUTE (AD) Windows 2000/XP: Volume Mute ke [all...] |
/external/chromium/chrome/browser/download/ |
drag_download_file.h | 27 // On Windows, we need to download into a temporary file. Two threads are 44 // Called on drag-and-drop thread (Windows). 62 // Called on drag-and-drop thread (Windows). 63 // Called on UI thread (Windows). 66 // Called on drag-and-drop thread (Windows only). 72 // Called on either drag-and-drop thread or UI thread (Windows). 82 // (Windows). 94 // Accessed on drag-and-drop thread (Windows). 100 // Accessed on drag-and-drop thread (Windows only).
|
/external/webkit/Tools/WinLauncher/ |
stdafx.h | 35 #ifndef WINVER // Allow use of features specific to Windows XP or later. 36 #define WINVER 0x0501 // Change this to the appropriate value to target other versions of Windows. 39 #ifndef _WIN32_WINNT // Allow use of features specific to Windows XP or later. 40 #define _WIN32_WINNT 0x0501 // Change this to the appropriate value to target other versions of Windows. 43 #ifndef _WIN32_WINDOWS // Allow use of features specific to Windows 98 or later. 44 #define _WIN32_WINDOWS 0x0410 // Change this to the appropriate value to target Windows Me or later. 51 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers 52 // Windows Header Files: 53 #include <windows.h>
|
/external/chromium/base/allocator/ |
README | 7 the default windows allocator 8 the windows low-fragmentation-heap 12 The mechanism for hooking LIBCMT in windows is rather tricky. The core 13 problem is that by default, the windows library does not declare malloc and 58 "winheap" - Windows default heap 59 "winlfh" - Windows Low-Fragmentation heap
|
allocator.gyp | 154 '<(tcmalloc_dir)/src/windows/config.h', 155 '<(tcmalloc_dir)/src/windows/get_mangled_names.cc', 156 '<(tcmalloc_dir)/src/windows/google/tcmalloc.h', 157 '<(tcmalloc_dir)/src/windows/ia32_modrm_map.cc', 158 '<(tcmalloc_dir)/src/windows/ia32_opcode_map.cc', 159 '<(tcmalloc_dir)/src/windows/mingw.h', 160 '<(tcmalloc_dir)/src/windows/mini_disassembler.cc', 161 '<(tcmalloc_dir)/src/windows/mini_disassembler.h', 162 '<(tcmalloc_dir)/src/windows/mini_disassembler_types.h', 163 '<(tcmalloc_dir)/src/windows/override_functions.cc' [all...] |
/external/chromium/chrome/browser/sessions/ |
session_service_test_helper.cc | 48 std::vector<SessionWindow*>* windows) { 52 RestoreSessionFromCommands(read_commands.get(), windows); 88 const std::vector<SessionWindow*>& windows, 90 ASSERT_EQ(1U, windows.size()); 91 EXPECT_EQ(1U, windows[0]->tabs.size()); 92 EXPECT_EQ(nav_count, windows[0]->tabs[0]->navigations.size());
|
/external/icu4c/samples/uresb/ |
readme.txt | 12 uresb.sln Windows MSVC workspace. Double-click this to get started. 13 uresb.vcproj Windows MSVC project file 14 resources.dsp Windows project file for resources 15 resources.mak Windows makefile for resources 21 To Build uresb on Windows 27 To Run on Windows
|
/external/freetype/include/freetype/ |
ftwinfnt.h | 5 /* FreeType API for accessing Windows fnt-specific data. */ 44 /* Windows FNT specific API. */ 47 /* This section contains the declaration of Windows FNT specific */ 62 * in the MAPPINGS/VENDORS/MICSFT/WINDOWS subdirectory. cp1361 is 71 * return value (of the related Windows API) simply denotes failure. 82 * The `Windows Font Mapping' article says that FT_WinFNT_ID_OEM 84 * `roman.fon', and `script.fon' on Windows. 89 * The `IFIMETRICS' documentation from the `Windows Driver 95 * Windows have. It is one of the OEM codepages from 100 * A German Windows version for example usually uses ANSI codepag [all...] |
/external/chromium/chrome/browser/ |
character_encoding.cc | 37 { IDC_ENCODING_WINDOWS1252, "windows-1252", IDS_ENCODING_WESTERN }, 42 { IDC_ENCODING_KOREAN, "windows-949", IDS_ENCODING_KOREAN }, 46 { IDC_ENCODING_THAI, "windows-874", IDS_ENCODING_THAI }, 50 { IDC_ENCODING_WINDOWS1250, "windows-1250", IDS_ENCODING_CENTRAL_EUROPEAN }, 52 { IDC_ENCODING_WINDOWS1251, "windows-1251", IDS_ENCODING_CYRILLIC }, 56 { IDC_ENCODING_WINDOWS1253, "windows-1253", IDS_ENCODING_GREEK }, 57 { IDC_ENCODING_WINDOWS1254, "windows-1254", IDS_ENCODING_TURKISH }, 58 { IDC_ENCODING_WINDOWS1256, "windows-1256", IDS_ENCODING_ARABIC }, 60 { IDC_ENCODING_WINDOWS1255, "windows-1255", IDS_ENCODING_HEBREW }, 63 { IDC_ENCODING_WINDOWS1258, "windows-1258", IDS_ENCODING_VIETNAMESE } [all...] |
crash_upload_list_win.h | 13 // from the Windows Event Log. 19 // Loads the list of crashes from the Windows Event Log.
|
fullscreen_linux.cc | 23 std::vector<XID> windows; local 25 if (!ui::GetXWindowStack(window, &windows)) { 27 // to old school enumeration of all X windows. 34 windows.push_back(children[i]); 40 for (iter = windows.begin(); iter != windows.end(); iter++) { 47 // 1) Enumerate all top-level windows from the top to the bottom. 52 // 2.3) Enumerate all its child windows. If there is a child window that is
|
/external/iptables/utils/ |
pf.os | 121 # OS - OS genre (Linux, Solaris, Windows) 134 # you don't have a precise match, but can tell it's Windows or FreeBSD 362 # ----------------- Windows ----------------- 364 # Windows TCP/IP stack is a mess. For most recent XP, 2000 and 367 # seem. Luckily for us, almost all Windows 9x boxes have an 371 8192:32:1:44:M*: Windows:3.11::Windows 3.11 (Tucows) 372 S44:64:1:64:M*,N,W0,N,N,T0,N,N,S: Windows:95::Windows 95 373 8192:128:1:64:M*,N,W0,N,N,T0,N,N,S: Windows:95:b:Windows 95 [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_tabs_module.h | 52 // Windows 56 DECLARE_EXTENSION_FUNCTION_NAME("windows.get") 61 DECLARE_EXTENSION_FUNCTION_NAME("windows.getCurrent") 66 DECLARE_EXTENSION_FUNCTION_NAME("windows.getLastFocused") 71 DECLARE_EXTENSION_FUNCTION_NAME("windows.getAll") 76 DECLARE_EXTENSION_FUNCTION_NAME("windows.create") 81 DECLARE_EXTENSION_FUNCTION_NAME("windows.update") 86 DECLARE_EXTENSION_FUNCTION_NAME("windows.remove")
|
/external/chromium/chrome/common/ |
native_window_notification_source.h | 12 // Specialization of the Source class for native windows. On Windows, these are
|
/external/dbus/ |
README.wince | 1 DBus Daemon for Windows CE/Windows Mobile 6.5 38 Fix deplibs check fallback for 64-bit Windows and Windows CE. 52 Windows CE only supports the Unicode interface, while DBus Daemon uses 53 the Multi-Byte interface on Windows by default. The glue code does 57 consistently on all Windows targets. For now, the Windows CE port
|
/external/icu4c/common/unicode/ |
platform.win | 9 * Note: Windows build with MSVC Solution/Project files creates platform.h from 21 * This header file should be kept empty unless a Windows specific definition or
|
/external/jpeg/ |
jconfig.vc | 1 /* jconfig.vc --- jconfig.h for Microsoft Visual C++ on Windows 95 or NT. */ 18 /* Define "boolean" as unsigned char, not int, per Windows custom */
|
/external/libnfc-nxp/src/ |
nfc_osal_deferred_call.h | 16 *windows message is posted to main thread. 27 *ref\PHOSALNFC_MESSAGE_BASE to main thread via windows post messaging mechanism.
|
/external/qemu/distrib/jpeg-6b/ |
jconfig.vc | 1 /* jconfig.vc --- jconfig.h for Microsoft Visual C++ on Windows 95 or NT. */ 18 /* Define "boolean" as unsigned char, not int, per Windows custom */
|