Home
last modified time | relevance | path

Searched refs:target_is_x86 (Results 1 – 2 of 2) sorted by relevance

/external/python/setuptools/setuptools/
Dmsvc.py259 def target_is_x86(self): member in PlatformInfo
1037 if self.pi.target_is_x86():
1081 include64 = not pi.target_is_x86() and not pi.current_is_x86()
1083 include32 = pi.target_is_x86() or pi.current_is_x86()
/external/autotest/client/bin/
Dutils.py1497 def target_is_x86(): function