Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/makefile/
Dcompile_nsync.sh59 target_platform=native # Default is to build for the host.
64 -*) case "$arg" in -*t*) target_platform="${2?"$usage"}"; shift; esac
76 case "$target_platform" in
77 native) target_platform="$host_platform";;
86 case "$target_platform" in
105 nsync_platform_dir="$nsync_builds_dir/$arch.$target_platform.c++11"
108 case "$target_platform" in
295 case "$target_platform" in
304 case "$target_platform" in
305 ios) nsync_platform_dir="$nsync_builds_dir/lipo.$target_platform.c++11"
/external/mesa3d/
Dcommon.py24 target_platform = SCons.Script.ARGUMENTS['platform'] variable
26 target_platform = host_platform variable
56 if target_platform == 'windows' and host_platform != 'windows':
67 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.c233 if (p->target_platform != SEPOL_TARGET_SELINUX && in avtab_write_item()
237 policydb_target_strings[p->target_platform]); in avtab_write_item()
1500 switch (p->target_platform) { in ocontext_write()
1704 if (p->target_platform != SEPOL_TARGET_SELINUX) { in avrule_write()
1708 policydb_target_strings[p->target_platform]); in avrule_write()
2115 len = strlen(policydb_target_strings[p->target_platform]); in policydb_write()
2116 policydb_str = policydb_target_strings[p->target_platform]; in policydb_write()
2133 p->target_platform); in policydb_write()
Dkernel_to_common.c652 if (pdb->target_platform == SEPOL_TARGET_SELINUX) { in sort_ocontexts()
687 } else if (pdb->target_platform == SEPOL_TARGET_XEN) { in sort_ocontexts()
Dkernel_to_cil.c604 if (pdb->target_platform == SEPOL_TARGET_SELINUX) { in write_sid_decl_rules_to_cil()
607 } else if (pdb->target_platform == SEPOL_TARGET_XEN) { in write_sid_decl_rules_to_cil()
611 sepol_log_err("Unknown target platform: %i", pdb->target_platform); in write_sid_decl_rules_to_cil()
3268 if (pdb->target_platform == SEPOL_TARGET_SELINUX) { in sepol_kernel_policydb_to_cil()
3313 } else if (pdb->target_platform == SEPOL_TARGET_XEN) { in sepol_kernel_policydb_to_cil()
Dkernel_to_conf.c485 if (pdb->target_platform == SEPOL_TARGET_SELINUX) { in write_sid_decl_rules_to_conf()
488 } else if (pdb->target_platform == SEPOL_TARGET_XEN) { in write_sid_decl_rules_to_conf()
492 sepol_log_err("Unknown target platform: %i", pdb->target_platform); in write_sid_decl_rules_to_conf()
3133 if (pdb->target_platform == SEPOL_TARGET_SELINUX) { in sepol_kernel_policydb_to_conf()
3178 } else if (pdb->target_platform == SEPOL_TARGET_XEN) { in sepol_kernel_policydb_to_conf()
Dexpand.c3014 out->target_platform = base->target_platform; in expand_module()
3179 if (ocontext_copy(&state, out->target_platform)) in expand_module()
Dmodule_to_cil.c2959 switch (pdb->target_platform) { in ocontexts_to_cil()
2967 log_err("Unknown target platform: %i", pdb->target_platform); in ocontexts_to_cil()
/external/selinux/libsemanage/src/
Dconf-parse.y83 | target_platform
151 target_platform: TARGET_PLATFORM '=' ARG {
153 current_conf->target_platform = SEPOL_TARGET_SELINUX;
155 current_conf->target_platform = SEPOL_TARGET_XEN;
346 conf->target_platform = SEPOL_TARGET_SELINUX;
Dsemanage_conf.h38 int target_platform; member
Ddirect_api.c1407 cil_set_target_platform(cildb, sh->conf->target_platform); in semanage_direct_commit()
/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/selinux/checkpolicy/
Dpolicy_define.c4632 if (policydbp->target_platform != SEPOL_TARGET_SELINUX) { in define_fs_context()
4694 if (policydbp->target_platform != SEPOL_TARGET_XEN) { in define_pirq_context()
4748 if (policydbp->target_platform != SEPOL_TARGET_XEN) { in define_iomem_context()
4812 if (policydbp->target_platform != SEPOL_TARGET_XEN) { in define_ioport_context()
4876 if (policydbp->target_platform != SEPOL_TARGET_XEN) { in define_pcidevice_context()
4930 if (policydbp->target_platform != SEPOL_TARGET_XEN) { in define_devicetree_context()
4987 if (policydbp->target_platform != SEPOL_TARGET_SELINUX) { in define_port_context()
5080 if (policydbp->target_platform != SEPOL_TARGET_SELINUX) { in define_ibpkey_context()
5185 if (policydbp->target_platform != SEPOL_TARGET_SELINUX) { in define_ibendport_context()
5263 if (policydbp->target_platform != SEPOL_TARGET_SELINUX) { in define_netif_context()
[all …]
/external/selinux/libsepol/cil/src/
Dcil.c296 (*db)->target_platform = SEPOL_TARGET_SELINUX; in cil_db_init()
1700 void cil_set_target_platform(struct cil_db *db, int target_platform) in cil_set_target_platform() argument
1702 db->target_platform = target_platform; in cil_set_target_platform()
Dcil_internal.h321 int target_platform; member
Dcil_binary.c3936 if (db->target_platform == SEPOL_TARGET_XEN) { in __cil_contexts_to_policydb()
4188 pdb->target_platform = db->target_platform; in __cil_policydb_create()
/external/selinux/libsepol/include/sepol/policydb/
Dpolicydb.h512 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)