Home
last modified time | relevance | path

Searched defs:context (Results 1 – 16 of 16) sorted by relevance

/build/make/tools/compliance/cmd/htmlnotice/
Dhtmlnotice.go40 type context struct { struct
41 stdout io.Writer
42 stderr io.Writer
43 rootFS fs.FS
44 includeTOC bool
45 product string
46 stripPrefix []string
47 title string
48 deps *[]string
51 func (ctx context) strip(installPath string) string {
[all …]
/build/make/tools/compliance/cmd/textnotice/
Dtextnotice.go39 type context struct { struct
40 stdout io.Writer
41 stderr io.Writer
42 rootFS fs.FS
43 product string
44 stripPrefix []string
45 title string
46 deps *[]string
49 func (ctx context) strip(installPath string) string {
194 func textNotice(ctx *context, files ...string) error {
/build/make/tools/compliance/cmd/xmlnotice/
Dxmlnotice.go40 type context struct { struct
41 stdout io.Writer
42 stderr io.Writer
43 rootFS fs.FS
44 product string
45 stripPrefix []string
46 title string
47 deps *[]string
50 func (ctx context) strip(installPath string) string {
196 func xmlNotice(ctx *context, files ...string) error {
/build/soong/mk2rbc/
Dsoong_variables.go28 type context struct { struct
29 includeFileScope mkparser.Scope
30 registrar variableRegistrar
42 func (ctx *context) doFind(mkFile string) error {
66 func (ctx context) NewSoongVariable(name, typeString string) {
88 func (ctx context) handleInclude(t *mkparser.Directive) {
101 func (ctx context) handleVariable(t *mkparser.Variable) {
132 func (ctx context) inferSoongVariableType(vType string, n *mkparser.MakeString) {
/build/make/tools/compliance/cmd/bom/
Dbom.go36 type context struct { struct
37 stdout io.Writer
38 stderr io.Writer
39 rootFS fs.FS
40 stripPrefix []string
43 func (ctx context) strip(installPath string) string {
162 func billOfMaterials(ctx *context, files ...string) error {
/build/make/tools/compliance/cmd/shippedlibs/
Dshippedlibs.go36 type context struct { struct
37 stdout io.Writer
38 stderr io.Writer
39 rootFS fs.FS
138 func shippedLibs(ctx *context, files ...string) error {
/build/make/tools/compliance/cmd/dumpresolutions/
Ddumpresolutions.go37 type context struct { struct
38 conditions []compliance.LicenseCondition
39 graphViz bool
40 labelConditions bool
41 stripPrefix []string
44 func (ctx context) strip(installPath string) string {
186 func dumpResolutions(ctx *context, stdout, stderr io.Writer, rootFS fs.FS, files ...string) (*compl…
/build/make/tools/compliance/cmd/dumpgraph/
Ddumpgraph.go37 type context struct { struct
38 graphViz bool
39 labelConditions bool
40 stripPrefix []string
43 func (ctx context) strip(installPath string) string {
173 func dumpGraph(ctx *context, stdout, stderr io.Writer, rootFS fs.FS, files ...string) error {
/build/make/tools/compliance/cmd/rtrace/
Drtrace.go38 type context struct { struct
39 sources []string
40 stripPrefix []string
43 func (ctx context) strip(installPath string) string {
183 func traceRestricted(ctx *context, stdout, stderr io.Writer, rootFS fs.FS, files ...string) (*compl…
/build/make/tools/droiddoc/templates-pdk/assets/
Dandroid-developer-reference.js87 function toggleVisisbleApis(selectedLevel, context) { argument
Djquery-1.6.2.min.js18 …if((!f.support.noCloneEvent||!f.support.noCloneChecked)&&(a.nodeType===1||a.nodeType===11)&&!f.isX… property
/build/soong/bp2build/
Dbuild_conversion.go158 context android.Context member
/build/blueprint/
Dsingleton_ctx.go166 context *Context member
Dmodule_ctx.go379 context *Context member
/build/make/tools/releasetools/
Dcommon.py1057 def __init__(self, mount_point, fs_type, device, length, context, slotselect): argument
/build/soong/android/
Dpaths.go629 context ModuleWithDepsPathContext member