Home
last modified time | relevance | path

Searched refs:RegistrationContext (Results 1 – 25 of 86) sorted by relevance

1234

/build/soong/android/
Dmutator_test.go70 FixtureRegisterWithContext(func(ctx RegistrationContext) {
94 FixtureRegisterWithContext(func(ctx RegistrationContext) {
191 FixtureRegisterWithContext(func(ctx RegistrationContext) {
253 FixtureRegisterWithContext(func(ctx RegistrationContext) {
Dsingleton_module_test.go47 FixtureRegisterWithContext(func(ctx RegistrationContext) {
114 FixtureRegisterWithContext(func(ctx RegistrationContext) {
Dlicense_kind.go22 func RegisterLicenseKindBuildComponents(ctx RegistrationContext) { argument
Dninja_deps_test.go61 FixtureRegisterWithContext(func(ctx RegistrationContext) {
Dpackage.go29 func RegisterPackageBuildComponents(ctx RegistrationContext) { argument
Dregister.go246 type RegistrationContext interface { interface
279 var InitRegistrationContext RegistrationContext = &initRegistrationContext{
286 var _ RegistrationContext = (*TestContext)(nil)
Dcsuite_config.go21 func registerCSuiteBuildComponents(ctx RegistrationContext) { argument
Dvariable_test.go189 FixtureRegisterWithContext(func(ctx RegistrationContext) {
297 FixtureRegisterWithContext(func(ctx RegistrationContext) {
Dlicense.go34 func RegisterLicenseBuildComponents(ctx RegistrationContext) { argument
Ddefaults_test.go60 FixtureRegisterWithContext(func(ctx RegistrationContext) {
Dlicense_kind_test.go102 FixtureRegisterWithContext(func(ctx RegistrationContext) {
Dpath_properties_test.go163 FixtureRegisterWithContext(func(ctx RegistrationContext) {
Dlicense_test.go184 FixtureRegisterWithContext(func(ctx RegistrationContext) {
Dfilegroup.go27 var PrepareForTestWithFilegroup = FixtureRegisterWithContext(func(ctx RegistrationContext) {
/build/soong/bloaty/
Dtesting.go23 android.FixtureRegisterWithContext(func(ctx android.RegistrationContext) {
/build/soong/sdk/
Dexports.go23 func registerModuleExportsBuildComponents(ctx android.RegistrationContext) { argument
/build/soong/java/
Dplugin.go23 func registerJavaPluginBuildComponents(ctx android.RegistrationContext) { argument
Dgenrule.go26 func RegisterGenRuleBuildComponents(ctx android.RegistrationContext) { argument
Dapp_set.go32 func RegisterAppSetBuildComponents(ctx android.RegistrationContext) { argument
Dsystemserver_classpath_fragment.go28 func registerSystemserverClasspathBuildComponents(ctx android.RegistrationContext) { argument
/build/soong/python/
Dlibrary.go27 func registerPythonLibraryComponents(ctx android.RegistrationContext) { argument
Dtest.go28 func registerPythonTestComponents(ctx android.RegistrationContext) { argument
/build/soong/cc/
Dtesting.go22 func RegisterRequiredBuildComponentsForTest(ctx android.RegistrationContext) { argument
555 android.FixtureRegisterWithContext(func(ctx android.RegistrationContext) {
627 android.FixtureRegisterWithContext(func(ctx android.RegistrationContext) {
/build/soong/dexpreopt/
Dtesting.go39 func RegisterToolModulesForTest(ctx android.RegistrationContext) { argument
/build/soong/xml/
Dxml.go60 func registerXmlBuildComponents(ctx android.RegistrationContext) { argument

1234