/external/webkit/LayoutTests/fast/encoding/ |
meta-charset-expected.txt | 3 windows-1255
|
ahram-org-eg-expected.txt | 3 Encoding: windows-1256 (should be windows-1256)
|
floraexpress-ru-expected.txt | 3 Encoding: windows-1251 (should be windows-1251)
|
pseudo-xml-4-expected.txt | 3 Charset: windows-1251 (should be windows-1251)
|
charset-xuser-defined-expected.txt | 1 Test bugzilla bug 18270 (Interpreting x-user-defined as windows-1252 when declared in meta tag). Two lines below should be identical.
|
not-http-equiv-content-expected.txt | 1 PASS: windows-1255
|
parser-tests-50-expected.txt | 13 test 056: expected Windows-1254; used Windows-1252 16 test 057: expected Windows-1254; used Windows-1252 19 test 058: expected Windows-1254; used Windows-1252 22 test 059: expected Windows-1254; used Windows-1252
|
/external/chromium/net/data/url_request_unittest/ |
redirect-to-file.html.mock-http-headers | 2 Location: file:///c:/windows
|
/external/smali/smali/src/test/resources/LexerTest/ |
.gitattributes | 1 # Prevent newlines from being normalized on windows
|
/development/sdk/ |
usbdriver_source.properties | 2 Archive.Os=WINDOWS
|
/external/chromium/chrome/common/extensions/docs/examples/api/windows/merge_windows/ |
manifest.json | 2 "name": "Merge Windows", 4 "description": "Merges all of the browser's windows into the current window", 12 "default_title": "Merge Windows"
|
/external/chromium/chrome/browser/ui/cocoa/applescript/examples/ |
window_creation.applescript | 5 -- creates 2 windows, one in normal mode and another in incognito mode. 9 count windows -- count how many windows are currently open.
|
/external/chromium/chrome/common/ |
extra_defines.vsprops | 1 <?xml version="1.0" encoding="Windows-1252"?>
|
/external/chromium/googleurl/build/ |
README.txt | 2 Visual Studio 2005 on Windows.
|
/external/webkit/Source/WebCore/WebCore.vcproj/ |
WebCoreMediaQT.vsprops | 1 <?xml version="1.0" encoding="Windows-1252"?>
|
/external/qemu/pc-bios/keymaps/ |
modifiers | 12 # Translate Super to Windows keys. 17 # Translate Menu to the Windows Application key.
|
/external/chromium/chrome/browser/sessions/ |
session_service_unittest.cc | 84 void ReadWindows(std::vector<SessionWindow*>* windows) { 90 helper_.ReadWindows(windows); 110 ScopedVector<SessionWindow> windows; local 111 ReadWindows(&(windows.get())); 113 EXPECT_EQ(1U, windows->size()); 116 EXPECT_EQ(1U, windows[0]->tabs.size()); 120 SessionTab* tab = windows[0]->tabs[0]; 156 ScopedVector<SessionWindow> windows; local 157 ReadWindows(&(windows.get())); 159 ASSERT_EQ(1U, windows->size()) 185 ScopedVector<SessionWindow> windows; local 210 ScopedVector<SessionWindow> windows; local 241 ScopedVector<SessionWindow> windows; local 279 ScopedVector<SessionWindow> windows; local 330 ScopedVector<SessionWindow> windows; local 363 ScopedVector<SessionWindow> windows; local 406 ScopedVector<SessionWindow> windows; local 445 ScopedVector<SessionWindow> windows; local 484 ScopedVector<SessionWindow> windows; local 526 ScopedVector<SessionWindow> windows; local 567 ScopedVector<SessionWindow> windows; local 597 ScopedVector<SessionWindow> windows; local 662 ScopedVector<SessionWindow> windows; local [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/llvm/lib/Support/ |
CMakeLists.txt | 98 Windows/DynamicLibrary.inc 99 Windows/Host.inc 100 Windows/Memory.inc 101 Windows/Mutex.inc 102 Windows/Path.inc 103 Windows/PathV2.inc 104 Windows/Process.inc 105 Windows/Program.inc 106 Windows/RWMutex.inc 107 Windows/Signals.in [all...] |
/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.
|
/ndk/ |
ndk-gdb-py.cmd | 2 rem This is a Windows cmd.exe script used to invoke the NDK-specific Python executable
4 set NDK_MAKE=%NDK_ROOT%/prebuilt/windows/bin/make.exe
17 %NDK_ROOT%\prebuilt\windows\bin\python.exe -u %NDK_ROOT%ndk-gdb.py %*
|
/sdk/emulator/opengl/host/tools/emugen/ |
Android.mk | 1 ifneq ($(HOST_OS),windows) 20 else # windows build 22 # on windows use the build host emugen executable
|
/external/chromium/chrome/browser/ui/ |
browser_list_gtk.cc | 11 // Close non-browser windows. 16 // We filter by visible widgets because there are toplevel windows that if 18 // window or the toplevel associated with drop down windows crashes. 19 // We further filter to only close dialogs, as blindly closing all windows
|
/external/chromium/chrome/common/extensions/docs/examples/api/cookies/ |
background.html | 8 chrome.windows.getAll({"populate":true}, function(windows) {
10 for (var i in windows) {
11 var tabs = windows[i].tabs;
|
/external/qemu/distrib/sdl-1.2.15/ |
TODO | 10 * Shaped windows, windows without borders 11 * Multiple windows, multiple display support 12 * SDL_INIT_EVENTTHREAD on Windows and MacOS?
|