Searched defs:target_platform (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/mesa/src/
H A Dcommon.py24 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/libsepol/src/
H A Dprivate.h54 unsigned int target_platform; member in struct:policydb_compat_info
59 unsigned int target_platform);
H A Dpolicydb.c67 .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
394 policydb_lookup_compat(unsigned int version, unsigned int type, unsigned int target_platform) argument
[all...]
/external/mesa3d/
H A Dcommon.py24 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/libsepol/include/sepol/policydb/
H A Dpolicydb.h470 int target_platform; member in struct:policydb

Completed in 1441 milliseconds