Home
last modified time | relevance | path

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

12

/build/make/tools/compliance/cmd/htmlnotice/
Dhtmlnotice.go41 type context struct { struct
42 stdout io.Writer
43 stderr io.Writer
44 rootFS fs.FS
45 includeTOC bool
46 product string
47 stripPrefix []string
48 title string
49 deps *[]string
52 func (ctx context) strip(installPath string) string {
[all …]
/build/make/tools/compliance/cmd/xmlnotice/
Dxmlnotice.go41 type context struct { struct
42 stdout io.Writer
43 stderr io.Writer
44 rootFS fs.FS
45 product string
46 stripPrefix []string
47 title string
48 deps *[]string
51 func (ctx context) strip(installPath string) string {
197 func xmlNotice(ctx *context, files ...string) error {
/build/make/tools/compliance/cmd/textnotice/
Dtextnotice.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 {
195 func textNotice(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) {
92 func (ctx context) handleInclude(t *mkparser.Directive) {
105 func (ctx context) handleVariable(t *mkparser.Variable) {
136 func (ctx context) inferSoongVariableType(vType string, n *mkparser.MakeString) {
/build/make/tools/compliance/cmd/sbom/
Dsbom.go51 type context struct { struct
52 stdout io.Writer
53 stderr io.Writer
54 rootFS fs.FS
55 product string
56 stripPrefix []string
57 creationTime creationTimeGetter
60 func (ctx context) strip(installPath string) string {
232 func getPackageName(_ *context, tn *compliance.TargetNode) string {
237 func getDocumentName(ctx *context, tn *compliance.TargetNode, pm *projectmetadata.ProjectMetadata) …
[all …]
/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/orchestrator/core/
Dfinal_packaging.py24 def final_packaging(context, inner_trees): argument
53 def read_build_targets_json(context, tree): argument
76 def generate_cross_domain_build_rules(context, ninja, tree, build_targets): argument
118 def generate_shared_module(context, ninja, tree, module): argument
Dapi_assembly.py31 def assemble_apis(context, inner_trees): argument
111 def load_contribution_file(context, filename): argument
166 def assemble_resource_api_library(context, ninja, build_file, stub_library): argument
Dlunch.py88 def find_config_dirs(context): argument
115 def find_named_config(context, shortname): argument
136 def choose_config_from_args(context, args): argument
318 def find_all_combo_files(context): argument
336 def find_all_lunchable(context): argument
Dninja_runner.py20 def run_ninja(context, config, targets): argument
Dtree_analysis.py18 def analyze_trees(context, inner_trees): argument
Dninja_tools.py37 def __init__(self, context, file, **kwargs): argument
Dinner_tree.py93 def __init__(self, context, paths, product, variant): argument
/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/orchestrator/core/cc/
Dapi_assembly.py65 def _api_imports_module(self, context, argument
90 def _get_api_stub_library_bp_file(self, context) -> AndroidBpFile: argument
100 def _api_stub_library_module(self, context, build_file_generator, argument
138 self, context, build_file_generator, stub_library, argument
188 def assemble_cc_api_library(self, context, ninja, build_file_generator, argument
400 def _add_api_levels_file(self, context, ninja): argument
435 def _api_levels_file(self, context) -> str: argument
/build/make/tools/droiddoc/templates-pdk/assets/
Dandroid-developer-reference.js87 function toggleVisisbleApis(selectedLevel, context) { argument
/build/soong/bp2build/
Dbuild_conversion.go148 context *android.Context member
/build/blueprint/
Dsingleton_ctx.go170 context *Context member
Dpackage_ctx.go339 context *Context member
Dmodule_ctx.go382 context *Context member
/build/make/tools/releasetools/
Dcommon.py1134 def __init__(self, mount_point, fs_type, device, length, context, slotselect): argument
/build/soong/android/
Dpaths.go631 context ModuleWithDepsPathContext member

12