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

<<11121314151617181920>>

  /external/webkit/LayoutTests/fast/encoding/resources/
110.html 14 <p>Expected result: <span id="expected">Windows-1254</span>
27 encoding = 'Windows-1252';
29 encoding = 'Windows-1254';
31 encoding = 'Windows-1256';
33 encoding = 'Windows-1258';
111.html 24 <p>Expected result: <span id="expected">Windows-1254</span>
37 encoding = 'Windows-1252';
39 encoding = 'Windows-1254';
41 encoding = 'Windows-1256';
43 encoding = 'Windows-1258';
113.html 6 <p>Expected result: <span id="expected">Windows-1252</span>
19 encoding = 'Windows-1252';
21 encoding = 'Windows-1254';
23 encoding = 'Windows-1256';
25 encoding = 'Windows-1258';
114.html 6 <p>Expected result: <span id="expected">Windows-1252</span>
19 encoding = 'Windows-1252';
21 encoding = 'Windows-1254';
23 encoding = 'Windows-1256';
25 encoding = 'Windows-1258';
118.html 6 <p>Expected result: <span id="expected">Windows-1252</span>
19 encoding = 'Windows-1252';
21 encoding = 'Windows-1254';
23 encoding = 'Windows-1256';
25 encoding = 'Windows-1258';
119.html 6 <p>Expected result: <span id="expected">Windows-1252</span>
19 encoding = 'Windows-1252';
21 encoding = 'Windows-1254';
23 encoding = 'Windows-1256';
25 encoding = 'Windows-1258';
120.html 6 <p>Expected result: <span id="expected">Windows-1252</span>
19 encoding = 'Windows-1252';
21 encoding = 'Windows-1254';
23 encoding = 'Windows-1256';
25 encoding = 'Windows-1258';
121.html 6 <p>Expected result: <span id="expected">Windows-1252</span>
19 encoding = 'Windows-1252';
21 encoding = 'Windows-1254';
23 encoding = 'Windows-1256';
25 encoding = 'Windows-1258';
122.html 6 <p>Expected result: <span id="expected">Windows-1252</span>
19 encoding = 'Windows-1252';
21 encoding = 'Windows-1254';
23 encoding = 'Windows-1256';
25 encoding = 'Windows-1258';
  /external/webkit/LayoutTests/fast/url/script-tests/
relative-win.js 1 description("Test resolution of relative Windows-like URLs.");
5 // Resolving against Windows file base URLs.
10 // But two backslashes on Windows should be UNC so should be treated
18 // Windows drive specs should be allowed and treated as absolute.
29 // On Windows, two slashes without a drive letter when the base is a file
  /system/core/fastboot/
Android.mk 34 ifeq ($(HOST_OS),windows)
48 LOCAL_C_INCLUDES += development/host/windows/usb/api
53 ifneq ($(HOST_OS),windows)
57 endif # HOST_OS != windows
69 ifeq ($(HOST_OS),windows)
  /development/build/tools/
patch_windows_sdk.sh 18 # This script takes a Linux SDK, cleans it and injects the necessary Windows
29 # a Windows one.
30 # $2 = The out/host/windows directory, which contains the new Windows
74 ${TOPDIR}out/host/linux-x86/bin/atree -f ${TOPDIR}development/build/sdk-windows-x86.atree \
75 -I $WIN_OUT_DIR/host/windows-x86 \
89 cp -f $V $WIN_OUT_DIR/host/windows-x86/bin/$i $TEMP_SDK_DIR/../$i
  /external/chromium/chrome/browser/sync/glue/
foreign_session_tracker.cc 26 if (!foreign_session->windows.empty() &&
28 *foreign_session->windows[0])) {
38 std::vector<SessionWindow*>* windows) {
39 DCHECK(windows);
44 *windows = iter->second->windows;
123 // Delete ForeignSession objects (which also deletes all their windows/tabs).
  /external/webkit/Source/WebCore/platform/chromium/
PlatformKeyboardEventChromium.cpp 30 #if OS(WINDOWS)
31 #include <windows.h>
40 #if OS(WINDOWS)
46 #if OS(WINDOWS)
47 // No KeyDown events on Windows to disambiguate.
78 #if OS(WINDOWS)
91 #if OS(WINDOWS)
  /external/chromium/chrome/browser/
aeropeek_manager.h 9 #include <windows.h>
55 // A class that implements AeroPeek of Windows 7:
57 // Windows 7 can dispay a thumbnail image of each tab to its taskbar so that
61 // following events sent from TabStripModel and dispatch them to Windows:
64 // of Windows.
67 // thumbnail list of Windows.
71 // Also, this class receives events sent from Windows via thumbnail windows to
106 // of Windows 7.
164 // Since Windows cannot send AeroPeek events directly to Chrome windows, w
    [all...]
aeropeek_manager.cc 44 // These interface declarations are copied from Windows SDK 7.
45 // TODO(hbono): Bug 16903: to be deleted when we use Windows SDK 7.
47 // Windows SDK 7 defines these macros only when _WIN32_WINNT >= 0x0601.
57 // COM interfaces defined only in Windows SDK 7.
157 // END OF WINDOWS SDK 7.0
163 // Sends a thumbnail bitmap to Windows. Windows assumes this function is called
165 // can use DwmInvalidateIconicBitmap() to force Windows to send the message.
182 // Sends a preview bitmap to Windows. Windows assumes this function is calle
    [all...]
  /external/chromium/chrome/common/extensions/docs/static/
whats_new.html 31 <li> The <a href="windows.html#method-create">chrome.windows.create()</a>
33 Previously, all new windows had the keyboard focus;
34 now you can create windows without interrupting the user's typing.
39 the <a href="windows.html#method-create">chrome.windows.create()</a>
41 or the <a href="windows.html#type-Window">Window</a> type.
95 to run even when Chrome has no windows open.
101 <li> The <a href="windows.html#method-create">chrome.windows.create()</a
    [all...]
  /libcore/luni/src/main/java/java/io/
HistoricalCharsetNames.java 97 historicalNames.put("windows-1250", "Cp1250");
98 historicalNames.put("windows-1251", "Cp1251");
99 historicalNames.put("windows-1252", "Cp1252");
100 historicalNames.put("windows-1253", "Cp1253");
101 historicalNames.put("windows-1254", "Cp1254");
102 historicalNames.put("windows-1255", "Cp1255");
103 historicalNames.put("windows-1256", "Cp1256");
104 historicalNames.put("windows-1257", "Cp1257");
105 historicalNames.put("windows-1258", "Cp1258");
106 historicalNames.put("windows-31j", "MS932")
    [all...]
  /external/clang/lib/Driver/
WindowsToolChain.cpp 21 // Include the necessary headers to interface with the Windows registry and
27 #include <Windows.h>
34 Windows::Windows(const Driver &D, const llvm::Triple& Triple)
38 Tool &Windows::SelectTool(const Compilation &C, const JobAction &JA,
79 bool Windows::IsIntegratedAssemblerDefault() const {
83 bool Windows::IsUnwindTablesDefault() const {
89 const char *Windows::GetDefaultRelocationModel() const {
93 const char *Windows::GetForcedPicModel() const {
213 /// \brief Get Windows SDK installation directory
    [all...]
  /external/chromium/chrome/browser/hang_monitor/
hung_window_detector.h 13 // Given a top-level window handle, it enumerates all descendant windows
42 // child windows of the browser window to check if they are hung.
51 // of hung windows.
55 // This method initialized the monitoring of hung windows. All descendant
56 // windows of the passed-in top-level window which belong to a thread
85 // Indicates if this object is currently enumerating hung windows
  /external/chromium/chrome/common/
win_safe_util.cc 31 // Windows installation, or the thread does not have COM initialized.
50 // To help windows decide if the downloaded file is dangerous we can provide
62 // Now check the windows policy.
68 // "windows found that this file is potentially harmful. To help protect
69 // your computer, Windows has blocked access to this file."
70 // Upon dismissal of the dialog windows will delete the file (!!).
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_lowvideo.h 28 #include <windows.h>
87 /* Called by windows message loop when application is activated */
90 /* Called by windows message loop when system palette is available */
93 /* Called by windows message loop when the system palette changes */
96 /* Called by windows message loop when a portion of the screen needs update */
99 /* Called by windows message loop when the message isn't handled */
  /external/quake/quake/src/WinQuake/kit/
3DFX.TXT 51 Windows\SYSTEM directory.
54 Windows\SYSTEM directory.
66 - Windows 95
79 ZIP file to your Quake Directory. (Use Windows Explorer)
82 (Use Windows Explorer) NOTE: DO NOT COPY OPENGL32.DLL to your
83 Windows\SYSTEM directory
86 drag the GLQUAKE.EXE file from Windows Explorer to the Desktop.
110 Just make sure that the FXMEMMAP.VXD file is in your Windows\SYSTEM
128 Windows 95 desktop, what's wrong?
141 GLQuake uses Windows networking. Auto-Dial is likely enabled in your
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
SkiaFontWin.h 34 #include <windows.h>
58 // stroking and more complex transforms) than Windows supports directly. Since
59 // Windows drawing is faster you should use windowsCanHandleTextDrawing first to
70 // the top, like Windows.
84 // per glyph offset (such as returned by ScriptPlace Windows API function).
87 // from Windows.
  /external/webkit/Tools/Scripts/webkitpy/common/net/buildbot/
buildbot_unittest.py 133 <td class="box"><a href="builders/Windows%20Debug%20%28Tests%29">Windows Debug (Tests)</a></td>
134 <td align="center" class="LastBuild box success"><a href="builders/Windows%20Debug%20%28Tests%29/builds/3693">47380</a><br />build<br />successful</td>
145 <td class="box"><a href="builders/Qt%20Windows%2032-bit%20Debug">Qt Windows 32-bit Debug</a></td>
146 <td align="center" class="LastBuild box failure"><a href="builders/Qt%20Windows%2032-bit%20Debug/builds/2090">60563</a><br />failed<br />failed<br />slave<br />lost</td>
154 'name': u'Windows Debug (Tests)',
178 'name': u'Qt Windows 32-bit Debug',
212 buildbot.core_builder_names_regexps = [ 'Leopard', "Windows.*Build" ]
233 {'name': u'Windows Release (Build)', }
    [all...]

Completed in 1339 milliseconds

<<11121314151617181920>>