HomeSort by relevance Sort by last modified time
    Searched refs:target_platform (Results 1 - 25 of 29) sorted by null

1 2

  /external/tensorflow/tensorflow/contrib/makefile/
compile_nsync.sh 35 -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/
common.py 24 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/
semanage_conf.h 38 int target_platform; member in struct:semanage_conf
conf-parse.y 62 %token MODULE_STORE VERSION EXPAND_CHECK FILE_MODE SAVE_PREVIOUS SAVE_LINKED TARGET_PLATFORM COMPILER_DIR IGNORE_MODULE_CACHE STORE_ROOT
83 | 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;
  /external/selinux/libsepol/src/
policydb_public.c 156 int target_platform)
160 switch (target_platform) {
168 p->target_platform = target_platform;
private.h 57 unsigned int target_platform; member in struct:policydb_compat_info
62 unsigned int target_platform);
policydb.c 68 .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...]
kernel_to_common.c 646 if (pdb->target_platform == SEPOL_TARGET_SELINUX) {
681 } else if (pdb->target_platform == SEPOL_TARGET_XEN) {
write.c 233 if (p->target_platform != SEPOL_TARGET_SELINUX &&
237 policydb_target_strings[p->target_platform]);
    [all...]
kernel_to_cil.c 589 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);
    [all...]
kernel_to_conf.c 470 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);
    [all...]
expand.c     [all...]
  /external/chromium-trace/catapult/common/battor/battor/
battor_wrapper.py 106 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 in ['android', 'linux']
    [all...]
  /external/selinux/libsepol/cil/include/cil/
cil.h 60 extern void cil_set_target_platform(cil_db_t *db, int target_platform);
  /external/selinux/libsepol/include/sepol/
policydb.h 101 int target_platform);
  /external/chromium-trace/catapult/systrace/systrace/tracing_agents/
battor_trace_agent.py 103 target_platform=config.target,
  /external/selinux/prebuilts/bin/
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/checkpolicy/
policy_define.c     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
__init__.py 176 def target_platform(self): member in class:SELinuxPolicy
178 return self.policy.target_platform()
  /external/selinux/libsepol/cil/src/
cil.c 295 (*db)->target_platform = SEPOL_TARGET_SELINUX;
    [all...]
cil_internal.h 320 int target_platform; member in struct:cil_db
cil_binary.c     [all...]
  /external/selinux/libsepol/include/sepol/policydb/
policydb.h 512 int target_platform; member in struct:policydb
  /external/libcxx/utils/libcxx/test/
config.py 392 target_platform = self.target_info.platform()
427 self.config.available_features.add(target_platform)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/libcxx/test/
config.py 382 target_platform = self.target_info.platform()
417 self.config.available_features.add(target_platform)
    [all...]

Completed in 632 milliseconds

1 2