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

  /external/libcxx/utils/libcxx/test/
target_info.py 26 "No locales entry for target_system: %s" % self.platform())
218 target_system = platform.system()
219 if target_system == 'Darwin': return DarwinLocalTI(full_config)
220 if target_system == 'FreeBSD': return FreeBSDLocalTI(full_config)
221 if target_system == 'Linux': return LinuxLocalTI(full_config)
222 if target_system == 'Windows': return WindowsLocalTI(full_config)
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/test/
target_info.py 26 "No locales entry for target_system: %s" % self.platform())
217 target_system = platform.system()
218 if target_system == 'Darwin': return DarwinLocalTI(full_config)
219 if target_system == 'FreeBSD': return FreeBSDLocalTI(full_config)
220 if target_system == 'Linux': return LinuxLocalTI(full_config)
221 if target_system == 'Windows': return WindowsLocalTI(full_config)
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
config.py 276 target_system = self.target_info.system()
279 if target_system in locales:
281 for feature, loc in locales[target_system].items():
293 self.lit_config.warning("No locales entry for target_system: %s" %
294 target_system)
    [all...]

Completed in 53 milliseconds