/build/make/tools/compliance/cmd/listshare/ |
D | listshare_test.go | 39 project string 115 project: "device/library", 119 project: "static/library", 132 project: "device/library", 136 project: "static/library", 149 project: "device/library", 160 project: "device/library", 166 project: "static/library", 185 project: "base/library", 189 project: "device/library", [all …]
|
D | listshare.go | 64 Outputs a csv file with 1 project per line in the first field followed 65 by target:condition pairs describing why the project must be shared.
|
/build/make/tools/compliance/projectmetadata/ |
D | projectmetadata_test.go | 132 project: "/a", 146 project: "/a", 160 project: "/a", 174 project: "/a", 188 project: "/a", 202 project: "/a", 216 project: "/a", 230 project: "/a", 244 project: "/a", 258 project: "/a", [all …]
|
D | projectmetadata.go | 40 project string member 58 return fmt.Sprintf("project: %q\n%s", pm.project, pm.proto.String()) 63 return pm.project 125 project string member 180 pi, loaded := ix.projects.LoadOrStore(p, &projectIndex{project: p, done: make(chan struct{})}) 195 path := filepath.Join(pi.project, "METADATA.android") 204 path = filepath.Join(pi.project, "METADATA") 256 pi.err = fmt.Errorf("error opening project %q metadata %q: %w", pi.project, path, err) 263 pi.err = fmt.Errorf("error reading project %q metadata %q: %w", pi.project, path, err) 269 pm := &ProjectMetadata{project: pi.project} [all …]
|
/build/soong/rust/ |
D | project_json.go | 68 project rustProjectJson member 163 singleton.project.Crates[idx] = crate 165 idx = len(singleton.project.Crates) 166 singleton.project.Crates = append(singleton.project.Crates, crate) 187 crate := singleton.project.Crates[cInfo.Idx] 189 singleton.project.Crates[cInfo.Idx] = crate 206 err := createJsonFile(singleton.project, path) 212 func createJsonFile(project rustProjectJson, rustProjectPath android.WritablePath) error { 213 buf, err := json.MarshalIndent(project, "", " ")
|
/build/soong/docs/ |
D | clion.md | 1 # CLion project generator 7 [aidegen to generate a Clion or VSCode project](https://android.googlesource.com/platform/tools/asu… 10 CMakeLists.txt project file generation is enabled via environment variable: 22 or build only the project you are interested in: 53 An example of a super project for surfaceflinger (using libui and libgui) 58 project(native) 67 Upon opening a project it looks like all the folder structure has been 72 This is because you need to change the project root. Via Tools > CMake >
|
/build/make/tools/ |
D | whichgit | 131 …for project in sorted(used_git_dirs.difference(set(get_referenced_projects(used_git_dirs, sources)… 132 print(project[0:-1]) 135 for project in sorted(get_referenced_projects(get_git_dirs(), sources)): 136 print(project[0:-1]) 138 if "*" in args.why or project[0:-1] in args.why: 139 prefix = project
|
D | brillo-clang-format | 22 # your project pointing to this file, as this repository is expected to be
|
/build/soong/scripts/ |
D | diff_build_graphs.sh | 87 project="$(echo $versionSpec | sed 's|\([^:]*\):\([^:]*\)|\1|')" 89 echo "checking out ref $ref in project $project" 90 git -C "$project" checkout "$ref"
|
D | check_do_not_merge.sh | 20 and are not allowed to be used in this project.
|
/build/make/tools/compliance/cmd/checkmetadata/ |
D | checkmetadata_test.go | 167 for _, project := range tt.projects { 168 projects = append(projects, "testdata/"+project)
|
D | checkmetadata.go | 68 Otherwise, reports "PASS" and the number of project metadata files
|
/build/bazel/rules/abi/abi-dumps/platform/ |
D | BUILD.bazel | 2 # This file was automatically generated by bp2build for the Bazel migration project.
|
/build/bazel/api_surfaces/ |
D | README.md | 8 directory will be reorged into a separate git project eventually.
|
/build/make/tools/warn/ |
D | html_writer.py | 157 for project in pattern['projects']: 158 warnings[project][value] += pattern['projects'][project] 357 for project in projects: 358 csvwriter.writerow([pattern['projects'][project], project, warning])
|
/build/soong/cc/ |
D | cmake_main.txt | 2 project(<<.M.Name>> CXX)
|
/build/soong/cc/symbolfile/ |
D | .gitignore | 118 # Spyder project settings 122 # Rope project settings
|
/build/soong/cc/ndkstubgen/ |
D | .gitignore | 118 # Spyder project settings 122 # Rope project settings
|
/build/soong/cc/ndk_api_coverage_parser/ |
D | .gitignore | 118 # Spyder project settings 122 # Rope project settings
|
/build/make/tools/finalization/ |
D | README.md | 21 [Full cleanup](./cleanup.sh). Remove all local changes and switch each project into head-less state… 24 [Full cleanup](./dryrun-cleanup.sh). Remove all local changes and switch each project into head-les…
|
/build/soong/partner/ |
D | Android.bp | 16 // Sample project for creating an extended androidmk
|
/build/make/tools/compliance/cmd/rtrace/ |
D | rtrace.go | 210 for _, project := range tn.Projects() { 211 if _, isPresent := sourceMap[project]; isPresent {
|
/build/blueprint/ |
D | CONTRIBUTING.md | 19 All submissions, including submissions by project members, require review. We
|
D | Android.bp | 9 // e.g. GPL in an MIT project might only apply to the contrib/ directory. 17 // used in the current project.
|
/build/make/tools/compliance/ |
D | README.md | 92 files. Also reads and caches project metadata for deriving library names. 100 MetadataForProjects reads, deduplicates and caches project METADATA files used
|