/external/quake/quake/src/WinQuake/scitech/INCLUDE/ |
MGLWIN.H | 14 * Description: Header file for the MGLWIN bindings for MS Windows using
17 * for 16 bit Windows development.
104 /* Get a Windows HDC for the MGL device context. You can use this returned
106 * and using TrueType fonts with the MGL. If a Windows compatible HDC is not
124 * app is not active and allow Windows to re-map your bitmap colors on the
|
/external/webkit/WebCore/platform/win/ |
DragImageCairoWin.cpp | 38 #include <windows.h> 58 // At this point, we have a Cairo surface that points to a Windows DIB. The DIB interprets 78 // At this point, we have a Cairo surface that points to a Windows DIB. The DIB interprets 97 // At this point, we have a Cairo surface that points to a Windows BITMAP. The BITMAP 109 // FIXME: due to the way drag images are done on windows we need
|
DragImageWin.cpp | 34 #include <windows.h> 55 //We don't do this on windows as the dragimage is blended by the OS
|
/packages/apps/Email/src/org/apache/james/mime4j/util/ |
CharsetUtil.java | 185 * <td>windows-1250</td>
190 * <td>windows-1251</td>
195 * <td>windows-1252</td>
200 * <td>windows-1253</td>
205 * <td>windows-1254</td>
210 * <td>windows-1255</td>
215 * <td>windows-1256</td>
220 * <td>windows-1257</td>
225 * <td>windows-1258</td>
530 * <td>windows-936</td> [all...] |
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
iochannels.sgml | 13 Windows is only partially complete. 97 This function is available in GLib on Windows, too, but you should 98 avoid using it on Windows. The domain of file descriptors and sockets 114 On Windows this function returns the file descriptor or socket of the #GIOChannel. 123 Creates a new #GIOChannel given a file descriptor on Windows. 134 compiler and toolchain for Windows, also known as Mingw, fully 141 implemented in GLib on Windows by starting a thread that sits blocked 147 This function is available only in GLib on Windows. 156 Creates a new #GIOChannel given a socket on Windows. 160 It's available only in GLib on Windows [all...] |
/external/dropbear/libtommath/ |
makefile.cygwin_dll | 3 #This makefile will build a Windows DLL [doesn't require cygwin to run] in the file 43 # make a Windows DLL via Cygwin 48 # build the test program using the windows DLL
|
/external/icu4c/data/mappings/ |
README.emoji | 50 kddi-shift_jis-2007.ucm is based on windows-932-2000.ucm. 54 docomo-shift_jis-2007.ucm is based on windows-932-2000.ucm. 58 softbank-shift_jis-2007.ucm is based on windows-932-2000.ucm.
|
/external/proguard/src/proguard/wtk/ |
ProGuardObfuscator.java | 35 * {j2mewtk.dir}<code>\wtklib\Windows\ktools.properties</code> (whichever is 89 // so we must not use mixed-case class names on Windows. 91 !System.getProperty("os.name").regionMatches(true, 0, "windows", 0, 7);
|
/external/quake/quake/src/WinQuake/ |
3dfx.txt | 47 Windows\SYSTEM directory.
53 - Windows 95 (Windows NT is supported for Voodoo Rush)
|
/external/webkit/WebCore/platform/graphics/chromium/ |
UniscribeHelperTextRun.h | 63 // This function retrieves the Windows font data (HFONT, etc) for the next 74 // NextWinFontData to retrieve Windows font data for a series of 84 // These vectors are used to store Windows font data for non-primary fonts.
|
/development/host/windows/usb/api/ |
adb_winusb_api.h | 29 split functionality of our ADB API on Windows between two DLLs: AdbWinApi,
38 installation (by checking existance of C:\Windows\System32\winusb.dll). If
|
/external/bluetooth/glib/gio/win32/ |
gwinhttpvfs.h | 33 #include <windows.h> 79 * winhttp.dll isn't present on Windows 2000 anyway, we must look up
|
/external/gtest/ |
CHANGES | 3 * New feature: death tests on Windows, Cygwin, and Mac. 46 * Adjusted the output format on Windows to be understandable by Visual Studio.
|
/external/gtest/include/gtest/internal/ |
gtest-filepath.h | 90 // On Windows platform, uses \ as the separator rather than /. 98 // On Windows, uses \ as the separator rather than /. 119 // On Windows platform, uses \ as the separator, other platforms use /. 127 // On Windows platform, '\' is the path separator, otherwise it is '/'. 133 // FilePath("./") or, on Windows, FilePath(".\\"). If the filepath does 135 // On Windows platform, '\' is the path separator, otherwise it is '/'. 153 // exist. Not named "CreateDirectory" because that's a macro on Windows. 169 // Returns true if pathname describes a root directory. (Windows has one
|
/external/gtest/test/ |
gtest_break_on_failure_unittest_.cc | 45 #include <windows.h> 59 // Suppresses display of the Windows error dialog upon encountering
|
/external/quake/quake/src/QW/ |
release233_notes.txt | 26 - Timing issues with later versions of Windows 95 and Windows 98 that would
|
/external/stlport/doc/ |
README.mingw | 22 been adapted for the Windows platform. So you have to use the make command 24 that is a portage of the GNU make for Windows.
|
/external/v8/tools/ |
utils.py | 52 elif id == 'Windows' or id == 'Microsoft': 53 # On Windows Vista platform.system() can return 'Microsoft' with some
|
/external/webkit/JavaScriptCore/wtf/ |
RandomNumberSeed.h | 66 // On Windows we use rand_s which initialises itself 80 // We need to initialise windows rand() explicitly for Math.random
|
/external/webkit/WebCore/manual-tests/ |
write-after-open.html | 38 <p>This test checks for regression against: <rdar://problem/3461547> can't use document.writeln() on windows opened via window.open("about:blank") in same function. </p> 40 <p>On success, 6 windows will open, one on top of the other, each containing a PASS message.</p>
|
/external/webkit/WebCore/platform/graphics/cg/ |
ColorCG.cpp | 71 #if OS(WINDOWS) 92 #endif // OS(WINDOWS)
|
/external/webkit/WebCore/platform/wince/ |
KeygenWince.cpp | 26 #include <windows.h> 69 // Windows API won't write to our buffer, although it's not declared with const.
|
/external/webkit/WebCore/plugins/ |
PluginView.h | 56 #if OS(WINDOWS) && (PLATFORM(QT) || PLATFORM(WX)) 88 #if OS(WINDOWS) && ENABLE(NETSCAPE_PLUGIN_API) 215 #if OS(WINDOWS) && ENABLE(NETSCAPE_PLUGIN_API) 267 #if OS(WINDOWS) && ENABLE(NETSCAPE_PLUGIN_API) 308 #if OS(WINDOWS) 351 #if OS(WINDOWS) && ENABLE(NETSCAPE_PLUGIN_API) 366 #if ((PLATFORM(QT) || PLATFORM(WX)) && OS(WINDOWS)) || defined(XP_MACOSX) 367 // On Mac OSX and Qt/Windows the plugin does not have its own native widget,
|
/external/webkit/WebKit/chromium/public/ |
WebInputEvent.h | 75 // This design is mostly the same as the one of Windows and Mac Carbon. 77 // Windows front-end. To emulate our Windows front-end, we can share 78 // our back-end code among Windows, Linux, and Mac. 147 // |windowsKeyCode| is the Windows key code associated with this key 148 // event. Sometimes it's direct from the event (i.e. on Windows), 154 // on Windows-equivalent codes (thus |windowsKeyCode| above) but it 161 // Windows guarantee one character per event. The Mac does not, but in
|
WebScreenInfo.h | 59 // virtual-screen coordinates. Windows uses this rectangle to 61 // rcMonitor contains system windows such as the task bar and side
|