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

  /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;
direct_api.c     [all...]
  /external/selinux/libsepol/src/
private.h 54 unsigned int target_platform; member in struct:policydb_compat_info
59 unsigned int target_platform);
policydb_public.c 156 int target_platform)
160 switch (target_platform) {
168 p->target_platform = 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...]
write.c 231 if (p->target_platform != SEPOL_TARGET_SELINUX &&
235 policydb_target_strings[p->target_platform]);
    [all...]
expand.c     [all...]
module_to_cil.c     [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/util/
binary_manager.py 95 target_platform = '%s_%s' % (platform.GetOSName(), platform.GetArchName())
96 dep_manager.PrefetchPaths(target_platform)
127 manager.PrefetchPaths(target_platform)
133 target_platform, e.message)
140 devil_env.config._dm.PrefetchPaths(target_platform)
  /external/chromium-trace/catapult/common/battor/battor/
battor_wrapper.py 80 def __init__(self, target_platform, android_device=None, battor_path=None,
85 target_platform: Platform BattOr is attached to.
104 self._battor_path = self._GetBattorPath(target_platform, android_device,
203 def _GetBattorPath(self, target_platform, android_device=None,
206 if target_platform not in self._SUPPORTED_PLATFORMS:
208 '%s is an unsupported platform.' % target_platform)
209 if target_platform in ['win']:
219 if target_platform in ['mac']:
224 if target_platform in ['android', 'linux']:
232 if target_platform == 'android'
    [all...]
  /external/selinux/libsepol/cil/include/cil/
cil.h 53 extern void cil_set_target_platform(cil_db_t *db, int target_platform);
  /external/selinux/libsepol/include/sepol/
policydb.h 100 int target_platform);
  /external/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':
523 target_platform = self.target_info.platform()
524 if target_platform == 'darwin':
526 elif target_platform == 'linux':
537 elif target_platform.startswith('freebsd'):
540 self.lit_config.fatal("unrecognized system: %r" % target_platform)
    [all...]
  /ndk/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 99 target_platform=config.target,
  /development/ndk/tools/
headers-diff-bionic-vs-ndk.py 106 def scan_sysincludes(self, target_platform):
108 version = int(target_platform.split('-')[1])
  /external/v8/tools/gyp/pylib/gyp/
msvs_emulation.py 240 target_platform = 'Win32' if self.GetArch(config) == 'x86' else 'x64'
252 '$(PlatformName)': target_platform,
    [all...]
  /external/selinux/checkpolicy/
policy_define.c     [all...]
  /external/selinux/libsepol/cil/src/
cil.c 284 (*db)->target_platform = SEPOL_TARGET_SELINUX;
    [all...]
cil_internal.h 306 int target_platform; member in struct:cil_db
cil_binary.c     [all...]
  /external/selinux/libsepol/include/sepol/policydb/
policydb.h 494 int target_platform; member in struct:policydb

Completed in 906 milliseconds