/external/chromium_org/tools/grit/grit/ |
xtb_reader.py | 22 def __init__(self, callback, defs=None, debug=False, target_platform=None): 42 if target_platform: 43 self.target_platform = target_platform 45 self.target_platform = sys.platform 76 self.if_expr, self.defines, self.target_platform) 109 target_platform=None): 123 target_platform: None, or a sys.platform-like identifier of the build 137 debug=debug, target_platform=target_platform) [all...] |
grd_reader.py | 137 debug=False, defines=None, tags_to_ignore=None, target_platform=None): 154 If 'target_platform' is set, this is used to determine the target 164 target_platform: None or the value that would be returned by sys.platform 198 if target_platform: 199 handler.root.SetTargetPlatform(target_platform)
|
xtb_reader_unittest.py | 95 target_platform='darwin')
|
/external/chromium_org/third_party/mesa/src/ |
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/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_org/tools/grit/ |
grit_info.py | 21 def Outputs(filename, defines, ids_file, target_platform=None): 24 first_ids_file=ids_file, target_platform=target_platform) 65 def Inputs(filename, defines, ids_file, target_platform=None): 68 first_ids_file=ids_file, target_platform=target_platform) 117 parser.add_option("-t", dest="target_platform", default=None) 138 options.target_platform) 159 options.ids_file, options.target_platform)]
|
/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/chromium_org/tools/grit/grit/node/ |
io.py | 43 target_platform = getattr(root, 'target_platform', '') 51 target_platform=target_platform)
|
misc.py | 174 self.target_platform = sys.platform 392 def SetTargetPlatform(self, target_platform): 393 self.target_platform = target_platform
|
misc_unittest.py | 117 self.failUnless(grd.target_platform == sys.platform)
|
base.py | 445 def EvaluateExpression(cls, expr, defs, target_platform, extra_variables=None): 448 (tuple(defs.iteritems()), target_platform, extra_variables)] 457 'os': target_platform, 458 'is_linux': target_platform.startswith('linux'), 459 'is_macosx': target_platform == 'darwin', 460 'is_win': target_platform in ('cygwin', 'win32'), 461 'is_android': target_platform == 'android', 462 'is_ios': target_platform == 'ios', 463 'is_posix': (target_platform in ('darwin', 'linux2', 'linux3', 'sunos5', 465 or 'bsd' in target_platform), [all...] |
/external/chromium_org/tools/ |
bisect_utils.py | 230 if 'android' in opts.target_platform: 469 if 'android' in opts.target_platform: 472 elif opts.target_platform == 'cros':
|
bisect-perf-regression.py | 445 if opts.target_platform == 'cros': 447 elif opts.target_platform == 'android': 449 elif opts.target_platform == 'android-chrome': [all...] |
/development/ndk/tools/ |
headers-diff-bionic-vs-ndk.py | 106 def scan_sysincludes(self, target_platform): 108 version = int(target_platform.split('-')[1])
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
msvs_emulation.py | 169 target_platform = 'Win32' if self.GetArch(config) == 'x86' else 'x64' 181 '$(PlatformName)': target_platform, [all...] |
/external/checkpolicy/ |
policy_define.c | [all...] |
/external/libsepol/include/sepol/policydb/ |
policydb.h | 467 int target_platform; member in struct:policydb
|