Home
last modified time | relevance | path

Searched defs:begin (Results 1 – 15 of 15) sorted by relevance

/build/soong/cc/
Dxom.go33 func (xom *xom) begin(ctx BaseModuleContext) {} func
Dtidy.go47 func (tidy *tidyFeature) begin(ctx BaseModuleContext) { func
Dstl.go61 func (stl *stl) begin(ctx BaseModuleContext) { func
Dsabi.go43 func (sabimod *sabi) begin(ctx BaseModuleContext) {} func
Dcoverage.go124 func (cov *coverage) begin(ctx BaseModuleContext) { func
Dlto.go65 func (lto *lto) begin(ctx BaseModuleContext) { func
Dvndk.go61 func (vndk *vndkdep) begin(ctx BaseModuleContext) {} func
Dpgo.go226 func (pgo *pgo) begin(ctx BaseModuleContext) { func
Dsanitize.go184 func (sanitize *sanitize) begin(ctx BaseModuleContext) { func
Dcc.go285 begin(ctx BaseModuleContext) methodSpec
1023 func (c *Module) begin(ctx BaseModuleContext) { func
/build/kati/
Dsymtab.h148 iterator begin() const { in begin() function
Dstring_piece.h139 iterator begin() const { return ptr_; } in begin() function
Dstats.go72 func (t *traceEventT) begin(name string, v Value, tid int) event { func
Dstrutil.cc104 WordScanner::Iterator WordScanner::begin() const { in begin() function in WordScanner
/build/soong/ui/tracer/
Dtracer.go47 Complete(name string, thread Thread, begin, end uint64) argument