Searched refs:match_repo (Results 1 – 2 of 2) sorted by relevance
/external/regex-re2/lib/codereview/ |
D | codereview.py | 1203 match_repo = None variable 1208 global match_repo 1213 match_repo = repo 1230 files = DefaultFiles(match_ui, match_repo, []) 1234 cl, err = LoadCL(match_repo.ui, match_repo, clname, web=False)
|
/external/chromium_org/third_party/re2/lib/codereview/ |
D | codereview.py | 1206 match_repo = None variable 1211 global match_repo 1216 match_repo = repo 1233 files = DefaultFiles(match_ui, match_repo, []) 1237 cl, err = LoadCL(match_repo.ui, match_repo, clname, web=False)
|