Home
last modified time | relevance | path

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

/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/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/aconfig/aconfig_storage_read_api/tests/functional/srcs/
DAconfigStorageReadAPITest.java56 PackageReadContext context = in testPackageContextQuery() local
90 PackageReadContext context = in testNonExistPackageContextQuery() local
136 FlagReadContext context = in testFlagContextQuery() local
158 FlagReadContext context = in testNonExistFlagContextQuery() local
/build/make/tools/aconfig/aconfig_storage_read_api/tests/
Dstorage_read_api_test.cpp113 auto context = api::get_package_read_context( in TEST_F() local
142 auto context = api::get_package_read_context( in TEST_F() local
166 auto context = api::get_flag_read_context(*mapped_file, package_id, flag_name); in TEST_F() local
181 auto context = api::get_flag_read_context(*mapped_file, 0, "none_exist"); in TEST_F() local
/build/soong/scripts/
Dconstruct_context.py54 def encode_class_loader(context, product_packages): argument
/build/make/tools/aconfig/aconfig_storage_read_api/
Daconfig_storage_read_api.cpp137 auto context = PackageReadContext(); in get_package_read_context() local
158 auto context = FlagReadContext(); in get_flag_read_context() local
/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/make/tools/aconfig/aconfig/src/codegen/
Drust.rs43 let context = TemplateContext { in generate_rust_code() localVariable
Dcpp.rs50 let context = Context { in generate_cpp_code() localVariable
Djava.rs64 let context = Context { in generate_java_code() localVariable
/build/blueprint/
Dtransition.go291 context *Context member
Dsingleton_ctx.go185 context *Context member
Dpackage_ctx.go330 context *Context member
Dmodule_ctx.go449 context *Context member
/build/make/tools/releasetools/
Dcommon.py1191 def __init__(self, mount_point, fs_type, device, length, context, slotselect): argument
/build/soong/android/
Dpaths.go834 context ModuleWithDepsPathContext member