Home
last modified time | relevance | path

Searched refs:GetMatchingDepsEntries (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/tools/autoroller/unittests/
Droll_chromium_revision_test.py21 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/
Droll_deps_test.py22 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/
Droll_chromium_revision.py169 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/
Droll_deps.py181 def GetMatchingDepsEntries(depsentry_dict, dir_path): function