Searched refs:int_dirs (Results 1 – 4 of 4) sorted by relevance
/tools/asuite/atest-py2/test_finders/ |
D | test_finder_utils_unittest.py | 426 int_dirs = [INT_DIR1] 427 test_result = test_finder_utils.search_integration_dirs(INT_FILE_NAME, int_dirs) 429 int_dirs = [INT_DIR1, INT_DIR2] 430 test_result = test_finder_utils.search_integration_dirs(INT_FILE_NAME, int_dirs) 533 int_dirs = [INT_DIR1] 536 test_result = test_finder_utils.get_int_dir_from_path(path, int_dirs) 539 test_result = test_finder_utils.get_int_dir_from_path(path, int_dirs) 541 int_dirs = [INT_DIR1, INT_DIR2] 543 test_result = test_finder_utils.get_int_dir_from_path(path, int_dirs)
|
D | test_finder_utils.py | 844 def search_integration_dirs(name, int_dirs): argument 858 for integration_dir in int_dirs: 867 def get_int_dir_from_path(path, int_dirs): argument 882 for possible_dir in int_dirs:
|
/tools/asuite/atest/test_finders/ |
D | test_finder_utils_unittest.py | 486 int_dirs = [INT_DIR1] 487 test_result = test_finder_utils.search_integration_dirs(INT_FILE_NAME, int_dirs) 489 int_dirs = [INT_DIR1, INT_DIR2] 490 test_result = test_finder_utils.search_integration_dirs(INT_FILE_NAME, int_dirs) 594 int_dirs = [INT_DIR1] 597 test_result = test_finder_utils.get_int_dir_from_path(path, int_dirs) 600 test_result = test_finder_utils.get_int_dir_from_path(path, int_dirs) 602 int_dirs = [INT_DIR1, INT_DIR2] 604 test_result = test_finder_utils.get_int_dir_from_path(path, int_dirs)
|
D | test_finder_utils.py | 918 def search_integration_dirs(name, int_dirs): argument 932 for integration_dir in int_dirs: 941 def get_int_dir_from_path(path, int_dirs): argument 956 for possible_dir in int_dirs:
|