Home
last modified time | relevance | path

Searched refs:project (Results 1 – 25 of 34) sorted by relevance

12

/build/make/tools/compliance/cmd/listshare/
Dlistshare_test.go39 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 …]
Dlistshare.go64 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/
Dprojectmetadata_test.go132 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 …]
Dprojectmetadata.go40 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/
Dproject_json.go68 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/
Dclion.md1 # 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/
Dwhichgit131 …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
Dbrillo-clang-format22 # your project pointing to this file, as this repository is expected to be
/build/soong/scripts/
Ddiff_build_graphs.sh87 project="$(echo $versionSpec | sed 's|\([^:]*\):\([^:]*\)|\1|')"
89 echo "checking out ref $ref in project $project"
90 git -C "$project" checkout "$ref"
Dcheck_do_not_merge.sh20 and are not allowed to be used in this project.
/build/make/tools/compliance/cmd/checkmetadata/
Dcheckmetadata_test.go167 for _, project := range tt.projects {
168 projects = append(projects, "testdata/"+project)
Dcheckmetadata.go68 Otherwise, reports "PASS" and the number of project metadata files
/build/bazel/rules/abi/abi-dumps/platform/
DBUILD.bazel2 # This file was automatically generated by bp2build for the Bazel migration project.
/build/bazel/api_surfaces/
DREADME.md8 directory will be reorged into a separate git project eventually.
/build/make/tools/warn/
Dhtml_writer.py157 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/
Dcmake_main.txt2 project(<<.M.Name>> CXX)
/build/soong/cc/symbolfile/
D.gitignore118 # Spyder project settings
122 # Rope project settings
/build/soong/cc/ndkstubgen/
D.gitignore118 # Spyder project settings
122 # Rope project settings
/build/soong/cc/ndk_api_coverage_parser/
D.gitignore118 # Spyder project settings
122 # Rope project settings
/build/make/tools/finalization/
DREADME.md21 [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/
DAndroid.bp16 // Sample project for creating an extended androidmk
/build/make/tools/compliance/cmd/rtrace/
Drtrace.go210 for _, project := range tn.Projects() {
211 if _, isPresent := sourceMap[project]; isPresent {
/build/blueprint/
DCONTRIBUTING.md19 All submissions, including submissions by project members, require review. We
DAndroid.bp9 // e.g. GPL in an MIT project might only apply to the contrib/ directory.
17 // used in the current project.
/build/make/tools/compliance/
DREADME.md92 files. Also reads and caches project metadata for deriving library names.
100 MetadataForProjects reads, deduplicates and caches project METADATA files used

12