Home
last modified time | relevance | path

Searched defs:changed_files (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/grpc-grpc/tools/run_tests/sanity/
H A Dcheck_test_filtering.py56 def test_filtering(self, changed_files=[], labels=_LIST_OF_LANGUAGE_LABELS): argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/sanity/
Dcheck_test_filtering.py49 def test_filtering(self, changed_files=[], labels=_LIST_OF_LANGUAGE_LABELS): argument
/aosp_15_r20/external/pytorch/test/
H A Dtest_determination.py29 def determined_tests(cls, changed_files): argument
/aosp_15_r20/external/python/cpython2/Tools/scripts/
Dpatchcheck.py89 def changed_files(base_branch=None): function
/aosp_15_r20/external/python/cpython3/Tools/scripts/
Dpatchcheck.py119 def changed_files(base_branch=None): function
/aosp_15_r20/external/webrtc/
H A Dpresubmit_test_mocks.py90 def __init__(self, changed_files, bugs_from_description, tags=None): argument
/aosp_15_r20/external/skia/
H A DPRESUBMIT_test_mocks.py272 def __init__(self, changed_files): argument
/aosp_15_r20/tools/asuite/adevice/src/
H A Dadevice.rs254 let changed_files = all_cmds.iter().map(|cmd| format!("{:?}", cmd.1.file)).collect(); in adevice() localVariable