Searched defs:run (Results 1 - 3 of 3) sorted by relevance

/build/kati/testcase/
H A Dcanned_recipes.mk5 define run-echo
10 $(run-echo)
/build/core/
H A Dchecktree40 def run(command, regex, filt): function
78 have = run("p4 have ...", r'[^#]+#[0-9]+ - (.*)', r'.*')
81 files = run("find . -not -type d", r'.(.*)', r'.*')
84 added_depot_path = run("p4 opened ...", r'([^#]+)#.*', r'.*?#[0-9]+ - add .*');
90 added = run(where, r'(.*)', r'.*')
/build/tools/releasetools/
H A Dcommon.py801 run by this script, and expect to find jars in <dir>/framework.
1259 def run(): function in function:Difference.ComputePatch
1263 th = threading.Thread(target=run)
1618 script that is run from init.rc on first boot to actually do the

Completed in 82 milliseconds