Searched refs:project (Results 1 – 21 of 21) sorted by relevance
/build/soong/rust/ |
D | project_json.go | 68 project rustProjectJson member 248 idx := len(singleton.project.Crates) 250 singleton.project.Crates = append(singleton.project.Crates, crate) 253 singleton.project.Roots = append(singleton.project.Roots, path.Dir(crate.RootModule)) 267 crate := singleton.project.Crates[cInfo.Idx] 269 singleton.project.Crates[cInfo.Idx] = crate 286 err := createJsonFile(singleton.project, path) 292 func createJsonFile(project rustProjectJson, rustProjectPath android.WritablePath) error { 293 buf, err := json.MarshalIndent(project, "", " ")
|
/build/soong/docs/ |
D | clion.md | 1 # CLion project generator 6 CMakeLists.txt project file generation is enabled via environment variable: 18 or build only the project you are interested in: 49 An example of a super project for surfaceflinger (using libui and libgui) 54 project(native) 63 Upon opening a project it looks like all the folder structure has been 68 This is because you need to change the project root. Via Tools > CMake >
|
D | perf.md | 268 [catapult trace_viewer]: https://github.com/catapult-project/catapult/blob/master/tracing/README.md
|
/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/blueprint/ |
D | README.md | 6 On 2021 May 3, we will be archiving the Blueprint project. This means it will 8 project. As the project is being archived, patches -- including security
|
D | CONTRIBUTING.md | 19 All submissions, including submissions by project members, require review. We
|
/build/make/tools/warn/ |
D | html_writer.py | 150 for project in pattern['projects']: 151 warnings[project][value] += pattern['projects'][project] 347 for project in projects: 348 csvwriter.writerow([pattern['projects'][project], project, warning])
|
/build/make/ |
D | Android.bp | 24 // e.g. GPL in an MIT project might only apply to the contrib/ directory. 32 // used in the current project.
|
/build/soong/cc/ndkstubgen/ |
D | .gitignore | 118 # Spyder project settings 122 # Rope project settings
|
/build/soong/cc/symbolfile/ |
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/soong/partner/ |
D | Android.bp | 16 // Sample project for creating an extended androidmk
|
/build/make/tools/ |
D | brillo-clang-format | 22 # your project pointing to this file, as this repository is expected to be
|
/build/soong/bp2build/ |
D | conversion.go | 77 content = `# This file was automatically generated by bp2build for the Bazel migration project.
|
/build/soong/ |
D | README.md | 302 * `["//project:__subpackages__", "//other:__subpackages__"]`: Only modules in 303 packages `project` or `other` or in one of their sub-packages have access to 304 this module. For example, `//project:rule`, `//project/library:lib` or 307 * `["//project"]`: This is shorthand for `["//project:__pkg__"]` 308 * `[":__subpackages__"]`: This is shorthand for `["//project:__subpackages__"]` 309 where `//project` is the module's package, e.g. using `[":__subpackages__"]` in
|
/build/bazel/bazel_skylib/ |
D | bzl_library.bzl | 63 Suppose your project has the following structure:
|
/build/bazel/ |
D | common.bazelrc | 73 # to the Bazel GCP project. Follow the GCP gcloud client's auth instructions to
|
/build/make/core/ |
D | WINPTHREADS_COPYING | 1 Copyright (c) 2011 mingw-w64 project
|
/build/soong/cmd/pom2mk/ |
D | pom2mk.go | 360 project, mappings are searched in the order they were specified. The first <regex> matching
|
/build/soong/cmd/pom2bp/ |
D | pom2bp.go | 595 project, mappings are searched in the order they were specified. The first <regex> matching
|