/third_party/rust/crates/nix/src/sys/ptrace/ |
D | linux.rs | 18 any(target_env = "gnu", target_env = "musl", target_env = "ohos") 20 all(target_arch = "x86", target_env = "gnu") 27 all(target_os = "linux", target_env = "gnu"), 28 target_env = "uclibc"))] { 38 …#[cfg_attr(not(any(target_env = "musl", target_env = "ohos", target_env = "uclibc", target_os = "a… 39 …#[cfg_attr(any(target_env = "musl", target_env = "ohos", target_env = "uclibc", target_os = "andro… 54 all(target_os = "linux", any(target_env = "musl", 55 target_env = "ohos", 62 all(target_os = "linux", any(target_env = "musl", 63 target_env = "ohos", [all …]
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | no_align.rs | 14 any(target_env = "musl", target_env = "ohos"))))] 25 any(target_env = "musl", target_env = "ohos")))))] 31 #[cfg(any(target_env = "musl", target_env = "ohos"))] 33 #[cfg(not(any(target_env = "musl", target_env = "ohos")))] 57 #[cfg(any(target_env = "musl", target_env = "ohos"))] 59 #[cfg(not(any(target_env = "musl", target_env = "ohos")))]
|
D | align.rs | 31 #[cfg_attr(any(target_env = "musl", target_env = "ohos", target_pointer_width = "32"), 33 #[cfg_attr(all(not(target_env = "musl"), 34 not(target_env = "ohos"), 61 #[cfg_attr(all(any(target_env = "musl", target_env = "ohos"), 64 #[cfg_attr(all(any(target_env = "musl", target_env = "ohos"), 67 #[cfg_attr(all(not(any(target_env = "musl", target_env = "ohos")), 70 #[cfg_attr(all(not(any(target_env = "musl", target_env = "ohos")),
|
/third_party/rust/crates/nix/src/ |
D | ucontext.rs | 1 #[cfg(not(any(target_env = "musl", target_env = "ohos")))] 4 #[cfg(not(any(target_env = "musl", target_env = "ohos")))] 6 #[cfg(not(any(target_env = "musl", target_env = "ohos")))] 15 #[cfg(not(any(target_env = "musl", target_env = "ohos")))] 26 #[cfg(not(any(target_env = "musl", target_env = "ohos")))]
|
/third_party/rust/crates/rustix/src/backend/libc/time/ |
D | types.rs | 10 target_env = "gnu", 17 target_env = "gnu", 32 target_env = "gnu", 40 target_env = "gnu", 55 target_env = "gnu", 64 target_env = "gnu", 82 target_env = "gnu", 96 target_env = "gnu", 224 target_env = "gnu", 232 target_env = "gnu", [all …]
|
D | syscalls.rs | 24 target_env = "gnu", 29 target_env = "gnu", 34 target_env = "gnu", 40 target_env = "gnu", 55 target_env = "gnu", in clock_getres() 69 target_env = "gnu", in clock_getres() 79 target_env = "gnu", 104 target_env = "gnu", in clock_gettime() 125 target_env = "gnu", in clock_gettime() 135 target_env = "gnu", [all …]
|
/third_party/rust/crates/nix/src/sys/ |
D | personality.rs | 23 #[cfg(not(any(target_env = "musl", target_env = "ohos", target_env = "uclibc")))] 45 #[cfg(not(any(target_env = "musl", target_env = "ohos", target_env = "uclibc")))]
|
D | statfs.rs | 67 #[cfg(all(target_os = "linux", any(target_env = "musl", target_env = "ohos")))] 69 #[cfg(all(target_os = "linux", target_env = "uclibc"))] 75 target_env = "musl", 76 target_env = "ohos", 77 target_env = "uclibc" 87 all(target_os = "linux", any(target_env = "musl", target_env = "ohos")), 90 not(any(target_arch = "s390x", target_env = "musl", target_env = "ohos")) 296 not(any(target_env = "musl", target_env = "ohos")) 346 all(target_os = "linux", any(target_env = "musl", target_env = "ohos")) 358 target_env = "musl", [all …]
|
D | resource.rs | 13 if #[cfg(all(target_os = "linux", any(target_env = "gnu", target_env = "uclibc")))]{ 23 all(target_os = "linux", not(target_env = "gnu")) 45 #[cfg_attr(all(target_os = "linux", any(target_env = "gnu", target_env = "uclibc")), repr(u32))] 54 all(target_os = "linux", not(any(target_env = "gnu", target_env = "uclibc"))) 205 if #[cfg(all(target_os = "linux", any(target_env = "gnu", target_env = "uclibc")))]{ in getrlimit() 258 if #[cfg(all(target_os = "linux", any(target_env = "gnu", target_env = "uclibc")))]{ in setrlimit()
|
D | time.rs | 1 #[cfg_attr(any(target_env = "musl", target_env = "ohos"), allow(deprecated))] 259 #[cfg_attr(any(target_env = "musl", target_env = "ohos"), allow(deprecated))] 293 #[cfg_attr(any(target_env = "musl", target_env = "ohos"), allow(deprecated))] 336 …#[cfg_attr(any(target_env = "musl", target_env = "ohos"), allow(deprecated))] // https://github.co… 352 …#[cfg_attr(any(target_env = "musl", target_env = "ohos"), allow(deprecated))] // https://github.co… 361 #[cfg_attr(any(target_env = "musl", target_env = "ohos"), allow(deprecated))] 503 #[cfg_attr(any(target_env = "musl", target_env = "ohos"), allow(deprecated))] in seconds() 528 #[cfg_attr(any(target_env = "musl", target_env = "ohos"), allow(deprecated))] in microseconds() 546 #[cfg_attr(any(target_env = "musl", target_env = "ohos"), allow(deprecated))] in nanoseconds() 583 …#[cfg_attr(any(target_env = "musl", target_env = "ohos"), allow(deprecated))] // https://github.co… [all …]
|
D | memfd.rs | 52 target_env = "gnu", in memfd_create() 53 target_env = "musl", in memfd_create() 54 target_env = "ohos", in memfd_create()
|
/third_party/rust/crates/libloading/src/os/unix/ |
D | consts.rs | 80 target_env = "uclibc", 81 target_env = "newlib", 113 target_env = "uclibc", 114 target_env = "newlib", 138 target_env = "uclibc", 161 target_env = "newlib", 198 target_env = "uclibc", 199 target_env = "newlib",
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validate_builtins.cpp | 1138 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateClipOrCullDistanceAtReference() 1292 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateFragCoordAtDefinition() 1298 << spvLogStringForEnv(_.context()->target_env) in ValidateFragCoordAtDefinition() 1316 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateFragCoordAtReference() 1321 << _.VkErrorID(4211) << spvLogStringForEnv(_.context()->target_env) in ValidateFragCoordAtReference() 1333 << spvLogStringForEnv(_.context()->target_env) in ValidateFragCoordAtReference() 1354 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateFragDepthAtDefinition() 1360 << spvLogStringForEnv(_.context()->target_env) in ValidateFragDepthAtDefinition() 1377 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateFragDepthAtReference() 1382 << _.VkErrorID(4214) << spvLogStringForEnv(_.context()->target_env) in ValidateFragDepthAtReference() [all …]
|
D | validate_scopes.cpp | 95 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateExecutionScope() 97 if (_.context()->target_env != SPV_ENV_VULKAN_1_0) { in ValidateExecutionScope() 222 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateMemoryScope() 229 if (_.context()->target_env == SPV_ENV_VULKAN_1_0 && in ValidateMemoryScope() 238 if ((_.context()->target_env == SPV_ENV_VULKAN_1_1 || in ValidateMemoryScope() 239 _.context()->target_env == SPV_ENV_VULKAN_1_2) && in ValidateMemoryScope()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_builtins.cpp | 1138 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateClipOrCullDistanceAtReference() 1292 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateFragCoordAtDefinition() 1298 << spvLogStringForEnv(_.context()->target_env) in ValidateFragCoordAtDefinition() 1316 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateFragCoordAtReference() 1321 << _.VkErrorID(4211) << spvLogStringForEnv(_.context()->target_env) in ValidateFragCoordAtReference() 1333 << spvLogStringForEnv(_.context()->target_env) in ValidateFragCoordAtReference() 1354 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateFragDepthAtDefinition() 1360 << spvLogStringForEnv(_.context()->target_env) in ValidateFragDepthAtDefinition() 1377 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateFragDepthAtReference() 1382 << _.VkErrorID(4214) << spvLogStringForEnv(_.context()->target_env) in ValidateFragDepthAtReference() [all …]
|
D | validate_scopes.cpp | 95 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateExecutionScope() 97 if (_.context()->target_env != SPV_ENV_VULKAN_1_0) { in ValidateExecutionScope() 222 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateMemoryScope() 229 if (_.context()->target_env == SPV_ENV_VULKAN_1_0 && in ValidateMemoryScope() 238 if ((_.context()->target_env == SPV_ENV_VULKAN_1_1 || in ValidateMemoryScope() 239 _.context()->target_env == SPV_ENV_VULKAN_1_2) && in ValidateMemoryScope()
|
/third_party/spirv-tools/source/val/ |
D | validate_builtins.cpp | 1151 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateClipOrCullDistanceAtReference() 1313 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateFragCoordAtDefinition() 1319 << spvLogStringForEnv(_.context()->target_env) in ValidateFragCoordAtDefinition() 1337 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateFragCoordAtReference() 1342 << _.VkErrorID(4211) << spvLogStringForEnv(_.context()->target_env) in ValidateFragCoordAtReference() 1354 << spvLogStringForEnv(_.context()->target_env) in ValidateFragCoordAtReference() 1375 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateFragDepthAtDefinition() 1381 << spvLogStringForEnv(_.context()->target_env) in ValidateFragDepthAtDefinition() 1398 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateFragDepthAtReference() 1403 << _.VkErrorID(4214) << spvLogStringForEnv(_.context()->target_env) in ValidateFragDepthAtReference() [all …]
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/ |
D | mod.rs | 194 if #[cfg(target_env = "musl")] { 218 if #[cfg(any(target_env = "gnu", 219 target_env = "uclibc"))] { 239 } else if #[cfg(target_env = "musl")] { 264 if #[cfg(target_env = "gnu")] { 266 } else if #[cfg(target_env = "uclibc")] { 273 any(target_env = "gnu", 274 target_env = "uclibc"))] { 281 any(target_env = "gnu", 282 target_env = "uclibc"))] {
|
/third_party/rust/crates/rustix/src/backend/libc/thread/ |
D | syscalls.rs | 31 target_env = "gnu", 36 target_env = "gnu", 60 target_env = "gnu", in clock_nanosleep_relative() 84 target_env = "gnu", in clock_nanosleep_relative() 99 target_env = "gnu", 153 target_env = "gnu", in clock_nanosleep_absolute() 176 target_env = "gnu", in clock_nanosleep_absolute() 186 target_env = "gnu", 212 target_env = "gnu", in nanosleep() 231 target_env = "gnu", in nanosleep() [all …]
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/ |
D | mod.rs | 98 not(any(target_env = "musl", target_env = "ohos"))))] { 234 if #[cfg(any(target_env = "gnu", 235 target_env = "uclibc"))] { 255 } else if #[cfg(any(target_env = "musl", target_env = "ohos"))] { 279 if #[cfg(target_env = "gnu")] { 282 else if #[cfg(target_env = "uclibc")] {
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
D | types.rs | 53 #[cfg(all(target_os = "linux", target_env = "gnu"))] 57 #[cfg(all(target_os = "linux", target_env = "gnu"))] 61 #[cfg(all(target_os = "linux", target_env = "gnu"))] 189 all(target_os = "linux", not(target_env = "musl")), 581 #[cfg(all(target_os = "linux", target_env = "gnu"))] 636 all(target_os = "linux", not(target_env = "gnu")), 841 #[cfg(any(target_os = "android", all(target_os = "linux", target_env = "gnu")))] 990 #[cfg(all(target_os = "linux", target_env = "gnu"))] 995 #[cfg(all(target_os = "linux", target_env = "gnu"))] 1006 all(target_os = "linux", not(target_env = "gnu")), [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzzers/ |
D | spvtools_fuzz_fuzzer.cpp | 40 auto target_env = random_gen.GetTargetEnv(); in LLVMFuzzerTestOneInput() local 43 target_env, message_consumer, initial_binary, validator_options, in LLVMFuzzerTestOneInput() 50 [&initial_binary, message_consumer, target_env, in LLVMFuzzerTestOneInput() 54 target_env, message_consumer, initial_binary, validator_options, in LLVMFuzzerTestOneInput()
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzzers/ |
D | spvtools_fuzz_fuzzer.cpp | 40 auto target_env = random_gen.GetTargetEnv(); in LLVMFuzzerTestOneInput() local 43 target_env, message_consumer, initial_binary, validator_options, in LLVMFuzzerTestOneInput() 50 [&initial_binary, message_consumer, target_env, in LLVMFuzzerTestOneInput() 54 target_env, message_consumer, initial_binary, validator_options, in LLVMFuzzerTestOneInput()
|
/third_party/spirv-tools/test/fuzzers/ |
D | spvtools_fuzz_fuzzer.cpp | 40 auto target_env = random_gen.GetTargetEnv(); in LLVMFuzzerTestOneInput() local 43 target_env, message_consumer, initial_binary, validator_options, in LLVMFuzzerTestOneInput() 50 [&initial_binary, message_consumer, target_env, in LLVMFuzzerTestOneInput() 54 target_env, message_consumer, initial_binary, validator_options, in LLVMFuzzerTestOneInput()
|
/third_party/vk-gl-cts/external/amber/src/src/ |
D | shader_compiler.cc | 87 spv_target_env target_env = SPV_ENV_UNIVERSAL_1_0; in Compile() local 89 if (!spvParseTargetEnv(spv_env_.c_str(), &target_env)) in Compile() 116 spvtools::SpirvTools tools(target_env); in Compile() 151 Result r = CompileOpenCLC(shader_info, pipeline, target_env, &results); in Compile() 174 spvtools::Optimizer optimizer(target_env); in Compile() 344 uint32_t* target_env, in ParseSpvEnv() argument 347 if (!target_env || !target_env_version || !spirv_version) in ParseSpvEnv() 386 *target_env = values.env; in ParseSpvEnv()
|