Home
last modified time | relevance | path

Searched refs:ARK_ARCH_LIST (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/test262/
Drun_sunspider.py66 nargs='?', choices=ARK_ARCH_LIST, type=str,
465 if self.arch == ARK_ARCH_LIST[1]:
470 elif self.arch == ARK_ARCH_LIST[2]:
475 elif self.arch == ARK_ARCH_LIST[0]:
489 if self.arch == ARK_ARCH_LIST[1]:
497 elif self.arch == ARK_ARCH_LIST[2]:
505 elif self.arch == ARK_ARCH_LIST[0]:
539 if self.arch == ARK_ARCH_LIST[1]:
546 elif self.arch == ARK_ARCH_LIST[2]:
553 elif self.arch == ARK_ARCH_LIST[0]:
Dconfig.py120 ARK_ARCH_LIST = [ variable
126 DEFAULT_ARK_ARCH = ARK_ARCH_LIST[0]
Drun_test262.py101 nargs='?', choices=ARK_ARCH_LIST, type=str,