Home
last modified time | relevance | path

Searched refs:driver (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/tools/circuit_viewer/test/
H A Dtest_viewer.py34 driver = webdriver.Chrome() variable
35 actions = ActionChains(driver)
73 driver.implicitly_wait(10)
74 driver.get("http://127.0.0.1:9999")
76 window_width = driver.execute_script("return document.body.clientWidth")
77 window_height = driver.execute_script("return document.body.clientHeight")
82 driver.close()
89 driver.get_screenshot_as_file(temp_image_file)
97 driver.get_screenshot_as_file(temp_image_file)
120 driver
[all...]
/arkcompiler/ets_runtime/tools/ap_file_viewer/test/
H A Dtest_ap.py29 driver = webdriver.Chrome() variable
41 driver.get("http://127.0.0.1:9001/ap/")
42 application = driver.find_element(By.TAG_NAME, "ap-application")
96 driver.refresh()
97 application_node = driver.find_element(By.TAG_NAME, "ap-application")
112 driver.close()
/arkcompiler/runtime_core/abc2program/
H A Dabc2prog_main.cpp20 panda::abc2program::Abc2ProgramDriver driver; in main() local
21 return driver.Run(argc, argv); in main()
/arkcompiler/runtime_core/static_core/abc2program/
H A Dabc2prog_main.cpp20 ark::abc2program::Abc2ProgramDriver driver; in main() local
21 return driver.Run(argc, argv); in main()
/arkcompiler/runtime_core/static_core/abc2program/tests/
H A Dabc2program_test.cpp49 Abc2ProgramDriver driver; // NOLINT(misc-non-private-member-variables-in-classes) member in ark::abc2program::Abc2ProgramTest
57 (void)driver.Compile(HELLO_WORLD_ABC_TEST_FILE_NAME.data());
58 prog = &(driver.GetProgram());
66 (void)driver.Compile(FUNCTIONS_ABC_TEST_FILE_NAME.data());
67 prog = &(driver.GetProgram());
/arkcompiler/runtime_core/bytecode_optimizer/tests/
H A Danalysis_bytecode_test.cpp78 abc2program::Abc2ProgramDriver driver; in HWTEST_F() local
79 ASSERT_TRUE(driver.Compile(TEST_FILE_NAME)); in HWTEST_F()
80 auto &program = driver.GetProgram(); in HWTEST_F()

Completed in 3 milliseconds