Home
last modified time | relevance | path

Searched refs:target_platform (Results 1 – 25 of 25) 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
293 case "$target_platform" in
302 case "$target_platform" in
303 ios) nsync_platform_dir="$nsync_builds_dir/lipo.$target_platform.c++11"
/external/chromium-trace/catapult/common/battor/battor/
Dbattor_wrapper.py106 def __init__(self, target_platform, android_device=None, battor_path=None, argument
131 self._battor_path = self._GetBattOrPath(target_platform, android_device,
152 self._target_platform = target_platform
292 def _GetBattOrPath(self, target_platform, android_device=None, argument
295 if target_platform not in self._SUPPORTED_PLATFORMS:
297 '%s is an unsupported platform.' % target_platform)
298 if target_platform in ['win']:
308 if target_platform in ['mac']:
313 if target_platform in ['android', 'linux']:
320 if target_platform == 'android':
/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.c68 .target_platform = SEPOL_TARGET_XEN,
75 .target_platform = SEPOL_TARGET_XEN,
82 .target_platform = SEPOL_TARGET_SELINUX,
89 .target_platform = SEPOL_TARGET_SELINUX,
96 .target_platform = SEPOL_TARGET_SELINUX,
103 .target_platform = SEPOL_TARGET_SELINUX,
110 .target_platform = SEPOL_TARGET_SELINUX,
117 .target_platform = SEPOL_TARGET_SELINUX,
124 .target_platform = SEPOL_TARGET_SELINUX,
131 .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.c646 if (pdb->target_platform == SEPOL_TARGET_SELINUX) { in sort_ocontexts()
681 } else if (pdb->target_platform == SEPOL_TARGET_XEN) { in sort_ocontexts()
Dkernel_to_conf.c470 if (pdb->target_platform == SEPOL_TARGET_SELINUX) { in write_sid_decl_rules_to_conf()
472 } else if (pdb->target_platform == SEPOL_TARGET_XEN) { in write_sid_decl_rules_to_conf()
475 sepol_log_err("Unknown target platform: %i", pdb->target_platform); in write_sid_decl_rules_to_conf()
3107 if (pdb->target_platform == SEPOL_TARGET_SELINUX) { in sepol_kernel_policydb_to_conf()
3152 } else if (pdb->target_platform == SEPOL_TARGET_XEN) { in sepol_kernel_policydb_to_conf()
Dkernel_to_cil.c589 if (pdb->target_platform == SEPOL_TARGET_SELINUX) { in write_sid_decl_rules_to_cil()
591 } else if (pdb->target_platform == SEPOL_TARGET_XEN) { in write_sid_decl_rules_to_cil()
594 sepol_log_err("Unknown target platform: %i", pdb->target_platform); in write_sid_decl_rules_to_cil()
3242 if (pdb->target_platform == SEPOL_TARGET_SELINUX) { in sepol_kernel_policydb_to_cil()
3287 } else if (pdb->target_platform == SEPOL_TARGET_XEN) { in sepol_kernel_policydb_to_cil()
Dexpand.c3008 out->target_platform = base->target_platform; in expand_module()
3173 if (ocontext_copy(&state, out->target_platform)) in expand_module()
Dmodule_to_cil.c2982 switch (pdb->target_platform) { in ocontexts_to_cil()
2990 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.c1375 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/chromium-trace/catapult/systrace/systrace/tracing_agents/
Dbattor_trace_agent.py103 target_platform=config.target,
/external/selinux/checkpolicy/
Dpolicy_define.c4624 if (policydbp->target_platform != SEPOL_TARGET_SELINUX) { in define_fs_context()
4686 if (policydbp->target_platform != SEPOL_TARGET_XEN) { in define_pirq_context()
4740 if (policydbp->target_platform != SEPOL_TARGET_XEN) { in define_iomem_context()
4804 if (policydbp->target_platform != SEPOL_TARGET_XEN) { in define_ioport_context()
4868 if (policydbp->target_platform != SEPOL_TARGET_XEN) { in define_pcidevice_context()
4922 if (policydbp->target_platform != SEPOL_TARGET_XEN) { in define_devicetree_context()
4979 if (policydbp->target_platform != SEPOL_TARGET_SELINUX) { in define_port_context()
5070 if (policydbp->target_platform != SEPOL_TARGET_SELINUX) { in define_ibpkey_context()
5175 if (policydbp->target_platform != SEPOL_TARGET_SELINUX) { in define_ibendport_context()
5253 if (policydbp->target_platform != SEPOL_TARGET_SELINUX) { in define_netif_context()
[all …]
/external/selinux/libsepol/cil/src/
Dcil.c295 (*db)->target_platform = SEPOL_TARGET_SELINUX; in cil_db_init()
1699 void cil_set_target_platform(struct cil_db *db, int target_platform) in cil_set_target_platform() argument
1701 db->target_platform = target_platform; in cil_set_target_platform()
Dcil_internal.h320 int target_platform; member
Dcil_binary.c3919 if (db->target_platform == SEPOL_TARGET_XEN) { in __cil_contexts_to_policydb()
4171 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.py392 target_platform = self.target_info.platform()
427 self.config.available_features.add(target_platform)