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

1 2

  /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 67 .target_platform = SEPOL_TARGET_XEN,
74 .target_platform = SEPOL_TARGET_XEN,
81 .target_platform = SEPOL_TARGET_SELINUX,
88 .target_platform = SEPOL_TARGET_SELINUX,
95 .target_platform = SEPOL_TARGET_SELINUX,
102 .target_platform = SEPOL_TARGET_SELINUX,
109 .target_platform = SEPOL_TARGET_SELINUX,
116 .target_platform = SEPOL_TARGET_SELINUX,
123 .target_platform = SEPOL_TARGET_SELINUX,
130 .target_platform = SEPOL_TARGET_SELINUX
    [all...]
kernel_to_common.c 619 if (pdb->target_platform == SEPOL_TARGET_SELINUX) {
644 } else if (pdb->target_platform == SEPOL_TARGET_XEN) {
write.c 231 if (p->target_platform != SEPOL_TARGET_SELINUX &&
235 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 98 def __init__(self, target_platform, android_device=None, battor_path=None,
104 target_platform: Platform BattOr is attached to.
123 self._battor_path = self._GetBattOrPath(target_platform, android_device,
143 self._target_platform = target_platform
276 def _GetBattOrPath(self, target_platform, android_device=None,
279 if target_platform not in self._SUPPORTED_PLATFORMS:
281 '%s is an unsupported platform.' % target_platform)
282 if target_platform in ['win']:
292 if target_platform in ['mac']:
297 if target_platform in ['android', 'linux']
    [all...]
  /external/selinux/libsepol/cil/include/cil/
cil.h 55 extern void cil_set_target_platform(cil_db_t *db, int target_platform);
  /external/selinux/libsepol/include/sepol/
policydb.h 101 int target_platform);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
config.py 277 target_platform = self.target_info.platform()
305 self.config.available_features.add(target_platform)
310 if target_platform == 'linux':
522 target_platform = self.target_info.platform()
523 if target_platform == 'darwin':
525 elif target_platform == 'linux':
536 elif target_platform.startswith('freebsd'):
539 self.lit_config.fatal("unrecognized system: %r" % target_platform)
    [all...]
  /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":
  /development/ndk/tools/
headers-diff-bionic-vs-ndk.py 106 def scan_sysincludes(self, target_platform):
108 version = int(target_platform.split('-')[1])
  /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/checkpolicy/
policy_define.c     [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/test/
config.py 262 target_platform = self.target_info.platform()
273 self.config.available_features.add(target_platform)
  /external/selinux/libsepol/cil/src/
cil.c 291 (*db)->target_platform = SEPOL_TARGET_SELINUX;
    [all...]
cil_internal.h 315 int target_platform; member in struct:cil_db
  /external/selinux/libsepol/include/sepol/policydb/
policydb.h 499 int target_platform; member in struct:policydb
  /external/libcxx/utils/libcxx/test/
config.py 350 target_platform = self.target_info.platform()
362 self.config.available_features.add(target_platform)
    [all...]

Completed in 758 milliseconds

1 2