Searched refs:vendors (Results 1 – 25 of 47) sorted by relevance
12
/external/autotest/test_suites/ |
D | control.bluestreak-partners | 7 PURPOSE = "Automated testing of bluestreak/cfm used by third party vendors/testers" 15 This suite runs a set of bluestreak/cfm tests on bluestreak kits at third party vendors/testers sit…
|
/external/google-breakpad/src/processor/ |
D | minidump_processor.cc | 353 } vendors[] = { in GetARMCpuInfo() local 410 for (size_t i = 0; i < sizeof(vendors)/sizeof(vendors[0]); ++i) { in GetARMCpuInfo() 411 if (vendors[i].id == vendor_id) { in GetARMCpuInfo() 412 vendor = vendors[i].name; in GetARMCpuInfo()
|
/external/python/cpython2/Modules/_ctypes/libffi/m4/ |
D | ax_compiler_vendor.m4 | 52 vendors="intel: __ICC,__ECC,__INTEL_COMPILER 71 for ventest in $vendors; do
|
/external/ImageMagick/m4/ |
D | ax_compiler_vendor.m4 | 53 vendors="intel: __ICC,__ECC,__INTEL_COMPILER 75 for ventest in $vendors; do
|
/external/libffi/m4/ |
D | ax_compiler_vendor.m4 | 52 vendors="intel: __ICC,__ECC,__INTEL_COMPILER 71 for ventest in $vendors; do
|
/external/autotest/client/tests/iozone/ |
D | control | 10 Iozone is useful for performing a broad filesystem analysis of a vendors
|
/external/libcxx/docs/DesignDocs/ |
D | ThreadingSupportAPI.rst | 24 In order to support vendors with custom threading API's libc++ allows the 37 library. Such a configuration is useful for library vendors who wish to
|
D | VisibilityMacros.rst | 80 be used by vendors only (see below). 89 This macro is intended for vendors to control whether they want to ship
|
/external/mesa3d/src/gallium/targets/opencl/ |
D | Makefile.am | 48 icddir = $(sysconfdir)/OpenCL/vendors/
|
D | meson.build | 71 install_dir : join_paths(get_option('sysconfdir'), 'OpenCL', 'vendors'),
|
/external/u-boot/doc/SPI/ |
D | status.txt | 13 - Common probe support for all supported flash vendors except, ramtron.
|
/external/mesa3d/docs/relnotes/ |
D | 6.4 | 24 tarball. This was done at the request of Linux distro vendors who prefer
|
/external/autotest/client/bin/ |
D | utils.py | 444 vendors = [cpu['vendor_id'] for cpu in cpuinfo] 445 for v in vendors[1:]: 446 if v != vendors[0]: 447 raise error.TestError('multiple cpu vendors found: ' + str(vendors)) 448 return vendors[0]
|
/external/skqp/site/user/special/ |
D | vulkan.md | 9 bugs to vendors as we find them.
|
/external/skia/site/user/special/ |
D | vulkan.md | 9 bugs to vendors as we find them.
|
/external/strace/xlat/ |
D | evdev_keycode.in | 265 * Downstream vendors are *not* allowed to do this. 536 * Downstream vendors are *not* allowed to do this.
|
/external/dtc/ |
D | README.license | 28 makes that it easier for vendors or authors of such software to do so.
|
/external/perfetto/docs/ |
D | testing.md | 94 CTS tests ensure that any vendors who modify Android remain compliant with the
|
/external/syzkaller/docs/linux/ |
D | reporting_kernel_bugs.md | 29 …rity@suse.com`). They should fix the bug, assign a CVE, and notify other vendors. The maximum emba…
|
/external/wpa_supplicant_8/hostapd/ |
D | README | 289 Some wireless LAN vendors are already providing support for CCMP in 293 combinations seem to be working with equipment from different vendors.
|
/external/u-boot/drivers/usb/host/ |
D | Kconfig | 113 probably configure the OHCI (for NEC and some other vendors) USB Host
|
/external/u-boot/lib/ |
D | Kconfig | 352 motherboard and system vendors present management information about
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | ShowLanguages.java | 1334 Set<Organization> vendors = new LinkedHashSet<>(); in showCoverageGoals() local 1345 vendors.add(vendor); in showCoverageGoals() 1367 for (Organization vendor : vendors) { in showCoverageGoals()
|
/external/u-boot/drivers/net/ |
D | Kconfig | 149 This MAC is present in SoCs from various vendors. It supports
|
/external/eigen/cmake/ |
D | FindBLAS.cmake | 46 ### List of vendors (BLA_VENDOR) valid in this module 47 ########## List of vendors (BLA_VENDOR) valid in this module
|
12