Home
last modified time | relevance | path

Searched refs:ex (Results 1 – 7 of 7) sorted by relevance

/build/kati/
Dexec.go46 func (ex *Executor) makeJobs(n *DepNode, neededBy *job) error {
47 output, _ := ex.ctx.vpaths.exists(n.Output)
52 ex.buildCnt++
53 if ex.buildCnt%100 == 0 {
54 ex.reportStats()
57 j, present := ex.done[output]
70 ex.wm.ReportNewDep(j, neededBy)
78 ex: ex,
86 ex.done[output] = nil
95 if _, ok := ex.ctx.vpaths.exists(d.Output); ok {
[all …]
Dworker.go35 ex *Executor member
119 runners, _, err := createRunners(j.ex.ctx, j.n)
223 ex *Executor member
/build/tools/signtos/
DSignTos.java83 } catch (IOException ex) { in readPassword()
102 } catch (IOException ex) { in decryptPrivateKey()
117 } catch (InvalidKeySpecException ex) { in decryptPrivateKey()
119 throw ex; in decryptPrivateKey()
/build/kati/cmd/kati/
Dmain.go312 ex, err := kati.NewExecutor(execOpt)
316 err = ex.Exec(g, req.Targets)
/build/tools/signapk/src/com/android/signapk/
DSignApk.java203 } catch (IOException ex) { in readPassword()
229 } catch (IOException ex) { in decryptPrivateKey()
244 } catch (InvalidKeySpecException ex) { in decryptPrivateKey()
246 throw ex; in decryptPrivateKey()
/build/core/
Dpdk_config.mk14 target/common/obj/JAVA_LIBRARIES/android-ex-camera2_intermediates \
/build/tools/releasetools/
Dpylintrc154 good-names=i,j,k,ex,Run,_