HomeSort by relevance Sort by last modified time
    Searched refs:target_platform (Results 1 - 25 of 31) 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/chromium-trace/catapult/telemetry/telemetry/wpr/
archive_info.py 103 for target_platform in target_platforms:
104 if story_archives[story].get(target_platform):
106 story_archives[story][target_platform])
112 def WprFilePathForStory(self, story, target_platform=_DEFAULT_PLATFORM):
122 if target_platform in wpr_file:
123 return self._WprFileNameToPath(wpr_file[target_platform])
134 target_platform=_DEFAULT_PLATFORM):
145 current_target_platform = target_platform
213 def _SetWprFileForStory(self, story_name, wpr_file, target_platform):
219 self._data['archives'][story_name][target_platform] = wpr_fil
    [all...]
archive_info_unittest.py 316 target_platform='android')
371 test_archive_info.AddRecordedStories([pageNew2], target_platform='android')
  /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/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)
  /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...]
write.c 231 if (p->target_platform != SEPOL_TARGET_SELINUX &&
235 policydb_target_strings[p->target_platform]);
    [all...]
  /external/chromium-trace/catapult/common/battor/battor/
battor_wrapper.py 91 def __init__(self, target_platform, android_device=None, battor_path=None,
97 target_platform: Platform BattOr is attached to.
116 self._battor_path = self._GetBattOrPath(target_platform, android_device,
136 self._target_platform = target_platform
268 def _GetBattOrPath(self, target_platform, android_device=None,
271 if target_platform not in self._SUPPORTED_PLATFORMS:
273 '%s is an unsupported platform.' % target_platform)
274 if target_platform in ['win']:
284 if target_platform in ['mac']:
289 if target_platform in ['android', 'linux']
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/story/
story_set.py 147 def WprFilePathForStory(self, story, target_platform=None):
160 story, target_platform=target_platform)
  /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 290 (*db)->target_platform = SEPOL_TARGET_SELINUX;
    [all...]
cil_internal.h 314 int target_platform; member in struct:cil_db
  /external/selinux/libsepol/include/sepol/policydb/
policydb.h 495 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 508 milliseconds

1 2