/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/mdnsresponder/ |
D | mDNSResponder.sln | 89 Debug|Mixed Platforms = Debug|Mixed Platforms 93 Release|Mixed Platforms = Release|Mixed Platforms 99 {AB581101-18F0-46F6-B56A-83A6B1EA657E}.Debug|Mixed Platforms.ActiveCfg = Debug|x64 100 {AB581101-18F0-46F6-B56A-83A6B1EA657E}.Debug|Mixed Platforms.Build.0 = Debug|x64 106 {AB581101-18F0-46F6-B56A-83A6B1EA657E}.Release|Mixed Platforms.ActiveCfg = Release|x64 107 {AB581101-18F0-46F6-B56A-83A6B1EA657E}.Release|Mixed Platforms.Build.0 = Release|x64 113 {C1D98254-BA27-4427-A3BE-A68CA2CC5F69}.Debug|Mixed Platforms.ActiveCfg = Debug|x64 114 {C1D98254-BA27-4427-A3BE-A68CA2CC5F69}.Debug|Mixed Platforms.Build.0 = Debug|x64 120 {C1D98254-BA27-4427-A3BE-A68CA2CC5F69}.Release|Mixed Platforms.ActiveCfg = Release|x64 121 {C1D98254-BA27-4427-A3BE-A68CA2CC5F69}.Release|Mixed Platforms.Build.0 = Release|x64 [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | platform_util.cc | 65 LOG(WARNING) << "no executor platforms available: platform map is empty"; in GetSupportedPlatforms() 68 // Gather all platforms which have an XLA compiler. in GetSupportedPlatforms() 69 std::vector<se::Platform*> platforms; in GetSupportedPlatforms() local 76 platforms.push_back(platform); in GetSupportedPlatforms() 83 return platforms; in GetSupportedPlatforms() 87 TF_ASSIGN_OR_RETURN(auto platforms, GetSupportedPlatforms()); in GetSolePlatform() 88 if (platforms.empty()) { in GetSolePlatform() 89 return NotFound("no platforms found"); in GetSolePlatform() 90 } else if (platforms.size() == 1) { in GetSolePlatform() 91 se::Platform* platform = platforms[0]; in GetSolePlatform() [all …]
|
/external/capstone/tests/ |
D | test_skipdata.c | 54 struct platform platforms[] = { in test() local 100 for (i = 0; i < sizeof(platforms)/sizeof(platforms[0]); i++) { in test() 102 printf("Platform: %s\n", platforms[i].comment); in test() 103 err = cs_open(platforms[i].arch, platforms[i].mode, &handle); in test() 109 if (platforms[i].opt_type) in test() 110 cs_option(handle, platforms[i].opt_type, platforms[i].opt_value); in test() 114 cs_option(handle, platforms[i].opt_skipdata, platforms[i].skipdata); in test() 116 count = cs_disasm(handle, platforms[i].code, platforms[i].size, address, 0, &insn); in test() 120 print_string_hex(platforms[i].code, platforms[i].size); in test() 135 printf("Platform: %s\n", platforms[i].comment); in test() [all …]
|
D | test_xcore.c | 80 struct platform platforms[] = { in test() local 95 for (i = 0; i < sizeof(platforms)/sizeof(platforms[0]); i++) { in test() 96 cs_err err = cs_open(platforms[i].arch, platforms[i].mode, &handle); in test() 104 count = cs_disasm(handle, platforms[i].code, platforms[i].size, address, 0, &insn); in test() 109 printf("Platform: %s\n", platforms[i].comment); in test() 110 print_string_hex("Code:", platforms[i].code, platforms[i].size); in test() 123 printf("Platform: %s\n", platforms[i].comment); in test() 124 print_string_hex("Code:", platforms[i].code, platforms[i].size); in test()
|
D | test_sparc.c | 85 struct platform platforms[] = { in test() local 107 for (i = 0; i < sizeof(platforms)/sizeof(platforms[0]); i++) { in test() 108 cs_err err = cs_open(platforms[i].arch, platforms[i].mode, &handle); in test() 116 count = cs_disasm(handle, platforms[i].code, platforms[i].size, address, 0, &insn); in test() 121 printf("Platform: %s\n", platforms[i].comment); in test() 122 print_string_hex("Code:", platforms[i].code, platforms[i].size); in test() 135 printf("Platform: %s\n", platforms[i].comment); in test() 136 print_string_hex("Code:", platforms[i].code, platforms[i].size); in test()
|
D | test_systemz.c | 85 struct platform platforms[] = { in test() local 100 for (i = 0; i < sizeof(platforms)/sizeof(platforms[0]); i++) { in test() 101 cs_err err = cs_open(platforms[i].arch, platforms[i].mode, &handle); in test() 109 count = cs_disasm(handle, platforms[i].code, platforms[i].size, address, 0, &insn); in test() 114 printf("Platform: %s\n", platforms[i].comment); in test() 115 print_string_hex("Code:", platforms[i].code, platforms[i].size); in test() 128 printf("Platform: %s\n", platforms[i].comment); in test() 129 print_string_hex("Code:", platforms[i].code, platforms[i].size); in test()
|
D | test_ppc.c | 118 struct platform platforms[] = { in test() local 133 for (i = 0; i < sizeof(platforms)/sizeof(platforms[0]); i++) { in test() 134 cs_err err = cs_open(platforms[i].arch, platforms[i].mode, &handle); in test() 142 count = cs_disasm(handle, platforms[i].code, platforms[i].size, address, 0, &insn); in test() 147 printf("Platform: %s\n", platforms[i].comment); in test() 148 print_string_hex("Code:", platforms[i].code, platforms[i].size); in test() 161 printf("Platform: %s\n", platforms[i].comment); in test() 162 print_string_hex("Code:", platforms[i].code, platforms[i].size); in test()
|
D | test_mips.c | 86 struct platform platforms[] = { in test() local 122 for (i = 0; i < sizeof(platforms)/sizeof(platforms[0]); i++) { in test() 123 cs_err err = cs_open(platforms[i].arch, platforms[i].mode, &handle); in test() 131 count = cs_disasm(handle, platforms[i].code, platforms[i].size, address, 0, &insn); in test() 136 printf("Platform: %s\n", platforms[i].comment); in test() 137 print_string_hex("Code:", platforms[i].code, platforms[i].size); in test() 150 printf("Platform: %s\n", platforms[i].comment); in test() 151 print_string_hex("Code:", platforms[i].code, platforms[i].size); in test()
|
D | test_x86.c | 166 struct platform platforms[] = { in test() local 204 for (i = 0; i < sizeof(platforms)/sizeof(platforms[0]); i++) { in test() 205 cs_err err = cs_open(platforms[i].arch, platforms[i].mode, &handle); in test() 211 if (platforms[i].opt_type) in test() 212 cs_option(handle, platforms[i].opt_type, platforms[i].opt_value); in test() 216 count = cs_disasm(handle, platforms[i].code, platforms[i].size, address, 0, &insn); in test() 221 printf("Platform: %s\n", platforms[i].comment); in test() 222 print_string_hex("Code:", platforms[i].code, platforms[i].size); in test() 227 print_insn_detail(handle, platforms[i].mode, &insn[j]); in test() 235 printf("Platform: %s\n", platforms[i].comment); in test() [all …]
|
D | test_basic.c | 67 struct platform platforms[] = { in test() local 228 for (i = 0; i < sizeof(platforms)/sizeof(platforms[0]); i++) { in test() 230 printf("Platform: %s\n", platforms[i].comment); in test() 231 err = cs_open(platforms[i].arch, platforms[i].mode, &handle); in test() 237 if (platforms[i].opt_type) in test() 238 cs_option(handle, platforms[i].opt_type, platforms[i].opt_value); in test() 240 count = cs_disasm(handle, platforms[i].code, platforms[i].size, address, 0, &insn); in test() 244 print_string_hex(platforms[i].code, platforms[i].size); in test() 259 printf("Platform: %s\n", platforms[i].comment); in test() 260 print_string_hex(platforms[i].code, platforms[i].size); in test()
|
D | test_detail.c | 67 struct platform platforms[] = { in test() local 220 for (i = 0; i < sizeof(platforms)/sizeof(platforms[0]); i++) { in test() 222 printf("Platform: %s\n", platforms[i].comment); in test() 223 err = cs_open(platforms[i].arch, platforms[i].mode, &handle); in test() 229 if (platforms[i].opt_type) in test() 230 cs_option(handle, platforms[i].opt_type, platforms[i].opt_value); in test() 234 count = cs_disasm(handle, platforms[i].code, platforms[i].size, address, 0, &all_insn); in test() 239 print_string_hex(platforms[i].code, platforms[i].size); in test() 285 printf("Platform: %s\n", platforms[i].comment); in test() 286 print_string_hex(platforms[i].code, platforms[i].size); in test()
|
D | test_iter.c | 64 struct platform platforms[] = { in test() local 190 for (i = 0; i < sizeof(platforms)/sizeof(platforms[0]); i++) { in test() 192 printf("Platform: %s\n", platforms[i].comment); in test() 193 err = cs_open(platforms[i].arch, platforms[i].mode, &handle); in test() 199 if (platforms[i].opt_type) in test() 200 cs_option(handle, platforms[i].opt_type, platforms[i].opt_value); in test() 207 print_string_hex(platforms[i].code, platforms[i].size); in test() 211 code = platforms[i].code; in test() 212 size = platforms[i].size; in test()
|
D | test_arm.c | 205 struct platform platforms[] = { in test() local 256 for (i = 0; i < sizeof(platforms)/sizeof(platforms[0]); i++) { in test() 257 cs_err err = cs_open(platforms[i].arch, platforms[i].mode, &handle); in test() 265 if (platforms[i].syntax) in test() 266 cs_option(handle, CS_OPT_SYNTAX, platforms[i].syntax); in test() 268 count = cs_disasm(handle, platforms[i].code, platforms[i].size, address, 0, &insn); in test() 272 printf("Platform: %s\n", platforms[i].comment); in test() 273 print_string_hex("Code:", platforms[i].code, platforms[i].size); in test() 286 printf("Platform: %s\n", platforms[i].comment); in test() 287 print_string_hex("Code:", platforms[i].code, platforms[i].size); in test()
|
D | test_arm64.c | 185 struct platform platforms[] = { in test() local 200 for (i = 0; i < sizeof(platforms)/sizeof(platforms[0]); i++) { in test() 201 cs_err err = cs_open(platforms[i].arch, platforms[i].mode, &handle); in test() 209 count = cs_disasm(handle, platforms[i].code, platforms[i].size, address, 0, &insn); in test() 214 printf("Platform: %s\n", platforms[i].comment); in test() 215 print_string_hex("Code: ", platforms[i].code, platforms[i].size); in test() 228 printf("Platform: %s\n", platforms[i].comment); in test() 229 print_string_hex("Code: ", platforms[i].code, platforms[i].size); in test()
|
/external/u-boot/drivers/spi/ |
D | Kconfig | 25 access the SPI NOR flash on platforms embedding this Altera 33 used to access the SPI flash on AE3XX and AE250 platforms embedding 58 access the SPI NOR flash on platforms embedding this Broadcom 66 access the SPI NOR flash on platforms embedding these Broadcom 73 used to access the SPI NOR flash on platforms embedding this 80 access the SPI NOR flash on platforms embedding this Designware 87 access the SPI NOR flash on platforms embedding this Samsung 94 access the SPI NOR flash and SPI Data flash on platforms embedding 95 this Freescale DSPI IP core. LS102xA and Colibri VF50/VF61 platforms 102 access the SPI NOR flash on platforms embedding this Intel [all …]
|
/external/grpc-grpc/tools/run_tests/ |
D | run_tests_matrix.py | 111 platforms, argument 122 for platform in platforms: 169 platforms=['linux'], 178 platforms=['linux'], 183 # supported on all platforms. 187 platforms=['linux', 'macos', 'windows'], 196 platforms=['linux', 'macos', 'windows'], 204 platforms=['linux', 'macos', 'windows'], 214 platforms=['linux', 'macos'], 223 platforms=['linux', 'macos'], [all …]
|
/external/grpc-grpc/test/core/end2end/ |
D | gen_build_yaml.py | 27 …'fullstack includes_proxy dns_resolver name_resolution secure platforms ci_mac tracing exclude_con… 36 dns_resolver=False, platforms=['linux', 'mac', 'posix'], 39 dns_resolver=False, platforms=['linux', 'mac', 'posix'], 42 dns_resolver=False, fullstack=False, platforms=['linux', 'mac', 'posix'], 60 platforms=['linux'], exclude_iomgrs=['uv']), 334 'platforms': END2END_FIXTURES[f].platforms, 335 'ci_platforms': (END2END_FIXTURES[f].platforms 337 END2END_FIXTURES[f].platforms, 'mac')), 352 'platforms': END2END_FIXTURES[f].platforms, 353 'ci_platforms': (END2END_FIXTURES[f].platforms [all …]
|
/external/libtextclassifier/utils/hash/ |
D | farmhash.h | 53 // May change from time to time, may differ on different platforms, may differ 58 // May change from time to time, may differ on different platforms, may differ 64 // May change from time to time, may differ on different platforms, may differ 70 // May change from time to time, may differ on different platforms, may differ 76 // May change from time to time, may differ on different platforms, may differ 82 // May change from time to time, may differ on different platforms, may differ 88 // May change from time to time, may differ on different platforms, may differ 94 // May change from time to time, may differ on different platforms, may differ 101 // May change from time to time, may differ on different platforms, may differ 160 // May change from time to time, may differ on different platforms, may differ [all …]
|
/external/tensorflow/tensorflow/stream_executor/ |
D | multi_platform_manager.h | 16 // This is a registration-oriented interface for multiple platforms. It will 18 // currently support simultaneous use of multiple platforms. 81 // Manages multiple platforms that may be present on the current machine. 99 // the MultiPlatformManager owns the platforms in a singleton-like fashion. 112 // the MultiPlatformManager owns the platforms in a singleton-like fashion. 121 // Although the MultiPlatformManager "owns" its platforms, it holds them as 123 // object's data and the underlying platforms (e.g., CUDA, OpenCL). 124 // Because certain platforms have unpredictable deinitialization 126 // sequence. Thus, we intentionally "leak" allocated platforms to defer 130 // of any platforms registered with it, and leak checking should be disabled [all …]
|
/external/llvm/tools/msbuild/ |
D | install.bat | 9 REM Loop over the two platforms in awkward batch file fashion. 18 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\Platforms\%PLATFORM%\PlatformToolsets" 20 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\Platforms\%PLATFORM%\PlatformToolsets" 24 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\V110\Platforms\%PLATFORM%\PlatformToolsets" 26 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\V110\Platforms\%PLATFORM%\PlatformToolsets" 30 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\V120\Platforms\%PLATFORM%\PlatformToolsets" 32 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\V120\Platforms\%PLATFORM%\PlatformToolsets" 36 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\V140\Platforms\%PLATFORM%\PlatformToolsets" 38 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\V140\Platforms\%PLATFORM%\PlatformToolsets"
|
D | uninstall.bat | 15 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\Platforms\%PLATFORM%\PlatformToolsets" 19 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\Platforms\%PLATFORM%\PlatformToolsets" 24 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\V110\Platforms\%PLATFORM%\PlatformToolsets" 31 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\V110\Platforms\%PLATFORM%\PlatformToolsets" 39 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\V120\Platforms\%PLATFORM%\PlatformToolsets" 46 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\V120\Platforms\%PLATFORM%\PlatformToolsets" 54 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\V140\Platforms\%PLATFORM%\PlatformToolsets" 61 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\V140\Platforms\%PLATFORM%\PlatformToolsets"
|
/external/u-boot/drivers/usb/dwc3/ |
D | Kconfig | 33 bool "Texas Instruments OMAP5 and similar Platforms" 35 Some platforms from Texas Instruments like OMAP5, DRA7xxx and 41 bool "Xilinx ZynqMP and similar Platforms" 44 Some platforms can reuse this DWC3 generic implementation. 47 bool "DesignWare USB3 Host Support on UniPhier Platforms" 50 Support of USB2/3 functionality in Socionext UniPhier platforms.
|
/external/u-boot/drivers/mtd/nand/ |
D | Kconfig | 22 Enable the driver for NAND flash on platforms using a Denali NAND 38 Enables omap_gpmc.c driver for OMAPx and AMxxxx platforms. 48 On OMAP platforms that use the GPMC controller 53 bool "Enable ELM driver for OMAPxx and AMxx platforms." 58 Some legacy platforms like OMAP3xx do not have in-built ELM h/w engine, 59 thus such SoC platforms need to depend on software library for ECC error 161 Enable the driver for MXS NAND flash on platforms using 259 Hardware ECC correction. This is useful for platforms which have ELM 261 Some legacy platforms like OMAP3xx do not have in-built ELM h/w engine, 262 so those platforms should use CONFIG_SPL_NAND_SIMPLE for enabling
|
/external/python/google-api-python-client/docs/dyn/ |
D | urlshortener_v1.url.html | 115 …"platforms": [ # Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only … 143 …"platforms": [ # Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only … 171 …"platforms": [ # Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only … 199 …"platforms": [ # Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only … 227 …"platforms": [ # Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only … 274 …"platforms": [ # Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only … 302 …"platforms": [ # Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only … 330 …"platforms": [ # Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only … 358 …"platforms": [ # Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only … 386 …"platforms": [ # Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only … [all …]
|