/external/mesa3d/ |
D | common.py | 27 target_platform = SCons.Script.ARGUMENTS['platform'] variable 29 target_platform = host_platform variable 68 if target_platform == 'windows' and host_platform != 'windows': 79 if target_platform != 'windows' and \
|
/external/selinux/libsepol/src/ |
D | policydb.c | 69 .target_platform = SEPOL_TARGET_XEN, 76 .target_platform = SEPOL_TARGET_XEN, 83 .target_platform = SEPOL_TARGET_SELINUX, 90 .target_platform = SEPOL_TARGET_SELINUX, 97 .target_platform = SEPOL_TARGET_SELINUX, 104 .target_platform = SEPOL_TARGET_SELINUX, 111 .target_platform = SEPOL_TARGET_SELINUX, 118 .target_platform = SEPOL_TARGET_SELINUX, 125 .target_platform = SEPOL_TARGET_SELINUX, 132 .target_platform = SEPOL_TARGET_SELINUX, [all …]
|
D | policydb_public.c | 156 int target_platform) in sepol_policydb_set_target_platform() argument 160 switch (target_platform) { in sepol_policydb_set_target_platform() 168 p->target_platform = target_platform; in sepol_policydb_set_target_platform()
|
D | private.h | 57 unsigned int target_platform; member 62 unsigned int target_platform);
|
D | write.c | 238 if (p->target_platform != SEPOL_TARGET_SELINUX && in avtab_write_item() 242 policydb_target_strings[p->target_platform]); in avtab_write_item() 1530 switch (p->target_platform) { in ocontext_write() 1734 if (p->target_platform != SEPOL_TARGET_SELINUX) { in avrule_write() 1738 policydb_target_strings[p->target_platform]); in avrule_write() 2146 len = strlen(policydb_target_strings[p->target_platform]); in policydb_write() 2147 policydb_str = policydb_target_strings[p->target_platform]; in policydb_write() 2164 p->target_platform); in policydb_write()
|
D | kernel_to_common.c | 650 if (pdb->target_platform == SEPOL_TARGET_SELINUX) { in sort_ocontexts() 685 } else if (pdb->target_platform == SEPOL_TARGET_XEN) { in sort_ocontexts()
|
D | kernel_to_conf.c | 493 if (pdb->target_platform == SEPOL_TARGET_SELINUX) { in write_sid_decl_rules_to_conf() 496 } else if (pdb->target_platform == SEPOL_TARGET_XEN) { in write_sid_decl_rules_to_conf() 500 sepol_log_err("Unknown target platform: %i", pdb->target_platform); in write_sid_decl_rules_to_conf() 3143 if (pdb->target_platform == SEPOL_TARGET_SELINUX) { in sepol_kernel_policydb_to_conf() 3188 } else if (pdb->target_platform == SEPOL_TARGET_XEN) { in sepol_kernel_policydb_to_conf()
|
D | kernel_to_cil.c | 608 if (pdb->target_platform == SEPOL_TARGET_SELINUX) { in write_sid_decl_rules_to_cil() 611 } else if (pdb->target_platform == SEPOL_TARGET_XEN) { in write_sid_decl_rules_to_cil() 615 sepol_log_err("Unknown target platform: %i", pdb->target_platform); in write_sid_decl_rules_to_cil() 3266 if (pdb->target_platform == SEPOL_TARGET_SELINUX) { in sepol_kernel_policydb_to_cil() 3311 } else if (pdb->target_platform == SEPOL_TARGET_XEN) { in sepol_kernel_policydb_to_cil()
|
/external/openscreen/build/scripts/ |
D | install-sysroot.py | 67 def GetSysrootDict(target_platform, target_arch): argument 75 sysroot_key = '%s_%s' % (target_platform, target_arch) 101 def InstallSysroot(target_platform, target_arch): argument 103 sysroot_dict = GetSysrootDict(target_platform, target_arch)
|
/external/llvm-project/openmp/runtime/tools/ |
D | check-instruction-set.pl | 192 my $target_platform = $target_os . "_" . $target_arch; 199 } elsif ( $target_platform eq "lin_mic" ) { 202 } elsif ( $target_platform eq "lin_32" ) {
|
/external/llvm-project/openmp/runtime/tools/lib/ |
D | Platform.pm | 34 …qw{ $host_arch $host_os $host_platform $target_arch $target_mic_arch $target_os $target_platform }; 301 tie( $target_platform, "Platform::target_platform" ); 359 { package Platform::target_platform;
|
D | Build.pm | 142 my $progress = cat_file( $tmp, sprintf( "%s-%s.log", $target_platform, Uname::host_name() ) );
|
/external/selinux/libsemanage/src/ |
D | conf-parse.y | 83 | target_platform 152 target_platform: TARGET_PLATFORM '=' ARG { 154 current_conf->target_platform = SEPOL_TARGET_SELINUX; 156 current_conf->target_platform = SEPOL_TARGET_XEN; 358 conf->target_platform = SEPOL_TARGET_SELINUX;
|
D | semanage_conf.h | 38 int target_platform; member
|
/external/selinux/prebuilts/bin/ |
D | seinfo.py | 275 if p.target_platform == "xen": 301 print("Target Policy: {0}".format(p.target_platform)) 332 if p.target_platform == "selinux": 343 elif p.target_platform == "xen":
|
/external/selinux/libsepol/include/sepol/ |
D | policydb.h | 101 int target_platform);
|
/external/selinux/libsepol/cil/include/cil/ |
D | cil.h | 60 extern void cil_set_target_platform(cil_db_t *db, int target_platform);
|
/external/llvm-project/lldb/packages/Python/lldbsuite/test/ |
D | decorators.py | 631 target_platform = 'darwin' if self.platformIsDarwin() else self.getPlatform() 636 if target_platform != host_platform: 638 target_platform, host_platform)
|
D | dotest.py | 941 target_platform = lldbplatformutil.getPlatform() 951 target_platform in ["freebsd", "linux", "netbsd", "windows"])
|
/external/selinux/checkpolicy/ |
D | policy_define.c | 4597 if (policydbp->target_platform != SEPOL_TARGET_SELINUX) { in define_fs_context() 4659 if (policydbp->target_platform != SEPOL_TARGET_XEN) { in define_pirq_context() 4713 if (policydbp->target_platform != SEPOL_TARGET_XEN) { in define_iomem_context() 4777 if (policydbp->target_platform != SEPOL_TARGET_XEN) { in define_ioport_context() 4841 if (policydbp->target_platform != SEPOL_TARGET_XEN) { in define_pcidevice_context() 4895 if (policydbp->target_platform != SEPOL_TARGET_XEN) { in define_devicetree_context() 4952 if (policydbp->target_platform != SEPOL_TARGET_SELINUX) { in define_port_context() 5045 if (policydbp->target_platform != SEPOL_TARGET_SELINUX) { in define_ibpkey_context() 5150 if (policydbp->target_platform != SEPOL_TARGET_SELINUX) { in define_ibendport_context() 5228 if (policydbp->target_platform != SEPOL_TARGET_SELINUX) { in define_netif_context() [all …]
|
/external/tensorflow/tensorflow/tools/ci_build/linux/mkl/ |
D | set-build-env.py | 377 self.target_platform_ = self.PLATFORMS_.get(self.args.target_platform)
|
/external/perfetto/tools/ |
D | install-build-deps | 462 logging.info('Downloading %s from %s', dep.target_platform,
|
/external/selinux/libsepol/cil/src/ |
D | cil.c | 459 (*db)->target_platform = SEPOL_TARGET_SELINUX; in cil_db_init() 1863 void cil_set_target_platform(struct cil_db *db, int target_platform) in cil_set_target_platform() argument 1865 db->target_platform = target_platform; in cil_set_target_platform()
|
/external/selinux/libsepol/include/sepol/policydb/ |
D | policydb.h | 513 int target_platform; member
|
/external/libcxx/utils/libcxx/test/ |
D | config.py | 388 target_platform = self.target_info.platform() 421 self.config.available_features.add(target_platform)
|