Lines Matching defs:string
208 func (ctx *TestContext) RegisterBp2BuildMutator(moduleType string, m func(TopDownMutatorContext)) {
249 func registeredComponentOrderFromExistingOrder(componentType string, existingOrder sortableComponen…
335 func (o *registeredComponentOrder) checkTestOrder(testOrder []string, unknownComponents []string) {
465 func (ctx *TestContext) ParseFileList(rootDir string, filePaths []string) (deps []string, errs []er…
471 func (ctx *TestContext) ParseBlueprintsFiles(rootDir string) (deps []string, errs []error) {
477 func (ctx *TestContext) RegisterModuleType(name string, factory ModuleFactory) {
481 func (ctx *TestContext) RegisterSingletonModuleType(name string, factory SingletonModuleFactory) {
487 func (ctx *TestContext) RegisterSingletonType(name string, factory SingletonFactory) {
491 func (ctx *TestContext) RegisterPreSingletonType(name string, factory SingletonFactory) {
495 func (ctx *TestContext) ModuleForTests(name, variant string) TestingModule {
528 func (ctx *TestContext) ModuleVariantsForTests(name string) []string {
539 func (ctx *TestContext) SingletonForTests(name string) TestingSingleton {
667 func normalizeStringRelativeToTop(config Config, s string) string {
688 func normalizeStringArrayRelativeToTop(config Config, slice []string) []string {
698 func normalizeStringMapRelativeToTop(config Config, m map[string]string) map[string]string {
714 func (b baseTestingComponent) maybeBuildParamsFromRule(rule string) (TestingBuildParams, []string) {
727 func (b baseTestingComponent) buildParamsFromRule(rule string) TestingBuildParams {
735 func (b baseTestingComponent) maybeBuildParamsFromDescription(desc string) TestingBuildParams {
744 func (b baseTestingComponent) buildParamsFromDescription(desc string) TestingBuildParams {
752 func (b baseTestingComponent) maybeBuildParamsFromOutput(file string) (TestingBuildParams, []string…
770 func (b baseTestingComponent) buildParamsFromOutput(file string) TestingBuildParams {
794 func (b baseTestingComponent) MaybeRule(rule string) TestingBuildParams {
800 func (b baseTestingComponent) Rule(rule string) TestingBuildParams {
806 func (b baseTestingComponent) MaybeDescription(desc string) TestingBuildParams {
812 func (b baseTestingComponent) Description(desc string) TestingBuildParams {
818 func (b baseTestingComponent) MaybeOutput(file string) TestingBuildParams {
825 func (b baseTestingComponent) Output(file string) TestingBuildParams {
862 func (m TestingModule) OutputFiles(t *testing.T, tag string) Paths {
900 func FailIfNoMatchingErrors(t *testing.T, pattern string, errs []error) bool {
925 func CheckErrorsAgainstExpectations(t *testing.T, errs []error, expectedErrorPatterns []string) {
1050 func StringPathRelativeToTop(soongOutDir string, path string) string {
1091 func StringPathsRelativeToTop(soongOutDir string, paths []string) []string {
1107 func StringRelativeToTop(config Config, command string) string {
1113 func StringsRelativeToTop(config Config, command []string) []string {