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

1 2 3 4 5 6 7 8 91011>>

  /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
  /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.
  /ndk/
ndk-build.cmd 2 rem This is a Windows cmd.exe script used to invoke the NDK-specific GNU Make executable
4 set NDK_MAKE=%NDK_ROOT%/prebuilt/windows/bin/make.exe
5 %NDK_ROOT%\prebuilt\windows\bin\make.exe -f %NDK_ROOT%build/core/build-local.mk SHELL=cmd %* || exit /b %ERRORLEVEL%
  /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/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/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 100 Windows/DynamicLibrary.inc
101 Windows/Host.inc
102 Windows/Memory.inc
103 Windows/Mutex.inc
104 Windows/Path.inc
105 Windows/PathV2.inc
106 Windows/Process.inc
107 Windows/Program.inc
108 Windows/RWMutex.inc
109 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.
  /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/valgrind/tsan/
tsan-debug.bat 2 "%~dp0\ia32\bin\pin.exe" -p32 "%~dp0\ia32\bin\pin.exe" -follow_execv -t "%~dp0\x86-windows-debug-ts_pin.dll" -short_name %*

Completed in 1258 milliseconds

1 2 3 4 5 6 7 8 91011>>