/external/dbus/dbus/ |
dbus-sysdeps.c | 2 /* dbus-sysdeps.c Wrappers around system/libc features shared between UNIX and Windows (internal to D-Bus implementation) 31 /* NOTE: If you include any unix/windows-specific headers here, you are probably doing something 41 /* This is UNIX-specific (on windows it's just in stdlib.h I believe) 42 * but OK since the same stuff does exist on Windows in stdlib.h 55 * @brief Internal system-dependent API available on UNIX and Windows 849 * Converts a UNIX or Windows errno
|
/external/icu4c/test/perf/ubrkperf/ |
ubrkperfold.cpp | 30 "-langid 0x1234 Windows Language ID number. Default to value for -locale option\n" 32 "-win Run test using Windows native services. (currently not working) (ICU is default)\n" 73 #include <windows.h> 76 // Stubs for Windows API functions when building on UNIXes. 104 UBool opt_win = FALSE; // Run with Windows native functions. 655 // Set up a Windows LCID
|
/external/opencore/codecs_v2/audio/aac/dec/src/ |
calc_gsfb_table.cpp | 28 (2) Removed if(pFrameInfo->islong), only short windows will 44 windows (stop index of windows in each group). 69 This function is only invoked when short windows are present. It calculates 72 All windows within one group share the same scalefactors and are interleaved 74 scalefactor band equals to the number of windows times the number of
|
/external/qemu/distrib/sdl-1.2.12/src/video/windx5/ |
SDL_dx5events.c | 128 windows input messages will continue to be generated for that 301 /* If we are in windowed mode, Windows is taking care of the mouse */ 525 /* Ignore windows keyboard messages */; 571 /* This function checks the windows message queue and DirectInput and returns 582 /* Check the normal windows queue (highest preference) */ 642 /* Maybe there was a windows message? */
|
/external/webkit/WebKit/ |
StringsNotToBeLocalized.txt | 231 "Mozilla/5.0 (Windows; U; %s; %s) AppleWebKit/%s (KHTML, like Gecko)%s%s" 457 "Windows %d.%d" 458 "Windows 95" 459 "Windows 98" 460 "Windows 98; Win 9x 4.90" 461 "Windows NT %d.%d"
|
/frameworks/base/media/libstagefright/codecs/aacdec/ |
calc_gsfb_table.cpp | 28 (2) Removed if(pFrameInfo->islong), only short windows will 44 windows (stop index of windows in each group). 69 This function is only invoked when short windows are present. It calculates 72 All windows within one group share the same scalefactors and are interleaved 74 scalefactor band equals to the number of windows times the number of
|
/hardware/broadcom/wlan/bcm4329/src/ |
Makerules | 181 # The environment for windows builds 382 # Convert windows style directories to cygwin style. 385 # Windows style directories in the dependencies list to cygwin style. This is 483 # - Convert windows-style drive letters to cygwin style. 487 # Windows style directories in the dependencies list to cygwin style. This is 526 # RELEASE_DIR is assumed to be in windows-style notation if it has both
|
/external/jhead/ |
exif.c | 156 #define TAG_WINXP_TITLE 0x9c9b // Windows XP - not part of exif standard. 157 #define TAG_WINXP_COMMENT 0x9c9c // Windows XP - not part of exif standard. 158 #define TAG_WINXP_AUTHOR 0x9c9d // Windows XP - not part of exif standard. 159 #define TAG_WINXP_KEYWORDS 0x9c9e // Windows XP - not part of exif standard. 160 #define TAG_WINXP_SUBJECT 0x9c9f // Windows XP - not part of exif standard. 264 { TAG_WINXP_TITLE, "Windows-XP Title", 0, 0}, 265 { TAG_WINXP_COMMENT, "Windows-XP comment", 0, 0}, 266 { TAG_WINXP_AUTHOR, "Windows-XP author", 0, 0}, 267 { TAG_WINXP_KEYWORDS, "Windows-XP keywords", 0, 0}, 268 { TAG_WINXP_SUBJECT, "Windows-XP subject", 0, 0} [all...] |
/external/bluetooth/glib/ |
ChangeLog.pre-2-18 | 14 variable in all cases on Windows. 257 * glib/gmain.c: Rework the g_poll() implementation on Windows to 274 defined on Windows. 300 unexpectedly on Windows 420 Windows." So don't do that then. Indeed the code did work randomly 430 such the same as gintptr on both 32- and 64-bit Windows, but the 511 Fix problems on 64-bit Windows. Avoid warnings, some of which 568 * glib/gwin32.c: Bypass the Windows "ABI compatibility" symbols on 569 _WIN64. As there hasn't been any widely deployed 64-bit Windows 579 Windows. AC_SUBST it [all...] |
ChangeLog.pre-2-6 | 43 * glib/gconvert.[ch]: Implement Windows DLL ABI stability also for 49 about Windows restrictions on renaming and removing. 51 (g_remove): Mimic POSIX remove() on Windows: Try also to rmdir if 55 Windows. 286 * glib/gkeyfile.c: Define S_ISREG() on windows, since it 500 Windows. 618 *literally* the filename encoding on Unix. On Windows, 626 * glib/giowin32.c: On Windows, keep old ABI versions 836 is accepted on Windows. 877 windows that open up unexpectedly have caused endless amounts o [all...] |
/external/icu4c/common/ |
ucnv_lmb.c | 237 /* 0x0003 */ "windows-1255", 238 /* 0x0004 */ "windows-1256", 239 /* 0x0005 */ "windows-1251", 242 /* 0x0008 */ "windows-1254", 245 /* 0x000B */ "windows-874", 250 /* 0x0010 */ "windows-932", 251 /* 0x0011 */ "windows-949", 252 /* 0x0012 */ "windows-950", 253 /* 0x0013 */ "windows-936" 666 * However, it turns out that windows-950 has roundtrips for all of U+F6x [all...] |
/external/stlport/etc/ |
ChangeLog | 421 For the moment real localization is used for windows platforms 422 (_STLP_WIN32 except Windows CE) and when Glibc 2.2 or newer with 446 values defined in the C++ Standard 22.2.1. Under Windows the 586 0 as it looks like Windows do not consider FILE* as allowing 752 Intel C++ compiler 9 for Windows. [all...] |
/build/core/ |
main.mk | 69 ifneq ($(HOST_OS),windows) 101 # The windows build server currently uses 1.6. This will be fixed. 102 ifneq ($(HOST_OS),windows) 136 endif # windows 356 ifeq ($(HOST_OS),windows) 365 # ----- SDK for Windows ------ 424 # Exclude tools/acp when cross-compiling windows under linux
|
/external/dnsmasq/ |
dnsmasq.conf.example | 19 # Uncomment this to filter useless windows-originated DNS requests 240 # any dhcp-options. If you use Windows clients and Samba, there 288 # Windows clients and Samba. 309 # Send microsoft-specific option to tell windows to release the DHCP lease 378 #pxe-service=x86PC, "Install windows from RIS server", 1 381 #pxe-service=x86PC, "Install windows from RIS server", 1, 1.2.3.4 483 # Active Directory and other windows-originated DNS requests.
|
/external/gtest/src/ |
gtest.cc | 55 // Declares vsnprintf(). This header is not available on Windows. 74 #elif defined(_WIN32_WCE) // We are on Windows CE. 76 #include <windows.h> // NOLINT 78 #elif GTEST_OS_WINDOWS // We are on Windows proper. 90 // Windows, like GetTickCount() or GetSystemTimeAsFileTime(). MinGW 98 #include <windows.h> // NOLINT 358 // TODO(wan@google.com): on Windows \some\path is not an absolute 741 #ifdef _WIN32_WCE // We are on Windows CE 811 #if GTEST_OS_WINDOWS // We are on Windows. [all...] |
/external/icu4c/test/cintltst/ |
ucsdetst.c | 240 bWindows = extractBytes(sWindows, sWindowsLength, "windows-1252", &lWindows); 252 if (strcmp(name, "windows-1252") != 0) { 253 log_data_err("English text with C1 bytes does not detect as windows-1252, but as %s. (Are you missing data?)\n", name); 381 "windows-1252", 382 "windows-1252", 383 "windows-1252", 384 "windows-1252",
|
/external/webkit/WebCore/WebCore.gyp/ |
WebCore.gyp | 191 # FIXME: Also enable this for Linux/Windows after verifying no warnings 619 # by a system header on windows. 722 # Windows and Linux. We manually include Theme.cpp for the Mac below. [all...] |
/external/webkit/JavaScriptCore/ |
ChangeLog-2009-06-16 | 266 Reviewed by NOBODY (build fix for windows). 268 Adjust the exports for JSC on Windows like what was done for OSX in 332 Lower stringify recursion limit to deal with small windows stack. 351 Build fix for Windows target. 645 Unreviewed, another Windows build fix. 652 Unreviewed, projectile-fixing Windows build. 655 * wtf/DateMath.cpp: Replaced math with algorithm include (looking for std::min def for Windows). 659 Unreviewed, Windows build fix. 700 Windows build fix. 743 [Qt] Use $QMAKE_PATH_SEP instead of hardcoded / to fix Windows buil [all...] |
/external/v8/ |
ChangeLog | 148 64-bit version now supported on Windows. 171 Fixed a number of issues in the Windows 64-bit version. 177 Fixed issue where we logged shared library addresses on Windows at 326 Fixed ARM simulator compilation problem on Windows. 362 Support for using the V8 profiler when V8 is embedded in a Windows DLL. 852 8-byte align the C stack on Linux and Windows to speed up floating 1034 Added support for building V8 on Windows with either the shared or 1046 Changed the Windows system call used to compute daylight savings [all...] |
/external/v8/src/ |
platform-win32.cc | 51 // Require Windows XP or higher (this is required for the RtlCaptureContext 57 #include <windows.h> 62 // Require Windows XP or higher when compiling with MinGW. This is for MinGW 398 // windows. If we cannot get the timezone information we fall back to CET. 523 // Windows XP Service Pack 3 made SystemTimeToTzSpecificLocalTime() 661 // This is the case if we are embedded in a windows program (like a browser). 804 // Ask the Windows API 844 // Windows XP SP2 allows Data Excution Prevention (DEP). 956 // dynamically might not be necessary any more - for some versions of Windows?). 984 // from the Windows include files are redefined here to have the functio [all...] |
/external/bluetooth/glib/glib/ |
gfileutils.c | 40 #include <windows.h> 173 * On Windows, there are no symlinks, so testing for 1036 * On Windows renaming a file will not remove an existing file with the 1037 * new name, so on Windows there is a race condition between the existing 1041 * On Windows there is no way to remove a file that is open to some 1092 /* Renaming failed, but on Windows this may just mean 1189 /* tmpl is in UTF-8 on Windows, thus use g_open() */ 1220 * on Windows it should be in UTF-8. [all...] |
/frameworks/base/docs/html/guide/topics/media/jet/ |
jetcreator_manual.jd | 42 of Python and WXWidgets installed. There is both a Mac and Windows version.</p> 691 <h2>5.3 Replicate Windows</h2> 695 Replicate and Move windows allow for this. There are two Replicate windows for 715 <p>Both Replicate windows function the same. 743 <h2>5.4 Move Windows</h2> 748 windows, one for Segments and one for Events. The windows look like the 819 other windows of JET Creator, you can mute, unmute, trigger event clips, etc. [all...] |
/external/openssl/crypto/rand/ |
rand_win.c | 37 * 4. If you include any Windows specific code (or a derivative thereof) from 117 #include <windows.h> 225 * None of below libraries are present on Windows CE, which is 281 * at random times on Windows 2000. Reported by Jeffrey Altman. 321 /* Close the Registry Key to allow Windows to cleanup/close
|
/external/qemu/ |
Changelog | 4 - live migration: fix dirty tracking windows (Glauber Costa) 121 - Windows sparse file support (Frediano Ziglio) 175 - Windows 2000 install disk full hack (original idea from Vladimir 228 - DHCP fix for Windows (accept DHCPREQUEST alone) 230 - Automatic Samba configuration for host file access from Windows.
|
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/ |
SDL_sysevents.c | 25 #include <windows.h> 340 fprintf(stderr, "Received windows message: "); 490 it acts like a normal windows "component" 567 * software that simulates this message on Microsoft Windows 568 * systems earlier than Windows 2000 to determine whether
|