Home
last modified time | relevance | path

Searched refs:target_platform (Results 1 – 25 of 30) sorted by relevance

12

/external/mesa3d/
Dcommon.py27 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/
Dpolicydb.c69 .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 …]
Dpolicydb_public.c156 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()
Dprivate.h57 unsigned int target_platform; member
62 unsigned int target_platform);
Dwrite.c238 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()
Dkernel_to_common.c650 if (pdb->target_platform == SEPOL_TARGET_SELINUX) { in sort_ocontexts()
685 } else if (pdb->target_platform == SEPOL_TARGET_XEN) { in sort_ocontexts()
Dkernel_to_conf.c493 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()
Dkernel_to_cil.c608 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/
Dinstall-sysroot.py67 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/
Dcheck-instruction-set.pl192 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/
DPlatform.pm34 …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;
DBuild.pm142 my $progress = cat_file( $tmp, sprintf( "%s-%s.log", $target_platform, Uname::host_name() ) );
/external/selinux/libsemanage/src/
Dconf-parse.y83 | 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;
Dsemanage_conf.h38 int target_platform; member
/external/selinux/prebuilts/bin/
Dseinfo.py275 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/
Dpolicydb.h101 int target_platform);
/external/selinux/libsepol/cil/include/cil/
Dcil.h60 extern void cil_set_target_platform(cil_db_t *db, int target_platform);
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Ddecorators.py631 target_platform = 'darwin' if self.platformIsDarwin() else self.getPlatform()
636 if target_platform != host_platform:
638 target_platform, host_platform)
Ddotest.py941 target_platform = lldbplatformutil.getPlatform()
951 target_platform in ["freebsd", "linux", "netbsd", "windows"])
/external/selinux/checkpolicy/
Dpolicy_define.c4597 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/
Dset-build-env.py377 self.target_platform_ = self.PLATFORMS_.get(self.args.target_platform)
/external/perfetto/tools/
Dinstall-build-deps462 logging.info('Downloading %s from %s', dep.target_platform,
/external/selinux/libsepol/cil/src/
Dcil.c459 (*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/
Dpolicydb.h513 int target_platform; member
/external/libcxx/utils/libcxx/test/
Dconfig.py388 target_platform = self.target_info.platform()
421 self.config.available_features.add(target_platform)

12