HomeSort by relevance Sort by last modified time
    Searched refs:DEPS_ENTRIES (Results 1 - 2 of 2) sorted by null

  /external/webrtc/tools/autoroller/unittests/
roll_chromium_revision_test.py 29 DEPS_ENTRIES = {
69 entries = GetMatchingDepsEntries(DEPS_ENTRIES, 'src/testing/gtest')
71 self.assertEquals(entries[0], DEPS_ENTRIES['src/testing/gtest'])
74 entries = GetMatchingDepsEntries(DEPS_ENTRIES, 'src/testing')
78 entries = GetMatchingDepsEntries(DEPS_ENTRIES, 'src/build')
80 self.assertEquals(entries[0], DEPS_ENTRIES['src/build'])
  /external/libyuv/files/tools_libyuv/autoroller/unittests/
roll_deps_test.py 31 DEPS_ENTRIES = {
108 entries = GetMatchingDepsEntries(DEPS_ENTRIES, 'src/testing/gtest')
110 self.assertEquals(entries[0], DEPS_ENTRIES['src/testing/gtest'])
113 entries = GetMatchingDepsEntries(DEPS_ENTRIES, 'src/testing')
117 entries = GetMatchingDepsEntries(DEPS_ENTRIES, 'src/build')
119 self.assertEquals(entries[0], DEPS_ENTRIES['src/build'])

Completed in 56 milliseconds