Home
last modified time | relevance | path

Searched refs:ICU_PATH (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/test262/
H A Drun_sunspider.py120 ICU_PATH = f"--icu-data-path={CODE_ROOT}/third_party/icu/ohos_icu4j/data"
122 ICU_PATH = ICU_PATH.replace("/", "\\") variable
559 ICU_PATH, f'--compiler-target-triple=aarch64-unknown-linux-gnu']
561 cmd_args = [self.ark_aot_tool, ICU_PATH, f'--compiler-target-triple=arm-unknown-linux-gnu']
563 cmd_args = [self.ark_aot_tool, ICU_PATH]
580 cmd_args = [self.ark_aot_tool, ICU_PATH,
585 cmd_args = [self.ark_aot_tool, ICU_PATH,
590 cmd_args = [self.ark_aot_tool, ICU_PATH,
610 ICU_PATH,
[all...]
/arkcompiler/ets_runtime/test/regresstest/
H A Dregress_test_config.py44 ICU_PATH = f"{CODE_ROOT}/third_party/icu/" variable in RegressTestConfig
46 DEFAULT_LIBS_DIR = f"{ICU_PATH}:{ICU_PATH_DATA}:{LLVM_DIR}"
H A Drun_regress_test.py200 args.icu_path = RegressTestConfig.ICU_PATH
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dtest_helper.h191 #if defined(PANDA_TARGET_LINUX) && defined(ICU_PATH)
193 options.SetIcuDataPath(ICU_PATH);
/arkcompiler/ets_runtime/test/aotjsperftest/
H A Drun_js_test.py776 ICU_PATH = os.path.join(BINARY_PATH, json_data[Constants.VER_PLATFORM]["ICU_PATH"])
780 os.environ['LD_LIBRARY_PATH'] = f'{ETS_RUNTIME_PATH}:' + f'{ICU_PATH}:' + f'{ZLIB_PATH}:' + f'{LIB_PATH}:'\

Completed in 5 milliseconds