| /build/make/tools/compliance/cmd/htmlnotice/ |
| D | htmlnotice.go | 41 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/ |
| D | xmlnotice.go | 41 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/ |
| D | textnotice.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 { 195 func textNotice(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) { 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/ |
| 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/aconfig/aconfig_storage_read_api/tests/functional/srcs/ |
| D | AconfigStorageReadAPITest.java | 56 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/ |
| D | storage_read_api_test.cpp | 113 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/ |
| D | construct_context.py | 54 def encode_class_loader(context, product_packages): argument
|
| /build/make/tools/aconfig/aconfig_storage_read_api/ |
| D | aconfig_storage_read_api.cpp | 137 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/ |
| 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/make/tools/aconfig/aconfig/src/codegen/ |
| D | rust.rs | 43 let context = TemplateContext { in generate_rust_code() localVariable
|
| D | cpp.rs | 50 let context = Context { in generate_cpp_code() localVariable
|
| D | java.rs | 64 let context = Context { in generate_java_code() localVariable
|
| /build/blueprint/ |
| D | transition.go | 291 context *Context member
|
| D | singleton_ctx.go | 185 context *Context member
|
| D | package_ctx.go | 330 context *Context member
|
| D | module_ctx.go | 449 context *Context member
|
| /build/make/tools/releasetools/ |
| D | common.py | 1191 def __init__(self, mount_point, fs_type, device, length, context, slotselect): argument
|
| /build/soong/android/ |
| D | paths.go | 834 context ModuleWithDepsPathContext member
|