/external/v8/ |
D | ChangeLog | 3 Performance and stability improvements on all platforms. 8 Performance and stability improvements on all platforms. 13 Performance and stability improvements on all platforms. 18 Performance and stability improvements on all platforms. 23 Performance and stability improvements on all platforms. 28 Performance and stability improvements on all platforms. 33 Performance and stability improvements on all platforms. 38 Performance and stability improvements on all platforms. 43 Performance and stability improvements on all platforms. 48 Performance and stability improvements on all platforms. [all …]
|
/external/opencv3/modules/core/src/ |
D | directx.cpp | 254 std::vector<cl_platform_id> platforms(numPlatforms); in initializeContextFromD3D11Device() local 255 status = clGetPlatformIDs(numPlatforms, &platforms[0], NULL); in initializeContextFromD3D11Device() 270 … clGetExtensionFunctionAddressForPlatform(platforms[i], "clGetDeviceIDsFromD3D11KHR"); in initializeContextFromD3D11Device() 276 status = clGetDeviceIDsFromD3D11KHR(platforms[i], CL_D3D11_DEVICE_KHR, pD3D11Device, in initializeContextFromD3D11Device() 283 CL_CONTEXT_PLATFORM, (cl_context_properties)platforms[i], in initializeContextFromD3D11Device() 306 … clGetExtensionFunctionAddressForPlatform(platforms[i], "clGetDeviceIDsFromD3D11KHR"); in initializeContextFromD3D11Device() 312 status = clGetDeviceIDsFromD3D11KHR(platforms[i], CL_D3D11_DEVICE_KHR, pD3D11Device, in initializeContextFromD3D11Device() 319 CL_CONTEXT_PLATFORM, (cl_context_properties)platforms[i], in initializeContextFromD3D11Device() 342 initializeContextFromHandle(ctx, platforms[found], context, device); in initializeContextFromD3D11Device() 362 std::vector<cl_platform_id> platforms(numPlatforms); in initializeContextFromD3D10Device() local [all …]
|
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
D | platform.cpp | 28 clGetPlatformIDs(cl_uint num_entries, cl_platform_id *platforms, in clGetPlatformIDs() argument 30 if ((!num_entries && platforms) || in clGetPlatformIDs() 31 (!num_platforms && !platforms)) in clGetPlatformIDs() 36 if (platforms) in clGetPlatformIDs() 37 *platforms = NULL; in clGetPlatformIDs()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/ |
D | ErrorTracker.java | 40 private Hashtable platforms = new Hashtable(); field in ErrorTracker 77 platforms.put(aPlatform.getId(), aPlatform); in loadFile() 107 PlatformStatus ps=(PlatformStatus) platforms.get(effectedFileID); in loadFile() 179 Enumeration values = platforms.elements(); in registerError() 192 return ((PlatformStatus) platforms.get(id)).hasErrors(); in hasErrors() 207 result[i] = (PlatformStatus) platforms.get((String) platformIDs.elementAt(i)); in getPlatforms()
|
D | TestResultsGenerator.java | 633 PlatformStatus[] platforms = anErrorTracker.getPlatforms(types[i]); in writeDropIndexFile() local 634 String replaceString = processDropRows(platforms); in writeDropIndexFile() 653 PlatformStatus[] platforms = anErrorTracker.getPlatforms(types[i]); in writePlatformFile() local 655 String replaceString = processPlatformDropRows(platforms, desiredPlatform); in writePlatformFile() 672 protected String processPlatformDropRows(PlatformStatus[] platforms, String name) { in processPlatformDropRows() argument 676 for (int i = 0; i < platforms.length; i++) { in processPlatformDropRows() 679 …if(platforms[i].getName().startsWith(name.substring(0, 3)) || platforms[i].getName().equals("All")… in processPlatformDropRows() 680 result = result + processDropRow(platforms[i]); in processPlatformDropRows() 685 else if(platforms[i].getName().equals("All Other Platforms") && !found) in processPlatformDropRows() 689 if (platforms[i].hasErrors()) { in processPlatformDropRows() [all …]
|
/external/tlsdate/ |
D | HARDENING | 4 which things we'd like to see implemented for various platforms. We 18 platforms imperfectly rather than not at all. We generally wish to support 19 autotools bootstrapping on all of our supported platforms. This is not possible 22 On all platforms we attempt to support available compiler hardening and linking 29 On all platforms, we attempt to switch from the administrative user to an 42 On Debian Gnu/Linux platforms, we ship with a minimal AppArmor profile, see 75 On other platforms, we'll try to run correctly with the understanding that any
|
/external/autotest/cli/ |
D | site_host.py | 141 platforms = [] 143 if host_info.platform and host_info.platform not in platforms: 144 platforms.append(host_info.platform) 145 if platforms: 147 platforms,
|
/external/eigen/cmake/ |
D | FindStandardMathLibrary.cmake | 2 # On most platforms this is automatic, but for example it's not automatic on QNX. 8 # -- this will be left empty if it's automatic (most platforms). 9 # -- this will be set to "m" on platforms where one must explicitly 19 # notice the std:: is required on some platforms such as QNX
|
/external/opencv3/platforms/winrt/ |
D | setup_winrt.ps1 | 141 $platforms = New-Object System.Collections.ArrayList in Execute() variable 145 [void]$platforms.Add($_) in Execute() 151 D "Processed Platforms: $platforms" in Execute() variable 196 foreach($plat in $platforms) { in Execute()
|
/external/autotest/tko/ |
D | nightly.py | 70 platforms = set() 72 platforms.update(set(test_runs[kernel].keys())) 73 return sorted(platforms) 492 def graph_1_test_all_platforms(self, test, metric, platforms, plot_data): argument 499 'platforms', platforms, 502 graph_1_test(title, metric, plot_data, 'platforms', platforms, 537 platforms = sorted(plot_data.keys()) 543 platforms[0]) 545 self.graph_1_test_all_platforms(test, metric, platforms, plot_data) 764 platforms = self.cgiform.getvalue('platforms', '') [all …]
|
/external/boringssl/src/util/ |
D | generate_build_files.py | 456 def main(platforms): argument 522 for platform in platforms: 537 platforms = [] variable 540 platforms.append(Chromium()) 542 platforms.append(Android()) 544 platforms.append(AndroidStandalone()) 546 platforms.append(Bazel()) 550 sys.exit(main(platforms))
|
/external/valgrind/ |
D | README.mips | 2 Supported platforms 4 - MIPS32 and MIPS64 platforms are currently supported. 6 - MIPS DSP ASE on MIPS32 platforms is supported. 11 - Native build is available for all supported platforms. The build system
|
D | README.android | 104 CPPFLAGS="--sysroot=$NDKROOT/platforms/android-3/arch-arm" \ 105 CFLAGS="--sysroot=$NDKROOT/platforms/android-3/arch-arm" \ 113 CPPFLAGS="--sysroot=$NDKROOT/platforms/android-9/arch-x86" \ 114 CFLAGS="--sysroot=$NDKROOT/platforms/android-9/arch-x86 -fno-pic" \ 120 CPPFLAGS="--sysroot=$NDKROOT/platforms/android-18/arch-mips" \ 121 CFLAGS="--sysroot=$NDKROOT/platforms/android-18/arch-mips" \ 127 CPPFLAGS="--sysroot=$NDKROOT/platforms/android-21/arch-arm64" \ 128 CFLAGS="--sysroot=$NDKROOT/platforms/android-21/arch-arm64" \
|
/external/opencv3/cmake/ |
D | OpenCVGenInfoPlist.cmake | 10 configure_file("${OpenCV_SOURCE_DIR}/platforms/ios/Info.plist.in" 13 configure_file("${OpenCV_SOURCE_DIR}/platforms/osx/Info.plist.in"
|
/external/opencv3/modules/ts/src/ |
D | ocl_test.cpp | 108 std::vector<PlatformInfo> platforms; in dumpOpenCLDevice() local 109 cv::ocl::getPlatfomsInfo(platforms); in dumpOpenCLDevice() 110 if (platforms.size() > 0) in dumpOpenCLDevice() 113 for (size_t i = 0; i < platforms.size(); i++) in dumpOpenCLDevice() 115 const PlatformInfo* platform = &platforms[i]; in dumpOpenCLDevice()
|
/external/rmi4utils/ |
D | README | 5 …device's kernel. This may not be enabled by default. When developing on platforms you may need to … 9 …source include/linux/hid.h and include/linux/hidraw.h to $(ANDROID_NDK)/platforms/android-19/arch-…
|
/external/skia/cmake/ |
D | README.md | 17 Currently supported platforms 21 Currently maybe-kinda-working platforms
|
/external/deqp/framework/delibs/cmake/ |
D | toolchain-android-r4.cmake | 47 "${ANDROID_NDK_PATH}/build/platforms/${ANDROID_NDK_TARGET}/arch-arm" 55 "${ANDROID_NDK_PATH}/build/platforms/${ANDROID_NDK_TARGET}/arch-arm/usr/include" 59 "${ANDROID_NDK_PATH}/build/platforms/${ANDROID_NDK_TARGET}/arch-arm/usr/lib"
|
/external/mesa3d/docs/ |
D | README.VMS | 25 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/valgrind/docs/internals/ |
D | release-HOWTO.txt | 81 * Check that the regression tests work on all platforms with more self checks: 98 * Test with large applications (firefox and OOo 2.0) on all platforms. 100 * Run regression tests from gsl-1.6 on all platforms. This is a good, 114 - Ensure the tarball builds, runs, regtests on the platforms of interest. 141 - Make sure regtests run ok on all platforms of interest. 142 - Make sure Mozilla and OpenOffice run ok on all platforms of interest. 148 - Check tarball builds, installs, regtests on platforms of interest.
|
/external/autotest/server/ |
D | frontend.py | 535 def _included_platform(self, host, platforms): argument 540 if not platforms: 542 for platform in platforms: 566 platforms = pairing.platforms 567 hosts = [h for h in hosts if self._included_platform(h, platforms)] 1020 def __init__(self, machine_label, control_file, platforms=[], argument 1025 self.platforms = platforms 1035 self.platforms, self.container)
|
/external/libevent/ |
D | README.android | 24 NDK_ROOT="${BRANCH_ROOT}/prebuilts/ndk/current/platforms/android-21/arch-arm64/usr" 32 -I${BRANCH_ROOT}/prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include" \
|
/external/mdnsresponder/Clients/ |
D | ReadMe.txt | 7 for a variety of platforms. Some of the clients only build for one 18 The table below gives a summary of which clients build for which platforms.
|
/external/guava/ |
D | README.maven | 13 or other Unix platforms which support symbolic linking, 14 but is not known to work on Windows platforms.
|
/external/llvm/cmake/modules/ |
D | CrossCompile.cmake | 9 if (EXISTS ${LLVM_MAIN_SRC_DIR}/cmake/platforms/${toolchain}.cmake) 11 -DCMAKE_TOOLCHAIN_FILE=\"${LLVM_MAIN_SRC_DIR}/cmake/platforms/${toolchain}.cmake\"
|