Home
last modified time | relevance | path

Searched refs:platforms (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/external/webkit/Tools/Scripts/webkitpy/layout_tests/
Ddeduplicate_tests.py60 platforms = port_factory.get(port_name).baseline_search_path()
66 fallbacks[port_name] = [os.path.basename(p) for p in platforms][1:]
137 platforms = {}
144 platforms[platform] = path
145 return platforms
205 platforms = extract_platforms(cluster)
206 if len(platforms) == 1:
210 for platform in platforms.keys():
215 if fallback not in platforms.keys():
224 path = get_relative_test_path(platforms[platform], relative_to)
/external/webkit/Tools/Scripts/webkitpy/common/config/
Dbuild.py113 for directory, platforms in directories:
115 return target_platform in platforms or base_platform in platforms
118 for pattern, platforms in patterns:
120 return target_platform in platforms or base_platform in platforms
Dbuild_unittest.py61 for files, platforms in self._should_build_tests:
65 should_build = platform in platforms or "*" in platforms
/external/chromium/chrome/browser/sync/protocol/
Dtheme_specifics.proto25 // This field is only set (i.e., not cleared) on platforms that have
27 // other platforms must be careful to pass through the set state (not
31 // a custom theme) for platforms that make a distinction between the
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
Drebaselineserver.py221 …def __init__(self, test_port, layout_tests_directory, results_directory, platforms, filesystem, sc… argument
225 self.platforms = platforms
354 [(self._webkit_baseline_path(p), p) for p in test_config.platforms])
423 platforms = filesystem.listdir(
429 platforms,
452 'platforms': platforms,
/external/chromium/third_party/libjingle/source/talk/site_scons/
Dtalk.py324 platforms = {
331 platforms[x] for x in iter(platforms) if env.Bit(x)
334 platforms[x] for x in iter(platforms) if not env.Bit(x)
/external/valgrind/main/docs/internals/
Drelease-HOWTO.txt69 platforms.
81 * Test with large applications (firefox and OOo 2.0) on all platforms.
83 * Run regression tests from gsl-1.6 on all platforms. This is a good,
92 - Ensure the tarball builds, runs, regtests on the platforms of interest.
119 - Make sure regtests run ok on all platforms of interest.
120 - Make sure Mozilla and OpenOffice run ok on all platforms of interest.
126 - Check tarball builds, installs, regtests on platforms of interest.
Ddirectory-structure.txt9 2. Multiple architectures, OSes, and platforms (arch/OS combinations).
44 cases for different archs/OSes/platforms. It's pretty straightforward.
/external/mesa3d/docs/
DREADME.VMS25 On Alpha platforms at default a sharable images for the libraries are created.
27 On VAX platforms only static libraries can be build.
31 this is that it makes Mesa on OpenVMS better compatible with other platforms
/external/v8/
DChangeLog31 Performance improvements on all platforms.
37 now the default on all platforms.
41 Performance and stability improvements to isolates on all platforms.
92 Improved Crankshaft performance on all platforms.
99 Improved Crankshaft performance on all platforms.
253 Performance improvements on all platforms.
397 Fixed several different compilation failures on various platforms
513 Implemented --noinline-new flag fully on IA32, X64 and ARM platforms.
560 Performance improvements on all platforms.
573 Performance improvements on all platforms.
[all …]
/external/tcpdump/
DPLATFORMS1 == Tested platforms ==
/external/stlport/
Dlibstlport.mk4 …OT := $(HISTORICAL_NDK_VERSIONS_ROOT)/android-ndk-r$(LOCAL_NDK_VERSION)/platforms/android-$(LOCAL_…
/external/genext2fs/
DNEWS3 - support for Cygwin and Mac OS X platforms
/external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
Dmain.js90 var platforms = JSON.parse(text);
91 platforms.platforms.forEach(function(platform) {
97 targetOption.selected = platform == platforms.defaultPlatform;
/external/webkit/Source/WebCore/platform/network/cf/
DLoaderRunLoopCF.h32 #error This code is not needed on platforms other than Windows, because the CFRunLoop from the main…
/external/webkit/Source/JavaScriptCore/icu/
DREADME3 For other platforms, installed ICU headers should be used rather than these.
/external/webkit/Source/WebCore/icu/
DREADME3 For other platforms, installed ICU headers should be used rather than these.
/external/webkit/Source/JavaScriptGlue/icu/
DREADME3 For other platforms, installed ICU headers should be used rather than these.
/external/webkit/Source/WebKit/mac/icu/
DREADME3 For other platforms, installed ICU headers should be used rather than these.
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/
DREADME7 Linux platforms. Since these libraries haven't become standard yet,
/external/bzip2/
DREADME.COMPILATION.PROBLEMS16 platforms. Using the supplied Makefile, I've built and tested it
27 of platforms without difficulty, and I hope this version will continue
/external/dbus/
DNEWS8 - Various portability fixes, in particular to Windows platforms
/external/dropbear/libtomcrypt/notes/
Dtech0002.txt42 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/stlport/etc/
DReleaseNote.txt99 * 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/webkit/Source/WebKit/qt/docs/
Dqtwebkit.qdoc50 on many platforms due to the size of the WebKit engine. We recommend
51 building the module only in release mode for embedded platforms.
95 \note Netscape plugin support is only available on desktop platforms.
98 Web pages that embed common plugins on platforms for which those plugins

12345678910>>...12