/build/soong/java/ |
D | lint_defaults.txt | 5 --warning_check AppCompatResource # 55 occurences in 10 modules 6 --warning_check AppLinkUrlError # 111 occurences in 53 modules 7 --warning_check BlockedPrivateApi # 2 occurences in 2 modules 8 --warning_check ByteOrderMark # 2 occurences in 2 modules 9 --warning_check DuplicateActivity # 3 occurences in 3 modules 10 --warning_check DuplicateDefinition # 3623 occurences in 48 modules 11 --warning_check DuplicateIds # 207 occurences in 22 modules 12 --warning_check EllipsizeMaxLines # 12 occurences in 7 modules 13 --warning_check ExtraTranslation # 21276 occurences in 27 modules 14 --warning_check FontValidationError # 4 occurences in 1 modules [all …]
|
D | jacoco_test.go | 21 name, in, out string 25 in: "package.Class", 30 in: "package.Class*", 35 in: "package.*", 40 in: "package.**", 45 in: "**", 50 in: "*", 57 got, err := jacocoFilterToSpec(testCase.in)
|
/build/soong/android/ |
D | expand_test.go | 39 in string 45 in: "$(var1)", 50 in: "$( var1 )", 55 in: "def$(var1)", 60 in: "$(var1)def", 65 in: "def$(var1)def", 70 in: "$(var2)", 75 in: "def$(var2)", 80 in: "$(var2)def", 85 in: "def$(var2)def", [all …]
|
D | variable_test.go | 26 in string member 34 in: "%d", 39 in: "%d", 44 in: "%d", 49 in: "%d", 54 in: "%d", 59 in: "%d", 65 in: "-DA=%d", 70 in: "-DA=%du", 75 in: "-DA=%s", [all …]
|
D | paths_test.go | 29 in []string member 36 in: []string{""}, 40 in: []string{"a/b"}, 44 in: []string{"a/b", "c"}, 48 in: []string{"a/.."}, 52 in: []string{"."}, 56 in: []string{".."}, 61 in: []string{"../a"}, 66 in: []string{"b/../../a"}, 71 in: []string{"/a"}, [all …]
|
D | arch_test.go | 41 in interface{} 48 in: &struct { 59 in: &struct { 77 in: &struct { 85 in: &struct { 97 in: &struct { 112 in: &struct { 122 in: &struct { 138 in: &struct { 150 in: &struct { [all …]
|
D | util_test.go | 25 in []string 29 in: []string{"a"}, 33 in: []string{"a", "b"}, 37 in: []string{"a", "a"}, 41 in: []string{"a", "b", "a"}, 45 in: []string{"b", "a", "a"}, 49 in: []string{"a", "a", "b"}, 53 in: []string{"a", "b", "a", "b"}, 57 in: []string{"liblog", "libdl", "libc++", "libdl", "libc", "libm"}, 63 f := func(t *testing.T, imp func([]string) []string, in, want []string) { [all …]
|
/build/soong/cc/ |
D | util.go | 56 func flagsToBuilderFlags(in Flags) builderFlags { 58 globalCommonFlags: strings.Join(in.Global.CommonFlags, " "), 59 globalAsFlags: strings.Join(in.Global.AsFlags, " "), 60 globalYasmFlags: strings.Join(in.Global.YasmFlags, " "), 61 globalCFlags: strings.Join(in.Global.CFlags, " "), 62 globalToolingCFlags: strings.Join(in.Global.ToolingCFlags, " "), 63 globalToolingCppFlags: strings.Join(in.Global.ToolingCppFlags, " "), 64 globalConlyFlags: strings.Join(in.Global.ConlyFlags, " "), 65 globalCppFlags: strings.Join(in.Global.CppFlags, " "), 66 globalLdFlags: strings.Join(in.Global.LdFlags, " "), [all …]
|
D | strip.go | 42 func (stripper *stripper) strip(ctx ModuleContext, in android.Path, out android.ModuleOutPath, 45 TransformDarwinStrip(ctx, in, out) 59 TransformStrip(ctx, in, out, flags) 63 func (stripper *stripper) stripExecutableOrSharedLib(ctx ModuleContext, in android.Path, 65 stripper.strip(ctx, in, out, flags, false) 68 func (stripper *stripper) stripStaticLib(ctx ModuleContext, in android.Path, out android.ModuleOutP… 70 stripper.strip(ctx, in, out, flags, true)
|
/build/blueprint/proptools/ |
D | clone_test.go | 24 in interface{} 32 in: &struct{ B1, B2 bool }{ 43 in: &struct{ S string }{ 52 in: &struct{ S []string }{ 61 in: &struct{ S []string }{ 70 in: &struct{ S []string }{}, 75 in: &struct{ S []struct{ T string } }{ 88 in: &struct{ B1, B2 *bool }{ 99 in: &struct{ S *string }{ 108 in: &struct{ S *int64 }{ [all …]
|
D | escape_test.go | 24 in string member 31 in: `test`, 36 in: `$test`, 41 in: `test$`, 46 in: `$test$`, 54 in: `test`, 59 in: `$test`, 64 in: `test$`, 69 in: `$test$`, 74 in: `'`, [all …]
|
D | filter_test.go | 39 in interface{} 46 in: &struct { 57 in: &struct { 65 in: &struct { 77 in: &struct { 92 in: &struct { 102 in: &struct { 118 in: &struct { 130 in: &struct { 138 in: &struct { [all …]
|
/build/soong/bpfix/bpfix/ |
D | bpfix_test.go | 128 func runPass(t *testing.T, in, out string, innerTest func(*Fixer) error) { argument 134 in, err = Reformat(in) 139 tree, errs := parser.Parse("<testcase>", bytes.NewBufferString(in), parser.NewScope(nil)) 167 in, expected, got) 174 in string 179 in: ` 195 in: ` 220 in: ` 253 runPass(t, test.in, test.out, func(fixer *Fixer) error { 263 in string [all …]
|
/build/soong/finder/fs/ |
D | readdir_test.go | 27 in []byte 33 in: []byte{ 53 in: []byte{ 73 in: []byte{ 93 in: []byte{ 113 in: []byte{ 132 in: []byte{ 165 in: []byte{ 198 in: []byte{}, 203 in: []byte{ [all …]
|
/build/soong/third_party/zip/ |
D | android_test.go | 24 in []byte 29 in: []byte{}, 34 in: []byte{1, 2, 3}, 39 in: []byte{2, 0, 2, 0, 1, 2}, 44 in: []byte{2, 0, 2, 0, 1, 2, 2, 0, 0, 0}, 49 in: []byte{1, 0, 8, 0, 1, 2, 3, 4, 5, 6, 7, 8}, 54 in: []byte{1, 0, 8, 0, 1, 2, 3, 4, 5, 6, 7, 8, 2, 0, 0, 0}, 59 in: []byte{0, 0, 8, 0, 0, 0}, 64 in: []byte{1, 0, 8, 0, 1, 2, 3, 4, 5, 6, 7, 8, 85, 84, 5, 0, 1, 1, 2, 3, 4, 2, 0, 0, 0}, 71 got := stripExtras(testcase.in) [all …]
|
/build/blueprint/ |
D | splice_modules_test.go | 32 in []*moduleInfo 41 in: []*moduleInfo{testModuleA, testModuleB, testModuleC}, 50 in: []*moduleInfo{testModuleA, testModuleB, testModuleC}, 59 in: []*moduleInfo{testModuleA, testModuleB, testModuleC}, 68 in: []*moduleInfo{testModuleA}, 77 in: []*moduleInfo{testModuleA, testModuleB, testModuleC, nil}[0:3], 86 in: []*moduleInfo{testModuleA, testModuleB, testModuleC, nil}[0:3], 95 in: []*moduleInfo{testModuleA, testModuleB, testModuleC, nil}[0:3], 104 in: []*moduleInfo{testModuleA, nil}[0:1], 115 in := make([]*moduleInfo, len(testCase.in), cap(testCase.in)) [all …]
|
/build/soong/cmd/javac_wrapper/ |
D | javac_wrapper_test.go | 25 in, out string 28 in: "File.java:40: error: cannot find symbol\n", 32 in: "import static com.blah.SYMBOL;\n", 36 in: " ^ \n", 40 …in: "File.java:398: warning: [RectIntersectReturnValueIgnored] Return value of com.blah.function(… 44 in: "warning: [options] blah\n", 48 in: " (see http://go/errorprone/bugpattern/RectIntersectReturnValueIgnored.md)\n", 52 in: ` 59 warning: [options] bootstrap class path not set in conjunction with -source 1.7 64 in: "\n", [all …]
|
/build/soong/androidmk/androidmk/ |
D | androidmk_test.go | 28 in string 33 in: ` 63 in: ` 74 in: ` 85 in: ` 96 in: ` 116 in: ` 135 in: ` 160 in: ` 193 in: ` [all …]
|
/build/soong/androidmk/parser/ |
D | make_strings_test.go | 23 in *MakeString 29 in: &MakeString{ 64 in: &MakeString{ 93 got := test.in.SplitN(test.sep, test.n) 103 in *MakeString 107 in: SimpleMakeString("a b", NoPos), 111 in: SimpleMakeString("a\\ \\\tb\\\\", NoPos), 115 in: SimpleMakeString("a\\b\\", NoPos), 122 got := test.in.Value(nil) 124 t.Errorf("\nwith: %q\nwant: %q\n got: %q", test.in.Dump(), test.expected, got) [all …]
|
/build/soong/cmd/extract_linker/ |
D | main_test.go | 24 in []byte 29 in: []byte{}, 34 in: []byte{0x7f, 0x45, 0x4c, 0x46, 0x02, 0x01}, 39 in: []byte{0x7f, 0x45, 0x4c, 0x46, 0x02, 0x01, 0x01, 0x00, 57 bytesToAsm(&buf, testcase.in) 59 t.Errorf("input: %#v\n want: %q\n got: %q\n", testcase.in, testcase.out, buf.String())
|
/build/soong/jar/ |
D | jar_test.go | 30 in string 36 in: "package foo.bar;", 41 in: "/* test */\npackage foo.bar;", 46 in: "import foo.bar;", 51 in: "package foo.bar", 56 in: "/*", 61 in: "package 0foo.bar;", 67 buf := bytes.NewBufferString(tt.in)
|
/build/soong/cmd/merge_zips/ |
D | merge_zips_test.go | 90 in [][]testZipEntry 104 in: [][]testZipEntry{ 114 in: [][]testZipEntry{ 125 in: [][]testZipEntry{ 133 in: [][]testZipEntry{ 142 in: [][]testZipEntry{ 151 in: [][]testZipEntry{ 162 in: [][]testZipEntry{ 171 in: [][]testZipEntry{ 180 in: [][]testZipEntry{ [all …]
|
/build/soong/ |
D | README.md | 14 control flow statements - any complexity is handled in build logic written in 21 A module in an Android.bp file starts with a module type, followed by a set of 22 properties in `name: value,` format: 76 Variables are scoped to the remainder of the file they are declared in, as well 106 union of keys in both maps, appending the values of any keys that are present 107 in both maps. 111 A defaults module can be used to repeat the same properties in multiple modules. 131 specification of the dependencies among them in the form of modules. 134 top-level directory in the build and its name is its path relative to the top-level directory. A 135 package includes all files in its directory, plus all subdirectories beneath it, except those which [all …]
|
/build/soong/cmd/zip2zip/ |
D | zip2zip_test.go | 475 testCases := []struct{ in, out string }{ 477 in: "", 481 in: "a", 485 in: "*", 489 in: "a/a", 493 in: "a/*", 497 in: "a/*/a", 501 in: "a/**/*", 507 t.Run(test.in, func(t *testing.T) { 508 got := constantPartOfPattern(test.in)
|
/build/soong/partner/androidmk/ |
D | androidmk_test.go | 31 in string 36 in: ` 63 …got, errs := androidmk.ConvertFile(fmt.Sprintf("<testcase %d>", i), bytes.NewBufferString(test.in)) 70 …s'\ninput:\n%s\n\nexpected:\n%s\ngot:\n%s\n", test.desc, strings.TrimSpace(test.in), expected, got)
|