Searched refs:platforms (Results 1 – 25 of 212) sorted by relevance
123456789
/external/chromium/net/third_party/nss/ssl/ |
D | ssl.def | 39 ;+# 1. For all unix platforms, the string ";-" means "remove this line" 40 ;+# 2. For all unix platforms, the string " DATA " will be removed from any 44 ;+# 4. For all unix platforms, the string ";;" will thave the ";;" removed. 45 ;+# 5. For all unix platforms, after the above processing has taken place,
|
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/ |
D | rebaseline_chromium_webkit_tests.py | 780 def __init__(self, options, platforms, rebaselining_tests): argument 782 self._platforms = platforms 981 if not options.platforms: 985 platforms = [p.strip().lower() for p in options.platforms.split(',')] 986 for platform in platforms: 997 if platform in platforms:
|
/external/libvpx/build/make/ |
D | gen_msvs_proj.sh | 293 platforms[0]="x64" 296 platforms[0]="Win32" 303 obj_int_extract) platforms[0]="Win32" 305 *) platforms[0]="Pocket PC 2003 (ARMV4)"
|
/external/tcpdump/ |
D | PLATFORMS | 1 == Tested platforms ==
|
/external/webkit/WebCore/platform/network/cf/ |
D | LoaderRunLoopCF.h | 30 #error This code is not needed on platforms other than Windows, because main thread's CFRunLoop can…
|
/external/genext2fs/ |
D | NEWS | 3 - support for Cygwin and Mac OS X platforms
|
/external/webkit/WebKit/qt/docs/ |
D | qtwebkit.qdoc | 90 on many platforms due to the size of the WebKit engine. We recommend 91 building the module only in release mode for embedded platforms. 139 \note Netscape plugin support is only available on desktop platforms. 142 Web pages that embed common plugins on platforms for which those plugins
|
/external/bzip2/ |
D | README | 53 will work for most platforms employing both ELF and gcc. 58 version statically linked to the library is that, on x86 platforms, 74 It's difficult for me to support compilation on all these platforms. 75 My approach is to collect binaries for these platforms, and put them
|
D | README.COMPILATION.PROBLEMS | 16 platforms. Using the supplied Makefile, I've built and tested it 27 of platforms without difficulty, and I hope this version will continue
|
D | CHANGES | 192 for Unix platforms. The general plan here is to autoconfiscate/ 215 on selected platforms which support 64-bit ints. At the moment 216 all GCC supported platforms, and Win32. 219 * Hard-code header byte values, to give correct operation on platforms 285 gcc, and on 64-bit platforms.
|
/external/stlport/etc/ |
D | ReleaseNote.txt | 99 * Support of many modern C++ compilers and platforms 103 see build/test/unit/STATUS for a complete list of tested platforms/compilers 136 * Ported to 64 bits platforms.
|
/external/stlport/ |
D | libstlport.mk | 9 …OT := $(HISTORICAL_NDK_VERSIONS_ROOT)/android-ndk-r$(LOCAL_NDK_VERSION)/platforms/android-$(LOCAL_…
|
/external/webkit/WebCore/icu/ |
D | README | 3 For other platforms, installed ICU headers should be used rather than these.
|
/external/webkit/JavaScriptGlue/icu/ |
D | README | 3 For other platforms, installed ICU headers should be used rather than these.
|
/external/webkit/JavaScriptCore/icu/ |
D | README | 3 For other platforms, installed ICU headers should be used rather than these.
|
/external/webkit/WebKit/mac/icu/ |
D | README | 3 For other platforms, installed ICU headers should be used rather than these.
|
/external/dropbear/libtomcrypt/notes/ |
D | tech0002.txt | 42 operations always take a fixed amount of time. Since no two platforms are the same this type of fi… 43 incorporated into libtomcrypt (nor is it desired for many platforms). This requires on the develop…
|
/external/clearsilver/dso/ |
D | README | 10 Linux specific at the moment. Patches to build this on other platforms
|
/external/chromium/third_party/libevent/ |
D | ChangeLog | 7 o Build kqueue.c correctly on GNU/kFreeBSD platforms. Patch pulled upstream from Debian. 81 … EVRPC_INPUT and EVRPC_OUTPUT. Retain INPUT/OUTPUT aliases on on-win32 platforms for backwards co… 94 …o use libevent's internal timercmp on all platforms, to avoid bugs on old platforms where timercmp… 124 o detect integer types properly on platforms without stdint.h 178 o Fix implementation of strsep on platforms that lack it 179 …o Fix implementation of getaddrinfo on platforms that lack it; mainly, this will make Windows http…
|
/external/webkit/WebKitTools/Scripts/ |
D | run-webkit-tests | 1813 my @platforms; 1820 push @platforms, $macPlatforms[$i]; 1823 push @platforms, $platform; 1824 push @platforms, "qt"; 1826 @platforms = $platform; 1830 for (my $i = 0; $i < @platforms; $i++) { 1831 my $scoped = catdir($platformBaseDirectory, $platforms[$i]);
|
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/ |
D | README | 7 Linux platforms. Since these libraries haven't become standard yet,
|
/external/libffi/doc/ |
D | libffi.texi | 316 On platforms that have a C @code{long double} type, this is defined. 317 On other platforms, it is not. 417 @c FIXME: document the platforms 428 supported on all platforms; you can check the @code{FFI_CLOSURES} 436 require special allocation on platforms that have a non-executable 519 some platforms, depending on how the ABI is defined, but it is not
|
/external/libpcap/ |
D | README | 35 For some platforms there are README.{system} files that discuss issues 36 with the OS's interface for packet capture on those platforms, such as
|
/external/srec/tools/thirdparty/OpenFst/ |
D | README | 8 The make files are unlikely to work on other platforms
|
/external/qemu/ |
D | INSTALL | 6 The Android emulator can be built on the following platforms: 16 these platforms though.
|
123456789