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

  /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 28 target_platform):
43 self.target_platform = target_platform
67 if self.target_platform:
68 self.root.SetTargetPlatform(self.target_platform)
142 debug=False, defines=None, tags_to_ignore=None, target_platform=None):
159 If 'target_platform' is set, this is used to determine the target
169 target_platform: None or the value that would be returned by sys.platform
184 target_platform=target_platform)
    [all...]
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
399 def SetTargetPlatform(self, target_platform):
400 self.target_platform = target_platform
base_unittest.py 196 def AssertExpr(expected_value, expr, defs, target_platform,
199 expr, defs, target_platform, extra_variables))
misc_unittest.py 117 self.failUnless(grd.target_platform == sys.platform)
base.py 445 def EvaluateExpression(cls, expr, defs, target_platform, extra_variables={}):
461 value = target_platform
466 value = target_platform.startswith('linux')
468 value = target_platform == 'darwin'
470 value = target_platform in ('cygwin', 'win32')
472 value = target_platform == 'android'
474 value = target_platform == 'ios'
476 value = 'bsd' in target_platform
478 value = (target_platform in ('darwin', 'linux2', 'linux3', 'sunos5',
480 or 'bsd' in target_platform)
    [all...]
  /external/chromium_org/tools/auto_bisect/
builder.py 67 if opts.target_platform == 'cros':
69 elif opts.target_platform == 'android':
71 elif opts.target_platform == 'android-chrome':
344 if 'android' in opts.target_platform:
347 elif opts.target_platform == 'cros':
bisect_perf_regression_test.py 190 self, expected_command, original_command, revision, target_platform):
208 bisect_instance.opts.target_platform = target_platform
bisect_perf_regression.py 305 def GetRemoteBuildPath(build_revision, target_platform='chromium',
308 def GetGSRootFolderName(target_platform):
315 if target_platform == 'android':
324 builder_folder = GetGSRootFolderName(target_platform)
    [all...]
bisect_utils.py 280 if 'android' in opts.target_platform:
  /external/chromium_org/tools/grit/grit/tool/
build.py 122 target_platform = None
150 target_platform = val
180 target_platform=target_platform)
  /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 226 target_platform = 'Win32' if self.GetArch(config) == 'x86' else 'x64'
238 '$(PlatformName)': target_platform,
    [all...]
  /external/checkpolicy/
policy_define.c     [all...]
  /external/libsepol/include/sepol/policydb/
policydb.h 470 int target_platform; member in struct:policydb

Completed in 508 milliseconds