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

/external/tensorflow/tensorflow/contrib/makefile/
H A Dcompile_nsync.sh35 -t target_platform
59 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" i
[all...]
/external/mesa3d/
H A 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/libsemanage/src/
H A Dsemanage_conf.h38 int target_platform; member in struct:semanage_conf
H A Dconf-parse.y83 | target_platform
151 target_platform: TARGET_PLATFORM '=' ARG { label
153 current_conf->target_platform = SEPOL_TARGET_SELINUX;
155 current_conf->target_platform = SEPOL_TARGET_XEN;
157 yyerror("target_platform can only be 'selinux' or 'xen'");
346 conf->target_platform = SEPOL_TARGET_SELINUX;
H A Ddirect_api.c1375 cil_set_target_platform(cildb, sh->conf->target_platform);
/external/selinux/libsepol/src/
H A Dpolicydb_public.c156 int target_platform)
160 switch (target_platform) {
168 p->target_platform = target_platform;
155 sepol_policydb_set_target_platform(sepol_policydb_t * sp, int target_platform) argument
H A Dprivate.h57 unsigned int target_platform; member in struct:policydb_compat_info
62 unsigned int target_platform);
H A 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
444 policydb_lookup_compat(unsigned int version, unsigned int type, unsigned int target_platform) argument
[all...]
H A Dkernel_to_common.c646 if (pdb->target_platform == SEPOL_TARGET_SELINUX) {
681 } else if (pdb->target_platform == SEPOL_TARGET_XEN) {
H A Dwrite.c233 if (p->target_platform != SEPOL_TARGET_SELINUX &&
237 policydb_target_strings[p->target_platform]);
1500 switch (p->target_platform) {
1704 if (p->target_platform != SEPOL_TARGET_SELINUX) {
1708 policydb_target_strings[p->target_platform]);
2115 len = strlen(policydb_target_strings[p->target_platform]);
2116 policydb_str = policydb_target_strings[p->target_platform];
2133 p->target_platform);
H A Dkernel_to_cil.c589 if (pdb->target_platform == SEPOL_TARGET_SELINUX) {
591 } else if (pdb->target_platform == SEPOL_TARGET_XEN) {
594 sepol_log_err("Unknown target platform: %i", pdb->target_platform);
3242 if (pdb->target_platform == SEPOL_TARGET_SELINUX) {
3287 } else if (pdb->target_platform == SEPOL_TARGET_XEN) {
H A Dkernel_to_conf.c470 if (pdb->target_platform == SEPOL_TARGET_SELINUX) {
472 } else if (pdb->target_platform == SEPOL_TARGET_XEN) {
475 sepol_log_err("Unknown target platform: %i", pdb->target_platform);
3107 if (pdb->target_platform == SEPOL_TARGET_SELINUX) {
3152 } else if (pdb->target_platform == SEPOL_TARGET_XEN) {
H A Dexpand.c3008 out->target_platform = base->target_platform;
3173 if (ocontext_copy(&state, out->target_platform))
H A Dmodule_to_cil.c2982 switch (pdb->target_platform) {
2990 log_err("Unknown target platform: %i", pdb->target_platform);
/external/chromium-trace/catapult/common/battor/battor/
H A Dbattor_wrapper.py106 def __init__(self, target_platform, android_device=None, battor_path=None,
112 target_platform: Platform BattOr is attached to.
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,
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 i
[all...]
/external/selinux/libsepol/cil/include/cil/
H A Dcil.h60 extern void cil_set_target_platform(cil_db_t *db, int target_platform);
/external/selinux/libsepol/include/sepol/
H A Dpolicydb.h101 int target_platform);
/external/chromium-trace/catapult/systrace/systrace/tracing_agents/
H A Dbattor_trace_agent.py103 target_platform=config.target,
/external/selinux/prebuilts/bin/
H A 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/checkpolicy/
H A Dpolicy_define.c4624 if (policydbp->target_platform != SEPOL_TARGET_SELINUX) {
4686 if (policydbp->target_platform != SEPOL_TARGET_XEN) {
4740 if (policydbp->target_platform != SEPOL_TARGET_XEN) {
4804 if (policydbp->target_platform != SEPOL_TARGET_XEN) {
4868 if (policydbp->target_platform != SEPOL_TARGET_XEN) {
4922 if (policydbp->target_platform != SEPOL_TARGET_XEN) {
4979 if (policydbp->target_platform != SEPOL_TARGET_SELINUX) {
5070 if (policydbp->target_platform != SEPOL_TARGET_SELINUX) {
5175 if (policydbp->target_platform != SEPOL_TARGET_SELINUX) {
5253 if (policydbp->target_platform !
[all...]
/external/selinux/libsepol/cil/src/
H A Dcil.c295 (*db)->target_platform = SEPOL_TARGET_SELINUX;
1699 void cil_set_target_platform(struct cil_db *db, int target_platform) argument
1701 db->target_platform = target_platform;
H A Dcil_internal.h320 int target_platform; member in struct:cil_db
H A Dcil_binary.c3919 if (db->target_platform == SEPOL_TARGET_XEN) {
4171 pdb->target_platform = db->target_platform;
/external/selinux/libsepol/include/sepol/policydb/
H A Dpolicydb.h512 int target_platform; member in struct:policydb
/external/libcxx/utils/libcxx/test/
H A Dconfig.py392 target_platform = self.target_info.platform()
427 self.config.available_features.add(target_platform)

Completed in 523 milliseconds