Home
last modified time | relevance | path

Searched refs:Run (Results 1 – 25 of 60) sorted by relevance

123

/build/kati/
Dfind_test.cc55 string Run(const string& cmd) { in Run() function
70 string native = Run(cmd); in CompareFind()
111 Run(cmd); in ExpectParseFailure()
122 Run("rm -rf out/find"); in FindUnitTests()
123 Run("mkdir -p out/find"); in FindUnitTests()
139 Run("mkdir -p top/A/B"); in FindUnitTests()
140 Run("cd top && ln -s A C"); in FindUnitTests()
141 Run("cd top/A && ln -s B D"); in FindUnitTests()
142 Run("cd top && ln -s missing E"); in FindUnitTests()
143 Run("touch top/a top/A/b top/A/B/z"); in FindUnitTests()
Dworker.go96 func (w *worker) Run() { func
246 go w.Run()
249 go wm.Run()
289 func (wm *workerManager) Run() { func
/build/soong/cc/
Dlibrary_test.go23 t.Run("simple", func(t *testing.T) {
46 t.Run("extra static source", func(t *testing.T) {
72 t.Run("extra shared source", func(t *testing.T) {
98 t.Run("extra static cflags", func(t *testing.T) {
124 t.Run("extra shared cflags", func(t *testing.T) {
150 t.Run("global cflags for reused generated sources", func(t *testing.T) {
Dgen_test.go22 t.Run("simple", func(t *testing.T) {
40 t.Run("filegroup", func(t *testing.T) {
/build/soong/cmd/javac_wrapper/
Djavac_wrapper_test.go71 t.Run(strconv.Itoa(i), func(t *testing.T) {
86 t.Run("failure", func(t *testing.T) {
96 t.Run("signal", func(t *testing.T) {
106 t.Run("success", func(t *testing.T) {
/build/make/tools/releasetools/
Dcheck_ota_package_signature.py40 p1 = common.Run(cmd, stdout=subprocess.PIPE)
113 p1 = common.Run(cmd, stdout=subprocess.PIPE)
127 p1 = common.Run(cmd, stdout=subprocess.PIPE)
133 p1 = common.Run(cmd, stdout=subprocess.PIPE)
168 proc = common.Run(cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
Dcommon.py116 def Run(args, verbose=None, **kwargs): function
393 p1 = Run(cmd, stdout=subprocess.PIPE)
394 p2 = Run(["minigzip"], stdin=p1.stdout, stdout=ramdisk_img.file.fileno())
468 p = Run(cmd, stdout=subprocess.PIPE)
485 p = Run(cmd, stdout=subprocess.PIPE)
505 p = Run(cmd, stdout=subprocess.PIPE)
524 p = Run(cmd, stdout=subprocess.PIPE)
599 p = Run(cmd, stdout=subprocess.PIPE)
691 p = Run(["openssl", "pkcs8", "-in", k+OPTIONS.private_key_suffix,
701 p = Run(["openssl", "pkcs8", "-in", k+OPTIONS.private_key_suffix,
[all …]
/build/soong/ui/build/
Dexec.go65 func (c *Cmd) Run() error { func
67 err := c.Cmd.Run()
103 c.reportError(c.Run())
Dconfig_test.go77 t.Run(strings.Join(tc.args, " "), func(t *testing.T) {
151 t.Run(strings.Join(tc.args, " "), func(t *testing.T) {
/build/soong/java/
Djacoco_test.go56 t.Run(testCase.name, func(t *testing.T) {
98 t.Run(testCase.name, func(t *testing.T) {
Dapp_test.go65 t.Run(moduleType, func(t *testing.T) {
194 t.Run(testCase.name, func(t *testing.T) {
296 t.Run(moduleType+" "+test.name, func(t *testing.T) {
/build/soong/android/
Dutil_test.go148 t.Run(testCase.name, func(t *testing.T) {
187 t.Run(testCase.key, func(t *testing.T) {
218 t.Run(testCase.key, func(t *testing.T) {
253 t.Run(testCase.str, func(t *testing.T) {
343 t.Run(testCase.name, func(t *testing.T) {
Dpaths_test.go113 t.Run(strings.Join(testCase.in, ","), func(t *testing.T) {
126 t.Run(strings.Join(testCase.in, ","), func(t *testing.T) {
441 t.Run(tc.name, func(t *testing.T) {
Dneverallow_test.go152 t.Run(test.name, func(t *testing.T) {
/build/blueprint/gotestmain/
Dtestmain_test.go26 os.Exit(m.Run())
Dgotestmain.go180 os.Exit(m.Run())
/build/kati/testcase/
Dparse_benchcmp.go33 err := cmd.Run()
62 err = cmd.Run()
/build/soong/cc/config/
Dtidy_test.go34 t.Run(testCase.input, func(t *testing.T) {
/build/soong/ui/logger/
Dlogger_test.go123 err := cmd.Run()
145 err := cmd.Run()
162 err := cmd.Run()
/build/soong/cmd/extract_linker/
Dmain_test.go55 t.Run(testcase.name, func(t *testing.T) {
/build/soong/cmd/symbol_inject/
Dsymbol_inject_test.go57 t.Run(strconv.Itoa(i), func(t *testing.T) {
Delf_test.go49 t.Run(strconv.Itoa(i), func(t *testing.T) {
Dmacho_test.go50 t.Run(strconv.Itoa(i), func(t *testing.T) {
/build/make/
DUsage.txt11 source build/envsetup.sh # Run "hmm" after sourcing for more info
40 A target may also be any other target defined within a Makefile. Run
66 -j <N> Run <N> processes at once
/build/soong/finder/fs/
Dreaddir_test.go305 t.Run(testCase.name, func(t *testing.T) {

123