| /build/make/tools/compliance/cmd/htmlnotice/ |
| D | htmlnotice.go | 40 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/ |
| D | textnotice.go | 39 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/ |
| D | xmlnotice.go | 40 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/ |
| D | soong_variables.go | 28 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/ |
| D | bom.go | 36 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/ |
| D | shippedlibs.go | 36 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/ |
| D | dumpresolutions.go | 37 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/ |
| D | dumpgraph.go | 37 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/ |
| D | rtrace.go | 38 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/ |
| D | android-developer-reference.js | 87 function toggleVisisbleApis(selectedLevel, context) { argument
|
| D | jquery-1.6.2.min.js | 18 …if((!f.support.noCloneEvent||!f.support.noCloneChecked)&&(a.nodeType===1||a.nodeType===11)&&!f.isX… property
|
| /build/soong/bp2build/ |
| D | build_conversion.go | 158 context android.Context member
|
| /build/blueprint/ |
| D | singleton_ctx.go | 166 context *Context member
|
| D | module_ctx.go | 379 context *Context member
|
| /build/make/tools/releasetools/ |
| D | common.py | 1057 def __init__(self, mount_point, fs_type, device, length, context, slotselect): argument
|
| /build/soong/android/ |
| D | paths.go | 629 context ModuleWithDepsPathContext member
|