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

  /external/regex-re2/lib/codereview/
codereview.py 748 # Return list of changed files in repository that match pats.
750 def matchpats(ui, repo, pats, opts):
751 matcher = scmutil.match(repo, pats, opts)
756 # Return list of changed files in repository that match pats.
759 def ChangedFiles(ui, repo, pats, opts, taken=None):
763 for p in pats:
781 modified, added, removed = matchpats(ui, repo, pats, opts)[:3]
788 # Return list of changed files in repository that match pats and still exist.
789 def ChangedExistingFiles(ui, repo, pats, opts):
790 modified, added = matchpats(ui, repo, pats, opts)[:2
    [all...]
  /build/tools/
warn.py 454 pats = ''
456 pats += i
457 pats += ' / '
458 return pats
    [all...]
  /external/libvpx/build/make/
gen_msvs_proj.sh 124 local pats=$3
135 Filter=$pats \
141 for pat in ${pats//;/$IFS}; do
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
TemplateList.java 110 StepPattern[] pats = upat.getPatterns(); local
111 int n = pats.length;
115 insertPatternInTable(pats[i], template);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 

Completed in 554 milliseconds