Home
last modified time | relevance | path

Searched defs:DepsEntry (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/webrtc/tools_webrtc/autoroller/
H A Droll_deps.py84 DepsEntry = collections.namedtuple('DepsEntry', 'path url revision') variable
/aosp_15_r20/external/angle/scripts/
H A Droll_chromium_deps.py138 DepsEntry = collections.namedtuple('DepsEntry', 'path url revision') variable
/aosp_15_r20/external/libyuv/tools_libyuv/autoroller/
H A Droll_deps.py96 DepsEntry = collections.namedtuple('DepsEntry', 'path url revision') variable
/aosp_15_r20/art/runtime/verifier/
H A Dverifier_deps.cc651 using DepsEntry = std::pair<const DexFile*, const DexFileDeps*>; in Dump() typedef