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

  /external/webkit/Tools/Scripts/webkitpy/common/config/
build.py 28 def _should_file_trigger_build(target_platform, file):
40 assert(target_platform in ("mac-leopard", "mac-snowleopard", "win"))
110 base_platform = target_platform.split("-")[0]
115 return target_platform in platforms or base_platform in platforms
120 return target_platform in platforms or base_platform in platforms
127 return match.group("platform") in (target_platform, base_platform) or match.group("platform").startswith("%s-" % target_platform)
134 def should_build(target_platform, changed_files):
136 thus a build should be performed. target_platform should be one of the
138 return any(_should_file_trigger_build(target_platform, file) for file in changed_files
    [all...]
  /external/libsepol/src/
private.h 54 unsigned int target_platform; member in struct:policydb_compat_info
59 unsigned int target_platform);
policydb.c 67 .target_platform = SEPOL_TARGET_XEN,
74 .target_platform = SEPOL_TARGET_SELINUX,
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     [all...]
expand.c     [all...]
  /external/checkpolicy/
policy_define.c     [all...]
  /external/libsepol/include/sepol/policydb/
policydb.h 453 int target_platform; member in struct:policydb
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
rebaseline_chromium_webkit_tests.py     [all...]

Completed in 107 milliseconds