Lines Matching defs:string

42 func names(s string) (ns []string) {
51 func testApexError(t *testing.T, pattern, bp string, preparers ...android.FixturePreparer) {
61 func testApex(t *testing.T, bp string, preparers ...android.FixturePreparer) *android.TestContext {
110 func withManifestPackageNameOverrides(specs []string) android.FixturePreparer {
228 func ensureEquals(t *testing.T, result string, expected string) {
236 func ensureContains(t *testing.T, result string, expected string) {
244 func ensureContainsOnce(t *testing.T, result string, expected string) {
253 func ensureNotContains(t *testing.T, result string, notExpected string) {
260 func ensureMatches(t *testing.T, result string, expectedRex string) {
271 func ensureListContains(t *testing.T, result []string, expected string) {
278 func ensureListNotContains(t *testing.T, result []string, notExpected string) {
285 func ensureListEmpty(t *testing.T, result []string) {
292 func ensureListNotEmpty(t *testing.T, result []string) {
3030 func getFiles(t *testing.T, ctx *android.TestContext, moduleName, variant string) []fileInApex {
3076 …ExactContents(t *testing.T, ctx *android.TestContext, moduleName, variant string, files []string) {
3234 func vndkLibrariesTxtFiles(vers ...string) (result string) {
6410 func testNoUpdatableJarsInBootImage(t *testing.T, errmsg string, preparer android.FixturePreparer, …
6520 func testDexpreoptWithApexes(t *testing.T, bp, errmsg string, preparer android.FixturePreparer, fra…
6802 func testApexPermittedPackagesRules(t *testing.T, errmsg, bp string, apexBootJars []string, rules […