Searched refs:GetMatchingDepsEntries (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/tools/autoroller/unittests/ |
D | roll_chromium_revision_test.py | 21 GetMatchingDepsEntries 69 entries = GetMatchingDepsEntries(DEPS_ENTRIES, 'src/testing/gtest') 74 entries = GetMatchingDepsEntries(DEPS_ENTRIES, 'src/testing') 78 entries = GetMatchingDepsEntries(DEPS_ENTRIES, 'src/build')
|
/external/libyuv/files/tools_libyuv/autoroller/unittests/ |
D | roll_deps_test.py | 22 from roll_deps import CalculateChangedDeps, GetMatchingDepsEntries, \ 108 entries = GetMatchingDepsEntries(DEPS_ENTRIES, 'src/testing/gtest') 113 entries = GetMatchingDepsEntries(DEPS_ENTRIES, 'src/testing') 117 entries = GetMatchingDepsEntries(DEPS_ENTRIES, 'src/build')
|
/external/webrtc/tools/autoroller/ |
D | roll_chromium_revision.py | 169 def GetMatchingDepsEntries(depsentry_dict, dir_path): function 218 for entry in GetMatchingDepsEntries(current_entries, dir_path): 219 new_matching_entries = GetMatchingDepsEntries(new_entries, entry.path)
|
/external/libyuv/files/tools_libyuv/autoroller/ |
D | roll_deps.py | 181 def GetMatchingDepsEntries(depsentry_dict, dir_path): function
|