• Home
  • Raw
  • Download

Lines Matching refs:toolchain

214                                         self.toolchain)
218 self.toolchain)
222 self.toolchain, subtest=name)
226 self.toolchain, subtest=name)
337 def match_broken(abi, platform, toolchain, subtest=None): argument
354 def match_unsupported(abi, platform, toolchain, subtest=None): argument
407 def match_broken(abi, platform, device_platform, toolchain, argument
412 def match_unsupported(abi, platform, device_platform, toolchain, argument
419 platform, toolchain): argument
428 assert toolchain is not None
429 test_env['NDK_TOOLCHAIN_VERSION'] = toolchain
438 platform, toolchain): argument
443 'NDK_TOOLCHAIN_VERSION=' + toolchain,
469 def __init__(self, name, test_dir, abi, platform, toolchain, build_flags): argument
473 self.toolchain = toolchain
483 abi=self.abi, platform=self.platform, toolchain=self.toolchain,
492 def __init__(self, name, test_dir, abi, platform, toolchain, build_flags): argument
496 self.toolchain = toolchain
507 self.toolchain)]
511 def __init__(self, name, test_dir, abi, platform, toolchain, build_flags): argument
515 self.toolchain = toolchain
523 self.platform, self.toolchain)]
528 def from_dir(cls, test_dir, abi, platform, toolchain, build_flags): argument
533 toolchain, build_flags)
536 toolchain, build_flags)
539 toolchain, build_flags)
585 toolchain, build_flags): argument
590 self.toolchain = toolchain
594 def from_dir(cls, test_dir, abi, platform, device_platform, toolchain, argument
598 toolchain, build_flags)
606 self.toolchain)
611 self.toolchain)
616 self.toolchain, subtest=name)
621 self.toolchain, subtest=name)
628 self.platform, self.toolchain)