Home
last modified time | relevance | path

Searched defs:TestPlatform (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/pytorch/tools/code_coverage/package/tool/
H A Dsummarize_jsons.py41 file_path: str, interested_folders: list[str], platform: TestPlatform
62 file_path: str, interested_folders: list[str], platform: TestPlatform
110 def parse_json(json_file: str, platform: TestPlatform) -> list[CoverageRecord]:
136 test_list: TestList, interested_folders: list[str], platform: TestPlatform
162 platform: TestPlatform,
197 platform: TestPlatform,
H A Dclang_coverage.py40 binary_file: str, raw_file: str, test_type: TestType, platform_type: TestPlatform
54 def merge_target(raw_file: str, merged_file: str, platform_type: TestPlatform) -> None:
75 platform_type: TestPlatform,
96 def merge(test_list: TestList, platform_type: TestPlatform) -> None:
124 def export(test_list: TestList, platform_type: TestPlatform) -> None:
H A Dutils.py15 def get_tool_path_by_platform(platform: TestPlatform) -> str:
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DTestPlatform.java35 final class TestPlatform { class
78 private TestPlatform() {} in TestPlatform() method in TestPlatform
/aosp_15_r20/external/guava/guava-gwt/test-super/com/google/common/util/concurrent/super/com/google/common/util/concurrent/
H A DTestPlatform.java29 final class TestPlatform { class
69 private TestPlatform() {} in TestPlatform() method in TestPlatform
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
H A DTestPlatform.java35 final class TestPlatform { class
78 private TestPlatform() {} in TestPlatform() method in TestPlatform
/aosp_15_r20/external/pytorch/tools/code_coverage/package/util/
H A Dutils.py92 def detect_compiler_type(platform: TestPlatform) -> CompilerType:
127 def check_platform_type(platform_type: TestPlatform) -> None:
H A Dsetting.py61 class TestPlatform(Enum): class
/aosp_15_r20/external/truth/core/src/test/java/com/google/common/truth/
H A DTestPlatform.java19 final class TestPlatform { class
/aosp_15_r20/external/truth/core/src/test/java/com/google/common/truth/super/com/google/common/truth/
H A DTestPlatform.java19 final class TestPlatform { class
/aosp_15_r20/external/guava/guava-gwt/test-super/com/google/common/math/super/com/google/common/math/
H A DTestPlatform.java23 class TestPlatform { class
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/primitives/
H A DTestPlatform.java22 class TestPlatform { class
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/math/
H A DTestPlatform.java23 class TestPlatform { class
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/math/
H A DTestPlatform.java23 class TestPlatform { class
/aosp_15_r20/external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/
H A DTestPlatform.java22 class TestPlatform { class
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/primitives/
H A DTestPlatform.java22 class TestPlatform { class
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dtest_macros.h87 inline const char** TestPlatform() { in TestPlatform() function